Replies: 5 comments 3 replies
-
The algo that gets selected goes by the order type. So check the point at which orders are created. Likely |
Beta Was this translation helpful? Give feedback.
-
Thanks! I use DO, so in the file you indicated it says:
So is every order then "best_order_type"? If so, what is the purpose of the "execution_algos" in the config? I considered using the algo overrides but it looks like those are checked only if the order doesn't already have an algo, which they all have by default?
|
Beta Was this translation helpful? Give feedback.
-
This is a related follow up question. I changed to use Adaptive algo for all orders. However, an order for IBEX_mini (first time buying this) failed today. Here is the log:
Does adaptive not work for some futures markets? If so, is there a way to tell which? Or is this something else? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Apparently not
In theory, there is https://www.interactivebrokers.com/en/trading/products-exchanges.php/ (be sure to click on the "Exchange" tab first, it's easy to miss) However, even when I look up exchanges where I use adaptive market orders, I don't see it listed as a supported order type. So in practice, I think you might have to just make a note of these issues and adjust your config accordingly. I only trade on US exchanges (all of which seem to support adaptive market orders), so I can't tell you more than that. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help. I wasn't able to find any details about figuring out which futures markets allow which algos. I emailed IB support so hopefully they'll be able to help. I assume I could check by logging in online and trying to place a manual trade for each exchange and see what algo types it permits me to use. |
Beta Was this translation helpful? Give feedback.
-
So I thought I changed my trading algo to adaptive a while back but I noticed my trades are still using Rob's "best" algo or market algo sometimes. I've included the code (in private_config) I'm using below. What am I doing wrong?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions