New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
Scanning for moving average cross overs
I wrote the following scan for the 8ema crossing above the 21ema for the current day. I need help with writing this scan for when the two dma's cross in the past for example 3 days ago or whatever time period I want to insert. Can someone help with this?
Thanks.
[type is stock]
AND[country is US]
AND [exchange is NASDAQ]
AND [name not contains 'Fund']
AND [name not contains 'ETF']
AND [name not contains 'ETN']
AND [name not contains 'iShares']
AND [name not contains 'PowerShares']
and [sma(20, volume) > 500000]
and [todays ema(8, weekly close) x todays ema(21, weekly close)]
0
Answers
[type is stock]
AND[country is US]
AND [exchange is NASDAQ]
and [exchange is NSE]
AND [name not contains 'Fund']
AND [name not contains 'ETF']
AND [name not contains 'ETN']
AND [name not contains 'iShares']
AND [name not contains 'PowerShares']
and [sma(20, volume) > 500000]
and [todays ema(8, weekly close) x todays ema(21, weekly close)]
2. RS line should be hugging the zero line. (Either just below or just above).
3. The stock has to have risen 40-50 percent. (This one may be tough because it says stock should advance 40-50% before the stage 1 break out)