Use mode OTHER, nto backtesting
This commit is contained in:
parent
152e138c17
commit
0436811cf0
@ -130,7 +130,7 @@ def plot_parse_args(args: List[str]) -> Dict[str, Any]:
|
|||||||
parsed_args = arguments.parse_args()
|
parsed_args = arguments.parse_args()
|
||||||
|
|
||||||
# Load the configuration
|
# Load the configuration
|
||||||
config = setup_configuration(parsed_args, RunMode.BACKTEST)
|
config = setup_configuration(parsed_args, RunMode.OTHER)
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user