Total Stocks Above Their 30 Week MA (S&P 500) - Stockcharts
This code gives you all of the stocks above their 30 week MA in the S&P 500. So can be useful for quick market breadth calculations.
Code:
[type = stock]
and [country = US]
and [Weekly Close > Weekly SMA(30,Weekly Close)]
and [group is SP500]
It's easy to modify if you want to look at another group or index. For example if you want to see the amount of stocks above their 30 week MA in the Nasdaq 100, just change the and [group is SP500] line to:
Code:
and [group is NASDAQ100]
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.