Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 ScottW, Today, 06:09 PM
      0 responses
      2 views
      0 likes
      Last Post ScottW
      by ScottW
       
      Started by Board game geek, 10-29-2023, 12:00 PM
      14 responses
      244 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by Waxavi, 04-19-2024, 02:10 AM
      4 responses
      56 views
      0 likes
      Last Post sonia0101  
      Started by cmtjoancolmenero, Today, 03:58 PM
      0 responses
      9 views
      0 likes
      Last Post cmtjoancolmenero  
      Started by Segwin, 05-07-2018, 02:15 PM
      11 responses
      1,779 views
      0 likes
      Last Post aligator  
      Working...
      X