Serving the Quantitative Finance Community

 
User avatar
TheTiger
Topic Author
Posts: 0
Joined: September 17th, 2002, 8:25 am

Data mining

December 12th, 2002, 12:28 pm

Hi everybody!Is it viable to apply data mining techniques to the financial market context? I actually mean whether is money-mining possible by applying such stuff as genetic algorithms, neural nets and fuzzy logic to identify patterns in security prices. There were a lot of papers on applying these techniques to market prediction and trading strategy development in 1990s, but what is the current situtation with that direction? Have some new techniques been developed? If money-mining is still promising, in which markets might it work best? Any expert judgements on whether it better to focus on a particular market or conduct cross-market and cross-instrument mining? Is it reasonable to use any (semi)automated trading strategies at all?Finally, can money-mining be considered as a direction in Quantitative Finance, or is all QF just about pricing securities and identifing those which are mispriced?Thanx!
 
User avatar
well
Posts: 0
Joined: September 23rd, 2002, 12:54 am

Data mining

December 12th, 2002, 4:50 pm

This is also something I am interesting in. I guess one possibility is to get the solution faster than others. Sometimes we make money in this way. Waiting for experts' answer too. Thanks,Well
 
User avatar
rbh
Posts: 0
Joined: December 5th, 2001, 11:44 am

Data mining

December 13th, 2002, 2:20 am

TheTiger wroteQuoteIs it viable to apply data mining techniques to the financial market context? I actually mean whether is money-mining possible by applying such stuff as genetic algorithms, neural nets and fuzzy logic to identify patterns in security prices.Sure it's possible. GAs are fancy search algorithms, neural nets are fancy function-fitters, and fuzzy logic is a fancy decision-making technique. It's easy to use some combination of the three (along with other stuff) to find all kinds of patterns in markets. The difficult part is figuring out when (or if) you've found patterns you can trade on tomorrow with some justifiable confidence. RBH
 
User avatar
Hiboumalin
Posts: 0
Joined: September 9th, 2002, 8:42 pm

Data mining

December 13th, 2002, 5:40 am

RBH,*******The difficult part is figuring out when (or if) you've found patterns you can trade on tomorrow with some justifiable confidence. ***********Just use the Henriksson-Merton test on a decently sized out of sample piece of data.TheTiger,Just think about it for a second. If academics find some predictability it means that there is a lot more to be predicted (correctly). Also, finding correct predictions is only half of quatitative trading. The other half is to figure out what portion of your wealth/portfoli to put on any given trade (books on blakjack will help you in that respect). There's no holy grail however (in case you really find it, do not hesitate to share it with me ,) but it is definitely possible to foreacast adequately a bunch of things in the markets.Good luck, you seem to embark on a long journey,Hiboumalin
 
User avatar
TheTiger
Topic Author
Posts: 0
Joined: September 17th, 2002, 8:25 am

Data mining

December 13th, 2002, 7:46 am

RBH,Aren't you one of the Predictors? Can lack of out-of-sample data be overcomed by generating artificial time series, e.g. using bootstrapping?Hiboumalin,******* but it is definitely possible to foreacast adequately a bunch of things in the markets. *******Could you please be more specific? Any example of the things that are included in the bunch?What about FX? On the one hand, it is considered the most efficient market. On the other hand, they say broad use of technical analysis in this market may be self-fulfilling.
 
User avatar
quantie
Posts: 20
Joined: October 18th, 2001, 8:47 am

Data mining

December 13th, 2002, 6:48 pm

Quote<hr><i>Originally posted by: <b>TheTiger</b></i>Hi everybody!Is it viable to apply data mining techniques to the financial market context? I actually mean whether is money-mining possible by applying such stuff as genetic algorithms, neural nets and fuzzy logic to identify patterns in security prices. There were a lot of papers on applying these techniques to market prediction and trading strategy development in 1990s, but what is the current situtation with that direction? Have some new techniques been developed? We must remember in these algorithms, be it GA,nnet or Simulated annealing or something else, we are ultimately doing some form of curve fitting or the other. Some of them have blatant assumptions about the underlying data, Also its an open question , when we do cross validation , to test the effectivenesshow do we choose the window length? What if there are regime switches between our in-sample and out-of-sample period !I have seen a handful of papers on trading strategies particularly in the FX markets,using machine learning, Kohonen maps, Treebased methods , with good results on paper !!.As to the fact , If there is actually a person making money today , ever since the prediction company happened, i have no idea.One of the pioneers in Machine learning applied to finance is Dr John MoodyOne of the best pages on neural nets & evolutionary algorithms applied to finance is Francos Bursetti
Last edited by quantie on December 12th, 2002, 11:00 pm, edited 1 time in total.
 
User avatar
TheTiger
Topic Author
Posts: 0
Joined: September 17th, 2002, 8:25 am

Data mining

December 16th, 2002, 8:13 am

Quantie,***** What if there are regime switches between our in-sample and out-of-sample period *****I have heard a lot about this argument. Unfortunately, I have rather an intuitive concept of what the market regime is. Could you please provide some hints on which parameters of the market are used to identify the regime?Thanks,The Tiger
 
User avatar
quantie
Posts: 20
Joined: October 18th, 2001, 8:47 am

Data mining

December 16th, 2002, 7:43 pm

Have you had a look at Derman's paper there are others who might be able to point out simillar articles.
Last edited by quantie on December 15th, 2002, 11:00 pm, edited 1 time in total.
 
User avatar
Hiboumalin
Posts: 0
Joined: September 9th, 2002, 8:42 pm

Data mining

December 17th, 2002, 1:39 pm

QuoteOriginally posted by: TheTigerQuantie,***** What if there are regime switches between our in-sample and out-of-sample period *****I have heard a lot about this argument. Unfortunately, I have rather an intuitive concept of what the market regime is. Could you please provide some hints on which parameters of the market are used to identify the regime?Thanks,The TigerIf you suspect to have regime switching in your process you should estimate it. I personally use wavelets and all the non-linear treshold autoregression models (TAR, SETAR, STAR, etc....) Warning, some of these models are non-trivailly programmed.Hope this helps,Hiboumalin.
 
User avatar
TheTiger
Topic Author
Posts: 0
Joined: September 17th, 2002, 8:25 am

Data mining

December 17th, 2002, 3:21 pm

Thanks, Quantie and Hiboumalin! I guess I will need some time to work on the hints you have provided and maybe come to you later with some questions.