bug fix for depth of field infinite loop bug, added experimental check for 24hour average of high and low
This commit is contained in:
@@ -48,8 +48,9 @@
|
||||
"use_sell_signal": false,
|
||||
"sell_profit_only": false,
|
||||
"sell_fullfilled_at_roi": false,
|
||||
"check_depth_of_market": true,
|
||||
"dom_bids_asks_delta": 1.5
|
||||
"check_depth_of_market": false,
|
||||
"dom_bids_asks_delta": 1.5,
|
||||
"buy_price_below_24h_h_l": false
|
||||
},
|
||||
"telegram": {
|
||||
"enabled": true,
|
||||
|
||||
Reference in New Issue
Block a user