precommit fix
This commit is contained in:
@@ -492,7 +492,7 @@ class Configuration:
|
|||||||
|
|
||||||
self._args_to_config(config, argname='startup_candle',
|
self._args_to_config(config, argname='startup_candle',
|
||||||
logstring='Startup candle to be used on recursive analysis: {}')
|
logstring='Startup candle to be used on recursive analysis: {}')
|
||||||
|
|
||||||
def _process_runmode(self, config: Config) -> None:
|
def _process_runmode(self, config: Config) -> None:
|
||||||
|
|
||||||
self._args_to_config(config, argname='dry_run',
|
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])
|
self._startup_candle = config.get('startup_candle', [199, 399, 499, 999, 1999])
|
||||||
|
|
||||||
super().__init__(config, strategy_obj)
|
super().__init__(config, strategy_obj)
|
||||||
|
|
||||||
self.partial_varHolder_array: List[VarHolder] = []
|
self.partial_varHolder_array: List[VarHolder] = []
|
||||||
self.partial_varHolder_lookahead_array: List[VarHolder] = []
|
self.partial_varHolder_lookahead_array: List[VarHolder] = []
|
||||||
|
|
||||||
|
|
||||||
self.dict_recursive: Dict[str, Any] = dict()
|
self.dict_recursive: Dict[str, Any] = dict()
|
||||||
|
|
||||||
# For recursive bias check
|
# For recursive bias check
|
||||||
|
|||||||
Reference in New Issue
Block a user