Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

redraw new text

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

    redraw new text

    hi, i've draw in chart a text

    Examples:


    string gg= Draw.Text(this, str1 + CurrentBar, false, str1, 0, valore - 1 * TickSize, 1, color, myFont, al, null, null, 80);
    i want in the following bar change the gg draw...

    i must delete gg and redraw it or i give to do this :

    string gg= Draw.Text(this,gg , false, " cccc", 0, valore - 1 * TickSize, 1, color, myFont, al, null, null, 80);

    #2
    Hello esignal,

    Thanks for your post.

    If you want to automatically remove and redraw the text then just use the same "tag name". Using the same tagname will cause the first text drawn to be removed then redrawn at the new location.
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by mattbsea, Today, 05:44 PM
    0 responses
    4 views
    0 likes
    Last Post mattbsea  
    Started by RideMe, 04-07-2024, 04:54 PM
    6 responses
    31 views
    0 likes
    Last Post RideMe
    by RideMe
     
    Started by tkaboris, Today, 05:13 PM
    0 responses
    2 views
    0 likes
    Last Post tkaboris  
    Started by GussJ, 03-04-2020, 03:11 PM
    16 responses
    3,282 views
    0 likes
    Last Post Leafcutter  
    Started by WHICKED, Today, 12:45 PM
    2 responses
    20 views
    0 likes
    Last Post WHICKED
    by WHICKED
     
    Working...
    X