update sample configs

This commit is contained in:
xmatthias 2018-06-26 22:41:38 +02:00
parent 5015bc9bb0
commit 3e167e1170
2 changed files with 5 additions and 1 deletions

View File

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

View File

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