create compatibility code

This commit is contained in:
Matthias
2020-06-02 09:50:56 +02:00
parent 3e895ae74a
commit 09fe3c6f5e
5 changed files with 19 additions and 4 deletions

View File

@@ -85,8 +85,8 @@ class IStrategy(ABC):
trailing_stop_positive_offset: float = 0.0
trailing_only_offset_is_reached = False
# associated ticker interval
ticker_interval: str
# associated timeframe
timeframe: str
# Optional order types
order_types: Dict = {