# MetaTrader 5

#### Some of the available brokers:

* [Otkritie](https://open-broker.ru/invest/) (Russian market)
* [Just2Trade](https://just2trade.online/) (Russian market, American Futures)
* [AMP Global Clearing](http://www.ampfutures.com/metatrader/) (American Futures)
* [FINAM](https://www.finam.ru/) (Russian market)

### Setting up MetaTrader 5

#### Copying experts in MetaTrader 5

1. Start **MetaTrader 5**.
2. In its main menu click **File** - **Open Data Folder**. In next window navigate to **\MQL5\Experts**.
3. Copy files **TigerTrade.Data.ex5**, **TigerTrade.Expert.ex5** and **TigerTrade.Mt5.dll** from folders according to your system (see table below) to the folder opened on step 2.

| System | Folder                                             |
| ------ | -------------------------------------------------- |
| x64    | С:\Program Files (x86)\TigerTrade\Connectors\Mt5\\ |
| x32    | С:\Program Files\TigerTrade\Connectors32\Mt5\\     |

4. Restart **MetaTrader 5**.

### Adding advisors to charts

5. In main menu click **Tools** - **Options** and navigate to **Expert Advisors**. Check permissions **Allow automated trading** and **Allow DLL imports**.

<figure><img src="https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80031342955/original/Q7M5CJk-8rPr1D7cvoUSkFGHo3XCIOT4BA.png?1629384541" alt=""><figcaption></figcaption></figure>

6. Open any chart and add TigerTrade.Expert expert advisor. It will make trades. It's important to take into account the following:

* **Do not try to** add any other advisors to this chart, or both Tiger.Trade Windows advisors at once, as **only one advisor is allowed on the same chart**.
* When adding advisors to the schedule, be sure to **enable the algorithmic trading** for the correct work of advisors, as indicated in the screenshot below.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhzNfRGfbNL2dtrsyOTEL%2Fuploads%2FRyImwHkDscfwMazKE6Ny%2Fimage.png?alt=media&#x26;token=328d7304-4110-4887-9502-18447f54ca14" alt=""><figcaption><p>Window for adding an advisor to the chart in MetaTrader 5</p></figcaption></figure>

7. Open **any other chart** and add **TigerTrade.Data** expert advisor. These advisers will transfer market data including ticks and DOM.
8. Ensure all expert advisors are ON.

{% hint style="warning" %}
For any application changes in MetaTrader5, you must restart this terminal to apply the changes.
{% endhint %}

### Starting Tiger.Trade Windows

9. &#x20;Start Tiger.Trade choose from menu **File - Connections - Setup**.
10. In opened window click “+” **Create new connection and choose** **MT5.**
11. In the next window, in the dropdown list select the path to the **MT5 terminal**. If you use only one instance of **MT5** you can leave **"Detect path automatically"** optio&#x6E;**.**

<figure><img src="https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80113045489/original/ioq8p4s5mbXZqMADnq4gDzGrTu_T7yW5Vg.png?1655203845" alt=""><figcaption></figcaption></figure>

Setup completed. If the setting was done correct, a message will appear that the connection to the MT5 terminal is set. After a restart, MetaTrader 5 launches Expert Advisors automatically. If this does not happen, repeat adding Expert Advisors again.


---

# 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://support.tiger.com/english/settings/connections/trading-terminals/metatrader-5.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.
