Need a little code here
-
HELLO, I NEED A LITTLE MQL CODE LOGIC
"IF Candle ID 1 is Bull, I need a code to check if ID 3, 5, 7, 9, 12 ... is a Bull Candle as well with respect to a chosen Timeframe.
p.s. The logic runs if the ID 1 is Bull then its checks the listed ID above, if true, allow the next block to pass
-
Use separate bull/bear blocks, just offset the candle ID.
-
@jstap ok and is that gonna read correctly?
-
Yes because it will check a specific ID, so the block will not pass until it is correct
-
@jstap ok thanks