# 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](https://docs.pinescriptstrategy.com/tools/setup-instructions/set-up-an-exchange-account/supported-exchanges).

### 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="https://632862962-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWkrLZce4Nzr4t9QVs8pP%2Fuploads%2Fqh3OHfTYSi4h16LhkAS7%2FScreenshot%202023-04-10%20at%205.54.17%20PM.png?alt=media&#x26;token=5554c9b7-0939-44a6-9ea2-e417c3451fa1" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://632862962-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWkrLZce4Nzr4t9QVs8pP%2Fuploads%2Fnqt18IgUNzbqjBzE7c72%2FScreenshot%202023-04-10%20at%205.52.06%20PM.png?alt=media&#x26;token=736b60ef-3fd0-4109-aa10-451522cba137" 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="https://632862962-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWkrLZce4Nzr4t9QVs8pP%2Fuploads%2FzWZjQjp22LpWmWnFPeLd%2FScreenshot%202023-04-10%20at%205.59.24%20PM.png?alt=media&#x26;token=9adc814a-4c1a-4e33-8e3d-8bbb7687f03a" 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="https://632862962-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWkrLZce4Nzr4t9QVs8pP%2Fuploads%2FwxIfH5BulcV5qhGiIKOO%2FScreenshot%202023-04-10%20at%206.05.49%20PM.png?alt=media&#x26;token=1a6a858f-8d71-41c3-98ad-0f7fba5c2c12" 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="https://632862962-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWkrLZce4Nzr4t9QVs8pP%2Fuploads%2FcsHfyamM2d1dHEHzIlbE%2FScreenshot%202023-04-10%20at%206.12.42%20PM.png?alt=media&#x26;token=2ad57920-4a66-4371-8ea5-88af8f167af8" 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="https://632862962-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWkrLZce4Nzr4t9QVs8pP%2Fuploads%2FJdAfan2mFtxq1uGP2M6b%2FScreenshot%202023-04-10%20at%206.21.46%20PM.png?alt=media&#x26;token=e601ff9d-a8fa-4790-85b4-3c241aa0c193" 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](https://docs.pinescriptstrategy.com/tools/tips-and-tricks/how-to-create-an-alert) and you're good to go!&#x20;


---

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