Initial attempt at is_short_strategy block

This commit is contained in:
Matthias
2022-03-11 06:59:28 +01:00
parent f6c263882d
commit 1c9dbb512a
2 changed files with 12 additions and 1 deletions

View File

@@ -81,6 +81,8 @@ class IStrategy(ABC, HyperStrategyMixin):
trailing_only_offset_is_reached = False
use_custom_stoploss: bool = False
can_short: bool = False
# associated timeframe
ticker_interval: str # DEPRECATED
timeframe: str