> For the complete documentation index, see [llms.txt](https://docs.tradefi.bot/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradefi.bot/whitepaper/ai-trading-agents-bots/al-ai-agent-ranger-reversor-v1-or-tradefi.bot-eth-usdt-45m/ii.-general-parameters-and-base-configuration.md).

# II. General Parameters & Base Configuration

### Recommended Timeframe

This version of the agent is built and optimized **exclusively** for:

* **ETH/USDT**
* **45-minute timeframe**
* **Perpetual futures contracts** on any major exchange (OKX, Binance, Bybit, Bitget)

> ⚠️ Using a different asset or timeframe will break the logic unless custom-optimized through backtesting and parameter tuning.3

***

<figure><img src="/files/c14lCFh040zSoZYppABk" alt=""><figcaption></figcaption></figure>

### Strategy Architecture Overview

The AL/AI Agent Ranger Reversor v1 is not a fixed logic bot.\
It is a **modular AI-driven agent** that adapts to the market via trailing exits, direction detection, and range dynamics.\
You can customize its behavior infinitely through the input parameters and run backtests on any market scenario.

***

### Access Requirements

This strategy is **Invite-Only** and only available to holders of **$TDFI**.\
Access is granted through the Tradefi.bot infrastructure via:

1. <https://tradefi.bot>
2. Accessing the **Mini App** on Telegram
3. Connecting your wallet and holding $TDFI
4. Entering your **TradingView username**
5. Getting manually approved by the Tradefi.bot team

> 💡 Once access is granted, the script will appear in your Invite-Only Scripts section on TradingView.<br>

![](/files/Zu9eJf1tnqhOXNSTn2Qt)

***

### Integration with Telegram

The agent is fully connected to the **Telegram Mini App**.\
This allows for:

* Script access authorization
* Real-time execution monitoring
* Agent-specific configuration from mobile
* Future AI chat interface to interact with the bot in natural language<img src="/files/AWO5O2ZIYPHS4h4Fucl4" alt="" data-size="original">

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tradefi.bot/whitepaper/ai-trading-agents-bots/al-ai-agent-ranger-reversor-v1-or-tradefi.bot-eth-usdt-45m/ii.-general-parameters-and-base-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
