BacktestResults Constructor (IBacktestSettings, ITimestamps, IEnumerable<(Of <(<'BacktestStep>)>)>, array<String>[]()[][])
Initializes a new instance of the BacktestResults class.
Namespace:
Suoranta.Finance.TradingAssembly: 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.

