Update some comments

This commit is contained in:
Matthias
2020-06-15 06:35:31 +02:00
parent 02fca141a0
commit d337fb6c6a
4 changed files with 4 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ class StrategyResolver(IResolver):
# Assign ticker_interval to timeframe to keep compatibility
if 'timeframe' not in config:
logger.warning(
"DEPRECATED: Please migrate to using timeframe instead of ticker_interval."
"DEPRECATED: Please migrate to using 'timeframe' instead of 'ticker_interval'."
)
strategy.timeframe = strategy.ticker_interval