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 Hwop38, 05-04-2026, 07:02 PM
      0 responses
      162 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      313 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
      350 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      179 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X