Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is it possible to override Strategy Analyzer variables?

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

    #16
    I added a bunch of debug tracer "print to output window" statements to the strategy. As a result I think I already see a problem with my code. Just wanted to alert you so you don't waste time on bad input from me.

    I will update whenever I have anything of significance to report.

    Comment


      #17
      Someone could help or give a sample code on how to know if you are testing the strategy on the strategy analyzer not on replay?

      Comment


        #18
        Originally posted by edward_bell View Post
        Someone could help or give a sample code on how to know if you are testing the strategy on the strategy analyzer not on replay?
        bool IsMarketReplay = false;
        if (Bars.MarketData.Connection.Options.Provider == Cbi.Provider.Replay ) IsMarketReplay = true;

        Comment


          #19
          Hello edward bell,

          Thank you for your post and thanks to Koganam for their response.

          The following condition will also check if you are in Market Replay as well:
          Code:
          if(Bars.MarketData.Connection.Name == "Market Replay Connection")
          Please let me know if I may be of further assistance.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by geddyisodin, 04-25-2024, 05:20 AM
          8 responses
          60 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by jxs_xrj, 01-12-2020, 09:49 AM
          4 responses
          3,285 views
          1 like
          Last Post jgualdronc  
          Started by Option Whisperer, Today, 09:55 AM
          0 responses
          5 views
          0 likes
          Last Post Option Whisperer  
          Started by halgo_boulder, 04-20-2024, 08:44 AM
          2 responses
          22 views
          0 likes
          Last Post halgo_boulder  
          Started by mishhh, 05-25-2010, 08:54 AM
          19 responses
          6,189 views
          0 likes
          Last Post rene69851  
          Working...
          X