uncomment

This commit is contained in:
incrementby1 2021-10-26 00:31:17 +02:00
parent ae06899694
commit 9f6e4c6c0e

View File

@ -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
}