adjust ROI map for shorter trades

This commit is contained in:
Janne Sinivirta 2017-10-21 10:28:02 +03:00
parent 146c254c0f
commit f79b44eefe

View File

@ -35,10 +35,10 @@ def pairs():
def conf(): def conf():
return { return {
"minimal_roi": { "minimal_roi": {
"50": 0.0, "40": 0.0,
"40": 0.01, "30": 0.01,
"30": 0.02, "20": 0.02,
"0": 0.045 "0": 0.04
}, },
"stoploss": -0.40 "stoploss": -0.40
} }