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 judysamnt7, 03-13-2023, 09:11 AM
          4 responses
          59 views
          0 likes
          Last Post DynamicTest  
          Started by ScottWalsh, Today, 06:52 PM
          4 responses
          36 views
          0 likes
          Last Post ScottWalsh  
          Started by olisav57, Today, 07:39 PM
          0 responses
          7 views
          0 likes
          Last Post olisav57  
          Started by trilliantrader, Today, 03:01 PM
          2 responses
          21 views
          0 likes
          Last Post helpwanted  
          Started by cre8able, Today, 07:24 PM
          0 responses
          10 views
          0 likes
          Last Post cre8able  
          Working...
          X