Announcement

Collapse
No announcement yet.

Over extended volatility

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

  • Over extended volatility

    Hello.
    Could some 1 post the code for -

    Stochastic(Close,14) - Rsi(Close,14).
    Overbought 38
    Over Sold -38

    Also please make the lines, colors, values and thresholds editable.

    Thankl you.
    Itai

  • #2
    Itai
    You can build the indicator by first combining into one efs builtinStoch.efs and builtinRSI.efs - both of which can be found in the Builtin subfolder of Formulas. Once you have done that you can create the equation using the examples provided in the efs(s).
    You will also need to modify the sequential numbering of some of the Functioon Parameters and add some new Function Parameters to control the color of the plots. For information and examples on how to use Function Parameters click here
    Alex

    Comment


    • #3
      Still need help

      Alex
      I try doing this but I guess Im still to novice for this yet.
      Please post the code so I can continue learning how to develop my own independent ESF syntax ability.

      Thank you for you help.

      Itai
      Last edited by mavrik73; 10-07-2004, 01:51 PM.

      Comment


      • #4
        Itai
        The attached efs should do what you asked.
        As suggested in my prior reply it is essentially the builtinStoch.efs and builtinRSI.efs merged together.
        All the parameters for the individual studies, the color and thickness of the plot and the thresholds can be modified through Edit Studies. I have also added an option to use either %K (default) or %D in the computation of the indicator.
        Hope this helps
        Alex
        Attached Files

        Comment

        Working...
        X