Add can_short to sample strategies

This commit is contained in:
Matthias
2022-03-12 07:00:57 +01:00
parent 0aa170ac95
commit 12c909d8a8
4 changed files with 16 additions and 6 deletions

View File

@@ -40,6 +40,9 @@ class {{ strategy }}(IStrategy):
# Optimal timeframe for the strategy.
timeframe = '5m'
# Can this strategy go short?
can_short: bool = False
# Minimal ROI designed for the strategy.
# This attribute will be overridden if the config file contains "minimal_roi".
minimal_roi = {