But the thing is i want the parameter to be on the 2nd day or more of the RSI>70 not the current day or the one that just broke out of RSI70. I am thinking to use the Ref(Close, 2) but havent had any success.
For example, IF the stock just broke out of RSI70, i dont want that to be included in my scan, i want a stock that is on its 2nd or 3rd or more RSI70.
but how ill i code it using RSI? if i use RSI(14)>70 for my Buy parameter, then it will include the current day RSI70 breakout. What i want are the stocks that is on the 2nd day or 3rd of its RSI is above 70. i want to exclide thr current day RSI70 breakout