I am in the process of testing EU stocks with Interactive Brokers (IBKR) to run alongside my primary manual trading account at Fidelity. I am still learning the nuances of the IBKR platform and wanted to share my current configuration for feedback.
1. Commission Structure
Coming from a traditional broker, the IBKR Pro "Fixed" pricing minimums ($1.00 US / £5.00 UK) felt high for the frequent rebalancing trades my model generates.
-
Current Choice: I have switched to Tiered Pricing (from fixed).
-
The Logic: This drops my UK minimums to approximately £1.20, saving 76% per trade vs. the £5.00 Fixed minimum. This is essential for keeping "drag" low on small position adjustments.
2. Automation & Permissions
I’ve found that the API requires a few specific "green lights" in the IBKR portal:
-
API Certification: Signed the Market Data API Acknowledgement.
-
Subscriber Status: Verified as Non-Commercial to keep data costs at retail levels.
-
Data: Currently using "Snapshot" data. I’m still evaluating if a full streaming bundle is necessary for daily rebalancing.
3. Execution Logic / Order Types
I’ve saved two distinct VWAP configurations in P123 to handle different levels of urgency:
-
Setup A (Passive/Rebate Capture): VWAP 1% / Add Liquidity: YES. My low-impact default. It attempts to never take liquidity to capture exchange rebates, though it requires price stability.
-
Setup B (Urgent Fill): VWAP 5% / Add Liquidity: NO. I use this when I need a faster fill, prioritizing completion over rebates.
-
Real-World Note: On a recent test order (AEP), the tighter settings didn't fill fast enough, and I eventually used a Market Order to establish the position.
-
Any others order types I should consider and set up?
4. Currency Management (Base USD)
Since my account is USD-based, buying UK shares creates a negative GBP balance (a margin loan).
-
The Math: On a $5,000 position, the interest is ~$0.73/day (at ~5.25%).
-
The Strategy: I perform a manual Currency Conversion for a $2.00 flat fee.
-
The Logic: The $2.00 fee pays for itself in just 2.75 days of avoided interest.
My Question for the Community: Anything else I should consider or think about while I am testing buying in various European markets and understanding the ins and outs before committing to a full EU model? I'm particularly interested in any "gotchas" regarding specific exchange rules or IBKR settings that I might have overlooked.