implement trade count lock for backtesting

This commit is contained in:
gcarq
2017-11-21 22:33:34 +01:00
parent f3ba3ddd54
commit 02ca2ed585
3 changed files with 17 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ def default_conf():
@pytest.fixture(scope="module")
def backtest_conf():
return {
"max_open_trades": 3,
"stake_currency": "BTC",
"stake_amount": 0.01,
"minimal_roi": {