adding the option to resolver

This commit is contained in:
misagh
2019-03-12 15:43:53 +01:00
parent f55d75e7fc
commit a772ab323e
3 changed files with 15 additions and 12 deletions

View File

@@ -73,6 +73,7 @@ class IStrategy(ABC):
trailing_stop: bool = False
trailing_stop_positive: float
trailing_stop_positive_offset: float
trailing_only_offset_is_reached = False
# associated ticker interval
ticker_interval: str