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

Programmatically differentiate backtest and real time?

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

    Programmatically differentiate backtest and real time?

    As you know order size must be set differently for a backtest than for realtime, especially in FX. Specifically, in backtest for Forex you use 10,000 for 1 mini lot. But in real time, you use only 1 for a mini lot (in a mini account).

    So I'm looking for a NinjaScript variable that indicates whether it currently runs on real time or backtest data?

    It appears NT is missing such an indicator.

    My idea, at the moment is to set a variable, realTimeFlag, in OnMarketData() to true since OnMarketData() never gets called on backtest data.

    The idea is to use that variable elsewhere in the strategy to correctly set the order size if running in real time?

    Is there a better way? Is this idea risky?

    Sincerely,
    Wayne

    #2
    if (!Historical)
    // We are real-time

    RayNinjaTrader Customer Service

    Comment


      #3
      My other idea worked. But this is very cool and much simple. Honestly, I did search help and the forum and never found this.

      Sincerely,
      Wayne

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by algospoke, Yesterday, 06:40 PM
      2 responses
      20 views
      0 likes
      Last Post algospoke  
      Started by ghoul, Today, 06:02 PM
      3 responses
      14 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by jeronymite, 04-12-2024, 04:26 PM
      3 responses
      45 views
      0 likes
      Last Post jeronymite  
      Started by Barry Milan, Yesterday, 10:35 PM
      7 responses
      21 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by AttiM, 02-14-2024, 05:20 PM
      10 responses
      181 views
      0 likes
      Last Post jeronymite  
      Working...
      X