Announcement

Collapse
No announcement yet.

StochRSI Indicator

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

  • StochRSI Indicator

    What's up w/ the default StochRSI? It is only displaying one input length yet when I try to include more nothing will display. How do I get it to display with the parameters of say 13(8)(8)5?

    Thanks,
    pk

  • #2
    Hello pk,

    If you are referring to /Library/StochRSI.efs, the input parameter "nInputLength" will only accept a number. "13(8)(8)5" will not be recognized as a number. In order to change the input parameters for the RSI and Stochastic we need to create a modified version for you.

    Please give me the specific details of what you need your formula to do and I'll create a new formula.

    Thanks,
    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


    • #3
      Hi Jason,

      I am looking for 2 different combinations of the stochRSI.

      # 1

      RSI length: 13

      Stochastic %K length 8 with a smoothing of 8 and a %D with a smoothing of 5.

      # 2

      RSI length: 21

      Stochastic %K length 13 with a smoothing of 8 and Stochastic %D with a smoothing of 8

      The upper and lower bands should be 90 and 10 respectively

      Thank you very much for your help
      -pk

      Comment


      • #4
        Hello pkwood,

        StochOfRSI.efs will plot the Stochastic %K and %D of the RSI. All the inputs for the related studies are adjustable via the "Edit Studies" option. There is one additional input parameter, "SmoothKline," which can be used to turn the smoothing for the %K line on or off by entering true or false. I added this because the /Library/StochRSI.efs was plotting the raw %K values. I wasn't sure what you wanted so I gave you the option.

        Input Parameter Defaults:

        PriceSource: Close
        rsiLength: 13
        Klength: 8
        Ksmooth: 8
        Dlength: 5
        SmoothKline: false
        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

        Working...
        X