Divergence.

 

Is it possible to compare the last indicator value with values prior to it? Like say RSI of last bar is greater than RSI of any of last 10 bars before it or RSI of last bar is greater then RSI of highest high of last 10 bars.

Thanks. 

 
Eric1704:

Is it possible to compare the last indicator value with values prior to it? Like say RSI of last bar is greater than RSI of any of last 10 bars before it or RSI of last bar is greater then RSI of highest high of last 10 bars.

Thanks. 

Of course it's possible. Use iRSI() with the index of the candle you need the value.
 
Eric1704: Is it possible to compare the last indicator value with values prior to it?
What is the last parameter to every indicator function and iCustom?
Reason: