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 Tim-c, Today, 03:54 AM
      0 responses
      3 views
      0 likes
      Last Post Tim-c
      by Tim-c
       
      Started by FrancisMorro, Today, 03:24 AM
      0 responses
      2 views
      0 likes
      Last Post FrancisMorro  
      Started by Segwin, 05-07-2018, 02:15 PM
      10 responses
      1,771 views
      0 likes
      Last Post Leafcutter  
      Started by Rapine Heihei, 04-23-2024, 07:51 PM
      2 responses
      31 views
      0 likes
      Last Post Max238
      by Max238
       
      Started by Shansen, 08-30-2019, 10:18 PM
      24 responses
      945 views
      0 likes
      Last Post spwizard  
      Working...
      X