DefaultBacktester..::..RunBacktest Method
Runs the backtest.
Namespace:
Suoranta.Finance.TradingAssembly: Suoranta.Finance (in Suoranta.Finance.dll)
Syntax
public BacktestResults RunBacktest( IEnumerable<ISimulatedOrder> orders, params string[] tags )
Parameters
- orders
- Type: IEnumerable<(Of <(<'ISimulatedOrder>)>)>
The orders.
- tags
- Type: array<String>[]()[][]
The optional tags to associate with the BacktestResults.

