mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
uncomment
This commit is contained in:
parent
ae06899694
commit
9f6e4c6c0e
|
@ -73,8 +73,8 @@ class StackingDemo(IStrategy):
|
|||
# Minimal ROI designed for the strategy.
|
||||
# This attribute will be overridden if the config file contains "minimal_roi".
|
||||
minimal_roi = {
|
||||
# "60": 0.01,
|
||||
# "30": 0.02,
|
||||
"60": 0.01,
|
||||
"30": 0.02,
|
||||
"0": 0.001
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user