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

Better Support Multiple IQDH Providers #8037

Closed
3 tasks done
jaredbroad opened this issue May 16, 2024 · 0 comments · Fixed by #8054
Closed
3 tasks done

Better Support Multiple IQDH Providers #8037

jaredbroad opened this issue May 16, 2024 · 0 comments · Fixed by #8054
Assignees
Labels

Comments

@jaredbroad
Copy link
Member

jaredbroad commented May 16, 2024

Some IQDH vendor implementations are throwing when a feed is not supported, causing LEAN to explode silently and not attempt the next data feed.

Ideally LEAN should handle the error, and throw an informative exception is no subscription was located for the asset requested. This information should be passed back to the UX.

Potential Solution

Review LEAN combination IQDH handling to better handle missing data.

Reproducing the Problem

  • If a user has only an options subscription on polygon only; (no equities)
  • and sets polygon as #.1 vendor; QC as #.2 in cloud wizard
  • US Equity benchmark in subscription
  • Algo throws on deployment as it can't get a subscription for equities from polygon
    • Algo dies

System Information

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues
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 a pull request may close this issue.

3 participants