Base Activequant Project

This project aggregates base Activequant modules. The role of this maven project is to build all Activequant components.

  • activequant-framework - main module: declares all Activequant interfaces, and domain objects.
  • activequant-adapter-ib - feed and broker implementation, using connection to TWS station from Interactive Brokers
  • activequant-adapter-simple - misc web-based feed implementations (Yahoo, Google, etc).
  • activequant-dao-hibernate - SQL persistence layer implemented via Hibernate.
  • activequant-filtering - filter-style processing of data series.
  • activequant-regression - regression utilities.
  • activequant-messaging-jabber - alerts via jabber instant messanger.
  • activequant-messaging-email - alerts via e-mail.
  • activequant-util-spring - context-building utilities using Spring
  • activequant-util-math - misc mathematics
  • activequant-util-charting - charting utilities using jfreechart package.

Also available in: HTML TXT DOCBOOK