> For the complete documentation index, see [llms.txt](https://help.baikalbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.baikalbot.ru/mt4/indicators.md).

# Установка индикторов и скриптов

### Скачайте файлы

Ниже приведена ссылка на скачку архива с файлами индикаторов и скриптов.&#x20;

1. Вы можете скачать этот архив на свой компьютер&#x20;
2. Или зайти на удаленный сервер и там в браузере открыть эту страницу и скачать на удаленный сервер архив ↓

{% file src="/files/-MguWByFET-lrJlZqhlM" %}
Скачать индикаторы и скрипты (ZIP архив)
{% endfile %}

Распакуйте этот архив на удаленном сервере. Распакуются две папки

1. Indicators
2. Scripts

### Cкопируйте индикаторы в Метатрейдер

Откройте Метатрейдер → Нажмита на пункт меню `«Файл → Открыть каталог данных»`

![](/files/-Mguanc3BB9oXz4B9yeA)

В открывшемся окне перейдите в папку `«MQL4 → Indicators»`

![](/files/-MgubzFqq1aXdg0NBHfy)

![](/files/-MgucNIivRJNKyDxD7M_)

Скопируйте в открывшуюся `MQL→Indicators` файлы из разархивированной папки `Indicators`

![](/files/-Mgud6dBRniN-FONhm06)

### Подключите индикаторы к графикам валютных пар в Метатрейдере

Перейдите в Метатрейдер. В левой колонке найдите пункт `«Индикаторы»` и нажмите на него правой кнопкой мышки и выберите `«Обновить»`

![](/files/-MguezUmTxwYtMW2rbx_)

Далее в открывшемся списке индикаторов ищите скопированные индикаторы и перетаскивайте их на графики валютных пар.

![](/files/-Mgugzs5VoouHkfgWDLO)

### Настройте цветовую схему графика

Если у вашего графика белый фон, то нужно его перекрасить в темный, чтобы белый текст индикаторов был четко виден. Для этого нажмите правой кнопкой мыши на графике и выберите пункт `«Свойства»`

![](/files/-MguhevMITLCaI9KH7QO)

Выберите вкладку «Цвета» далее выберите черный фон и белый текст как указано на рисунке ниже ↓ &#x20;

![](/files/-MguiygjdHZ0_zeYoJrW)


---

# 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://help.baikalbot.ru/mt4/indicators.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.
