mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-08 15:20:24 +00:00
precommit fix
This commit is contained in:
@@ -492,7 +492,7 @@ class Configuration:
|
||||
|
||||
self._args_to_config(config, argname='startup_candle',
|
||||
logstring='Startup candle to be used on recursive analysis: {}')
|
||||
|
||||
|
||||
def _process_runmode(self, config: Config) -> None:
|
||||
|
||||
self._args_to_config(config, argname='dry_run',
|
||||
|
||||
@@ -25,11 +25,11 @@ class RecursiveAnalysis(BaseAnalysis):
|
||||
self._startup_candle = config.get('startup_candle', [199, 399, 499, 999, 1999])
|
||||
|
||||
super().__init__(config, strategy_obj)
|
||||
|
||||
|
||||
self.partial_varHolder_array: List[VarHolder] = []
|
||||
self.partial_varHolder_lookahead_array: List[VarHolder] = []
|
||||
|
||||
|
||||
|
||||
self.dict_recursive: Dict[str, Any] = dict()
|
||||
|
||||
# For recursive bias check
|
||||
|
||||
Reference in New Issue
Block a user