20 using System.Collections.Generic;
33 public Dictionary<string, AlgorithmPerformance>
RollingWindow {
get;
set; }
43 IDictionary<int, Order> orders,
44 IDictionary<DateTime, decimal> profitLoss,
45 IDictionary<string, string> statistics,
46 IDictionary<string, string> runtimeStatistics,
47 Dictionary<string, AlgorithmPerformance> rollingWindow,
48 List<OrderEvent> orderEvents,
51 IDictionary<string, string> state =
null)
52 : base(charts, orders, profitLoss, statistics, runtimeStatistics, orderEvents, algorithmConfiguration, state)