TRADING TIME
-
I start every EA with ONCE PER BAR, can i put above that block before once per bar time filter or hours filter??? will it affect the once per bar? which one should i use??time filter or hours filter?
-
i just put it, is working fine!!!
-
So, "Once per bar" is able to pass 1 time per bar. If there is nothing above it, it will pass on the 1st tick of every new bar. But if there is something above it, it could pass somewhere in the middle of the candle. This block doesn't care what the time is, it checks whether the current candle is new for it or not.
Every candle has Time attribute, which doesn't change, so the "Once per bar" block actually works with this Time value.