How does one-
-
I want to make an EA that does X when 4 candles in a row are bearish/bullish. The issue is, the candles in a row blocks do not check whether each candle has a lower high/higher low and lower low/higher high than the one before it. How can this be done? Thank you.
-
you will need multiple blocks, 1 to check high/low, then 1 to check bull/bear, connected to as many blocks as candles you want to check.
-
Ok, thanks a lot!
-
suena como un zigzag