Today we are introducing get_live_results()
to Quantopian Research. This new function is analogous to the get_backtest()
function and lets you load in results from one of your live algorithms so that you can interact with them. You can now interact with everything you see in your live algorithm dashboard including daily returns, positions, orders, risk metrics, and even exceptions that may have caused your algorithm to stop.
The notebook attached to this post contains a couple simple use case examples as well as an appendix containing everything in the live results that you have access to. Note that you will need to use an ID for one of your own live algos to be able to execute cells in this notebook!
If you have any questions, feel free to ask them here!