QuantConnect/lean-cli

Backtest & Research Data Provider Arguments Non Interactive

Closed this issue · 0 comments

  • When deploying backtest/research non interactive we should be able to choose a data provider and pass though it's required configurations but they are currently not recognized and require interactive inputting
>lean backtest TerminalLinkTest --data-provider "Terminal Link" --terminal-link-server-host localhost --terminal-link-server-port 1234 --terminal-link-emsx-user-time-zone "America/New_York"
Usage: lean backtest [OPTIONS] PROJECT

Try 'lean backtest --help' for help or go to the following url for a list of common errors:
https://www.lean.io/docs/v2/lean-cli/key-concepts/troubleshooting#02-Common-Errors

Error: No such option: --terminal-link-server-host