Modified README to detail new backtest interface.

This commit is contained in:
Michael Halls-Moore
2015-06-30 09:48:25 +01:00
parent 784cfd2508
commit c273962a04
5 changed files with 56 additions and 41 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class Backtest(object):
self, pairs, data_handler, strategy,
strategy_params, portfolio, execution,
equity=100000.0, heartbeat=0.0,
max_iters=100000000
max_iters=10000000000
):
"""
Initialises the backtest.