Dolors
Dolors
Dolors
Added topic MQL4 no history data in short periods of time
Hello,  I am creating a trading robot in MT4, part of it works with resistance and support zones: iHigh ( _Symbol , PERIOD_M1 , 0 ); //Example The problem is that by using such a small time period, the broker simply does not have enough
Dolors
Added topic MQL5 Automatic optimization
Is there a way to automate the values, for example every month? I have used this code, but my code is complex and I would like to know if there is any way to do it directly. Thanks. void OnTick () {    int bars = iBars ( _Symbol
Dolors
Added topic How can I include a csv file directly in MQL4?
The problem I have is that when reading a CSV file it does not link directly to the robot, that is, to read this file it must be stored in the data folder "Files".  My question is, is there any way to include a CSV file directly using for
Dolors
Registered at MQL5.community