If I wish to look at the tendency in the RSI to make sure that the RSI has been for the last 10 bars above 55 how would this be coded? I really don't want to compare the current bar shift = 0 to the bar shift = 10. I want the values to be greater than 55.

I am pretty sure that is an Array function but not sure how to code it.

Thanks