We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65418c7 commit 82f9874Copy full SHA for 82f9874
tests/optimize/test_lookahead_analysis.py
@@ -490,4 +490,4 @@ def test_config_overrides(lookahead_conf):
490
lookahead_conf = LookaheadAnalysisSubFunctions.calculate_config_overrides(lookahead_conf)
491
492
assert lookahead_conf["dry_run_wallet"] == 1000000000
493
- assert lookahead_conf["max_open_trades"] == 3
+ assert lookahead_conf["max_open_trades"] == -1
0 commit comments