RE: Beginners Questions
Here's the code for a daily scan that I use in stockcharts as a starting point. I then put the results into a chartlist and then view the weekly charts using the 10 Per Page view, so I can quickly go through them and search for any potential candidates.
Code:
[type is stock] AND [country = US] and [Daily Close > Yesterday's Daily Close] AND [Daily SMA(10,Daily Close) > Yesterday's Daily SMA(10,Daily Close)] and [volume > sma(200, volume) * 3] and [market cap > 50] and [exchange != OTCBB] and [exchange != OTCMKT] and [exchange != AMEX]
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.