Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plot vs Draw

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

    Plot vs Draw

    I developed an indicator for a friend and when we put it on his machine, the plots work but no drawing (neither DrawRegion nor DrawLine).

    Everything works fine on my machine and it does also on another machine we put it on but both of those are paid versions whereas my friend has a free (trial) version of NinjaTrader.

    Any ideas of even where to start looking?

    #2
    Hi Scott,

    I would check version info to make sure you're using the same version. Help > About.

    Check log tab of control center for any error messages.

    Then are a couple properties in Initialize() you can set to ensure placement of the indicator and the draw panel are consistent.

    Overlay = true; //places indicator in price panel by default.
    DrawOnPricePanel = true; //draw objects are place in price panel

    You might not necessarily want them assigned that way, but assigning through code will help align the configuration.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Ryan, as always, thanks so much for your help.

      Scott

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      589 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      342 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      103 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      555 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      552 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X