bears/bulls in a row block
-
i use the bears/bulls in a row block and i want to make an exception that if one of the candles in the specific row is impulse / max size so terminate order or better do not open
-
I have no plans to add more stuff in these blocks or in that category. But this block can at least detect the row of candles, so what remain is to check their sizes. What comes in my mind is that ATR[1] is giving us the total size of each candle. There is one block "Indicator moves within limits" that can be used to check if any of the indicator values for the last N candles is lower than X value.