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

DataLoaded state

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

    DataLoaded state

    I have a very simple test function in OnStateChange() to understand when data is loaded:

    Code:
    if (State == State.DataLoaded)
    {
      Print("Data has been loaded");
    }
    However, this never gets printed after I add my strategy to my chart, how do I get my strategy to load the data?

    #2
    Hello amaltais,

    Thanks for your post.

    In order to see that message:

    1) Open a new>ninjascript output window before running the strategy
    2) When you apply the strategy to the chart, click the "enabled' check box.

    If you have done these and do not see the message, please post your strategy code.



    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Well there you go strategy was not enabled I see it now thank you.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by jeronymite, 04-12-2024, 04:26 PM
      3 responses
      40 views
      0 likes
      Last Post jeronymite  
      Started by bill2023, Today, 08:51 AM
      2 responses
      15 views
      0 likes
      Last Post bill2023  
      Started by sidlercom80, 10-28-2023, 08:49 AM
      167 responses
      2,260 views
      0 likes
      Last Post jeronymite  
      Started by warreng86, 11-10-2020, 02:04 PM
      7 responses
      1,362 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by Perr0Grande, Today, 08:16 PM
      0 responses
      5 views
      0 likes
      Last Post Perr0Grande  
      Working...
      X