Hello All,
Newbie with TS. I'm trying to write a scan study that filters out stocks whose RSI is approaching the 3-year high of the RSI on a monthly chart (say, 10% or less).
Logic will look something like this
Accumulation = Set to Month
peakRSI= Highest value of RSI in the last 36 months (monthly chart).
if the current RSI is less than peakRSI by 10% or less, include in results.
Thanks!
Newbie with TS. I'm trying to write a scan study that filters out stocks whose RSI is approaching the 3-year high of the RSI on a monthly chart (say, 10% or less).
Logic will look something like this
Accumulation = Set to Month
peakRSI= Highest value of RSI in the last 36 months (monthly chart).
if the current RSI is less than peakRSI by 10% or less, include in results.
Thanks!