# How do Indicators and Strategies differ in TradingView?

In Tradingview, an indicator is a function that provides a visual representation of the market based on mathematical calculations, and is meant to help traders make informed decisions about buying and selling. On the other hand, a strategy includes all the features of an indicator, but in addition, it also contains a set of rules and criteria for 'your trading journey'.&#x20;

Strategies are meant to provide traders with a complete trading plan, including multiple indicators and other variables such as risk management. With a strategy, traders can test how their trading plan would have performed in historical market conditions, using the backtesting feature in TradingView.

**The main difference between an indicator and a strategy** is that a strategy includes a powerful [backtesting system](https://docs.tradingparadise.io/trading-paradise-complete-guidebook/easy-trade-buy-and-sell-strategy-indicator/broken-reference), while an indicator does not. Backtesting allows traders to test how their trading plan would have performed in historical market conditions, using the backtesting feature in TradingView.

In summary, an indicator provides a visual representation of the market while a strategy provides a complete trading plan.

Now that we've established the distinction between indicators and strategies, let's discuss the different versions of Easy Trade. Easy Trade is available in multiple versions, each tailored to different trading needs:

* [**Easy Trade Standard**](https://docs.tradingparadise.io/trading-paradise-complete-guidebook/easy-trade-buy-and-sell-strategy-indicator/broken-reference) --> Indicator
* [**Easy Trade Pro**](https://docs.tradingparadise.io/trading-paradise-complete-guidebook/easy-trade-buy-and-sell-strategy-indicator/broken-reference) --> Indicator
* [**Easy Trade Pro with Backtesting System**](https://docs.tradingparadise.io/trading-paradise-complete-guidebook/easy-trade-buy-and-sell-strategy-indicator/easy-trade-pro) --> Strategy


---

# Agent Instructions: 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:

```
GET https://docs.tradingparadise.io/trading-paradise-complete-guidebook/easy-trade-buy-and-sell-strategy-indicator/how-do-indicators-and-strategies-differ-in-tradingview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
