Archive for the ‘strategy’ Category
First go
Friday, October 5th, 2007First of all, let’s talk about main ideas and goals of this blog, which will be developed and realized later:
- Development of index futures trading strategy for USA stock market. Note, that strategy will not be based mostly on technical analisys principles, but theory of Elliott waves and Fibonacci numbers may be used.
- Design and development of computer program for automated trading using stock market terminal. Source codes will be opened for public use. Some technical details:
- trading platform - Trader Workstation (by Interactive Brokers)
- input data - from files (history) or stock market terminal (realtime)
- programming language - Ruby
I’ll try to use modular architecture on order to easily change trading platform, input data formats and decision making algoritms.