Announcement

Collapse
No announcement yet.

Stochastic Source

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

  • Stochastic Source

    is there a way to use Stochastics using a source of OHLC/4, have looked around cant see much.

    Thanks

  • #2
    biswar
    You would have to write a Stochastic study from scratch since the builtin does not provide for that parameter.
    Alex

    Comment


    • #3
      biswar
      Actually - upon further research - if you click here you will find StochOf_template.efs programmed by JasonK that will allow you to use builtin studies or user defined variables as the input for the Stochastic.
      In your case you would simply use (open()+high()+low()+close())/4 as the source. Brief instructions on how to do this are included in the efs itself.
      Alex

      Comment

      Working...
      X