QuoteOriginally posted by: JediWarriorSimple, but maybe difficult questions:1) What is a more interesting/succesfull approach to find patterns for trading: neural networks or hidden markov models? 2) What are the main diifferences between the two approaches? Are they just sophisticated moving averages?4) Which is the state of the art regarding these approaches?Thanks for your commentsPersonally I never worked with NN, so I can't say much about it. 1) Hard to say without significant evidence. I think HMM is very intuitive. The market usually work in states (bull/bear, high volalitity, etc) and markov switching is perfect for that.ck 2) ?? No, they arent moving averages. For HMM, check this:DUEKER, M., NEELY, C., J., Can Markov Switching Models Predict Excess ForeignExchange Returns? FRB of St. Louis Working Paper No. 2001-021F. Available at SSRN:
http://ssrn.com/abstract=648227, 2001.HAMILTON, J., D. Regime Switching Models. Palgrave Dictionary of Economics, 2005.KIM, C., J., NELSON, C., R. State Space Model with Regime Switching: Classical andGibbs-Sampling Approaches with Applications. The MIT press, 1999.3) For NN I don't know, but for HMM, at least in econometrics, is markov switching state space models in a bayesian approach (gibbs sampler). But there are many simpler specifications.