Suoranta.Finance Namespace
Suoranta.Finance - Developer API

BacktestResults Constructor (IBacktestSettings, ITimestamps, IEnumerable<(Of <(<'BacktestStep>)>)>, array<String>[]()[][])

Initializes a new instance of the BacktestResults class.

Namespace:  Suoranta.Finance.Trading
Assembly:  Suoranta.Finance (in Suoranta.Finance.dll)

Syntax


public BacktestResults(
	IBacktestSettings settings,
	ITimestamps timestamps,
	IEnumerable<BacktestStep> steps,
	string[] tags
)

Parameters

settings
Type: Suoranta.Finance.Trading..::..IBacktestSettings
The settings. Equals Settings.
timestamps
Type: Suoranta.Finance..::..ITimestamps
The timestamps.
steps
Type: IEnumerable<(Of <(<'BacktestStep>)>)>
The steps.
tags
Type: array<String>[]()[][]
Short labels that help locate this result set. Equal Tags.