set stoploss to -10%

This commit is contained in:
Janne Sinivirta 2017-11-23 18:43:19 +02:00
parent 84b105c82b
commit 371e6d99c9
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
"20": 0.02,
"0": 0.04
},
"stoploss": -0.40,
"stoploss": -0.10,
"bid_strategy": {
"ask_last_balance": 0.0
},

View File

@ -23,7 +23,7 @@ def default_conf():
"20": 0.02,
"0": 0.04
},
"stoploss": -0.05,
"stoploss": -0.10,
"bid_strategy": {
"ask_last_balance": 0.0
},
@ -63,7 +63,7 @@ def backtest_conf():
"20": 0.02,
"0": 0.04
},
"stoploss": -0.05
"stoploss": -0.10
}