Open hakbrk opened 3 years ago
@hakbrk I got the same error. Have you been able to solve it?
I was not able to resolve this issue. What I have done since is to generate a trade by trade return, then use that data to generate three dataframes (returns, transactions, positions) and use Pyfolio as a stand-alone library, should be noted that the returns input needs to be converted to a panda series.
Problem Description
My zipline strategy closes positions at EOD, when I try to generate a tear sheet an error is raised because the positions dataframe is empty. I am using minute data, is it just not possible to use Pyfolio with minute data? I see that in previous updates support for intraday trading was addressed but I can't seem to get this working.
Please provide the full traceback:
Please provide any additional information below:
Versions