Announcement

Collapse
No announcement yet.

indicator based upon indicator

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

  • indicator based upon indicator

    Is it possible to plot an indicator based upon another indicator?

    I'd like to have an RSI created using another RSI.

    Base RSI: 6 and close (hidden)

    Actual indicator RSI: 3 and close (based upon RSI: 6 and close)

    Thanks.

    Bruce

  • #2
    Bruce
    You can find instructions on how to do Studies on Studies with the Formula Wizard in this thread.
    Alex

    Comment


    • #3
      Hello Bruce,

      Here's another thread on how to code a Study on a Study.
      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
        I have a similar query. I would like to draw the stochastic of a MACD. I do not see that the StochStudy() accepts an alternate data source. How could I do?

        Thanks for the help
        Fabrice

        Comment


        • #5
          It is impossible to calculate the Stochastic of anything other than a price series, as the Stochastic formula requires a "High", "Low" and "Close" for each bar. THe MACD would only provide the last value ("Close"), and has no notion of "High" or "Low".

          Comment


          • #6
            Dion,

            This isn't quite true. If you did a MACD of the highs, lows and close and used those as inputs to stoch you would get results. I don't think they would be interesting results...but I have never tried.

            G
            Garth

            Comment


            • #7
              Thank you all,
              I eventually have found my answer from Jay F. somewhere else who coded the stochastic of an RSI (stochofrsi[1].efs). So I know how to solve my problem.
              Thanks
              Fabrice

              Comment

              Working...
              X