ematvey / pybacktest

Vectorized backtesting framework in Python / pandas, designed to make your backtesting easier — compact, simple and fast
MIT License
807 stars 241 forks source link

this seems to be not working with updates #6

Closed arippbbc closed 9 years ago

arippbbc commented 10 years ago

I used it before and it worked. now, I am using python 2.7.3, pandas 0.13.1. it gives no result by calling summary(). positions, prices, report, equity, trades are empty. but trade_price is fine.

degiere commented 10 years ago

This should be fixed by the last commit.

ematvey commented 9 years ago

I think it is.