-
Notifications
You must be signed in to change notification settings - Fork 23
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
A Few More Order Types - Interactive Brokers #27
Comments
All or None // Fill or Kill Option on Orders |
Also would be nice to have Immediate or Cancel (IOC): |
Any update on these features? can we at least have all-or-none for now? Thanks! |
Not yet sorry but we'll reply here when it is done so no need to ping thread. Its an internal rule of QC -- bugs before features :) As long as there are red-flags we'll fix them first. If you'd like to push these features through we'd welcome a PR though! |
Bugs before Features is a very good policy. But I really need this feature because my algo goes crazy because of the partial fills - so much that I pulled the plug on it today. I will see if I can contribute. Otherwise looks like I have to wait for you guys to pick it up. |
Related issues/pull requests: Ability to accept GoodTillDate and DurationValue in QC orders for IB: QuantConnect/Lean#971 |
There are multiple features grouped together in this issue, so we are splitting this issue in the following tasks, to keep pull requests smaller and easier to review:
|
@StefanoRaggi -- a reminder that for each step we're only implementing them for backtesting and interactive brokers live, which means for all other brokerage models, we'll need to update the |
Based on many user requests, it would be nice to implement OCA - One Cancels All grouped orders. https://www.interactivebrokers.com/en/index.php?f=617 |
New order type for IB - VWAP.
The text was updated successfully, but these errors were encountered: