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 andrewtrades, Today, 04:57 PM
    1 response
    9 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by chbruno, Today, 04:10 PM
    0 responses
    6 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Started by josh18955, 03-25-2023, 11:16 AM
    6 responses
    436 views
    0 likes
    Last Post Delerium  
    Started by FAQtrader, Today, 03:35 PM
    0 responses
    8 views
    0 likes
    Last Post FAQtrader  
    Started by rocketman7, Today, 09:41 AM
    5 responses
    19 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X