BacktestResults Members
The BacktestResults type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
BacktestResults(IBacktestSettings, ITimestamps, IEnumerable<(Of <<'(BacktestStep>)>>), array<String>[]()[][]) |
Initializes a new instance of the BacktestResults class.
|
|
|
BacktestResults(SerializationInfo, StreamingContext) |
ISerializable constructor.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetObjectData | |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Comments |
Gets or sets the optional comments to describe the backtest.
|
|
|
Id |
Gets
Field Valueunique (randomly generated) identifier that can be used as reference. |
|
|
Settings |
Gets
Field Valuethe settings that were used to obtain the results. |
|
|
Steps |
Gets the steps.
|
|
|
Tags | |
|
|
Timestamps | |
|
|
TradedContracts |

