♥ 0 |
I am trying to write a scan that will locate a stock with the RSI below 5 for day days in a row starting at the close of the current day and going back for five days. plot scan = RSI(“length” = 2, “over sold” = 5).”RSI” is less than RSI(“length” = 2, “over sold” = 5).”RSI” for five consecutive days;
Marked as spam
|
Please log in to post questions.