The BaseSystemHistory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BaseSystemHistory | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetFinalStatistics |
Gets the final statistics
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetOpenPositions |
Retrieves a list of open positions.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AccountValue |
Gets the current account value.
| |
| Broker |
Gets or sets the broker interface associated with this running system.
| |
| BuyAndHoldPositions |
Retrieves a list of buy and hold positions.
| |
| BuyAndHoldStatistics |
Gets an instance of the SystemStatistics class for the Buy and Hold only.
| |
| CurrentCapital |
Gets the current amount of available capital.
| |
| CurrentEquity |
Gets the current amount tied up in positions, long and short.
| |
| CurrentValueLong |
Gets the current amount tied up in long positions.
| |
| CurrentValueShort |
Gets the current amount tied up in short positions.
| |
| LongStatistics |
Gets an instance of the SystemStatistics class for long statistics only.
| |
| PositionManager |
Gets the PositionManager instance for this system.
| |
| ShortStatistics |
Gets an instance of the SystemStatistics class for short statistics only.
| |
| StartingCapital |
Gets or sets the starting capital to be used for trading
| |
| SystemStatistics |
Gets an instance of the SystemStatistics class for both long and short statistics.
|