Automatic Trading System
This web application for realtime stock market trading uses Comet (Reverse Ajax),
a server-push technology, which allows showing realtime information like stock quotes
in a web browser without delay.
Stock quotes in different markets or at different trading partners and indicator columns, for example volatility, trend, minimum and maximum quotes and Bollinger Bands can be enabled or disabled as needed.
The application is connected to an online bank, so that buy and sell orders can be
executed. These orders can be given manually by a button press in the application.
All possible trading partners will be contacted by the system and the order will be
executed at the trading partner with the best offer.
In addition a strategy can be determined, which defines buy and sell points by
(combining various) indicators. Buy and sell orders can then be executed automatically.
Strategies can be calculated and optimised by means of historical stock quotes
and evaluated by statistical probability calculation.