thank you for sharing it. Any similar tool for MACD indicators?
I've just added support for MACD indicator.
The code that uses it might look like:
values = data.btc_usd.macd(10,21,8)
Example of simple strategy based on MACD:
http://cryptotrader.org/backtests/4gCGSZdFS2ou4yZuiTechnically, all of indicators listed here
http://tadoc.org/ are supported, but it will take time to document it fully.
However I have a question, how do you change the frequency of the ticks for the testing? i.e. I want to back test 2H bars and I don't see a way to do that.
Since several people requested for 2H bars i'm going to add such option soon. As regards custom intervals, it shouldn't be hard to implement this, since the backend stores all history data from Mtgox.