Suoranta.Finance Namespace
Suoranta.Finance - Developer API

DefaultBacktester..::..RunBacktest Method

Runs the backtest.

Namespace:  Suoranta.Finance.Trading
Assembly:  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.

Return Value

BacktestResults.