For IB, I believe the minimum charge per order is $0.35.Does the fixed charge apply to shares? I thought it was only for options
For IB, I believe the minimum charge per order is $0.35.Does the fixed charge apply to shares? I thought it was only for options
Is this still a problem if you trade >> 100 shares with limit orders as the rebates can get large enough to offset the fixed cost.For IB, I believe the minimum charge per order is $0.35.
Is this still a problem if you trade >> 100 shares with limit orders as the rebates can get large enough to offset the fixed cost.
For IB, I believe the minimum charge per order is $0.35.
After an order is submitted using IB's smart route, how long will it take to be executed? Measuring the time difference might give some indications whether IB attempts to capitalize on the orders with some internal algorithms like Ci**del's payment for order flow before they are sent to the ECNs.
Can someone who does automated trading with IB's API measure the time difference between t_order_submitted_by_bot and t_order_executed_by_IB? I would like to at least compare the difference between IB and TD Ameritrade at the moment.
I have tested IB and TD by sending each an exact order at the exact same millisecond on a 1 Gbps fiber connection. This was multi-threaded to ensure one order did not go out first. A marketable limit order was sent and both were identical. IB won hands down every time and was far cheaper than TD even though I was paying commissions at IB. The "free" trades at TD were very costly during this test!
But you already knew this. No surprises.
Thank you very much for all your insightful information. When you said it took 120ms to get an order confirmation number, are you referring to the time difference between t_order_submitted_by_bot and t_confirming_order_placed? If yes, have you ever measured the difference between t_order_submitted_by_bot and t_order_executed for marketable limit orders? Thanks!
When I finish writing the code with Lime, I can compare Lime with IB. My guess is Lime will be significantly faster than IB's popular API due to a few factors, including FIX connection and more favorable order flows...
I have not been able to write the code for Lime yet. As soon as I have the results, I will report back.So what were the results ?