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

Ability to listen to new trades and notify users #1

Open
Doggie52 opened this issue Jun 12, 2019 · 0 comments
Open

Ability to listen to new trades and notify users #1

Doggie52 opened this issue Jun 12, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Doggie52
Copy link
Owner

Doggie52 commented Jun 12, 2019

Bot should be able to listen for incoming trades and notify users when they happen.

This isn't possible yet - it will need to wait for QC to get around to fully populating the LiveAlgorithmResults object in https://github.com/QuantConnect/Lean/blob/master/Api/Api.cs. This is done through CreateLiveResultsFromJObject() in https://github.com/QuantConnect/Lean/blob/master/Common/API/LiveAlgorithmResultsJsonConverter.cs.

If we want true streaming behaviour, this may require additional functionality not yet present in the API.

@Doggie52 Doggie52 added the enhancement New feature or request label Jun 12, 2019
@Doggie52 Doggie52 self-assigned this Jun 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant