This is an interessting thread.I'd like to share with programmers design and results of algorithms for automated trading programs.
Currently I have my own program running well, it scans for stocks that are volatile , capable of large changes for intraday trading.
Your blog articles are very informative for Algo trading, thx for sharing.Interesting!
I'm new to this forum - just found it. I have been working on my own for quite a while, developing software to experiment with ideas, so it's great to finally read about other's endeavours. I've developed my own ensemble voting system using neural networks and more recently genetic programming - I don't think I'm quite ready to hook it up to an automated trader yet though, or pack in the day job (C# dev). I started a blog
https://theartificiallyintelligenti...5/12/13/algorithms-ai-and-volatility-trading/
but don't think any one has read it!
The program has been doing trades (real) for months (as a trade assistant, providing recommendations and single button buy/sell/stop loss transactions). Finished the first production version last week (Monday) with the full automation. Now it is running on its own. It is returning about 10% currently, working on Version 2 now.This is an interessting thread.
How is your system doing in practice testing in the real market?
10% in what time frame? Annual? Looks not like that much for that many work and effort behind the system, isn't it?The program has been doing trades (real) for months (as a trade assistant, providing recommendations and single button buy/sell/stop loss transactions). Finished the first production version last week (Monday) with the full automation. Now it is running on its own. It is returning about 10% currently, working on Version 2 now.