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

Historical Data Provider in live #422

Closed

Conversation

Romazes
Copy link
Contributor

@Romazes Romazes commented Feb 15, 2024

Description

We stumbled upon impossible to subscribe on data provider live and historical in the same time. The code is subscribed on data-provider-live well.

Fixing

 lean live deploy --brokerage "Paper Trading" --data-provider-live IEX --data-provider-historical Polygon ProjectAlgorithmName
  • --data-provider-live IEX - iexcloud.io data provider
  • --data-provider-historical Polygon - polygon.io data provider

Now, we can use 2 command in the same time without exception. The fix is downloaded packages and create dependency references.

Proccees: download and installing

image

Using of Polygon history provider

image

Tesing

  • create diffirent test cases on .py.
  • manually run lean-cli with different range of commands.

@Romazes Romazes closed this Feb 16, 2024
@Romazes Romazes deleted the fix-download-addition-provider branch February 20, 2024 19:12
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.

1 participant