Stochastic %K and %D

Forums ProRealTime English forum ProScreener support Stochastic %K and %D

Viewing 6 posts - 1 through 6 (of 6 total)
  • #8753

    I am trying to set up a screener which looks at the slope of both the %K and %D lines of the stochastic. Rather than looking at the traditional overbought / oversold values. This is along the lines of the “Anti” set up as described in the book Street Smarts by Connors and Raschke where they use a seven period %K with a smoothing parameter of 4 and a 10 period %D.

    I can find stochastic in the proscreener programming guide but can’t see how I can utilise the %K and %D individually.

    Help in coding would be appreciated.

     

     

    #8761

    Because the stochastic instruction return only %K, you just have to make a moving average of your stochastic indicator which is the %D.

    Like this :

    (this is an indicator), but you can get the K and D value in your screener if you like.

     

    #8784

    Thank you Nicolas

    if I want say the %K today to be greater than %K yesterday and %D today to be less than %D yesterday can I write it like:

    Or would it be more like:

    Thanks

    #8816

    No, it’s not so complicated 🙂

    You already have in your variable the %D and the %K values, so just compare theses variables between them:

     

    #8817

    Awesome. Thanks Nicolas.

    #20120

    Hi Sydney

    Just curious. Do you use the ANTI strategy in your trading? Have you tried to use it in an automatic trading system?

Viewing 6 posts - 1 through 6 (of 6 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login