Telegram and log prints strategy version.

This commit is contained in:
Dardon
2021-11-20 16:26:07 +00:00
parent 06c81b5234
commit d4fd13bf50
3 changed files with 17 additions and 3 deletions

View File

@@ -393,6 +393,12 @@ class IStrategy(ABC, HyperStrategyMixin):
]
"""
return []
def version(self) -> str:
"""
Returns version of the strategy.
"""
return None
###
# END - Intended to be overridden by strategy