/// <summary>
 /// Gets the history requests required for provide warm up data for the algorithm
 /// </summary>
 /// <returns></returns>
 public IEnumerable <HistoryRequest> GetWarmupHistoryRequests()
 {
     return(_baseAlgorithm.GetWarmupHistoryRequests());
 }