Announcement

Collapse
No announcement yet.

Please Help..how Do You Write %d Smoothing For Stochrsi?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Please Help..how Do You Write %d Smoothing For Stochrsi?

    Does anyone know how to change the %D smoothing (not length) on the stochrsi.

    Could someone write the code please? I need to change the parameters in stochrsi to this:

    Stoch rsi 1

    Rsi length 14
    %k length 15
    smoothing 3
    color red
    thick medium

    %d
    smoothing 2
    color green
    thickness thick

    bands upper 80
    lower 20
    color black
    thickness medium

    Thanks!

  • #2
    Please explain...

    I looked at the StochRSI.efs to see if I can help you, but it looks like you want something completely different that what that file does..

    Please explain what you want so I can try to help.

    Brad
    Brad Matheny
    eSignal Solution Provider since 2000

    Comment


    • #3
      Hello Brad,

      I'm pretty certain the %D smoothing is just a moving average of the %D output from the stochastics study. Correct me if I'm wrong Notthemoma.
      Jason K.
      Project Manager
      eSignal - an Interactive Data company

      EFS KnowledgeBase
      JavaScript for EFS Video Series
      EFS Beginner Tutorial Series
      EFS Glossary
      Custom EFS Development Policy

      New User Orientation

      Comment


      • #4
        FWIW the formula to which notthemoma wanted to apply the %D smoothing is the one Jason wrote and available here and not the one that is in the Library folder of Formulas.
        Alex

        Comment


        • #5
          I think this will do it for you...

          Here is my revised code for you. You should have been modifying the lines between line # 99 and 110. These are the Input values for the indicators. I have changed them to your requested settings and I have also changed the graphical display of the indicator.

          I hope this is what you want.

          Brad
          Attached Files
          Brad Matheny
          eSignal Solution Provider since 2000

          Comment

          Working...
          X