Pricing strategies should default to use orderbook pricing
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"bid_strategy": {
|
||||
"price_side": "bid",
|
||||
"ask_last_balance": 0.0,
|
||||
"use_order_book": false,
|
||||
"use_order_book": true,
|
||||
"order_book_top": 1,
|
||||
"check_depth_of_market": {
|
||||
"enabled": false,
|
||||
@@ -24,7 +24,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,
|
||||
|
Reference in New Issue
Block a user