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

@@ -81,6 +81,7 @@ class IStrategy(ABC, HyperStrategyMixin):
trailing_only_offset_is_reached = False
use_custom_stoploss: bool = False
# Can this strategy go short?
can_short: bool = False
# associated timeframe