optimizing method
This commit is contained in:
parent
76c25d2d52
commit
6c85fd911f
@ -22,7 +22,9 @@ class Quickie(IStrategy):
|
|||||||
# Minimal ROI designed for the strategy.
|
# Minimal ROI designed for the strategy.
|
||||||
# This attribute will be overridden if the config file contains "minimal_roi"
|
# This attribute will be overridden if the config file contains "minimal_roi"
|
||||||
minimal_roi = {
|
minimal_roi = {
|
||||||
"0": 0.01
|
"20": 0.01,
|
||||||
|
"15": 0.06,
|
||||||
|
"10": 0.15
|
||||||
}
|
}
|
||||||
|
|
||||||
# Optimal stoploss designed for the strategy
|
# Optimal stoploss designed for the strategy
|
||||||
|
Loading…
Reference in New Issue
Block a user