1 / 47

Genetic Programming and the Predictive Power of Internet Message Traffic

Genetic Programming and the Predictive Power of Internet Message Traffic. James D Thomas Katia Sycara. Outline. Introduction Data Trading Rules Framework Measures of Success A GP Learner Empirical Results Summary. Introduction.

Solomon
Télécharger la présentation

Genetic Programming and the Predictive Power of Internet Message Traffic

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Genetic Programming and the Predictive Power of Internet Message Traffic James D Thomas Katia Sycara

  2. Outline • Introduction • Data • Trading Rules Framework • Measures of Success • A GP Learner • Empirical Results • Summary

  3. Introduction • Uses genetic algorithms to examine the relevance of one new source of information -- the volume of message board postings on stock specific message boards on the financial discussion areas of yahoo.com and ragingbull.com.

  4. The key question is if the measures of message volume can be used as an effective predictor of stock movements. • They build a specialized GP learner that builds trading rules based on this message volume data.

  5. They have performed preliminary explorations on smaller versions of this data set. (Thomas and Sycara, 2000). • This paper extends those techniques to a larger datasets, generating more robust conclusions.

  6. Data • Select Stocks • Time Universe • Split the Set of Stocks in Half • Market Data • Message Traffic Data

  7. Select Stocks • They limited the universe of stocks were those that appeared on the Russell 1000 (a list of the 1000 largest US equities by market capitalization, updated yearly) index for both 1999 and 2000, and who had price data dating back to Jan 1, 1998, on the yahoo.com quote server. This left us with 688 stocks.

  8. we limited ourselves to the top 10% by message traffic volume, leaving us with 68 stocks.

  9. Time Universe • January 1, 1998 to December 31, 2001.

  10. Split the Set of Stocks in Half • Randomly split this set of stocks in half • One half is used as a design set to build the algorithm. • The other half is used as a holdout test set to verify the results.

  11. Market Data • Downloaded split adjusted prices and trading volume off of the yahoo.com quote server for each stock. • Use those price figures to compute excess returns. • We realize that this ignores dividends and renders the excess return figures inexact; however, since most of the bulletin board with high discussion are technology companies who pay no dividends, we feel that this is an acceptable compromise.

  12. Message Traffic Data • For the message traffic data itself, we collected posts off of both the yahoo.com and ragingbull.com bulletin boards for every stock in the stock universe. • Handle these counts of message board volume

  13. Handle These Counts of Message Board Volume • Only posts made while markets were closed were counted. (Information contained in posts made during market open should be factored quickly into the prices.) • The daily count of messages was normalized by a factor determined by the day of the week, so that the expected number of posts on each day of the week was the same.

  14. For multi-day periods when the markets were closed (weekends or holidays), message counts for the appropriate non-market days were averaged. • We added the message traffic volume from ragingbull.com and yahoo.com together to get a single message count.

  15. Trading Rules Framework • Task • Make a Decision • Definitions • The Formula for Daily log Returns • Fitness measure:returns • Maximize the total returns • Not Maximize prediction accuracy

  16. Task • To learn trading rules over a universe of stocks that perform better than merely buying and holding the universe of stocks.

  17. Make a Decision • For each stock, we make a basic decision: long, or short. • If we decide to short a stock, we take a corresponding long position in the broader market (proxied by the Russell 1000 index).

  18. Definitions • Let rStrategy be daily log return our strategy produces • Let x(t) be our trading signal: 1 for 'long', 0 for 'short'. • Let rstock(t) be the daily log return on the stock at time t • Let rRussell1000 (t) be the daily log return on the Russell 1000 at time t • Let tcost be the one-way log transaction cost. • Let rshortrate be the rate we pay ?

  19. The Formula for Daily log Returns

  20. Measures of Success • Benchmark • Performance • Significance • Avoid Overfitting

  21. Benchmark • Buy and hold strategy over the appropriate stocks • If our trading strategy can produce risk adjustedexcess returns while accounting for reasonable transaction costs, then this is a strong argument that the algorithm is picking up a meaningful pattern in the data.

  22. Performance • Excess Returns • Excess Sharpe Ratio • The Sharpe ratio of the trading strategy minus the Sharpe ratio of the buy and hold strategy, where both Sharpe ratios are computed against the an assumed risk free rate of 5%. • Sharpe Ratio • The Sharpe ratio of the trading strategy against a benchmark of the buy-and-hold strategy.

  23. Significance • Bootstrap hypothesis testing • Define the null hypothesis. • Generate a number of datasets by the null hypothesis. • Run the algorithm on these bootstrap datasets. • Compare what proportion of the bootstrap datasets produce results exceeding that of the real dataset; this is the appropriate p-value.

  24. Null Hypothesis • The message volume statistics associated with a trading day has no predictive power.

  25. Avoid Overfitting • Hold out a final testing set of data. This data will not be touched until the algorithm design process is complete. • Split the remaining data into training and testing sets. • Perform algorithm design on only this data -- develop the algorithm by examining performance on the test set. • Then, only when the algorithm has been settled, verify the conclusions based on the "holdout" set.

  26. A GP Learner • GP • Basic Algorithm • Parameters • Relearn Periodically • Representation

  27. Basic Algorithm (no crossover) • Split data into training, validation, and testing set. • Generate a random population of trading rules. • Run the following algorithm for n generations. • Evaluate the fitness of the entire population. • Perform selection and create a new population. • Mutate the surviving population. • After this training phase is over, take the final population, and select the trading rule with the highest fitness on the validation set. • Evaluate this individual's fitness on the testing set.

  28. The training and validation sets are always a 50/50 split of the available training data.

  29. Parameters • Population size:20 • Generations:10 • Selection: • Binary deterministic tournament:Two distinct individuals selected randomly with uniform probability compete at each tournament. • Fitness:Returns • Maximum number of nodes:10

  30. Relearn Periodically • To avoid applying trading rules to a data in test set temporally distant from the training set. • Start: • Training/validation set (split 50/50):1998.1—1998.6 • Test set:1998.7—1998.9 • Then: • Training/validation set (split 50/50):1998.1—1998.9 • Test set:1998.10—1998.12

  31. Representation • Past work: • "in" or "out" of the asset with roughly equal probability. • Implicit Assumption:every day is equally easy for the learner to predict. • If the current message traffic volume is greater than a threshold, we get out of the stock, and stay out for a period of time. • We do not always want to make a prediction. • We only care about spikes in message volume traffic. • Format

  32. Format • The ranges of the parameters ?

  33. The Ranges of the Parameters

  34. Empirical Results • The Standard Approach • Other Possible Predictive Variables • Changing the Nature of the Trading Rules • Test on Holdout Data • Regime Changes

  35. The Standard Approach • 200 bootstrap datasets • 30 trials ??

  36. “cumulative excess returns” “average Sharpe ratios”

  37. Other Possible Predictive Variables • There is some correlation between message traffic volume and other variables • r(lagged trading volume, message traffic)= .5194 • The high correlation between message volume and trading volume suggests the possibility that message volume is simply echoing trading volume. • r(lagged returns, message traffic)= -.1017. • Lagged returns are unlikely to contain the same information as the message volume.

  38. Using a 2-tailed T test we found that the differences between the message volume results and the lagged trading volume and lagged returns results were all statistically significant, with p-values less than .001 in all cases.

  39. Changing the Nature of the Trading Rules • Key difference: instead of looking for a rare event and pulling out of a stock, this kind of trading rule is neutral with regards to being in or out of a stock. The volatility of the moving average approach is very low.

  40. Test on Holdout Data • The p-values are higher than in the test set. • The excess returns and excess Sharpe ratio are still statistically significant by the bootstrap hypothesis testing.

  41. Regime Changes • Excess returns decline on both the test set and the holdout data set from October of 2000 to the end of the time period. • Will it continue? • Instead of looking for spikes in message volume, we look for slumps in message volume.

  42. change the range of minimum event thresholds from 3 to 6, to -1.5 to -3, and search in increments of .25. (The distribution of message volume traffic is skewed.)

  43. Summary • The message board volume data has predictive power. • The message board volume data contributes information that other traditional numerical data (price, volume, etc) are not.

More Related