CONSTANTS TYPE
-
Hi,
How can I writhe the constants for defyne the Time frames?
Is it possible to insert a multiple chose?
Thank you -
datetype is ENUM_TIMEFRAMES

or if you preffer type timerfame manually with number (like 60,240,1440,...) datetype give int and value in number
-
@miro1360
Great! thank you very much! -
And what about for Level R1, S1, R2, S2... for pivot point levels?...
Tanks -
these datetypes info you can get when you go with mouse above checkbox square:

and for this pivot, only with datetype int and numbers (but this list of numbers is not visible, so you can try it or find/read it from generated code)
0 is Pivot
1 - R1
2 - S1
3 - R2
4 - S2
5 - R3
6 - S3
7 - R4
8 - S4
....

-
@miro1360, I would not recommend that. It's my fault that I didn't disabled these 2 drop-down menus, but I should do that. I don't recommend to send any drop-down value to the input parameters, because their possible values are not official, not very well thought

-
ok ... timeframes, indicator modes, prices, etc are useful into inputs (default mql code) 
-
They are, but at the moment I don't give any standards. It would be great if I define various enumerations, which means that the possible parameters would appear in beautiful way in the EA's input parameters. But there are many many parameters in the blocks and it's a lot of work