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 Ninja 8 Vanishing

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

  • NinjaTrader_Matthew
    replied
    Just as in NT7, you need to make sure to keep your tags unique for every instance, otherwise they will be updated when the method is called again for the new condition

    Code:
    Draw.Text(this, [B]"ABC"+CurrentBar,[/B] true, "ABC", 0, High[0] + 8 * TickSize, 20, Brushes.Red, myFont,TextAlignment.Center,Brushes.Transparent, Brushes.Transparent, 0);
    Using the above, the ABC tag will append the CurrentBar number to it, keeping it unique.

    Leave a comment:


  • CheetaFish
    started a topic Draw.Text Ninja 8 Vanishing

    Draw.Text Ninja 8 Vanishing

    Hi
    I am converting from Ninja 7 to 8

    I am using Draw.Text

    Draw.Text(this, "ABC", true, "ABC", 0, High[0] + 8 * TickSize, 20, Brushes.Red, myFont,TextAlignment.Center,Brushes.Transparent, Brushes.Transparent, 0);

    When the condition is met, ABC appears on the chart. However, when the condition is met again at a later time, the first ABC disappears and the second instance appears. How do i keep both instances on the chart.

    There are no log errors

Latest Posts

Collapse

Topics Statistics Last Post
Started by bill2023, Yesterday, 08:51 AM
8 responses
43 views
0 likes
Last Post bill2023  
Started by yertle, Today, 08:38 AM
6 responses
25 views
0 likes
Last Post ryjoga
by ryjoga
 
Started by algospoke, Yesterday, 06:40 PM
2 responses
24 views
0 likes
Last Post algospoke  
Started by ghoul, Today, 06:02 PM
3 responses
16 views
0 likes
Last Post NinjaTrader_Manfred  
Started by jeronymite, 04-12-2024, 04:26 PM
3 responses
46 views
0 likes
Last Post jeronymite  
Working...
X