Rob Terpilowski
Rob Terpilowski
Properly handle error message from IB: Quote engine error: id='43' errorCode='162' message='Historical Market Data Service error message:HMDS query returned no data: GOOGL@SMART Trades' Currently the call to request the historical...
Currently when a market data subscription to Interactive Brokers is created, but IB can't find the information, an error is returned saying that a security definition for the request can't...
Add support for requesting market data and placing trades for stock/futures options with Interactive Brokers.
Create a fluent API for ticker symbols so that they can be configured with less code. ie FuturesTicker ticker = new FuturesTicker("CL").setExpiryMonth(3).setExpiryYear(12).setCurrency("USD")
Set up release builds to bintray and maven central for project.
Ability to trade the intraday strategy in a long-only mode, using a standard ETF for the long position, and a Long inverse ETF to create a synthetic short position.