Detect Time Frame
-
Help Please, what blocks can i use in order to the EA detect automaticaly the TF that is runing?
-

-
thanks i understand, but how can do in order tha the ea do not work in 4h and diari tf, example...where to put the blocks?
-

You can add blocks or not in each output depending on if you want to do something when the condition is met. For example,
If TF == 16392 (H8) -> do nothing (none block is connected to the true output)
otherwise -> do something (connect the next condition to the false output) -
Thank you understand...
so much