mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
precommit fix
This commit is contained in:
parent
cfeefa8754
commit
bd9ea9bd8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user