Nguyen Van Luong
Nguyen Van Luong
  • Информация
6+ лет
опыт работы
3
продуктов
0
демо-версий
0
работ
0
сигналов
0
подписчиков
Nguyen Van Luong Выставил продукт

This is an Expert Advisor (EA) that retrieves events where FTMO will restrict trading for   FTMO Standard   accounts (or high-impact events) and sends them to a Telegram channel of your choosing.     •  Comment the detected events on the chart.     •  Show the events on the chart.     • Notification before a restricted event: 30 minutes (customizable).      • Notification before a High Impact event: 5 minutes (customizable)

Nguyen Van Luong Выставил продукт

This is a service that retrieves events where FTMO will restrict trading for FTMO Standard accounts (or high-impact events) and sends them to a Telegram channel of your choosing.       •  Show the events on all charts.     • Notification before a restricted event: 30 minutes (customizable).      • Notification before a High Impact event: 5 minutes (customizable). IMPORTANT! After the purchased please send to me a private message if you need

Nguyen Van Luong
Nguyen Van Luong
Creating an MQL5-Telegram Integrated Expert Advisor (Part 1): Sending Messages from MQL5 to Telegram

https://www.mql5.com/en/articles/15457
Nguyen Van Luong
Nguyen Van Luong
Period Converter Mod - service for MetaTrader 5: https://www.mql5.com/en/code/60406
Nguyen Van Luong
Nguyen Van Luong
Mastering API and WebRequest Function in MQL5 (III): https://www.mql5.com/en/articles/20375
Nguyen Van Luong
Nguyen Van Luong
Calendar-Based Backtesting: an Event-Driven Trading EA - library for MetaTrader 5 - https://www.mql5.com/en/code/55630
Nguyen Van Luong
Nguyen Van Luong
Trading with the MQL5 Economic Calendar (Part 7): Preparing for Strategy Testing with Resource-Based News Event Analysis https://www.mql5.com/en/articles/17603
Nguyen Van Luong Выставил продукт

This is a service used to create custom symbols from an existing symbol by adding D2, D3, D4, W2 and W3 timeframes.  List Symbols (Exp: EURUSD,GBPUSD,XAUUSD) : Declare the list of symbols to create the custom symbols. Example: AUDUSD,EURUSD,EURGPB,XAUUSD. Now the service will create the following custom symbols: AUDUSD_D2, AUDUSD_D3, AUDUSD_D4, AUDUSD_W2, AUDUSD_W3  EURUSD_D2, EURUSD_D3, EURUSD_D4, EURUSD_W2, EURUSD_W3 EURGPB_D2, EURGPB_D3, EURGPB_D4, EURGPB_W2, EURGPB_W3

StringSet unique_symbols; for (int i = PositionsTotal() - 1; i >= 0; i--) { if (mm_position.SelectByIndex(i)) { unique_symbols.Add(mm_position.Symbol()); } } Print("Symbols total = ", unique_symbols.Total() + " " + unique_symbols.At(0) + " " + unique_symbols.SearchLinear("NZDCHF"));
nicholish en
nicholish en
Комментарий к теме Function to Calculate Number of Opened Symbols
Olufemi Odunuga : Thanks Keith, Your observation is noted. I was just trying to make it simple. I thought my explanation would suffice. It's not simple, it's spaghetti code . You need to create a
salitos
salitos
Комментарий к теме How can I get the Highest and Lowest between 2 hours every day
CopyRates() has a variant that takes the start time and end time explicitly. I prefer CopyRates/CopyHigh/CopyLow as it provides the facility to check that you have all the data before using it further
Alain Verleyen
Alain Verleyen
Комментарий к теме Unicode not fully supported?
Mladen Rakic : As far as I have checked it, it seems that using objects that are aimed to display text in any form (since objects are using "regular" strings as "buffers" for the text that needs to
Unicode not fully supported?
Chép dữ liệu của MT5 trong thư mục AppData sang ổ đĩa khác
Mateus Botelho Mattos
Mateus Botelho Mattos
Комментарий к теме How to change the data folder in MT5?
Hello, I know this is an old thread, but here how I changed all my MetaTrader 5 folders do another hard drive, using Windows Hard Link: a) Close all your MetaTraders and copy the directory to the new
WebRequest() không cần khai báo URL, có thể dùng được với localhost
Wemerson Guimaraes
Wemerson Guimaraes
Комментарий к теме Loading remote URL via Wininet.dll... how to detect HTTP errors ?
Ex Ovo Omnia : I have been using HttpQueryInfoW (HTTP_QUERY_STATUS_CODE|HTTP_QUERY_FLAG_NUMBER as the info level) to get the response status code of an asynchronous request. I am not sure if it works
поделился статьей автора Daniel Jose
Replay
Разработка системы репликации - Моделирование рынка (Часть 03): Внесение корректировок (I)
Разработка системы репликации - Моделирование рынка (Часть 03):  Внесение корректировок (I)

Начнем с прояснения нынешней ситуации, потому что мы начали не самым лучшим образом. Если не сделать этого сейчас, то вскоре мы окажемся в беде.

поделился статьей автора Mohamed Abdelmaaboud
Создавать графические панели в MQL5 стало проще
Создавать графические панели в MQL5 стало проще

В этой статье мы предоставим простое и понятное руководство для всех, кто хочет создать один из самых ценных и полезных инструментов в трейдинге — графическую панель, упрощающую выполнение торговых задач. Графические панели позволяют сэкономить время и больше сосредоточиться на самой торговле.

поделился кодом автора Serhii Ivanenko
 AutoTrendLines
Индикатор автоматически определяет точки и по ним отрисовывает трендовые линии поддержки и сопротивления. Предусмотрено два типа расчёта линий.