What problem does it solve?
This Skill enables the seamless implementation of code for Interactive Brokers' TWS/Gateway using ib_insync, providing an efficient interface for connecting, fetching data, placing orders, and monitoring market activities.
Core Features & Use Cases
- Connection Handling: Connect to TWS or IB Gateway, managing ports, client IDs, and timeouts.
- Data Fetching: Access historical data, live market data, and real-time bar updates.
- Order Placement: Place market, limit, stop, and bracket orders, with detailed monitoring and logging.
- Account Management: Retrieve account values, positions, and P&L.
- Event Handling: React to live updates through event-driven programming.
- Use Case: If you need to automate trading logic with Interactive Brokers and are familiar with Python, this Skill can help you connect to the IB API, fetch market data, place and monitor orders, and react to live updates.
Quick Start
Use the ib-insync skill to connect to the Interactive Brokers API and place a market order for 100 shares of "AAPL".