> 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/setup-instructions/set-up-an-exchange-account.md).

# Set Up An Exchange Account

For now, AutoView is the only supported broker connector for PSStrategyX.&#x20;

Fortunately, AutoView supports a range of popular exchanges, including Binance, Bitfinex, Oanda, Kraken, and more. For a full list see [supported exchanges](/tools/setup-instructions/set-up-an-exchange-account/supported-exchanges.md).

### Setting Up An API With The Exchange.

If you want to trade on an exchange, first you will need to create an account with that exchange. For the purposes of this article and scope, I will assume that you have already registered and made an account on said exchange.&#x20;

The first thing you will need to do is head to the "Permissions" tab and toggle on any exchanges you are using.

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

Now that those exchanges have been giving the on permission you can access their API Configuration settings.

<figure><img src="/files/ZeNMBPaQpi4sv9HHN1nl" alt="API Configuration For Alpaca Paper Trading On Autoview"><figcaption><p>API Configuration For Alpaca Paper Trading On Autoview</p></figcaption></figure>

We can get the API Key ID and Secret Key from the exchange we are using. Here's what Binance Futures Testnet looks like.

<figure><img src="/files/RvfIoVLp6UiQVrg8VEt6" alt="Binance Futures Testner API Key Setup"><figcaption><p>Binance Futures Testner API Key Setup</p></figcaption></figure>

### Connecting The API To Autoview

Paste The Api Credentials from the exchange into AutoView.

<figure><img src="/files/Y801km3WEqf40WL1cVZk" alt="Configuring an API For Binance Futures Testnet Inside AutoView"><figcaption><p>Configuring an API For Binance Futures Testnet Inside AutoView</p></figcaption></figure>

{% hint style="info" %}
Remember the Account name. We will use that later.
{% endhint %}

<figure><img src="/files/Hz20hQDn070d20BH9he0" alt=""><figcaption><p>Success!</p></figcaption></figure>

### Final Steps: Connect  PSStrategyX to AutoView

Now all you need to do is use the "Broker Connector" section in PSStrategyX and select the exchange you want to trade on and past in the unique Account name we just made.

<figure><img src="/files/HCW1mWVvXtioQM6pdGiS" alt=""><figcaption><p>Connecting the PSStrategyX to Autoview</p></figcaption></figure>

That's it!&#x20;

Now All you need to do is [set an alert](/tools/tips-and-tricks/how-to-create-an-alert.md) and you're good to go!&#x20;


---

# 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/setup-instructions/set-up-an-exchange-account.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.
