> 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/introduction.md).

# Introduction

There is a wide variety of services for managing investments in an automated way that offers the user profits without having to be aware of it, profits that range from **4 to 8% per year**, such as banking institutions, or up to 12% per year. in investment stock. Of course, all these "safe" investments actually have a risk clause where, in the event of suffering an economic catastrophe, the institution or investment stock market is not obliged to provide those returns, and they can even become negative.&#x20;

In this context, *amateur investors seek higher returns by experimenting with stock instruments such as shares, indices, metals, forex, cryptocurrencies, etc.*; Studying graphic analysis techniques to have perfect entries and exits in them, thus becoming a full-time trader.

<figure><img src="/files/3aUp9S7wgssjVggWob2z" alt=""><figcaption><p>MetaTrader 4 Investment Panel</p></figcaption></figure>

The difference between an experienced trader and a beginner is when he learns to control the three factors that most affect decision-making: fatigue, greed and psychological pressure; to achieve this feat can take years and will depend on the discipline of the trader.

Currently, technological advances have allowed the economy to interact almost immediately, allowing traders to execute orders digitally and even programming market entries and exits, starting the so-called algorithmic trading, making it easier for professional traders to implement their techniques in an automated way by calling these **software trading bots.**<br>


---

# 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/introduction.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.
