Nguyen Van Luong
Nguyen Van Luong
  • 정보
6+ 년도
경험
1
제품
1
데몬 버전
0
작업
0
거래 신호
0
구독자
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
공유된 작성자의 Mohamed Abdelmaaboud 기고글
MQL5에서 더욱 쉬워진 그래픽 패널 제작
MQL5에서 더욱 쉬워진 그래픽 패널 제작

이 글에서는 트레이딩에서 가장 가치 있고 유용한 도구 중 하나인 그래픽 패널을 사용하여 트레이딩 관련 작업을 단순화하고 쉽게 수행하여 시간을 절약하고 트레이딩 프로세스 자체에 더 집중할 수 있도록 도와주는 간단하고 쉬운 가이드를 제공합니다.

공유된 작성자의 Serhii Ivanenko 코드
 AutoTrendLines
The indicator automatically identifies points and draws support and resistance trend lines on them. There are two types of lines calculation
공유된 작성자의 Mohamed Abdelmaaboud 기고글
TrendLine
MQL5에서 라인을 다루는 방법
MQL5에서 라인을 다루는 방법

이 글에서는 추세선, 지지선, 저항선과 같은 가장 중요한 선을 MQL5로 다루는 방법을 알아보세요.

공유된 작성자의 Ahmed Soliman 코드
Tham khảo lấy giá trị theo TrendLine theo thời gian
 TrendLine Touch Alert
This indicator simply alerts and sends email every time the trend line touched by the price.
공유된 작성자의 Mladen Rakic 코드
 Schaff Trend Cycle
The Schaff Trend Cycle (STC) indicator detects up and down trends long before the MACD. It does this by using the same Exponential Moving Averages (EMAs), but adds a cycle component to factor currency cycle trends. Since currency cycle trends move based on a certain amount of days, this is factored into the equation of the STC indicator to give more accuracy and reliability than the MACD.
공유된 작성자의 kambiz shahriarynasab 코드
DrawDown
 daily drawdown
Example of daily loss calculation tool You can update it as you want.
공유된 작성자의 Manuel Alejandro Cercos Perez 코드
 Simple Order Panel
Source code of simple order panel