Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

draw only the last line instead 3 lines

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

    draw only the last line instead 3 lines

    Value.Set(Value[1] + smooth * ((Close[0] - Value[1])-1));
    Value.Set(Value[1] + smooth * ((Close[0] - Value[1])-2));
    Value.Set(Value[1] + smooth * ((Close[0] - Value[1])-3)); <--- this line get draw

    the above codes draw only

    -3 line.

    it doesn't draw -2 and -1
    Last edited by nkhoi; 05-02-2009, 07:09 PM.

    #2
    Originally posted by nkhoi View Post
    Value.Set(Value[1] + smooth * ((Close[0] - Value[1])-1));
    Value.Set(Value[1] + smooth * ((Close[0] - Value[1])-2));
    Value.Set(Value[1] + smooth * ((Close[0] - Value[1])-3)); <--- this line get draw

    the above codes draw only

    -3 line.

    it doesn't draw -2 and -1
    This is expected since you are using same Value.
    You should add more Plots and set their values accordingly

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    569 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    548 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    548 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X