Pricing strategies should default to use orderbook pricing

This commit is contained in:
Matthias
2021-06-26 08:19:37 +02:00
parent 0ecf456d7f
commit c62fad0088
7 changed files with 15 additions and 14 deletions

View File

@@ -28,7 +28,7 @@
},
"bid_strategy": {
"price_side": "bid",
"use_order_book": false,
"use_order_book": true,
"ask_last_balance": 0.0,
"order_book_top": 1,
"check_depth_of_market": {
@@ -38,7 +38,7 @@
},
"ask_strategy":{
"price_side": "ask",
"use_order_book": false,
"use_order_book": true,
"order_book_top": 1,
"use_sell_signal": true,
"sell_profit_only": false,