mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-13 17:50:30 +00:00
chore: improve clarity
This commit is contained in:
@@ -618,7 +618,7 @@ class IFreqaiModel(ABC):
|
||||
)
|
||||
|
||||
unfiltered_dataframe = dk.use_strategy_to_populate_indicators(
|
||||
strategy, corr_dataframes, base_dataframes, pair
|
||||
strategy, corr_dataframes=corr_dataframes, base_dataframes=base_dataframes, pair=pair
|
||||
)
|
||||
|
||||
trained_timestamp = new_trained_timerange.stopts
|
||||
|
||||
Reference in New Issue
Block a user