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

Review duplicated QuantBook system handler initialization #8375

Open
4 tasks done
Martin-Molinero opened this issue Oct 18, 2024 · 0 comments
Open
4 tasks done

Review duplicated QuantBook system handler initialization #8375

Martin-Molinero opened this issue Oct 18, 2024 · 0 comments

Comments

@Martin-Molinero
Copy link
Member

Expected Behavior

  • ideally we don't recreate system handlers twice from the start

Actual Behavior

  • start.py (for python) and QuantConnect.csx (for C#) start the system handlers, but later QuantBook constructor is clearing the composer and recreating them. This causes some pain points when using IB as a data provider for example, since it triggers twice it's initialization

Potential Solution

N/A

Reproducing the Problem

  • Start jupyter notebook, create quantbook object

System Information

N/A

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
  • I have provided detailed steps to reproduce the issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant