The BaseSystemHistory type exposes the following members.

Properties

  NameDescription
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.

See Also