DefaultBacktester..::..CreateResults Method
Factory method for creating results objects from this instance.
Namespace:
Suoranta.Finance.TradingAssembly: Suoranta.Finance (in Suoranta.Finance.dll)
Syntax
protected virtual BacktestResults CreateResults( List<BacktestStep> steps, string[] tags )
Parameters
- steps
- Type: List<(Of <(<'BacktestStep>)>)>
the backtest result steps
- tags
- Type: array<String>[]()[][]
the optional tags

