Indicator above High for n Candles
-
Hi Guys,
I'm wanting to test if an EMA(8) has stayed above the Highs for n candles.
If I use Indicator moves within limits like this and check for the Otherwise output will this work?
Provided this works.. I was also curious if there's any difference between using the Upper or Lower level when using it like this?
thanks!

-
Of course there is difference. This block checks whether MA8 is between the upper and lower level. Imagine that the upper level is the upper line of Bollinger Bands and the lower level is the lower line of BB. Then the block passes when the indicator (in your case MA8) is between both levels for the specified candles.