mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
Telegram and log prints strategy version.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user