mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
freqai backtesting - add startup_candle_count at function description
This commit is contained in:
parent
a1f88cca80
commit
311ae8bf1f
|
@ -466,7 +466,8 @@ class FreqaiDataKitchen:
|
||||||
) -> DataFrame:
|
) -> DataFrame:
|
||||||
"""
|
"""
|
||||||
Function which takes the backtesting time range and
|
Function which takes the backtesting time range and
|
||||||
remove training data from dataframe
|
remove training data from dataframe, keeping only the
|
||||||
|
startup_candle_count candles
|
||||||
"""
|
"""
|
||||||
startup_candle_count = self.config.get('startup_candle_count', 0)
|
startup_candle_count = self.config.get('startup_candle_count', 0)
|
||||||
tf = self.config['timeframe']
|
tf = self.config['timeframe']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user