# Trading bots

### 1 - Creating a trading bot

Go to [trading bots](https://www.swiss33.com/bots), click on the "+" button at the top left.

Then, you have to select the underlying (trained) model, your broker / exchange the frequency and the quantity.

Select a broker / exchange :&#x20;

{% tabs %}
{% tab title="Broker" %}

* Robinhood
* Interactive Brokers
* Charles Schwab
* Alpaca Markets
* TD Ameritrade
* IG Markets
* Oanda
* Degiro
* TradeRepublic
* Samco
* Tradier
* Trading Technologies
* Zerodha
  {% endtab %}

{% tab title="Exchange" %}

* Binance.com
* Binance.us
* Coinbase
* Kraken
* KuCoin
* BitStamp
* Gate.io
* OKX
* BitFinex
* ByBit
* Bithumb
* Gemini
* Bitget
  {% endtab %}
  {% endtabs %}

If you selected a paper mode, you just have to enter a fictitious balance available for paper trading (virtual money, simulation). If you selected a live mode, you just have to enter the required passwords / apis keys etc.

### 2 - Starting the bot

Just click on the power on/off button to toggle the bot.

You can monitor the logs (actions' history) and their representation as a real time chart.


---

# 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.swiss33.com/trading-bots.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.
