/// <summary> /// This function will be called after removing a strategy /// </summary> protected override void OnRemove() { if (_historicalData != null) { _historicalData.Dispose(); } }