# What is Tradingview Strategy

Tradingview Strategy is a function we can create and simulate(backtesting/forwardtesting) trading strategy easily on Tradingview platform.

Tradingview also provides basic built-in strategies, for example,  MACD Strategy and RSI Strategy, which we can try out of the box.

![Built-in strategies](/files/99ErE3jmtaK63xERvhHV)

Tradingview Strategy is a script written in Pine Script, so anyone can share their strategy in the community easily.

{% embed url="<https://www.tradingview.com/scripts/strategy>" %}
community-shared strategies
{% endembed %}

#### Limitation of Tradingview Strategy

* Not suitable for market making or HFT(High-Frequency Trade)
* Cannot build a strategy based on data that is not available on Tradingview(ex. orderbook and liquidation data)

References:

{% embed url="<https://www.tradingview.com/pine-script-docs/en/v5/primer/First_steps.html#>" %}

{% embed url="<https://www.tradingview.com/pine-script-docs/en/v5/concepts/Strategies.html#backtesting-and-forwardtesting>" %}


---

# 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://tv-connector.gitbook.io/docs/what-is-tradingview-strategy.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.
