Announcement

Collapse
No announcement yet.

Ex Tradestation User

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

  • Ex Tradestation User

    I am trying to figure out how to add an extra line in the basic Stochastic indicator for advanced charts. I goose mine with different numbers and expand the oversold/overbought lines. What I would like to do is add a single line at the 50 level as part of my default. I am not as familiar with efs as I was with Easy Language. I am currently using a drawn trend line inside the indicator. Unfortunately, it does not stay in place. Is there a simple way to do this? Any help would be greatly appreciated.
    Steve Sullivan

  • #2
    You could use the BuiltInStoch.efs and change the last line to

    return new Array(vStoch.getValue(StochStudy.FAST),vStoch.getV alue(StochStudy.SLOW), 50);

    Comment

    Working...
    X