> For the complete documentation index, see [llms.txt](https://albertohortabtc.gitbook.io/citycoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://albertohortabtc.gitbook.io/citycoin/citybot/back-testing.md).

# Back Testing

Our trading bot (autotrading software) is able to enter buy and sell positions in the most stable fiduciary pairs, such as EUR/JPY AUD/CAD CAD/USD USD/JPY and especially EUR/USD (EURO/ US DOLLAR) taking advantage of chartist market discrepancies to generate profits.

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

We have downloaded the history of the EUR/USD pair going back 10 years and testing our trading bot in all that time, including economic catastrophes such as the European recession and the COVID19 pandemic, generating approximately 1-4% per month. The report of this test is available for download together with the Trading BOT.

<figure><img src="/files/lNrZDVhNVOl3UUZqQKFX" alt=""><figcaption><p>Earnings Report in Backtesting MT4</p></figcaption></figure>

You can **download CityBot** AutoTrading Software 1.6 from this link

{% embed url="<https://mega.nz/file/jF52zJAI#7a_IztxOTGQFZTJyRiCeQAXWXsCaVTc38tjhlG2xA8U>" %}

As if this wasn't proof enough that the algorithm works, we've put it to the test on an account for over 3 years, auditing the account so anyone can examine it.

<figure><img src="/files/1OG7vMbzhHpmpi2COnA8" alt=""><figcaption><p>CityBot Audited Account </p></figcaption></figure>

<figure><img src="/files/EjKkQiAm63uyraO3lSf5" alt=""><figcaption><p>first year earnings</p></figcaption></figure>

Anyone can access the audited account from the following link.

{% embed url="<https://www.myfxbook.com/members/ahgmx01/mt4-55045191/5478037>" %}


---

# 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://albertohortabtc.gitbook.io/citycoin/citybot/back-testing.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.
