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.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, Yesterday, 11:51 AM
    0 responses
    18 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, Yesterday, 11:48 AM
    0 responses
    23 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-25-2026, 09:53 PM
    0 responses
    27 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 03-25-2026, 09:51 PM
    0 responses
    15 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 03-23-2026, 11:13 AM
    0 responses
    22 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X