Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

DrawText on custom indicator

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

    DrawText on custom indicator

    Hi, I'm writing a custom oscillator indicator that plots below the main price chart. How do I use DrawText to place a label on the oscillator portion of the chart window? Thanks.

    #2
    You have to set the property

    DrawOnPricePanel = false;

    See more information here - http://www.ninjatrader-support.com/H...ceOnPanel.html
    RayNinjaTrader Customer Service

    Comment


      #3
      Thank you for the info. However, what if I want to have some Draw objects on the price panel while other objects paint on the custom indicator panel? Is there a way to specify which panel the Draw objects paint on? Thanks again.

      Comment


        #4
        Hi ch33ch,

        Unfortunately you can only draw on one panel. What you can do is break up the routine and have one indicator attached to the price panel and a second attached to the indicator panel.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by SalmaTrader, 07-07-2026, 10:26 PM
        0 responses
        30 views
        0 likes
        Last Post SalmaTrader  
        Started by CarlTrading, 07-05-2026, 01:16 PM
        0 responses
        17 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 06-17-2026, 10:32 AM
        0 responses
        9 views
        0 likes
        Last Post CaptainJack  
        Started by kinfxhk, 06-17-2026, 04:15 AM
        0 responses
        16 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 06-17-2026, 04:06 AM
        0 responses
        19 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X