Results 23 issues of 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...

bug

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...

enhancement

Add support for requesting market data and placing trades for stock/futures options with Interactive Brokers.

enhancement

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")

enhancement

Fix unit tests for the intraday trading strategy

bug

Set up release builds to bintray and maven central for project.

enhancement

Set up code coverage metrics for project.

enhancement

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.

enhancement