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.
Options

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!

Comments

  • Options
    lmkwinlmkwin ✭✭
    set it up on the default and then put Monthly in front of your stoch requirements.

    and [Slow Stoch %K(14,3) < 80.0]
    becomes
    and [monthly Slow Stoch %K(14,3) < 80.0]
  • Options
    Also note that you only need "above" (%K > %D) to identify both those already above %D and those just crossing above %D.

    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 ">".
Sign In or Register to comment.