Merge pull request #3044 from freqtrade/default_max_order_book

order_book_max - change example setting
This commit is contained in:
hroff-1902
2020-03-10 11:17:27 +03:00
committed by GitHub
6 changed files with 13 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
"price_side": "ask",
"use_order_book": false,
"order_book_min": 1,
"order_book_max": 9,
"order_book_max": 1,
"use_sell_signal": true,
"sell_profit_only": false,
"ignore_roi_if_buy_signal": false