Merge pull request #2982 from freqtrade/rate_side_optional

Rate side configurable
This commit is contained in:
hroff-1902
2020-03-04 16:07:08 +03:00
committed by GitHub
9 changed files with 222 additions and 122 deletions

View File

@@ -11,6 +11,7 @@
"sell": 30
},
"bid_strategy": {
"price_side": "bid",
"ask_last_balance": 0.0,
"use_order_book": false,
"order_book_top": 1,
@@ -20,6 +21,7 @@
}
},
"ask_strategy": {
"price_side": "ask",
"use_order_book": false,
"order_book_min": 1,
"order_book_max": 9,