Result
QuantConnect.Result
Result()
Result(parameters: BaseResultParameters)
Bases: Object
Base class for backtesting and live results that packages result data. LiveResultBacktestResult
Signature descriptions:
-
Creates new empty instance
-
Creates a new result from the given parameters
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