Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT8 - Accessing multiple strategy results?

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

    NT8 - Accessing multiple strategy results?

    I would like to lunch multiple strategies (or the same strategy with different parameters)

    Periodically I would like to review the results;

    Can I access strategy performance results from one program and prepare summary and compare them?
    .
    I would like access all strategy performance data:
    SystemPerformance.AllTrades
    and detect which one preforms the best

    My Real Trading strategy program should be able to go trough all simulated strategies which are running at the same time, I want to see which strategy performed the best in last 30 mins and change the real time parameters to the best one in last 30 mins

    Any suggestions how to start?

    Alternatively I can run various indicators in the same strategy, and place orders, but how to separate them?
    how to create or access multiple copies of SystemPerformance.AllTrades?
    Can I have separate SystemPerformace arrays for additional, different time frames?

    If I add additional data series can I access results of trading from multiple data series separately? how?
    AddDataSeries
    (Data.BarsPeriodType.Minute, 15); // BarsArray[2]




    #2
    Hello astef,

    Thanks for your post.

    You might start with right mouse clicking on each strategy to review the individual performance.
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      I think he means in real time strategy code.

      Comment


        #4
        Hi Paul,
        I am sorry, but It should be pretty clear that and I am asking for sample C# code (or direction how to write one) how to collect performance data from within C# program to collect perforce data from multiple strategies?
        A

        Comment


          #5
          Hello astef,

          Thanks for your reply.

          You could write the performance data from each strategy to a file and then write a performance evaluation of the data within the file.
          Paul H.NinjaTrader Customer Service

          Comment


            #6
            Thank you for your suggestion
            I am after something a bit more advanced

            I am wondering how to get access from one strategy to another and read to the trade collection?
            SystemPerformance.AllTrades


            I would like to have programs which reads the list of active strategies and can traverse trough SystemPerformace.AllTrades objects and compare trades etc



            Last edited by astef; 02-11-2016, 05:59 AM.

            Comment


              #7
              Hello astef,

              Thanks for your reply.

              Regrettably there is nothing I can advise here as there are no methods available. If you like I would be glad to enter a feature request to "provide access to running strategies performance".
              Paul H.NinjaTrader Customer Service

              Comment


                #8
                thank you
                that will be awesome;
                I would like to lunch programmatically multiple strategies and walk trough SystemPerformance.AllTrades to see how they perform in real time

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by GussJ, 03-04-2020, 03:11 PM
                11 responses
                3,227 views
                0 likes
                Last Post xiinteractive  
                Started by andrewtrades, Today, 04:57 PM
                1 response
                13 views
                0 likes
                Last Post NinjaTrader_Manfred  
                Started by chbruno, Today, 04:10 PM
                0 responses
                7 views
                0 likes
                Last Post chbruno
                by chbruno
                 
                Started by josh18955, 03-25-2023, 11:16 AM
                6 responses
                440 views
                0 likes
                Last Post Delerium  
                Started by FAQtrader, Today, 03:35 PM
                0 responses
                12 views
                0 likes
                Last Post FAQtrader  
                Working...
                X