Hi
What do these numbers represent?
thx
MQL5:
ENUM_TIMEFRAMES periods[5]; periods[0] = PERIOD_M1; periods[1] = PERIOD_M5; periods[2] = PERIOD_H1; periods[3] = PERIOD_H4; periods[4] = PERIOD_D1; //inside a loop FileWrite(filehandle, myObj.periods[j]); /* prints 1 5 16385 16388 16408 */
What do these numbers represent?
thx
Last edited by a moderator: