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.
Slow stochastics and MA scan
I was reading an article and landed on the above the green line website. Out of curiousity I was wondering how would I write those scans. Things that I noticed is that if the slow stochastics is crossing 20 and moving upwards, and the stock is above 250 MA then it seems to be a good sign of entry. I was wondering how in my query will I write that the stock is now cutting the 20 Stochastics line and moving upwards. I have attached a snapshot for reference. Any help how to query that would be really helpful.
Thank you
Ratul
0
Comments
http://scan.stockcharts.com/discussion/1130/stochastic-crossover#latest
and [country is "Canada"]
and [[Slow Stoch %K(14,3) x Slow Stoch %D(14,3)]]
What I still dont know is how to write if its crossing/cutting the the 10 MA line.
And another thing is if there is any additional things I should write to the query to make it more solid then please advise. Thank you
Ratul
[type = stock] AND [Daily SMA(20,Daily Volume) > 40000]
and [country is "Canada"]
and [[Slow Stoch %K(14,3) x Slow Stoch %D(14,3)]]
and
[close x sma(10,close)]
and [close > 2 days ago high]
On the other hand, since %K doesn't spend much time below 20 in an up trend (usually, as in your example), you might want to scan for %K crossing below 20, in which case it would be 20x%K. - I'll let you write the full syntax.
As with any indicator, some hits fail, or don't return much, or you have to wait a long time between signals. That's normal, depending on the stock and the market.