Announcement

Collapse
No announcement yet.

stoch rsi

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

  • stoch rsi

    Hi

    good afternoon to everybody,

    Could somebody please tell me which is
    the formula that esignal uses to calculate
    the Stochastic RSI on its charts?

    thanks a lot

    Jaime Othon

  • #2
    Hi Jamie,

    You can find the calculation for any of the Open Source eSignal Formulas by using the Tools-->EFS-->Editor.

    The calcuation used for the StochRSI in the Formulas\Library folder is as follows:

    vStochRSI = ((xRSI.getValue(0) - xRSIll.getValue(0)) / (xRSIhh.getValue(0) - xRSIll.getValue(0))) * 100;


    Please let us know if you have any other questions.

    AveryH
    eSignal Support

    Comment

    Working...
    X