Frank
Frank
@rm-rf-etc Hi Rob, on the workaround: what would be the most pythonic way to check for a duplicate entry risk in the RollingWindow, by checking if the "symbol + time"...
Hi Laadhari, hi Mamoud, I have got the same error with 'pf.utils.extract_rets_pos_txn_from_zipline(results)'. It works with one of my algos, but a copied version with modifications does not work, so it...
Workaround in my case - skip evaluation positions and transactions, focus on returns for the moment ;) `# returns, positions, transactions = pf.utils.extract_rets_pos_txn_from_zipline(results)` `returns = results.returns`