| hardsign4l 5 posts
 msg #157215
 - Ignore hardsign4l
 | 7/12/2021 10:09:36 PM 
 my apologies if this should be posted somewhere else
 
 Looking for rsi(2) divergence to scalp but I cant seem to get any results with:
 
 show stocks where RSI(2) is between 20 and 30
 and RSI(2) was below 10 2 days ago
 and where close is below close 2 days ago
 
 I see the condition all the time when im not specifically doing a search. Also, if I run the lines by themselves they return a result. Is it the syntax?
 
 TIA
 
 
 | 
| Cheese 1,374 posts
 msg #157216
 - Ignore Cheese
 modified
 | 7/12/2021 10:25:57 PM 
 Honest question: If RSI(2) is lower and close is also lower, why do you think it's divergence ?
 
 Anyway, here is a workaround that may be close enough to give you some of the results
 that you were looking for.
 
 
 
 
 
 
 
 
 
 | 
| hardsign4l 5 posts
 msg #157218
 - Ignore hardsign4l
 modified
 | 7/12/2021 11:17:44 PM 
 thanks I appreciate your time.. some really interesting results. still not sure why can't do this entirely with RSI(2) but i can work with this cheers.
 
 EDIT: what I'm trying to find is RSI(2) higher than it was 2 days ago while price lower than it was 2 days ago.
 
 
 | 
| compound_gains 225 posts
 msg #157221
 - Ignore compound_gains
 | 7/13/2021 2:30:20 PM 
 
 
 
 
 | 
| hardsign4l 5 posts
 msg #157223
 - Ignore hardsign4l
 | 7/13/2021 4:40:52 PM 
 hey! perfect! thanks for everyone's help
 
 
 |