mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 21:01:14 +00:00
Add timeframe info into 'increase startup_candle_count' log message
This commit is contained in:
@@ -344,7 +344,8 @@ class DataProvider:
|
||||
if add_train_candles:
|
||||
train_candles = freqai_config['train_period_days'] * 86400 / tf_seconds
|
||||
total_candles = int(self._config['startup_candle_count'] + train_candles)
|
||||
logger.info(f'Increasing startup_candle_count for freqai to {total_candles}')
|
||||
logger.info(f'Increasing startup_candle_count for freqai on {timeframe} '
|
||||
f'to {total_candles}')
|
||||
return total_candles
|
||||
|
||||
def get_pair_dataframe(
|
||||
|
||||
Reference in New Issue
Block a user