Percentage Change since the Swing Low - Stockcharts
(2022-01-31, 06:54 PM)jv_investments Wrote: Hi, how do we write the scan you did in stock charts for %change since Jan24 swing low?
To look for the strongest stocks since a swing low use the following code. But be sure to edit the PctChange amount and Rank amount of days. For example if the swing low was 5 trading ago both show be 5, but if the swing low was 14 day ago, then edit both to say 14.
Code:
[type = stock]
and [country = US]
// Edit the below PctChange amount
and [PctChange(5,close) > 10]
and [Close > 5]
// Exclude OTC stocks and ETFs
and [exchange is not PINK]
and [group is not ETF]
and [group is not ETFNOUI]
// Rank the stocks by strongest. Edit the day to match the PctChange amount
rank by [Daily PctChange(5,close)]
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.