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.
Stochastic Below 80 on monthly
Hello,
I am trying to create a scan where the stochastic %K line is crossing or above the %D line and both are under 80 on the monthly time frame. Any help would be appreciated!
0
Comments
and [Slow Stoch %K(14,3) < 80.0]
becomes
and [monthly Slow Stoch %K(14,3) < 80.0]
If you wanted to write a separate scan to identify just the crossovers (first time K is above D), you would use the "x" operator (%K x %D) instead of the ">".