Hi
In order to maintain 300 days of historical data for forex pairs. I need to feed values to the parameters of the function
as indicated in Example of a Script for Adding History
what would the start_date be?
thx
In order to maintain 300 days of historical data for forex pairs. I need to feed values to the parameters of the function
MQL5:
int CheckLoadHistory(string symbol,ENUM_TIMEFRAMES period,datetime start_date) {
as indicated in Example of a Script for Adding History
what would the start_date be?
MQL5:
start_date = TimeCurrent() - 25920000; //300x24x60x60
thx
Last edited by a moderator: