Quote from nonlinear5:
If you are developing your own Java app based on Interactive Brokers' API, you may be interested in JSystemTrader, which is an open source framework for developing the automated trading system.
JSystemTrader is a fully automated system that can trade various types of market securities during the trading day without user monitoring. All aspects of trading, such as obtaining quotes, analyzing price patterns, making trading decisions, placing orders, monitoring order executions, and controlling the risk are automated according to the user preferences which are coded in the strategy class.
The reason I publish JSystemTrader in its entire form is to have the code reviewed for potential problems, as well as to give Java developers a start in autotrading using IB's API.
http://www.interactivebrokers.com/discus/messages/2/37888.html
This seems to be a bad link. I get a page not found error. I am interested in having access to the source code. In return I promise clear and useful feedback. Where do I find the sourcecode?