ematvey / pybacktest

Vectorized backtesting framework in Python / pandas, designed to make your backtesting easier — compact, simple and fast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this seems to be not working with updates

arippbbc opened this issue · comments

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.

This should be fixed by the last commit.

I think it is.