bug fix for depth of field infinite loop bug, added experimental check for 24hour average of high and low

This commit is contained in:
Nullart
2018-06-28 11:42:10 +08:00
parent fff2b81c10
commit 8177cb040a
5 changed files with 42 additions and 30 deletions

View File

@@ -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,