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 Aviram Y, Today, 05:29 AM
          0 responses
          2 views
          0 likes
          Last Post Aviram Y  
          Started by quantismo, 04-17-2024, 05:13 PM
          3 responses
          25 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by ScottWalsh, 04-16-2024, 04:29 PM
          7 responses
          34 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by cls71, Today, 04:45 AM
          0 responses
          6 views
          0 likes
          Last Post cls71
          by cls71
           
          Started by mjairg, 07-20-2023, 11:57 PM
          3 responses
          217 views
          1 like
          Last Post PaulMohn  
          Working...
          X