# Terminal Tradium

Since we are engaged in trading education, it's important for us to create a convenient environment for our students' training.\
Specifically for this purpose, a Telegram bot was developed that has all the main functions of a trading terminal.

{% embed url="<https://t.me/tradiumterminal_bot>" %}

Access to the terminal is included for all Cryptovizor users with a PRO subscription or higher.

### Terminal Functionality

* Operates on Binance Spot and Binance Futures markets
* Features two account types: public and private
* Allows opening multiple positions simultaneously on a single trading pair
* Includes a built-in SLX module, which automatically moves a position to breakeven upon reaching a profit target
* The Trailing TP module automatically adjusts the take profit along the trend, allowing for increased potential profit
* Integration with the Cryptovizor screener automatically loads market data into setup descriptions and analytics
* Publishes news to the chat in a separate thread
* Publishes setups on timeframes from 5m to 4h
* Publishes analytics on higher timeframes
* Updates the status of each setup in real-time
* Terminal traders' rating
* Detailed account statistics


---

# 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.cvizor.com/en/modules/terminal-tradium.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.
