working on backtesting

This commit is contained in:
Gert Wohlgemuth
2018-05-21 16:52:12 -07:00
parent b5d0c0ea6a
commit b4d6e2c289
6 changed files with 128 additions and 13 deletions

View File

@@ -3,5 +3,5 @@ import pytest
from freqtrade.aws.backtesting_lambda import backtest
def test_backtest(lambda_context):
def test_backtest():
backtest({}, {})