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

Feature: support new config type account-id #500

Conversation

Romazes
Copy link
Contributor

@Romazes Romazes commented Sep 18, 2024

Description

  • We can now create a configuration with "input-method": "choice" without providing data, bypassing parameter validation. This allows us to initialize the choice in the code as needed.
  • We have created a flag that helps identify whether the configuration contains a filter.
  • If the product has associated accounts, the user will be prompted to choose one.

Related PR

How Has This Been Tested?

Valid account-id

lean live deploy mynewalgo --brokerage TradeStation --trade-station-account-id "SIMXXXXXXXM"
image

Invalid account-id

lean live deploy mynewalgo --brokerage tradestation --data-provider-live tradestation --trade-station-account-id SIMXXX
image

@Romazes Romazes self-assigned this Sep 18, 2024
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! 👍

@Romazes Romazes force-pushed the feature-trade-station-new-config-account-number branch from 7e9f520 to 94d8067 Compare September 23, 2024 16:34
refactor: parsing of new object Auth0
test:refactor: use new mock object of Auth0
@Romazes Romazes added the feature label Oct 1, 2024
@Martin-Molinero Martin-Molinero merged commit a7236c1 into QuantConnect:master Oct 1, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants