DayTrader

Published 2008-08-22

Most flash "stock market" games revolve around random changes in the stock price capped between a range. This one is different because while Math.random() remains at the heart of the game, the price changes are the result of 10 computer AIs entering orders in response to scripted behaviors.

Features:
- autoscaling candlestick charts with 8 interval options.
- Trade from a long or short position
- 6 player order types
- 10 AI behaviors
- No minimum or maximum price cap-- trading range is created in response to behavior.

The only thing really missing is a soundtrack, but since a trading day lasts up to 6.5 hours, developing a soundtrack that long scared me. :)

Good Luck!