> For the complete documentation index, see [llms.txt](https://docs.pinescriptstrategy.com/tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pinescriptstrategy.com/tools/start-here/overview.md).

# Overview

### The PSStrategyX tool is the first in a series of indicators developed by PineScriptStrategy.com

<details>

<summary>Why Is It Called PSStrategyX?</summary>

`PSS` is an acronym for PineScriptStrategy.com

`StrategyX` is a play on words, representing the tools ability to provide a variable (x) strategy.

</details>

The PSStrategyX reduces the amount of time it takes to turn any indicator into a live trading bot. It will convert signals into alerts that will be sent to an exchange for live trading.

It features a broker connector to automate alert syntax and connect with third-party exchanges to live trade strategies with minimal setup.&#x20;

It also includes a built-in backtester with customizable options to speed up backtesting, trade-by-trade statistics, and a strategy summary to help traders make informed decisions.

The documents here-in offer step-by-step instructions on using the PSStrategyX to backtest/forwardtest and live trade indicators without the need to manually convert your indicator to a strategy and write complex rules.&#x20;

<figure><img src="/files/q56md7GQqSTsgzgSApWK" alt=""><figcaption><p>PSStrategyX V1.0.0</p></figcaption></figure>

### In a nutshell 🥜

This tool is designed to streamline and optimize the strategy testing process with Pine Script on TradingView. Whether you are a seasoned pro or new to the platform, this tool will save you time, hassle, and resources.

<figure><img src="/files/gCWC3g29HdFOy4yKqJAt" alt=""><figcaption><p>Overview</p></figcaption></figure>

The PSStrategyX trading tool is designed to provide traders with a range of benefits, including:

* ***Increased confidence in their strategies.***
* ***Better understanding of the accuracy of indicator signals.***
* ***Simplified automated trading through third-party broker connections.*****&#x20;**&#x20;
* **Reduced time to develop strategies.**

### Wait I have questions...

<details>

<summary>What Is Pine Script?</summary>

Pine Script is a programming language developed by TradingView for use in creating custom technical indicators and trading strategies for financial charts on the TradingView platform. It is based on the Easy Language programming language, which was originally developed for use with the TradeStation platform. Pine Script is a relatively simple and easy-to-learn language, making it accessible to traders and investors who want to create custom studies and strategies for their own use or for sharing with others.

</details>

<details>

<summary>What Is TradingView?</summary>

TradingView is a financial platform that offers real-time stock and cryptocurrency market data, as well as technical analysis tools and user-generated content for individual investors. It is a popular destination for traders and investors to share their charts and ideas, and to learn from each other. The platform also offers a range of paid subscription services, such as access to advanced charting tools and real-time market data feeds.

</details>

If you have more questions check out the [FAQ](/tools/start-here/overview/faq.md) otherwise keep moving, we don't have all day.


---

# 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://docs.pinescriptstrategy.com/tools/start-here/overview.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.
