All releases of activeQuant


Release Notes: Also released to Maven's central repository.


Release Notes: This release supports the ability to scan various market instruments to see if a hammer pattern is present, which can indicate a falling market. AnalysisKit has been expended in its ability to analyse and process data. Necessary data for this component is provided by the HistoryDownload application, which retrieves and stores tick-level data in various formats, e.g. MySQL 5 and Derby DBs via hibernate. The Charting Trading Browser is another new feature that is based off of this increased database functionality. Overall, 2,000 small changes were placed.


Release Notes: Interactive Broker's TWS is now supported. Several minor bugs have been fixed. A new indicator was added.


Release Notes: CCAPI 2.0 is a rewrite of CCAPI 1.6 with cleaner architecture in mind. The TradeSystem implementation now supports TenFore datasets, enabling CCAPI to backtest on tick levels. A fractal indicator has been added.


Release Notes: The GenericBackTestTradeSystem now uses the DefaultReport class for generating a trade report. Two new sample data sets have been added for experimentation. The TradeSystem classes now use property files for configuration. On top of this, DefaultReport has been slightly enhanced with more statistics. An InstantMessage class has been added to send jabber messages to jabber accounts through the activestocks.eu gateway with a single line of code.


Release Notes: This relase has been significantly enhanced by adding two trade systems that generate some profit on a variety of stock symbols. A DefaultReport class now allows you to create simple trade reports. The new LocalBroker class allows simple, locally simulated trading. A new helper for sending emails with a single line of code eases distribution of trade signals.


Release Notes: This version contains lots of new features and a major design refinement. The support for various online brokers has been improved, some new indicators have been added (sharpeRatio), and a generic backtesting system structure has been added: it is now possible to write and test trade systems. The charting has been improved and specialized for stocks.


Release Notes: This release finally supports SharpeRatio and UlcerIndex calculation.


Release Notes: This release provides real-time stock exchange future quotations in a push manner, means you subscribe to a symbol and will get the quotations when they happen. See the forums for more information.


Release Notes: Now you can keep track of your trades in realtime with the CCAPI PaperTradingRecorder. This class stores a list of your trades directly on the activestocks site and produces a nicely formatted summary of your good results. Additionally, a lot of class documentation has been added. The GPL header is now visible in every Java file. Some external dependencies have been removed, and the code has been cleaned.