> For the complete documentation index, see [llms.txt](https://doc.tradingflow.com/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.tradingflow.com/product-docs/overview/data-driven-trading-strategy.md).

# Data-driven trading strategy

## What is the data-driven trading decision?

Data-driven investment is an approach to investment that involves using data and analytics to make investment decisions. This approach relies on a variety of sources of data, including financial statements, market data, and economic indicators, to identify investment opportunities and manage risk.

Furthermore, the data-driven investment allows investors to make more informed decisions by taking into account a wider range of information, including historical data, current market conditions, and company performance. This approach can help investors identify patterns and trends that may not be immediately apparent through other methods of analysis.

## Why is a data-driven trading strategy better than only using technical analytics?

Data-driven investment is often considered more reliable than technical analysis because it is based on objective data rather than subjective interpretations of market trends. Technical analysis relies on interpreting charts and patterns to make investment decisions, which personal biases and emotions can influence.

## How does TradingFlow adopt the concept of a data-driven trading strategy?

Take our flagship product - Option Flow as an example, the Smart Option Flow can assist traders in various ways, such as identifying potential trading opportunities when option prices deviate significantly from their expected values due to unusual trading activity. It can also alert traders to notable events within a stock, sector, or the overall market through unusual options volume, which can provide insight into market sentiment by analyzing options volume, stock price, and implied volatility.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.tradingflow.com/product-docs/overview/data-driven-trading-strategy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
