more attempts to get tests to pass
This commit is contained in:
parent
a3d6b472a7
commit
f8a76ca161
@ -41,6 +41,13 @@ class {{ strategy }}(IStrategy):
|
|||||||
"0": 0.04
|
"0": 0.04
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Dynamic ROI - It is not recommended to enable this without first fully
|
||||||
|
# reading the documentation.
|
||||||
|
# This attribute will be overridden if the config file contains "minimal_roi".
|
||||||
|
dynamic_roi = {
|
||||||
|
'dynamic_roi_enabled': False
|
||||||
|
}
|
||||||
|
|
||||||
# Optimal stoploss designed for the strategy.
|
# Optimal stoploss designed for the strategy.
|
||||||
# This attribute will be overridden if the config file contains "stoploss".
|
# This attribute will be overridden if the config file contains "stoploss".
|
||||||
stoploss = -0.10
|
stoploss = -0.10
|
||||||
|
@ -42,6 +42,13 @@ class SampleStrategy(IStrategy):
|
|||||||
"0": 0.04
|
"0": 0.04
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Dynamic ROI - It is not recommended to enable this without first fully
|
||||||
|
# reading the documentation.
|
||||||
|
# This attribute will be overridden if the config file contains "minimal_roi".
|
||||||
|
dynamic_roi = {
|
||||||
|
'dynamic_roi_enabled': False
|
||||||
|
}
|
||||||
|
|
||||||
# Optimal stoploss designed for the strategy.
|
# Optimal stoploss designed for the strategy.
|
||||||
# This attribute will be overridden if the config file contains "stoploss".
|
# This attribute will be overridden if the config file contains "stoploss".
|
||||||
stoploss = -0.10
|
stoploss = -0.10
|
||||||
|
Loading…
Reference in New Issue
Block a user