# Overview

Before we dive into setting up the PSStrategyX. It's best to understand fully how the system works.

<figure><img src="/files/gCWC3g29HdFOy4yKqJAt" alt=""><figcaption><p>Overview Of How Everything Works</p></figcaption></figure>

{% hint style="info" %}
This is just a brief overview. Click each step for further details.
{% endhint %}

Using the PSStrategyX trading tool is a straightforward process that requires a few key steps:

1. [Generate trading signals:](/tools/setup-instructions/generate-trading-signals.md) You need a signal generator that can provide buy and sell signals for your preferred trading instrument(s). You can use TradingView's indicators or create your own custom indicators using TradingView's Pine programming language.
2. [Connect trading signals to PSStrategyX](/tools/setup-instructions/connect-trading-signals-to-psstrategyx.md): You will use 2 scripts on your chart. One generates buy/sell/exit signals, and the other is the PSStrategyX script executing those signals as trades.&#x20;
3. [Set up AutoView](/tools/setup-instructions/set-up-autoview.md) (optional): If you want to take live trades with this tool you need AutoView to be set up and running in your Google Chrome browser.&#x20;
4. [Set up an exchange account](/tools/setup-instructions/set-up-an-exchange-account.md) (optional): If you want to trade on an exchange, you will need to set up an account with the exchange you plan to use. The Broker Connector supports a range of popular exchanges, including Binance, Bitfinex, Kraken, and more.

Once you have generated your trading signals, set up AutoView and set up an exchange account (if desired), you can start using the PSStrategyX trading tool to execute trades automatically based on your trading signals. Head on over to "[How To Use This](/tools/start-here/overview/how-to-use-this.md)?" section for details on using the PSStrategyX tool once you are setup.


---

# 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.pinescriptstrategy.com/tools/setup-instructions/overview.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.
