Announcement

Collapse
No announcement yet.

ELA - EFS conversion: Indicator showing new price range entry Part II

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

  • ELA - EFS conversion: Indicator showing new price range entry Part II

    Here is what I have in TS2000i and need in esignal.

    Inputs: Step(2);

    Vars: Level(4340),
    bit(0);



    if close >= (level+step) or close <= (level-step) then bit = 1 else bit = 0;
    if close >= (level+step) or close <= (level-step) then level = close;

    plot1(bit,"newrange");

    Perhaps someone can convert this very little think for me into EFS

    Thanks

  • #2
    mkinfosys
    I believe this is the same as what you posted here. See reply in that thread
    Alex

    Comment

    Working...
    X