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 Jonafare, 12-06-2012, 03:48 PM
          5 responses
          3,986 views
          0 likes
          Last Post rene69851  
          Started by Fitspressorest, Today, 01:38 PM
          0 responses
          2 views
          0 likes
          Last Post Fitspressorest  
          Started by Jonker, Today, 01:19 PM
          0 responses
          2 views
          0 likes
          Last Post Jonker
          by Jonker
           
          Started by futtrader, Today, 01:16 PM
          0 responses
          8 views
          0 likes
          Last Post futtrader  
          Started by Segwin, 05-07-2018, 02:15 PM
          14 responses
          1,792 views
          0 likes
          Last Post aligator  
          Working...
          X