# Welcome to the Robotrade Telegram Bot!

## Overview

Our Telegram bot is designed to revolutionize the way users interact with automated/algorithmic cryptocurrency trading. It offers a blend of convenience, efficiency, and accessibility. With our bot, users can make trading decisions through backtesting and manage their automated strategies directly from Telegram, a platform they are already familiar with and use daily.

> ## **Unique Features and Functionalities**
>
> **Trading Platform Selection**: Allows users to choose between 22 different Centralized Exchanges to connect to their strategy (and on-chain trading in future). We now offer dYdX trading on-chain.
>
> **Backtesting Module:** Allows users to backtest any strategy on any coin and timeframe that their exchange offers. View the profit and loss, entries and exits over historical data with a few clicks.
>
> **Trading Strategy Configuration**: Our bot predefined and open-source trading strategies with more added weekly e.g., Guppy, MACD, RSI.
>
> **Timeframe Selection**: Users can specify the timeframe for their trading strategies.
>
> **CEX and DEX API Key Management**: Provides the functionality to handle API keys for centralized exchanges with user generated strategy names to handle multiple key pairs.
>
> **Paid Premium Strategies:** Provides users the ability to buy our premium strategies for $ROBO tokens.
>
> **Security Measures**: Includes functions and safe database management to handle API keys, ensuring safe and secure trading.
>
> **Real-time Interaction**: Immediate response to user commands, providing a seamless and dynamic user experience.
>
> **Command-based Actions**: Uses Telegram's command feature (/start, /backtest, /cancel, etc.) for easy access to various functionalities.

## Quick links

{% content-ref url="video-overview" %}
[video-overview](https://robotrade-ai.gitbook.io/untitled/overview/video-overview)
{% endcontent-ref %}

{% content-ref url="../robo-token/our-token" %}
[our-token](https://robotrade-ai.gitbook.io/untitled/robo-token/our-token)
{% endcontent-ref %}

## Get Started

{% content-ref url="../guides/using-our-bot" %}
[using-our-bot](https://robotrade-ai.gitbook.io/untitled/guides/using-our-bot)
{% endcontent-ref %}

{% content-ref url="../guides/start-cex" %}
[start-cex](https://robotrade-ai.gitbook.io/untitled/guides/start-cex)
{% endcontent-ref %}

{% content-ref url="../guides/backtest" %}
[backtest](https://robotrade-ai.gitbook.io/untitled/guides/backtest)
{% endcontent-ref %}

{% content-ref url="../guides/available-strategies" %}
[available-strategies](https://robotrade-ai.gitbook.io/untitled/guides/available-strategies)
{% endcontent-ref %}

{% content-ref url="../guides/available-exchanges" %}
[available-exchanges](https://robotrade-ai.gitbook.io/untitled/guides/available-exchanges)
{% endcontent-ref %}


---

# 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://robotrade-ai.gitbook.io/untitled/overview/welcome-to-the-robotrade-telegram-bot.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.
