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 CarlTrading, Yesterday, 09:41 PM
        1 response
        19 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, Today, 02:41 AM
        0 responses
        6 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, Yesterday, 11:44 PM
        0 responses
        17 views
        0 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        33 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        32 views
        0 likes
        Last Post CarlTrading  
        Working...
        X