mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
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()
|
||||
|
||||
# Load the configuration
|
||||
config = setup_configuration(parsed_args, RunMode.BACKTEST)
|
||||
config = setup_configuration(parsed_args, RunMode.OTHER)
|
||||
return config
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user