Built an IBKR execution system around a proprietary options strategy
Recently I worked with a client who already had a proprietary trading strategy and wanted to automate execution through Interactive Brokers.
It was turning their existing strategy into a reliable execution system — connecting Moomoo/AmiBroker-style strategy validation with IBKR execution — without requiring the client to disclose the parameters that actually make the strategy proprietary.
The setup included:
- SAR Parabolic + Bollinger-based signal detection using raw OHLC data
- Candle-by-candle signal validation against Moomoo and AmiBroker
- Automated options execution through the IBKR TWS API
- Strike and expiry selection based on predefined rules
- Exit orders calculated from actual average fill price
- Real-time position monitoring
- Multi-account replication using the IBKR Advisor account structure
- Telegram notifications for entries/exits
- Mobile manual override for adjusting exits or cancelling trades
- Emergency kill switch
Curious how others building proprietary strategies on IBKR handle the gap between strategy/charting tools like AmiBroker or Moomoo and actual automated execution through IBKR?