Forum

iLowest() and iHighest don't work in Strategy Tester

Hi, all! I'm using Markets.com as Forex broker to test my EAs. I'm using iLowest() and iHighest() in my EA for the first time, this way: g_iMaxBar = iHighest(NULL, ANALYSIS_PERIOD, MODE_HIGH, 10, 1); g_iMinBar = iLowest(NULL, ANALYSIS_PERIOD, MODE_LOW , 10, 1); dMaxValue = iHigh(NULL

Managing open orders in MQL5

Hi! I have a strategy implemented in MQL-4, which one I will migrate to MQL-5, trying to use the corresponding APIs (if possible), I mean, not using the MQL-5 classes. I'm not a trader and I have read some articles to understand the new concepts, and please correct me if I'm somehow wrong: 1)

[MetaEditor - version 5.00 - Build 934] - Bug with Activate MQL5 Storage - URGENT

Hi. I've been developing some applications in MQL-4 (new release) language with the editor above, and was using the MQL5 Storage for Version Control. I was using it normally, but now when I need to implement new features to my applications, the following procedures are made to checkout a certain

SendMail() not working in EA

Hi, everybody! I've been developing an EA and one of the new requisites is to send an e-mail informing that a withdrawal must be carried out. I configured my MT4 platform to work with a gmail account (sender), by using hMailServer application , and the manually configured test e-mail is successfully