Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement non-interactive input for data-providers in backtest command #310

Conversation

rjra2611
Copy link
Member

  • Adds @options_from_json() decorator to add options from moduels.json
  • Updates get_configs_for_options to handle cases for backtest and research commands to provide data-provider related options.

Tested manually by running the following commands:

  • live local
  • live cloud
  • backtest
  • research

Research
image

Backtest
image

Closes #298

Copy link
Member

@Martin-Molinero Martin-Molinero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 👍

@Martin-Molinero Martin-Molinero merged commit 712ce5f into QuantConnect:master Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backtest & Research Data Provider Arguments Non Interactive
2 participants