Source and Documentation 2.1. Please see Wiki for Install instructions and Eclipse setup.
- Added functionality to add commissionReport call. This require adding commission to TradeOrderfill table. Run target UpgradeDB to update current databases.
- Code base moved over to Git Hub
- Re-factored Main controller moved BrokerDataRequestMonitor into its own class under broker. Test case updates
- Re-factored HashMaps to use hashCode rather than DB key for identification.
- Update all test cases to JUnit4 style
- Add functionality to handle trailing and trailing limit stops.
- Update to java 1.8 use ZonedDateTime instead of java.util.Date
- Update JPA to 2.1 chnge build to only use nySQL 5.6 or greater
- Added type attribute to CodeType and FK idTradeStrategy to CodeValue run target upgradeDB in Build to upgrade a current Database.
- Split Configuration Tab/CodeTypes out into sub-types using CodeType.type attribute. This allows you to add parameters to Tradestrategies. Types are Indicator Parameters, Strategy Parameters.
Demo database for 2.1 (TradeProdDB.sql) with data from 01/01/2013 through 03/13/2015 available at
Demo database with 5min bar data for gappers. This uses a demo strategy and 1min bars for back-testing. Result of the strategy are already included.