experimental depth of market check prior to buying

This commit is contained in:
Nullart
2018-06-27 21:47:29 +08:00
parent 9f827979bd
commit fff2b81c10
7 changed files with 33 additions and 13 deletions

View File

@@ -47,7 +47,9 @@
"experimental": {
"use_sell_signal": false,
"sell_profit_only": false,
"sell_fullfilled_at_roi": false
"sell_fullfilled_at_roi": false,
"check_depth_of_market": true,
"dom_bids_asks_delta": 1.5
},
"telegram": {
"enabled": true,