Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Contiuum LIVE!, There is no market data available to drive the simulation engine

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

    Contiuum LIVE!, There is no market data available to drive the simulation engine

    Hi I am just starting to test a new strategy and I am getting the above error. I am only trying to test it against historical data on FSEX 09-15 which is now expired?


    What causes this error ? my account is set to Sim

    #2
    Hello GKonheiser,

    Thank you for your inquiry.

    This error will occur if your strategy is attempting to place live sim trades. As this is, indeed, an expired contract, there is no longer any data provided for this contract. And, because this is the case, you'll be getting that error when your strategy attempts to place a live sim trade.

    I would suggest either using the Strategy Analyzer to backtest your strategy over the FESX 09-15 or ensuring that the strategy will only run on historical data if you wish to run it outside of the Strategy Analyzer.

    For more information about the Strategy Analyzer, please take a look at the NinjaTrader help guide at this link: http://ninjatrader.com/support/helpG...y_analyzer.htm

    Please, let us know if we may be of further assistance.
    Zachary G.NinjaTrader Customer Service

    Comment


      #3
      Hi Zac,

      when you say ensure strategy will only run on back data what do you mean, I have no logic that is specific to real time data only?

      I just want to be able to apply a strategy to a chart to get a quick view of its entries and exits without using the strat analyser

      Comment


        #4
        Hello GKonheiser,

        To ensure that your strategy will only run on historical data, you can wrap your code logic inside of an "if (Historical)" conditional statement.

        Example:
        Code:
        if (Historical)
        {
             // logic
        }
        For more information about using Historical, please take a look at the NinjaTrader help guide at this link: http://ninjatrader.com/support/helpG...historical.htm
        Zachary G.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        633 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        364 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        105 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        567 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        568 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X