adjust roi and stop loss in config.json.example

This commit is contained in:
Janne Sinivirta 2017-09-29 09:58:00 +03:00
parent c9226a329c
commit 1f1e64560a
1 changed files with 8 additions and 7 deletions

View File

@ -3,13 +3,14 @@
"stake_currency": "BTC",
"stake_amount": 0.05,
"dry_run": false,
"minimal_roi": {
"2880": 0.005,
"720": 0.01,
"0": 0.02
},
"stoploss": -0.10,
"bid_strategy": {
"minimal_roi": {
"60": 0.0,
"40": 0.01,
"20": 0.02,
"0": 0.03
},
"stoploss": -0.40,
"bid_strategy": {
"ask_last_balance": 0.0
},
"bittrex": {