update sample configs

pull/963/head
xmatthias 8 years ago
parent 5015bc9bb0
commit 3e167e1170

@ -5,6 +5,9 @@
"fiat_display_currency": "USD",
"ticker_interval" : "5m",
"dry_run": false,
"trailing_stop": {
"positive" : 0.005
},
"unfilledtimeout": 600,
"bid_strategy": {
"ask_last_balance": 0.0
@ -32,7 +35,7 @@
"experimental": {
"use_sell_signal": false,
"sell_profit_only": false,
"ignore_roi_if_buy_signal": false
"sell_fullfilled_at_roi": false
},
"telegram": {
"enabled": true,

@ -5,6 +5,7 @@
"fiat_display_currency": "USD",
"dry_run": false,
"ticker_interval": "5m",
"trailing_stop": true,
"minimal_roi": {
"40": 0.0,
"30": 0.01,

Loading…
Cancel
Save