Implement cli options for backtesting-analysis date filtering
This commit is contained in:
@@ -462,6 +462,12 @@ class Configuration:
|
||||
self._args_to_config(config, argname='indicator_list',
|
||||
logstring='Analysis indicator list: {}')
|
||||
|
||||
self._args_to_config(config, argname='analysis_date_start',
|
||||
logstring='Analysis filter start date: {}')
|
||||
|
||||
self._args_to_config(config, argname='analysis_date_end',
|
||||
logstring='Analysis filter end date: {}')
|
||||
|
||||
def _process_runmode(self, config: Config) -> None:
|
||||
|
||||
self._args_to_config(config, argname='dry_run',
|
||||
|
Reference in New Issue
Block a user