Creëren van een optie trading API/BOT te gebruiken bij IBKR.
Opdracht ID: 58930
Budget: € 350 tot 1000
Geplaatst: 18-11-2025
Reacties: 4
Locatie: Amstelveen, Noord-Holland
Laatst gewijzigd: 02-12-2025
Status: Gesloten
Project Overview
I’m looking to build a distributed automated trading system that integrates with Interactive Brokers (IBKR) through the TWS / IB Gateway API.
The system consists of:
A) Master System
• I manually generate trade signals.
• I define: underlying, expiry, all Iron Condor legs, and the initial limit price.
• Signals are broadcast to all clients via a REST API.
B) Client Bot (runs for each customer)
• Polls the Master API.
• Receives the Iron Condor structure + limit price.
• Calculates how many contracts to use (based on balance matrix).
• Sends the multi-leg trade to IBKR.
• If not filled, lowers the limit by $0.05 steps until filled.
• Tracks PnL per cycle.
• Sends telemetry back to the Master.
Later (Phase 2), the bot will include full automated strategy logic.