Quote from boskop:
Interesting. I'm working on a similar project for over 2 years next to my day job. I only use C/C++. The overal output of the system consists of buy/sell signals as well. I do not have any results that I feel comfortable to write here, except for the many concepts that proved to be useful or not in the overal chain of decisions that eventually result in such buy/sell signals. It's a long and exciting journey through ideas and experiments.
If you see consistent results and small drawdowns, I'd go live with a small account and see how it performs in the wilderness.
Do you simulate slippage?
Cool. I had hoped others were working on similar projects. I hate to ask cause its a tough audience, but can you define slippage?
Also curious what others are using for a data feeds. Are you storing intra-day price & volume data? I'm sniffing packets of a data stream and then inserting to a DB.