> For the complete documentation index, see [llms.txt](https://xtblock.gitbook.io/forex-trading-bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xtblock.gitbook.io/forex-trading-bot/guides/forex-trading-bot-configuration/sample-settings.md).

# Sample Settings

The pre-loaded bot settings in XTsunami have been provided for educational purposes only, and by using the XTsunami software you agree to assume all risks associated with the use of the settings and software. XTsumani provides no guarantee of profit or mitigation of risk when using our software and these bot settings. Always exercise caution when trading in financial markets.

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

There are 7 pre-loaded bot settings:

<figure><img src="/files/PWXD2qSyBJZI0sWkbtwc" alt=""><figcaption><p>Pre-loaded bot setting templates</p></figcaption></figure>

<figure><img src="/files/EqKzr2dlWy7mx2ZfxRoV" alt=""><figcaption><p>Hedge settings: This strategy will hedge the position if the price moves in a disadvantageous direction and wait for the chance to un-hedge the position and execute DCA orders.</p></figcaption></figure>

<figure><img src="/files/Od1n2DiJdHZqzBWTay64" alt=""><figcaption><p>Optimised DCA: This is the setting that optimises DCA. The bot will execute DCA only when it receives pump or dump signals and the ROE% matches its DCA settings.</p></figcaption></figure>

<figure><img src="/files/TfVm6QSZszNgjzbiCGTF" alt=""><figcaption><p>DCA DAM: This is the DCA DAM setting that optimises DCA. The bot will execute DCA only when it receives pump or dump signals, the ROE% for DCA needs to match their ROE% settings. The DAM will prevent the bot to execute DCA levels which under the DAM setting level, The DAM's direction is top down, that means that the next DAM will be checked and executed only after its above DAM is executed.</p></figcaption></figure>

<figure><img src="/files/ICJypqcx6D3y7l9hWUgV" alt=""><figcaption><p>Reverse DCA: To withdraw fund form the current position</p></figcaption></figure>

<figure><img src="/files/FGbP91gCmtnTFyALhO8b" alt=""><figcaption><p>Single Position Trailing Close: To take profit for separate DCA positions.</p></figcaption></figure>

<figure><img src="/files/R6Xz5zrU7s1cqxm8aBFX" alt=""><figcaption><p>Optimised Trailing Close: This is the setting that optimises "Trailing close". The bot will execute "Trailing close" only when it receives pump or dump signals, the ROE% for "Trailing close" needs to match their ROE% settings.</p></figcaption></figure>

1. Dam Small & Dam Medium: These are 2 scalping strategies for small and medium accounts.
2. Dam 1, 2, 3 Scalping: These are Dam Scalping setting templates that optimise DCA. The additional setting is the Dam setting for DCA, the Dam will prevent the bot from executing DCA levels that are below the Dam level – the DCA's direction is top-down.
3. Simple Hedging: This strategy will hedge the position if the price moves in a disadvantageous direction and wait for the chance to un-hedge the position and execute DCA orders.\
   \
   Note: All Hedge, Dam and Optimised settings can be manually checked or unchecked to align with your strategies.


---

# 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://xtblock.gitbook.io/forex-trading-bot/guides/forex-trading-bot-configuration/sample-settings.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.
