mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
adjust ROI map for shorter trades
This commit is contained in:
parent
146c254c0f
commit
f79b44eefe
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user