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 trilliantrader, 04-18-2024, 08:16 AM
    5 responses
    22 views
    0 likes
    Last Post trilliantrader  
    Started by Davidtowleii, Today, 12:15 AM
    0 responses
    3 views
    0 likes
    Last Post Davidtowleii  
    Started by guillembm, Yesterday, 11:25 AM
    2 responses
    9 views
    0 likes
    Last Post guillembm  
    Started by junkone, 04-21-2024, 07:17 AM
    9 responses
    68 views
    0 likes
    Last Post jeronymite  
    Started by mgco4you, Yesterday, 09:46 PM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X