Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Print text on panels

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

    Print text on panels

    Hi all,

    is it posible to plot text on panels? Insted of debuging with output window i would like to see some values on panels.

    Best,
    Vince.

    #2
    Hello,

    Yes, you can use DrawText() or DrawTextFixed() to draw on the panel:



    You can set DrawOnPricePanel = true or false to determine which panel it's drawn in:

    MatthewNinjaTrader Product Management

    Comment


      #3
      Vince,
      If you want to show specific text related to each or some bars you can use
      DrawText(CurrentBar+"1",my_value.ToString(),0,High[0],Color.Blue);
      ..to show value contained on my_value
      If you only want to show one value live on all the chart ( instead of independent values over each bar ) you can use :
      DrawTextFixed("bar",my_value.ToString(),TextPositi on.BottomRight);

      Regards,

      Pablo Maglio
      www.TheIndicatorStore.com
      pmaglio
      NinjaTrader Ecosystem Vendor - The Indicator Store

      Comment


        #4
        Thanks @Matthew, Thanks pmaglio.

        Best,
        Vince.

        Comment


          #5
          I am having a problem on a DrawText. I have attached an image. Please someone could help.
          Attached Files

          Comment


            #6
            Originally posted by edward_bell View Post
            I am having a problem on a DrawText. I have attached an image. Please someone could help.
            No. However, you can use the Chart Properties to create empty space between the last bar and the right axis, and draw test into that empty space.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Hwop38, 05-04-2026, 07:02 PM
            0 responses
            160 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Started by CaptainJack, 04-24-2026, 11:07 PM
            0 responses
            307 views
            0 likes
            Last Post CaptainJack  
            Started by Mindset, 04-21-2026, 06:46 AM
            0 responses
            245 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by M4ndoo, 04-20-2026, 05:21 PM
            0 responses
            348 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by M4ndoo, 04-19-2026, 05:54 PM
            0 responses
            178 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Working...
            X