I mean type of variables.
example; Color getcol = White;
???? getPeriod = OBJ_PERIOD_M5;
Thank you
ENUM_TIMEFRAMES OBJPROP_TIMEFRAMES getPeriod = OBJ_PERIOD_M5;
ENUM_TIMEFRAMES and OBJPROP_TIMEFRAMES are completely different set of values
Just an example : OBJ_PERIOD_M5 is equal to 2 while PERIOD_M5 is equal to 5
ENUM_TIMEFRAMES and OBJPROP_TIMEFRAMES are completely different set of values
Just an example : OBJ_PERIOD_M5 is equal to 2 while PERIOD_M5 is equal to 5
ENUM_TIMEFRAMES and OBJPROP_TIMEFRAMES are completely different set of values
Just an example : OBJ_PERIOD_M5 is equal to 2 while PERIOD_M5 is equal to 5
If OBJ_PERIOD_M5 is equal to 2.
what is another OBJ_PERIOD ?
ObjectSet("Name",OBJPROP_TIMEFRAMES, OBJ_PERIOD_H4);
What number equal OBJ_PERIOD_H4 ?
What number equal OBJ_PERIOD_H4 ?
32
32
Thank you. It's right.
How to find another OBJ_PERIOD?
Thank you. It's right.
How to find another OBJ_PERIOD?

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
example; Color getcol = White;
???? getPeriod = OBJ_PERIOD_M5;
Thank you