LiveResult
QuantConnect.Packets.LiveResult
LiveResult()
LiveResult(parameters: LiveResultParameters)
Bases: Result
Live results object class for packaging live result data.
Signature descriptions:
-
Default Constructor
-
Constructor for the result class for dictionary objects
account_currency
account_currency: str
The algorithm's account currency
account_currency_symbol
account_currency_symbol: str
The algorithm's account currency
charts
charts: IDictionary[str, Chart]
Charts updates for the live algorithm since the last result packet
profit_loss
profit_loss: IDictionary[datetime, float]
Trade profit and loss information since the last algorithm result packet
statistics
statistics: IDictionary[str, str]
Statistics information sent during the algorithm operations.
runtime_statistics
runtime_statistics: IDictionary[str, str]
Runtime banner/updating statistics in the title banner of the live algorithm GUI.
state
state: IDictionary[str, str]
State of the result packet.
server_statistics
server_statistics: IDictionary[str, str]
Server status information, including CPU/RAM usage, ect...
algorithm_configuration
algorithm_configuration: AlgorithmConfiguration
The algorithm's configuration required for report generation