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

A Few More Order Types - Interactive Brokers #27

Open
jaredbroad opened this issue Aug 27, 2017 · 12 comments
Open

A Few More Order Types - Interactive Brokers #27

jaredbroad opened this issue Aug 27, 2017 · 12 comments
Assignees

Comments

@jaredbroad
Copy link
Member

New order type for IB - VWAP.

@jaredbroad jaredbroad changed the title VWAP Order - Interactive Brokers A Few More Order Types - Interactive Brokers Aug 27, 2017
@jaredbroad
Copy link
Member Author

All or None // Fill or Kill Option on Orders

@patrickstar1
Copy link

Also would be nice to have Immediate or Cancel (IOC):

https://www.interactivebrokers.com/en/index.php?f=594

@jaredbroad
Copy link
Member Author

Adaptive Algo
https://interactivebrokers.github.io/tws-api/ibalgos.html#gsc.tab=0

@patrickstar1
Copy link

Any update on these features? can we at least have all-or-none for now? Thanks!

@jaredbroad
Copy link
Member Author

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!

@patrickstar1
Copy link

patrickstar1 commented Sep 6, 2017

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.

@StefanoRaggi
Copy link

StefanoRaggi commented Apr 13, 2018

Related issues/pull requests:

Ability to accept GoodTillDate and DurationValue in QC orders for IB: QuantConnect/Lean#971
Support for GoodTillDate with Interactive Brokers: QuantConnect/Lean#1201
Addition of Interactive Brokers Algorithmic orders: QuantConnect/Lean#1203

@StefanoRaggi
Copy link

StefanoRaggi commented Apr 24, 2018

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:

@mchandschuh
Copy link

mchandschuh commented Apr 25, 2018

@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 CanSubmit method to flag orders with these options as invalid.

@linkliang
Copy link

linkliang commented Jun 24, 2019

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
IB API is OcaGroup

@simonsonjack
Copy link

Combination orders

@AlexCatarino
Copy link
Member

@Martin-Molinero Martin-Molinero transferred this issue from QuantConnect/Lean Sep 7, 2022
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

No branches or pull requests

7 participants