Is Neural Network Useful to Analyse Stock Market?

I'm busy on cleanup the Neural Network code after World Cup. Now the performance is acceptable, momentum and rprop learner for MLP were done too. RBF Network almost works.

The Neural Network is not magic, I just use it to do non-linear regression. The results that I got are totally based on my unserstanding to stock market other than neural network.

Anyway, as the primary motivation for BlogTrader? project, the neural network and other machine-learning tools (such as SVM) will be continually under developing. I hope to release next version of BlogTrader? Platform in later September. Maybe a sample neural network indicator will be included in this coming version. If you are interesting in these approachs, you can write your own indicator based on NN.

Again, I try my understanding on stock market for 000001.ss, here's a result just for joy:

The yellow line is output of neural network in training period, the BLUE line is the prediction for un-trained period, the prediction uses none high-low-open-close values of predicion period, it's a mid-term prediction:

Click on the picture to enlarge it

nn_000001_SS_060717.png

  • Posted: 2006-07-23 09:00 (Updated: 2009-12-30 03:51)
  • Author: dcaoyuan
  • Categories: Trading

Comments

1. abc -- 2006-07-25 09:00

NNs are not useful from what I understand. They are simple a black box non-linear regression. The common problem is over-fitting/curve-fitting. Robustness is essential. Most Traders use discretionary TA oder rule-based automated trading systems. Therefore a backtesting functionality is most important (next to charting functions). It's said that genetic/evolutionary algorithms are useful in combination with neural nets or trading rules. Investoxxx is a software which combines all of these but it's expensive. A cheap software for backtesting is Amibroker. However it lacks AI capabilities. Anyway the main difficulty is always parametrization. Which work best, which are stable? Each trader has to judge using his own market experience. Btw, you can look up a guy named Adrian Parusel who uses EViews for linear regressions to select the inputs and Investoxx for neural net predictions. It seems to work for German Bund futures but those trend so clearly that I wonder what he needs NNs for. What literature do you read for machine learning programming? I am interested in that stuff, too.

2. ulrich -- 2006-09-12 09:00

For what value is this the prediction ?

3. dcaoyuan -- 2006-07-30 09:00

Hi,

For literature on machine learning programming, no other ones are needed, the literatures on SVM are enough:)

4. mike -- 2007-05-26 09:00

I have downloaded this file but cannot get it to open properly. Do I need another application?

Mike

5. D.R -- 2007-10-28 09:00

I fount a <a href=" http://www.learnartificialneuralnetworks.com">Neural Network</a> very useful, is just necesary to apply the correct training model. We must Remember Neural Networks are just a brain emulation.

Regards.

6. -- 2007-12-15 08:00

good

7. Shanker -- 2008-12-05 08:00

We are currently doing project on stock market prediction can u help us regarding that...