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

ChartControl setting warning

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

    ChartControl setting warning

    Hello,

    I set them in Initialize():
    • ChartControl.BarMarginRight = 190;
    • ChartControl.HorizontalGridLinesIntervalRight = 0.002;

    they are workig properly but the traceorders and the Log window gives me this error:
    **NT** Failed to call method 'Initialize' for strategy.
    is it big problem when there are those problems? should I deal with it? or can I use without problems?

    thanks for answers. Tom

    #2
    Tom,

    I suggest you move those lines of code to OnStartUp(). In Initialize() you do not necessarily have ChartControl available yet hence the error message.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      thanks Josh, it's working perfectly.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by f.saeidi, Today, 08:01 PM
      0 responses
      2 views
      0 likes
      Last Post f.saeidi  
      Started by Rapine Heihei, Today, 07:51 PM
      0 responses
      3 views
      0 likes
      Last Post Rapine Heihei  
      Started by frslvr, 04-11-2024, 07:26 AM
      5 responses
      96 views
      1 like
      Last Post caryc123  
      Started by algospoke, 04-17-2024, 06:40 PM
      6 responses
      49 views
      0 likes
      Last Post algospoke  
      Started by arvidvanstaey, Today, 02:19 PM
      4 responses
      11 views
      0 likes
      Last Post arvidvanstaey  
      Working...
      X