Suoranta.Finance Namespace
Suoranta.Finance - Developer API

DefaultBacktester..::..CreateResults Method

Factory method for creating results objects from this instance.

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

Return Value

the BacktestResults instance