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 wzgy0920, 04-20-2024, 06:09 PM
        2 responses
        26 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, 02-22-2024, 01:11 AM
        5 responses
        32 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, 04-23-2024, 09:53 PM
        2 responses
        49 views
        0 likes
        Last Post wzgy0920  
        Started by Kensonprib, 04-28-2021, 10:11 AM
        5 responses
        192 views
        0 likes
        Last Post Hasadafa  
        Started by GussJ, 03-04-2020, 03:11 PM
        11 responses
        3,235 views
        0 likes
        Last Post xiinteractive  
        Working...
        X