# Tips

<details>

<summary>Use Fixed Volume for Maximum Efficiency</summary>

To ensure smooth operation and avoid execution errors when handling multiple signals simultaneously:

* Always **maintain enough balance in your Futures account to handle 400–500 active trades at once**.
* Alternatively, **divide your total Futures capital into 1000 fixed portions** and set a consistent volume per trade.
* This helps the bot operate reliably and ensures you catch all available signals without interruptions.

</details>

<details>

<summary>Let Profits Run with Long-Term Signals</summary>

Our signals are designed to capture long trends and maximize profit over time. To take full advantage:

* **Do not set fixed Take Profit targets.**
* In the bot settings, go to **Target → select None** to disable auto TP.
* After reaching TP6, the bot will **continue to hold the position as long as there is remaining volume** and no opposite signal appears.
* This strategy helps you lock in the highest possible profit and ride the trend to its fullest.

</details>


---

# 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.mrd-indicators.com/feature/auto-trading-bot/tips.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.
