Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw.TextFixed not working (B3)?

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

    Draw.TextFixed not working (B3)?

    Hello,

    I searched and could not find this reported, so I wanted to post and see if this is a known issue, or maybe a problem with my install: It does not seem that Draw.TextFixed is working in B3. I have tried all of the overloads using a simple indicator with nothing but the call to a couple of drawing methods, including Draw.TextFixed, and it will not plot text for any of them. It also will not plot if this is the only call.

    Here is an example. The Dot and normal Text do plot correctly:

    Code:
    protected override void OnBarUpdate()
            {
                Draw.Dot(this,"text",IsAutoScale,-1,Low[0],Brushes.Purple);
                Draw.Text(this,"text2","This is a test of drawing text under a bar",-1,Low[0],Brushes.Purple);
                Draw.TextFixed(this,"text3","This is an error or informational message.", TextPosition.Center);
    
            }

    #2
    Originally posted by sdonahue View Post
    I searched and could not find this reported, so I wanted to post and see if this is a known issue, or maybe a problem with my install: It does not seem that Draw.TextFixed is working in B3.
    Reported back in July..



    and said to be fixed in next beta.. (whenever that might be) ..


    -=Edge=-
    NinjaTrader Ecosystem Vendor - High Tech Trading Analysis

    Comment


      #3
      Use the long form of the call -- that works.

      --EV

      Comment


        #4
        Hello,

        I tested this in the latest beta, B4 and this appears to have been fixed.

        After updating to B4, can you please verify if you are still having any issues with Draw.TextFixed?

        I look forward to being of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        663 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        376 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        110 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        575 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        580 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X