Quote from Mysteron:
Well I use matlab to assist in some trading scans. Regarding genetic algorthms, a few years ago I set up a program in good old fashioned fortran for combining various traditional indicators to generate buy and sell signals for swing trading UK stocks. The fortran code included a genetic algorithm to optimise trading profit over previous end of day prices, essentially backtesting, but also I tried to make the method robust to allow it to work well in forward testing on new price data for which the GA hadn't been applied.
It was a fun excercise but the results didn't bear fruit and I soon realised that TA itself was the problem. Just too hit and miss, sometimes it would generate profit an other times a loss. So now I don't use TA at all and instead use my brain as its more reliable. In fact I now daytrade US stocks.