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.
Scan question, Slow Stochastic
Can anyone help me develop a simple scan as follows;
I want to see any stock where the slow stochastic (5,1 setting) breaks above 20 ( it has been below), and the same where it has been >80 and is breaking 80... any help would be appreciated. Thanks
0
Answers
[type = stock] and [country = US] AND [Daily SMA(20,Daily Volume) > 40000]
and [[[Daily Slow Stoch %K(5,1) x 20.0] and [2 days ago Max(3,Daily Slow Stoch %K(5,1)) < 20.0]] or [[80.0 x Daily Slow Stoch %K(5,1)] and [2 days ago Min(3,Daily Slow Stoch %K(5,1)) > 80.0]]]