TERESIUS AI

Trading Bot — User Manual

This page explains the current MVP workflow, configuration logic, and operating options for the TERESIUS AI trading bot.

Automated cryptocurrency trading involves substantial risk. Before downloading or using the bot, please review our Risk Warning & Disclaimer, Software License Terms, and Refund Policy.

Bot for Automated Cryptocurrency Trading

TERESIUS_AI_BOT

User Manual

Introduction

The TERESIUS_AI_BOT automated cryptocurrency trading bot is designed for trading digital assets on supported cryptocurrency exchanges. It is scalable in terms of exchange selection and trading pair selection. At present, the platform supports a limited list of exchanges, and additional exchanges may be added over time. For each supported exchange, the bot is intended to work with the available trading pairs supported by that exchange and by the bot version provided through our platform.

The main features of the bot currently implemented on our platform are as follows.

Operating Options and Configuration Files (Windows 10+)

After registering on our platform, the trader downloads the bot application into a separate folder on their local computer or server.

Important: when working in multi-trading mode across several exchanges and/or several cryptocurrency pairs, each exchange and each separate cryptocurrency pair should be placed in its own separate folder. Additional specifics of multi-trading mode are described below.

Before starting the application, the trader fills in the secret-keys configuration file for each bot instance separately:

# config.txt
##api_key = YOUR_API_KEY
##api_secret = YOUR_API_SECRET
# 1 = testnet, 0 = mainnet
testnet = 0

Enter these values exactly in the form in which the trader created the keys for the specific exchange.

On some exchanges, API keys may differ depending on the trading type, such as Spot, Margin, or Futures. In that case, the configuration file must contain the keys for the trading type the trader intends to use.

After filling in config.txt, the trader can start the bot application. For Windows, the executable file may be named in a form such as bybit_run_futures.exe, where the first word indicates the exchange name and the third indicates the trading type.

A bot browser window will then open for the user:

Fig. 1

Fig. 1. Example of the bot browser window.

This window shows the bot’s operating modes and current market quotes on a specific exchange and trading type for different timeframes chosen by the trader.

Two important graphical options are implemented in the trading window when working with the bot.

1.1 First — the CONFIG option

This option allows the trader to configure trading modes and bot operating modes. After selecting this option, the trader will see the CONFIG window:

Fig. 2

Fig. 2. CONFIG window.

In this window, all main bot operating modes are selected, including the cryptocurrency pair for viewing or trading.

Let us review the options from top to bottom.

After selecting html, the trading chart window will appear in the trader’s browser:

Fig. 3

Fig. 3. Trading chart window for the html option.

Important: if the bot has an open position for a specific cryptocurrency pair, selecting a different pair may lead to opening a position on that new pair as well, depending on the remaining deposit and other configuration settings. As noted above, each pair is best run in its own separate folder with its own separately running bot instance.

However, if there is no open position and opening positions is prohibited in CONFIG, such viewing is possible without opening new positions.

If you accidentally select a new pair while there is an open position and trading is allowed, nothing catastrophic necessarily happens, but a new position may be opened for the new pair if allowed by the available deposit and bot settings. If there is insufficient deposit, the bot window may show a related message. Even so, we recommend trading each specific pair with a separate bot application from its own folder.

If the leverage-to-deposit-share ratio does not allow opening a position, the bot’s chart window may display a related message. In that case, you must reduce either the deposit share or the leverage, or both. These settings may depend significantly on the selected pair and exchange.

If you trade several pairs on the same exchange and trading type, they may rely on the same available deposit or its remaining balance. Naturally, a new pair on the same exchange may require either reducing the deposit share or allocating additional funds.

This manual describes the current MVP version of the software and may be updated over time as new exchanges, modes, or configuration options are added.

Last updated: March 11, 2026