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.
        JesseNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by aussugardefender, Today, 01:07 AM
        0 responses
        1 view
        0 likes
        Last Post aussugardefender  
        Started by pvincent, 06-23-2022, 12:53 PM
        14 responses
        238 views
        0 likes
        Last Post Nyman
        by Nyman
         
        Started by TraderG23, 12-08-2023, 07:56 AM
        9 responses
        383 views
        1 like
        Last Post Gavini
        by Gavini
         
        Started by oviejo, Today, 12:28 AM
        0 responses
        1 view
        0 likes
        Last Post oviejo
        by oviejo
         
        Started by pechtri, 06-22-2023, 02:31 AM
        10 responses
        125 views
        0 likes
        Last Post Leeroy_Jenkins  
        Working...
        X