Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

draw text

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

    draw text

    Hi, I have up and down arrows and text I put just below the up arrow for example. The text only shows up once and then dissapears as the next draw text appears. How can I make it so the text stays? I am thinking it has to do with the tag name? There are two tags, each labled up and down text

    #2
    Hello brucelevy,

    Thank you for your inquiry.

    Each drawn object will need a unique tag name or else the next call to draw will overwrite the previous.

    You could append your tags with a CurrentBar, for example, to make each draw object have a unique tag name.

    As an example:
    Code:
    DrawText("theTag" + CurrentBar, .....);
    Please, let us know if we may be of further assistance.
    Zachary G.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by warreng86, 11-10-2020, 02:04 PM
    5 responses
    1,356 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by Perr0Grande, Today, 08:16 PM
    0 responses
    3 views
    0 likes
    Last Post Perr0Grande  
    Started by elderan, Today, 08:03 PM
    0 responses
    5 views
    0 likes
    Last Post elderan
    by elderan
     
    Started by algospoke, Today, 06:40 PM
    0 responses
    10 views
    0 likes
    Last Post algospoke  
    Started by maybeimnotrader, Today, 05:46 PM
    0 responses
    12 views
    0 likes
    Last Post maybeimnotrader  
    Working...
    X