Pyfolio and Blueshift BackTest Hash URL

Can I use the PyFolio module in python IDE, to retrieve Blueshifts Backtest results by pasting in the Hash?



I've seen a few questions on PyFolio in this forum, but is everyone here using  Blueshift 2.0 or other software, other courses etc?





#

e.g something like 



import pyfolio as pf



backtest = get_backtest('2b6da36888c9f788c8818c6d0bb2340ff8ed2dbc')

Hi Philip, 



You can't import blueshift backtest results (trade sheet etc) into python IDE.



Instead, you can perform a full backtest in blueshift where you can access many tear sheets (like PyFolio).

If you still want to study the performance using PyFolio, you can download the backtest results (zip file) and read the downloaded trade sheet into python IDE to analyse using PyFolio package.



Thanks, please let us know if you need any more help.



 

Thank you! Varun