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.
need help writing a simple slow stochastic crossover scan
I am trying to write a scan to find stocks,etf's and indices that have a daily slow stochastic 10,4 crossover. I want to include all US stocks, over 500,000 volume. I'm not sure how to write the scan so that it looks at stocks, etf's and indices together. Here is what I have so far:
[group is SP500] AND [Daily SMA(20,Daily Volume) > 500000]
and [Slow Stoch %K(10,4) x 20.0]
and [Slow Stoch %D(10,4) x 20.0]
any help would be appreciated - it's probably something very simple!
J Miller
0
Answers
[
[[country is US] and [type is stock] and [volume > 500000]]
or
[group is etf]
or
[favorites list is mylistnumber]
]
and
[
[Slow Stoch %K(10,4) x 20.0]
or
[Slow Stoch %D(10,4) x 20.0]
]