> For the complete documentation index, see [llms.txt](https://algopro.gitbook.io/traders-trail-faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://algopro.gitbook.io/traders-trail-faq/algopro-strategy-lab.md).

# AlgoPro Strategy Lab

{% embed url="<https://www.youtube.com/watch?v=BXK0uw1NNuc>" %}

The **Strategy Lab** is a cutting-edge platform designed to track custom trading strategies for various assets and markets in real time. It offers detailed performance metrics for each strategy, giving users valuable insights into their effectiveness and profitability. As the Strategy Lab is brand new, we're still working on adding strategies to the platform. A starting batch has already been added, but we will be continuously adding optimized strategies daily/weekly.

With the **Strategy Lab**, users can easily access a wide range of pre-built or user-created strategies tailored to different market conditions, assets, and trading styles. By simply clicking a button, users can integrate these strategies into their own trading setups, making it a seamless experience.

The platform is designed to provide:

**Real-time Tracking**: Every strategy is tracked in real time, allowing users to monitor its performance continuously. This ensures that users can make informed decisions based on the latest market data.

<figure><img src="/files/WBYkkO0g4BcdEL9alG7o" alt=""><figcaption></figcaption></figure>

**Detailed Performance Metrics**: The dashboard displays comprehensive performance metrics, including win rates, drawdowns, risk-reward ratios, and overall profitability. This data allows users to assess the performance of each strategy at a glance.

<figure><img src="/files/XhEqbqsE3NN2dwwhhvTJ" alt=""><figcaption></figcaption></figure>

**Ease of Use**: Users can quickly access and apply any strategy with a single click, removing barriers to entry and making it easier for both beginner and experienced traders to implement robust trading systems without extensive setup.

<figure><img src="/files/N4majeU7AIehwN03KSCS" alt=""><figcaption></figcaption></figure>

**Custom Strategies**: The platform also supports custom strategies, enabling traders to upload or create their own strategies based on their specific preferences, indicators, and market conditions.

<figure><img src="/files/eRXvzAGbPj9WcUrRenV0" alt=""><figcaption></figcaption></figure>

In short, the **Strategy Lab** is a powerful tool that simplifies the process of tracking, evaluating, and applying trading strategies, empowering traders with the ability to make data-driven decisions and optimize their trading setups with minimal effort.

## How to use a strategy from the Strategy Lab

If you find a strategy you'd like to look at and use on your TradingView charts, follow these steps

1.) Make sure you are logged into your TradingView account on the same browser you're accessing the Strategy Lab - then go to the header of the strategy you're looking at and copy the chart link at the top right.

<figure><img src="/files/N4majeU7AIehwN03KSCS" alt=""><figcaption></figcaption></figure>

2.) Once on your TradingView chart viewing the strategy, go to the top right of your chart page and click copy to copy this template for personal use on your own TradingView.

<figure><img src="/files/FqepwOFazrI0mlNrknAh" alt=""><figcaption></figcaption></figure>

**You must already have access to our TradingView tools to take advantage of the Strategy Lab.**

Disclaimer : Using strategies from the Strategy Lab does not guarantee future success. These strategies are designed on what has been profitable on historical data with the goal of being profitable forward testing.

<mark style="color:red;">**Note : Sharing strategies directly from the Strategy Lab is strictly prohibited and will result in a permanent ban from the platform and all AlgoPro tools.**</mark>


---

# 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://algopro.gitbook.io/traders-trail-faq/algopro-strategy-lab.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.
