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.
language for the following
all etfs where the weekly charts show the 10 day sma crossing over or under the 50 day sma ( or within a few % )
0
Answers
// begin scan
[group is etf]
and
[
[weekly sma(10, weekly close) x weekly sma(50, weekly close)]
or
[weekly sma(50, weekly close) x weekly sma(10, weekly close)]
]
// end scan
NOTE: for accurate results, you have to run it after the last close of the week and before the first open of the following week.