Improving Relative Strength >= 85
This stockcharts scan is an attempt to look for stocks with improving relative strength that's changed +1% from as score of 85% or greater today. This can be obviously be tweaked to suit different preferences. But will catch every strong RS stock that's improving in Relative Strength as long as it has an SCTR rating in stockcharts.
Code:
[SCTR >= 85]
and [today's SCTR > [yesterday's SCTR + 1]]
and [country is US]
and [exchange != PINK]
and [type is stock]
and [Daily SMA(200,Daily Volume) > 400000]
and [SMA(150) > yesterdays SMA(150)]
and [SMA(200) > yesterdays SMA(200)]
and [SMA(150) > SMA(200)]
and [group is not ETF]
and [Close > SMA(50)]
and [Close > SMA(150)]
and [Close > SMA(200)]
and [Close > 5]
isatrader
Fate does not always let you fix the tuition fee. She delivers the educational wallop and presents her own bill - Reminiscences of a Stock Operator.
Fate does not always let you fix the tuition fee. She delivers the educational wallop and presents her own bill - Reminiscences of a Stock Operator.