tempestlight
New member
Hi there,
I have a thinkorswim practice account and unfortunately because of this i lack the studies functionality but would really really like to be able to run a simple code to scan for stocks. I heard that people can share a live watchlist that i'm guessing updates the list when a stock meets the scan criteria? Basically i'm just looking for a simple scan that will find stocks that are below RSI(9) < 30 but on a 3 month time interval. So usually RSI numbers are shown on like a daily time interval or some people will get the values for hourly or mins etc. I'm just looking for the 3 month time interval equivalent. I think you would just set the time interval from say 'D' to '3 Months'. Hopefully that range is possible but yeah hoping someone could do this for me and somehow share the results if possible. if there's a way of creating a shareable watchlist that updates when stocks go below that RSI that would be amazinggg. Thanks and hopefully someone can help me .
Code:
RSI(9) < 30 (on a 3 month/quarterly time interval).
I have a thinkorswim practice account and unfortunately because of this i lack the studies functionality but would really really like to be able to run a simple code to scan for stocks. I heard that people can share a live watchlist that i'm guessing updates the list when a stock meets the scan criteria? Basically i'm just looking for a simple scan that will find stocks that are below RSI(9) < 30 but on a 3 month time interval. So usually RSI numbers are shown on like a daily time interval or some people will get the values for hourly or mins etc. I'm just looking for the 3 month time interval equivalent. I think you would just set the time interval from say 'D' to '3 Months'. Hopefully that range is possible but yeah hoping someone could do this for me and somehow share the results if possible. if there's a way of creating a shareable watchlist that updates when stocks go below that RSI that would be amazinggg. Thanks and hopefully someone can help me .
Code:
RSI(9) < 30 (on a 3 month/quarterly time interval).