setting config.json example defaults

This commit is contained in:
Nullart 2018-06-21 21:16:29 +08:00
parent b27d3e6ef0
commit ff5eaccc20
2 changed files with 8 additions and 9 deletions

View File

@ -5,7 +5,7 @@
"fiat_display_currency": "USD",
"ticker_interval" : "5m",
"dry_run": false,
"disable_buy" : true,
"disable_buy" : false,
"unfilledtimeout": {
"buy":10,
"sell":30
@ -13,15 +13,14 @@
"trailing_stop": {
"positive" : 0.005
},
"unfilledtimeout": 600,
"bid_strategy": {
"ask_last_balance": 0.0,
"use_book_order": true,
"use_book_order": false,
"book_order_top": 6,
"percent_from_top": 0.005
"percent_from_top": 0
},
"ask_strategy":{
"use_book_order": true,
"use_book_order": false,
"book_order_min": 1,
"book_order_max": 30
},

View File

@ -4,7 +4,7 @@
"stake_amount": 0.05,
"fiat_display_currency": "USD",
"dry_run": false,
"disable_buy" : true,
"disable_buy" : false,
"ticker_interval": "5m",
"trailing_stop": true,
"minimal_roi": {
@ -20,12 +20,12 @@
}
"bid_strategy": {
"ask_last_balance": 0.0,
"use_book_order": true,
"use_book_order": false,
"book_order_top": 6,
"percent_from_top": 0.005
"percent_from_top": 0
},
"ask_strategy":{
"use_book_order": true,
"use_book_order": false,
"book_order_min": 1,
"book_order_max": 30
},