Forecasting S&P500 Index Movement with Support Vector Machines

Size: px
Start display at page:

Download "Forecasting S&P500 Index Movement with Support Vector Machines"

Transcription

1 Forecasting S&P500 Index Movement with Support Vector Machines R. Rosillo 1, D. de la Fuente 2, and J. A. L. Brugos 3 1 Department of Business and Administration and IT Department, University of Oviedo, Gijón, Asturias, Spain 2 Department of Business and Administration, University of Oviedo, Gijón, Asturias, Spain 3 IT Department, University of Oviedo, Gijón, Asturias, Spain Abstract - The aim of this research is to forecast the movement of SP&500 weekly. Support Vector Machine Classifier (SVMC) is used in order to examine the data. The data covers the period between 28/11/1997 and. The inputs are technical analysis indicators such as the Moving Average Convergence Divergence (MACD) and the Relative Strength Index (RSI). SVMC is used to optimize the values of the MACD and RSI in order to determine the best situations to buy or sell the index. The two SVM outputs are the movement of the index and the probability of success to each forecast move. The best result has been achieved is a hit ratio of 92,3% using the SVM Classifier. The training data covers the period between 06/03/2009 and 06/10/2010. The testing data covers the period between 07/10/2010 and. In conclusion, better results have been obtained analyzing short periods of S&P500 than using large periods. Keywords: Artificial Intelligence, Support Vector Machines, Technical Analysis. 1 Introduction Exchange decision making is a subject in constant innovation. In order to generate purchase and sale recommendations, the analysts have used mainly two kind of analysis: the Fundamental Analysis and the Technical Analysis. Nowadays, Artificial Intelligence is helping investors in their decisions making. A widely used Artificial Intelligence technique is Support Vector Machines (SVM). Technical analysis is the most used by investors [17]. This study is mainly based on the Technical Analysis and more precisely on the RSI and MACD indicators of the Quantitative Analysis. RSI and MACD are the inputs for the SVM. 2 Analysis of the state of the art 2.1 Support Vector Machines In this section, a basic theory of the Support Vector Machine Classifier model is presented. SVM originated as an implementation of Vapnik [12]. For a detailed introduction to the subject [1], [2]. SVM are a very specific way of learning algorithms characterized by the capacity control of the decision function and the use of the kernel functions [3]-[5]. The correct election of the kernel function is very important. The methods based in kernel functions suggest that instead of attaching to each element of the input domain represented by : X F (1) a function K : X X R (2) is used to calculate the similarity of each pair of objects in the input set, an example is illustrated in Figure 1 [14]. Fig. 1. An example of how a kernel function works. The rest of the paper is structures as follows. In section 2, the analysis of the state of the art relevant to SVM and technical analysis is presented. Section 3 explains the trading rule designed. Section 4 shows the empirical results of the trading rule. Section 5 provides some concluding remarks. Some examples of Kernel functions are: Polynomial Function: K ( x, x ) ( x x 1) K( xi, xj) exp( xi x Radial Basis Function: i j i j d j 2 ) (3) (4)

2 The biggest difference between SVM and other traditional methods of learning is that SVM does not focus on constructing hypotheses that make few errors like other techniques. SVM try to make forecasts in which the user can be very confident that the results will be correct, although it can have a lot of errors for a specific period. Traditionally, most learning algorithms have focused on minimizing errors generated by the model. They are based on what is called the principle of Empirical Risk Minimization (ERM, Empirical Risk Minimization). The focus of SVM are different. It does not seek to reduce the empirical risk making a few mistakes, but pretend to build reliable models. This principle is called Structural Risk Minimization. The SVM search a structural model that has little risk of making mistakes with future data. The main idea of SVM is to construct a hyperplane as the decision surface such that the margin of separation between positive and negative examples is maximized [13]. SVM can be used in different ways: regression or classification. Some applications of SVM to financial forecasting problems have been reported recently [6-11]. In this study Support Vector Machine Classifier has been utilized. 2.2 Technical analysis Type the title approximately 2.5 centimeters (1 inch) from the top of the first page and use 20 points type-font size in bold. Center the title (horizontally) on the page. Leave approximately 1 centimeter (0.4- inches) between the title and the name and address of yourself (and of your coauthors, if any.) Type name(s) and address(s) in 11 points and center them (horizontally) on the page. Note that authors are advised not to include their addresses. The major literature survey on technical analysis is [16]. Technical analysis is defined how the prediction of future exchange rate (or other asset-price) movements from an inductive analysis of past movements, using either qualitative methods (e. g. recognition of certain patterns in the data for visual inspection of a time-series plot) or quantitative techniques (e.g. based on analysis of moving averages), or a combination of both [16]. Before starting to explain the evaluated articles, it is important to highlight the following statement: Technical Analysis is much more used than the Fundamental Analysis; according to [17], 90% of the polled investors use it. inception: the knowledge of Technical Analysis can really generate capital gains. If the Trading rules in the Technical Analysis of values serve for the generation of capital gains, it implies that the hypothesis of the efficient market (which establishes that the price quoted in a period of time reflects all the available information) is not sustainable. Studies can be grouped according to the literature in two ways of thinking: those whose position is different to the application of the Technical Analysis of values, and those that show that the use of the Technical Analysis and some indicators are able to generate greater returns than the passive strategies, for example the buy and hold strategy. Fama [18] discovered that the study of the historical prices is not able to predict future prices and he explained the efficient market hypothesis (E.M.H.) in [19]. Neftçi [20] stated that when the economical and temporal series are assumed as Gaussians, the market indicators are not able to help to predict future prices, but when the prices are not lineal, they can show some prediction. It is also worth noting that [21] proved that the moving average used as trading systems did not always generate a greater profitability than the buy and hold strategy. On the other hand, there are another great number of more recent studies than the previous ones which do recommend the use of the trading rules in the Technical Analysis of values like [22] who supported that when the information was not discounted on the price, the historical prices can help to achieve higher profitability. In another article [23] proved that the use of the moving averages and the use of the supports and resistances like trading tools for the Technical Analysis of values of the Dow-Jones Index from generated better profitability than the buy and hold strategy in the same index. In [24] explained a similar result to the one considered in the mentioned article, but for FT30 index. Also [25] documented that the technical rules achieved a better profitability than the buy and hold strategy in the NYSE. And lastly, in [15], the oscillators RSI and MACD are evaluated in FT-30 index, and it is shown that the use of both oscillators generate a greater profitability than the buy and hold strategy. So, RSI and MACD are the inputs of the SVM in this study. 3 Trading rule designed The Following sections explain how the design of the trading rule has been developed. An outline of it is shown in Figure 1. The software used is MATLAB 7.8.0(R2009a). The use of the Technical Analysis for the generation of trading rules is widely used nowadays. However there is something that continues to raise questioning since its

3 3.1.1 The data It was designed by J. Welles Wilder Jr. and it is explained in [25]. The main equation of the RSI is shown below: n1 ( Pt i Pt i i0 RSI t ( n) n1 P i0 1 ti )1{ P P ti ti1 P t i1 } 100 ; (5) Fig. 2. Design of the trading rule. The data base used in this study has been obtained free of charge from This data base has all the necessary information of S&P500 index. The data covers the period between 28/11/1997 and. SVM is trained with different periods of time with this data base in order to get different results and compare them. In Table I, some examples of training and testing tests are shown. TABLE I TEST EXAMPLES Colour Training Period Testing Period Red 21/12/ /11/2010 Green 22/12/ /10/2010 Blue 26/12/ /03/2010 Black 29/12/ /10/ /11/ /10/ /03/ /10/2009- Hit ratio (%) with C= % 92.3% 69.6% 58.5% Some examples of training and testing tests are shown in this table The inputs The inputs of the SVM are the Relative Strength Index (RSI) and the Moving Average Convergence Divergence (MACD) indicators. These indicators have been chosen because they are the most known in quantitative analysis. The running of the RSI and MACD indicators is summarized in [15]. -- RSI. RSI is an indicator of the Quantitative Analysis. It is an oscillator that shows the strength or speed of the exchange rate of the price by means of the comparison of the individual upward or downward movements of the consecutive closing prices. Where RSI is Relative Strength Index at time t, Pt is the value of index at time t, n is the number of RSI periods, 1{_} is an indicator function which equals one when the statement inside the bracket is true and equals zero otherwise, x is the absolute value of x. The 14-day RSI, a popular length of time utilized by traders, is used in this study. The RSI ranges from 0 to 100 however the range has been reduced from -1 to +1 in order to place it in the SVM. -- MACD. MACD is an indicator of the Quantitative Analysis. It is designed mainly to identify the tendency changes. The MACD is constructed based on the moving averages. It is calculated by subtracting the longer exponential moving average (EMA) from the shorter EMA. The EMA is defined as: EMA t 2 ( Pt EMA n ) EMA t 1 t1 Where EMAt is the exponential moving average at time t, n is the number of periods for EMA. The initial EMA is the n- day simple moving average of the series. In this article, we focus our attention on the 12 and 26-day EMAs, which are the most commonly used in order to calculate MACD[26]. The range of MACD has been reduced from -1 to +1 in order to place it in the SVM The trading rule ; (6) The trading rule is managed by the SVM Classifier: First, the SVMC analyses the inputs RSI and MACD. Second, SVMC classifies the different prices of the S&P500 in two classes: buying and selling situation. The prediction made by the SVM is weekly. Third, SVM also plot the conditions of purchases and sales, shows the likelihood that the prediction will be fulfilled. Thus, the very risk averse investor will choose a

4 high probability of success, while a little risk averse investor will choose a lower probability of success. Fourth, the hit ratio is calculated with the probabilities selected. Finally, SVM optimize the buying and selling values of input variables (RSI and MACD). That is, given a value of RSI and a value of MACD, SVM predict the upward or downward movement every week and the probability that this occurs The trading outputs The outputs of SVM are the movement that made the index next week, and the probability that this movement is accomplished. - Movement to make the index. The movement that the outputs of the SVM indicate it will be bullish or bearish. - The probability that this movement is accomplished. The investor can set the SVM to do the trading on a given probability. This allows the trading rule is used by all investors, both risk averse as they are not. Fig. 3. Comparison between long testing period and short testing period. Figure 4 shows the testing period for training data between 22/12/2008 and 06/10/2010. The value of C parameter is 50.C=50. 4 Results There have been various types of tests with the SVM, and the most relevant are displayed below. In Figure 3, a comparison of results obtained in 4 tests performed is shown. The study period in Figure 3 are described in Table 1. As can be seen, the best results are produced with a short training period. On the other hand, the worst results are produced with long training period. The vertical axis shows the hit ratio in% obtained by the SVM in the test period and the horizontal axis shows the value of the parameter C of SVM. Better results are produced with a lower value of the C parameter. It has been taken into consideration that the investor is risk averse and only run commands that have a higher probability than 90% accuracy. The HTRBF (Heavy Tailed Radial Basis Function) kernel function has been utilized in the SVM algorithm. Fig. 4. Testing period for training data between 22/12/2008 and 06/10/2010. Black squares indicate the desired response of the SVM. The blue line impinges for each day of testing the value of the probability of success of that particular day. The red dots indicate the action taken by the SVM, since for this case only takes into consideration the results with a probability of success greater than 90%, the SVM gives 13 recommendations, of which there are 12 hits and 1 error in prediction.

5 5 Conclusions This study shows that SVM produces better results using shorter training periods than long training periods. This may be caused by overtraining. It has managed to achieve good results for trading, the best situation it is a 92.3% of hit ratio. Moreover, the developed software allows the user to determine their level of risk aversion, which lets the user distinguish the study for each type of investor. 6 Acknowledgment Financial support given by Government of the Principality of Asturias is acknowledged. 7 References [1] C. Burges. A tutorial on support vector machines for patter recognition. Data Mining and Knowledge Discovery, 1998, vol. 2, pp [2] T. Evgeniou, M. Pontil, T. Poggio. Regularization networks and support vector machines. Advances in Computational Mathematics, 2000, vol. 13, pp [3] V. N. Vapnik. Statistical learning theory. New York: Wiley, [4] V. N. Vapnik. An overview of statistical learning theory. IEEE Transactions of Neural Networks, 1999, vol. 10, pp [5] N. Cristianini, JS. Taylor. An introduction to support vector machines and other kernel-based learning methods. New York: Cambridge University Press, [6] L. J. Cao, F. E. H. Tay. Financial forecasting using support vector machines. Neural Computing Applications, 2001, vol. 10, pp [7] F. E. H. Tay, L. J. Cao, Application of support vector machines in financial time series forecasting. Omega, 2001, vol. 29, pp [8] F. E. H. Tay, L. J. Cao. A comparative study of saliency analysis and genetic algorithm for features selection in support vector machines. Intelligent Data Analysis. 2001, vol. 5, pp [9] F. E. H Tay, L. J. Cao. Improved financial time series forecasting by combining support vector machines with selforganizing feature map. Intelligent Data Analysis. 2001, vol. 5, pp [10] F. E. H. Tay, LJ. Cao. Modifies support vector machines in financial time series forecasting. Neurocomputing. 2002, vol.48, pp [11] W. Huang, Y. Nakamori, S.Y. Wang. Forecasting stock market movement direction with support vector machine. Computers & Operations Research. 2005, vol. 32, pp [12] V.N. Vapnik. The nature of statical learning theory. New York. Springer. [13] X. Xu, C. Zhou, Z. Wang. Credit scoring algorithm based on link analysis ranking with support vector machine. Expert Systems with Applications, 2009, vol. 36, pp [14] S. Huang, Z. Sun. Support vector machine approach for protein subcellular localization prediction. Bioinformatics. 2001, vol. 17(8), pp [15] Terence Tai-Leung Chong, Wing-Kam Ng ing-kam. Technical analysis and the London stock exchange: testing the MACD and RSI rules using the FT30. Applied Economics Letters. 2008, vol. 15:14, pp [16] L. Menkhoff, M.P. Taylor. The obstinate passion of foreign exchange professionals: technical analysis. Journal of Economic Literature. 2007, vol: 45, pp [17] M.P. Taylor, H. Allen. The use of technical analysis in the foreign exchange market. Journal of International Money and Finance. 1992, vol. 11, pp [18] E.F. Fama. The behavior of stock-market prices. Journal of Business. 1965, vol. 38, pp [19] E.F. Fama. Efficient capital markets: Review of theory and empirical work. Journal of Finance. 1970, vol. 25, pp [20] S.N. Neftçi. Naïve trading rules in financial markets and Wiener-Kolmogorov prediction theory: A study of technical analysis. Journal of Business. 1991, vol. 64, pp [21] R. Hudson, M. Dempsey, K. Keasey. A note on the weak form efficiency of capital markets: the application of simple technical trading rules to UK stock prices 1935 to Journal of Banking and Finance. 1996, vol. 20, pp [22] J.L. Treynor, R. Ferguson. In defense of technical analysis. Journal of Finance. 1985, vol. 3, pp

6 [23] W. Brock, J. Lakonishok, B. LeBaron. Simple technical trading rules and the stochastic properties of stock returns. Journal of Finance. 1992, vol. 47, pp [24] T.C. Mills. Technical analysis and the London Stock Exchange: Testing trading rules using the FT30. International Journal of Finance and Economics. 1997, vol. 2, pp [25] J. Jr., Welles. New Concepts in Technical Trading Systems [26] J.J. Murphy. Technical Analysis of the Financial Markets. New York Institute of Finance. 1999

The profitability of MACD and RSI trading rules in the Australian stock market

The profitability of MACD and RSI trading rules in the Australian stock market Safwan Mohd Nor (Malaysia), Guneratne Wickremasinghe (Australia) The profitability of MACD and RSI trading rules in the Australian stock market Abstract This study investigates the profitability of two

More information

NEURAL networks [5] are universal approximators [6]. It

NEURAL networks [5] are universal approximators [6]. It Proceedings of the 2013 Federated Conference on Computer Science and Information Systems pp. 183 190 An Investment Strategy for the Stock Exchange Using Neural Networks Antoni Wysocki and Maciej Ławryńczuk

More information

MATHEMATICAL TRADING INDICATORS

MATHEMATICAL TRADING INDICATORS MATHEMATICAL TRADING INDICATORS The mathematical trading methods provide an objective view of price activity. It helps you to build up a view on price direction and timing, reduce fear and avoid overtrading.

More information

Multiple Kernel Learning on the Limit Order Book

Multiple Kernel Learning on the Limit Order Book JMLR: Workshop and Conference Proceedings 11 (2010) 167 174 Workshop on Applications of Pattern Analysis Multiple Kernel Learning on the Limit Order Book Tristan Fletcher Zakria Hussain John Shawe-Taylor

More information

Machine Learning in FX Carry Basket Prediction

Machine Learning in FX Carry Basket Prediction Machine Learning in FX Carry Basket Prediction Tristan Fletcher, Fabian Redpath and Joe D Alessandro Abstract Artificial Neural Networks ANN), Support Vector Machines SVM) and Relevance Vector Machines

More information

Support Vector Machines Explained

Support Vector Machines Explained March 1, 2009 Support Vector Machines Explained Tristan Fletcher www.cs.ucl.ac.uk/staff/t.fletcher/ Introduction This document has been written in an attempt to make the Support Vector Machines (SVM),

More information

Up/Down Analysis of Stock Index by Using Bayesian Network

Up/Down Analysis of Stock Index by Using Bayesian Network Engineering Management Research; Vol. 1, No. 2; 2012 ISSN 1927-7318 E-ISSN 1927-7326 Published by Canadian Center of Science and Education Up/Down Analysis of Stock Index by Using Bayesian Network Yi Zuo

More information

Tai Kam Fong, Jackie. Master of Science in E-Commerce Technology

Tai Kam Fong, Jackie. Master of Science in E-Commerce Technology Trend Following Algorithms in Automated Stock Market Trading by Tai Kam Fong, Jackie Master of Science in E-Commerce Technology 2011 Faculty of Science and Technology University of Macau Trend Following

More information

Equity forecast: Predicting long term stock price movement using machine learning

Equity forecast: Predicting long term stock price movement using machine learning Equity forecast: Predicting long term stock price movement using machine learning Nikola Milosevic School of Computer Science, University of Manchester, UK Nikola.milosevic@manchester.ac.uk Abstract Long

More information

A New Approach to Neural Network based Stock Trading Strategy

A New Approach to Neural Network based Stock Trading Strategy A New Approach to Neural Network based Stock Trading Strategy Miroslaw Kordos, Andrzej Cwiok University of Bielsko-Biala, Department of Mathematics and Computer Science, Bielsko-Biala, Willowa 2, Poland:

More information

A Sarsa based Autonomous Stock Trading Agent

A Sarsa based Autonomous Stock Trading Agent A Sarsa based Autonomous Stock Trading Agent Achal Augustine The University of Texas at Austin Department of Computer Science Austin, TX 78712 USA achal@cs.utexas.edu Abstract This paper describes an autonomous

More information

Pattern Recognition and Prediction in Equity Market

Pattern Recognition and Prediction in Equity Market Pattern Recognition and Prediction in Equity Market Lang Lang, Kai Wang 1. Introduction In finance, technical analysis is a security analysis discipline used for forecasting the direction of prices through

More information

A Neural Network and Web-Based Decision Support System for Forex Forecasting and Trading

A Neural Network and Web-Based Decision Support System for Forex Forecasting and Trading A Neural Network and Web-Based Decision Support System for Forex Forecasting and Trading K.K. Lai 1, Lean Yu 2,3, and Shouyang Wang 2,4 1 Department of Management Sciences, City University of Hong Kong,

More information

Knowledge Discovery from patents using KMX Text Analytics

Knowledge Discovery from patents using KMX Text Analytics Knowledge Discovery from patents using KMX Text Analytics Dr. Anton Heijs anton.heijs@treparel.com Treparel Abstract In this white paper we discuss how the KMX technology of Treparel can help searchers

More information

Chapter 2.3. Technical Indicators

Chapter 2.3. Technical Indicators 1 Chapter 2.3 Technical Indicators 0 TECHNICAL ANALYSIS: TECHNICAL INDICATORS Charts always have a story to tell. However, sometimes those charts may be speaking a language you do not understand and you

More information

The Moving Average. 2004 W. R. Booker II. All rights reserved forever and ever. And ever.

The Moving Average. 2004 W. R. Booker II. All rights reserved forever and ever. And ever. The Moving Average By Rob Booker 2004 W. R. Booker II. All rights reserved forever and ever. And ever. The information contained in this ebook is designed to teach you methods of watching forex quotes

More information

SAIF-2011 Report. Rami Reddy, SOA, UW_P

SAIF-2011 Report. Rami Reddy, SOA, UW_P 1) Title: Market Efficiency Test of Lean Hog Futures prices using Inter-Day Technical Trading Rules 2) Abstract: We investigated the effectiveness of most popular technical trading rules on the closing

More information

Understanding the market

Understanding the market Understanding the market Technical Analysis Approach: part I Xiaoguang Wang President, Purdue Quantitative Finance Club PhD Candidate, Department of Statistics Purdue University wang913@purdue.edu Outline

More information

Alerts & Filters in Power E*TRADE Pro Strategy Scanner

Alerts & Filters in Power E*TRADE Pro Strategy Scanner Alerts & Filters in Power E*TRADE Pro Strategy Scanner Power E*TRADE Pro Strategy Scanner provides real-time technical screening and backtesting based on predefined and custom strategies. With custom strategies,

More information

Disclaimer: The authors of the articles in this guide are simply offering their interpretation of the concepts. Information, charts or examples

Disclaimer: The authors of the articles in this guide are simply offering their interpretation of the concepts. Information, charts or examples Disclaimer: The authors of the articles in this guide are simply offering their interpretation of the concepts. Information, charts or examples contained in this lesson are for illustration and educational

More information

Optimization of Intraday Trading Strategy Based on ACD Rules and Pivot Point System in Chinese Market

Optimization of Intraday Trading Strategy Based on ACD Rules and Pivot Point System in Chinese Market Journal of Intelligent Learning Systems and Applications, 2012, 4, 279-284 http://dx.doi.org/10.4236/jilsa.2012.44029 Published Online November 2012 (http://www.scirp.org/journal/jilsa) 279 Optimization

More information

Hong Kong Stock Index Forecasting

Hong Kong Stock Index Forecasting Hong Kong Stock Index Forecasting Tong Fu Shuo Chen Chuanqi Wei tfu1@stanford.edu cslcb@stanford.edu chuanqi@stanford.edu Abstract Prediction of the movement of stock market is a long-time attractive topic

More information

Prediction of Stock Performance Using Analytical Techniques

Prediction of Stock Performance Using Analytical Techniques 136 JOURNAL OF EMERGING TECHNOLOGIES IN WEB INTELLIGENCE, VOL. 5, NO. 2, MAY 2013 Prediction of Stock Performance Using Analytical Techniques Carol Hargreaves Institute of Systems Science National University

More information

TECHNICAL ANAYLSIS PROVIDES INPUTS FOR INVESTMENT: EVIDENCE FROM GOLD

TECHNICAL ANAYLSIS PROVIDES INPUTS FOR INVESTMENT: EVIDENCE FROM GOLD TECHNICAL ANAYLSIS PROVIDES INPUTS FOR INVESTMENT: EVIDENCE FROM GOLD PunjikaRathi 1, Dr. Rajan Yadav 2, 1 Research scholar,delhi School of Management Studies Delhi Technological University, New Delhi

More information

My Techniques for making $150 a Day Trading Forex *Note for my more Advanced Strategies check out my site: Click Here

My Techniques for making $150 a Day Trading Forex *Note for my more Advanced Strategies check out my site: Click Here My Techniques for making $150 a Day Trading Forex *Note for my more Advanced Strategies check out my site: Click Here The Strategy We will be looking at 2 different ways to day trade the Forex Markets.

More information

Chapter 2.3. Technical Analysis: Technical Indicators

Chapter 2.3. Technical Analysis: Technical Indicators Chapter 2.3 Technical Analysis: Technical Indicators 0 TECHNICAL ANALYSIS: TECHNICAL INDICATORS Charts always have a story to tell. However, from time to time those charts may be speaking a language you

More information

8 Day Intensive Course Lesson 5 Stochastics & Bollinger Bands

8 Day Intensive Course Lesson 5 Stochastics & Bollinger Bands 8 Day Intensive Course Lesson 5 Stochastics & Bollinger Bands A)Trading with Stochastic Trading With Stochastic What is stochastic? Stochastic is an oscillator that works well in range-bound markets.[/i]

More information

An Empirical Comparison of Moving Average Envelopes and Bollinger Bands

An Empirical Comparison of Moving Average Envelopes and Bollinger Bands An Empirical Comparison of Moving Average Envelopes and Bollinger Bands Joseph Man-joe Leung and Terence Tai-leung Chong Department of Economics, The Chinese University of Hong Kong November 8, 00 Abstract

More information

atching Currency Moves with The Schaff Trend Cycle Indicator

atching Currency Moves with The Schaff Trend Cycle Indicator JULY/AUGUST 2002. VOLUME 4 CRunning a trend indicator through a cycle oscillator creates an effective entry technique into today s strongly trending currency markets, says Doug Schaff, a 20-year veteran

More information

Knowledge Discovery in Stock Market Data

Knowledge Discovery in Stock Market Data Knowledge Discovery in Stock Market Data Alfred Ultsch and Hermann Locarek-Junge Abstract This work presents the results of a Data Mining and Knowledge Discovery approach on data from the stock markets

More information

International Business & Economics Research Journal September 2007 Volume 6, Number 9

International Business & Economics Research Journal September 2007 Volume 6, Number 9 Profitable Technical Trading Rules For The Austrian Stock Market Massoud Metghalchi, (E-mail: MetghalchiM@uhv.edu), University of Houston, Victoria Yong Glasure, University of Houston, Victoria Xavier

More information

A Proposed Prediction Model for Forecasting the Financial Market Value According to Diversity in Factor

A Proposed Prediction Model for Forecasting the Financial Market Value According to Diversity in Factor A Proposed Prediction Model for Forecasting the Financial Market Value According to Diversity in Factor Ms. Hiral R. Patel, Mr. Amit B. Suthar, Dr. Satyen M. Parikh Assistant Professor, DCS, Ganpat University,

More information

How Well Do Traditional Momentum Indicators Work? Cynthia A. Kase, CMT President, Kase and Company, Inc., CTA October 10, 2006

How Well Do Traditional Momentum Indicators Work? Cynthia A. Kase, CMT President, Kase and Company, Inc., CTA October 10, 2006 How Well Do Traditional Momentum Indicators Work? Cynthia A. Kase, CMT President, Kase and Company, Inc., CTA October 10, 2006 1.0 Introduction Most market technicians believe traditional momentum indicators,

More information

Feature Selection for Stock Market Analysis

Feature Selection for Stock Market Analysis Feature Selection for Stock Market Analysis Yuqinq He, Kamaladdin Fataliyev, and Lipo Wang School of Electrical and Electronic Engineering Nanyang Technological University Singapore Abstract. The analysis

More information

SHORT INTRODUCTION OF SHORT SELLING

SHORT INTRODUCTION OF SHORT SELLING Financial Assets and Investing SHORT INTRODUCTION OF SHORT SELLING Dagmar Linnertová Faculty of Economics and Administration, Masaryk University, Lipová 41a, 602 00 Brno, e-mail: Dagmar.Linnertova@mail.muni.cz

More information

Financial Trading System using Combination of Textual and Numerical Data

Financial Trading System using Combination of Textual and Numerical Data Financial Trading System using Combination of Textual and Numerical Data Shital N. Dange Computer Science Department, Walchand Institute of Rajesh V. Argiddi Assistant Prof. Computer Science Department,

More information

Technical Analysis. Technical Analysis. Schools of Thought. Discussion Points. Discussion Points. Schools of thought. Schools of thought

Technical Analysis. Technical Analysis. Schools of Thought. Discussion Points. Discussion Points. Schools of thought. Schools of thought The Academy of Financial Markets Schools of Thought Random Walk Theory Can t beat market Analysis adds nothing markets adjust quickly (efficient) & all info is already in the share price Price lies in

More information

A Stock Trading Algorithm Model Proposal, based on Technical Indicators Signals

A Stock Trading Algorithm Model Proposal, based on Technical Indicators Signals Informatica Economică vol. 15, no. 1/2011 183 A Stock Trading Algorithm Model Proposal, based on Technical Indicators Signals Darie MOLDOVAN, Mircea MOCA, Ştefan NIŢCHI Business Information Systems Dept.

More information

Machine Learning Techniques for Stock Prediction. Vatsal H. Shah

Machine Learning Techniques for Stock Prediction. Vatsal H. Shah Machine Learning Techniques for Stock Prediction Vatsal H. Shah 1 1. Introduction 1.1 An informal Introduction to Stock Market Prediction Recently, a lot of interesting work has been done in the area of

More information

A Study on the Comparison of Electricity Forecasting Models: Korea and China

A Study on the Comparison of Electricity Forecasting Models: Korea and China Communications for Statistical Applications and Methods 2015, Vol. 22, No. 6, 675 683 DOI: http://dx.doi.org/10.5351/csam.2015.22.6.675 Print ISSN 2287-7843 / Online ISSN 2383-4757 A Study on the Comparison

More information

Prediction of Closing Stock Prices

Prediction of Closing Stock Prices 1 Prediction of Closing Stock Prices Garth Garner Portland State University department of Electrical and Computer Engineering Email: garth.garner@biotronik.com This work was completed as part of a course

More information

GMMA 2.0 User Guide. August 2010 Edition PF-30-01-02

GMMA 2.0 User Guide. August 2010 Edition PF-30-01-02 GMMA 2.0 User Guide GMMA 2.0 User Guide August 2010 Edition PF-30-01-02 Support Worldwide Technical Support and Product Information www.nirvanasystems.com Nirvana Systems Corporate Headquarters 7000 N.

More information

Highly Active Manual FX Trading Strategy. 1.Used indicators. 2. Theory. 2.1. Standard deviation (stddev Indicator - standard MetaTrader 4 Indicator)

Highly Active Manual FX Trading Strategy. 1.Used indicators. 2. Theory. 2.1. Standard deviation (stddev Indicator - standard MetaTrader 4 Indicator) Highly Active Manual FX Trading Strategy This strategy based on a mixture of two styles of trading: forex scalping, trend following short-term strategy. You can use it for any currency. Timeframe M15.

More information

A GUIDE TO WL INDICATORS

A GUIDE TO WL INDICATORS A GUIDE TO WL INDICATORS GETTING TECHNICAL ABOUT TRADING: USING EIGHT COMMON INDICATORS TO MAKE SENSE OF TRADING What s a technical indicator and why should I use them? What s the market going to do next?

More information

Fuzzy Candlestick Approach to Trade S&P CNX NIFTY 50 Index using Engulfing Patterns

Fuzzy Candlestick Approach to Trade S&P CNX NIFTY 50 Index using Engulfing Patterns Fuzzy Candlestick Approach to Trade S&P CNX NIFTY 50 Index using Engulfing Patterns Partha Roy 1, Sanjay Sharma 2 and M. K. Kowar 3 1 Department of Computer Sc. & Engineering 2 Department of Applied Mathematics

More information

Long-term Stock Market Forecasting using Gaussian Processes

Long-term Stock Market Forecasting using Gaussian Processes Long-term Stock Market Forecasting using Gaussian Processes 1 2 3 4 Anonymous Author(s) Affiliation Address email 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

More information

Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com

Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com There are at least as many ways to trade stocks and other financial instruments as there are traders. Remarkably, most people

More information

Ph. D. thesis summary. by Aleksandra Rutkowska, M. Sc. Stock portfolio optimization in the light of Liu s credibility theory

Ph. D. thesis summary. by Aleksandra Rutkowska, M. Sc. Stock portfolio optimization in the light of Liu s credibility theory Ph. D. thesis summary by Aleksandra Rutkowska, M. Sc. Stock portfolio optimization in the light of Liu s credibility theory The thesis concentrates on the concept of stock portfolio optimization in the

More information

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses.

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE STATISTICS The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE VS. INFERENTIAL STATISTICS Descriptive To organize,

More information

FOREX TRADING PREDICTION USING LINEAR REGRESSION LINE, ARTIFICIAL NEURAL NETWORK AND DYNAMIC TIME WARPING ALGORITHMS

FOREX TRADING PREDICTION USING LINEAR REGRESSION LINE, ARTIFICIAL NEURAL NETWORK AND DYNAMIC TIME WARPING ALGORITHMS FOREX TRADING PREDICTION USING LINEAR REGRESSION LINE, ARTIFICIAL NEURAL NETWORK AND DYNAMIC TIME WARPING ALGORITHMS Leslie C.O. Tiong 1, David C.L. Ngo 2, and Yunli Lee 3 1 Sunway University, Malaysia,

More information

Combining Technical Analysis and Neural Networks in the Australian Stockmarket

Combining Technical Analysis and Neural Networks in the Australian Stockmarket Bond University epublications@bond Information Technology papers Faculty of Business August 2006 Combining Technical Analysis and Neural Networks in the Australian Stockmarket Bruce Vanstone Bond University,

More information

Unit 9 Describing Relationships in Scatter Plots and Line Graphs

Unit 9 Describing Relationships in Scatter Plots and Line Graphs Unit 9 Describing Relationships in Scatter Plots and Line Graphs Objectives: To construct and interpret a scatter plot or line graph for two quantitative variables To recognize linear relationships, non-linear

More information

THE MACD: A COMBO OF INDICATORS FOR THE BEST OF BOTH WORLDS

THE MACD: A COMBO OF INDICATORS FOR THE BEST OF BOTH WORLDS THE MACD: A COMBO OF INDICATORS FOR THE BEST OF BOTH WORLDS By Wayne A. Thorp Moving averages are trend-following indicators that don t work well in choppy markets. Oscillators tend to be more responsive

More information

THE SVM APPROACH FOR BOX JENKINS MODELS

THE SVM APPROACH FOR BOX JENKINS MODELS REVSTAT Statistical Journal Volume 7, Number 1, April 2009, 23 36 THE SVM APPROACH FOR BOX JENKINS MODELS Authors: Saeid Amiri Dep. of Energy and Technology, Swedish Univ. of Agriculture Sciences, P.O.Box

More information

PREDICTING STOCK PRICES USING DATA MINING TECHNIQUES

PREDICTING STOCK PRICES USING DATA MINING TECHNIQUES The International Arab Conference on Information Technology (ACIT 2013) PREDICTING STOCK PRICES USING DATA MINING TECHNIQUES 1 QASEM A. AL-RADAIDEH, 2 ADEL ABU ASSAF 3 EMAN ALNAGI 1 Department of Computer

More information

Stochastic Oscillator.

Stochastic Oscillator. Stochastic Oscillator. By Jay Lakhani www.4x4u.net George Lane was the originator of the stochastic indicator in the 1960 s; the indicator tracks the market momentum. Lane observed that as prices rise

More information

Stock Market Forecasting Using Machine Learning Algorithms

Stock Market Forecasting Using Machine Learning Algorithms Stock Market Forecasting Using Machine Learning Algorithms Shunrong Shen, Haomiao Jiang Department of Electrical Engineering Stanford University {conank,hjiang36}@stanford.edu Tongda Zhang Department of

More information

JetBlue Airways Stock Price Analysis and Prediction

JetBlue Airways Stock Price Analysis and Prediction JetBlue Airways Stock Price Analysis and Prediction Team Member: Lulu Liu, Jiaojiao Liu DSO530 Final Project JETBLUE AIRWAYS STOCK PRICE ANALYSIS AND PREDICTION 1 Motivation Started in February 2000, JetBlue

More information

Feature Selection using Integer and Binary coded Genetic Algorithm to improve the performance of SVM Classifier

Feature Selection using Integer and Binary coded Genetic Algorithm to improve the performance of SVM Classifier Feature Selection using Integer and Binary coded Genetic Algorithm to improve the performance of SVM Classifier D.Nithya a, *, V.Suganya b,1, R.Saranya Irudaya Mary c,1 Abstract - This paper presents,

More information

6.14. Oscillators and Indicators.

6.14. Oscillators and Indicators. 6.14. Oscillators and Indicators. What is Momentum? The word momentum has two meanings to market technicians, one of them is a generic concept about how prices move, and the second one is a specific indicator.

More information

An Introduction to Data Mining

An Introduction to Data Mining An Introduction to Intel Beijing wei.heng@intel.com January 17, 2014 Outline 1 DW Overview What is Notable Application of Conference, Software and Applications Major Process in 2 Major Tasks in Detail

More information

Towards applying Data Mining Techniques for Talent Mangement

Towards applying Data Mining Techniques for Talent Mangement 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Towards applying Data Mining Techniques for Talent Mangement Hamidah Jantan 1,

More information

Recognizing Informed Option Trading

Recognizing Informed Option Trading Recognizing Informed Option Trading Alex Bain, Prabal Tiwaree, Kari Okamoto 1 Abstract While equity (stock) markets are generally efficient in discounting public information into stock prices, we believe

More information

DATA MINING TECHNIQUES AND APPLICATIONS

DATA MINING TECHNIQUES AND APPLICATIONS DATA MINING TECHNIQUES AND APPLICATIONS Mrs. Bharati M. Ramageri, Lecturer Modern Institute of Information Technology and Research, Department of Computer Application, Yamunanagar, Nigdi Pune, Maharashtra,

More information

Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control

Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control Andre BERGMANN Salzgitter Mannesmann Forschung GmbH; Duisburg, Germany Phone: +49 203 9993154, Fax: +49 203 9993234;

More information

Trading with the Intraday Multi-View Indicator Suite

Trading with the Intraday Multi-View Indicator Suite Trading with the Intraday Multi-View Indicator Suite PowerZone Trading, LLC indicators can provide detailed information about the conditions of the intraday market that may be used to spot unique trading

More information

Intrusion Detection via Machine Learning for SCADA System Protection

Intrusion Detection via Machine Learning for SCADA System Protection Intrusion Detection via Machine Learning for SCADA System Protection S.L.P. Yasakethu Department of Computing, University of Surrey, Guildford, GU2 7XH, UK. s.l.yasakethu@surrey.ac.uk J. Jiang Department

More information

Predicting Flight Delays

Predicting Flight Delays Predicting Flight Delays Dieterich Lawson jdlawson@stanford.edu William Castillo will.castillo@stanford.edu Introduction Every year approximately 20% of airline flights are delayed or cancelled, costing

More information

CS 2750 Machine Learning. Lecture 1. Machine Learning. http://www.cs.pitt.edu/~milos/courses/cs2750/ CS 2750 Machine Learning.

CS 2750 Machine Learning. Lecture 1. Machine Learning. http://www.cs.pitt.edu/~milos/courses/cs2750/ CS 2750 Machine Learning. Lecture Machine Learning Milos Hauskrecht milos@cs.pitt.edu 539 Sennott Square, x5 http://www.cs.pitt.edu/~milos/courses/cs75/ Administration Instructor: Milos Hauskrecht milos@cs.pitt.edu 539 Sennott

More information

CHARACTERISTICS IN FLIGHT DATA ESTIMATION WITH LOGISTIC REGRESSION AND SUPPORT VECTOR MACHINES

CHARACTERISTICS IN FLIGHT DATA ESTIMATION WITH LOGISTIC REGRESSION AND SUPPORT VECTOR MACHINES CHARACTERISTICS IN FLIGHT DATA ESTIMATION WITH LOGISTIC REGRESSION AND SUPPORT VECTOR MACHINES Claus Gwiggner, Ecole Polytechnique, LIX, Palaiseau, France Gert Lanckriet, University of Berkeley, EECS,

More information

Empirical Research on Influencing Factors of Human Resources Management Outsourcing Degree *

Empirical Research on Influencing Factors of Human Resources Management Outsourcing Degree * ibusiness, 2013, 5, 168-174 http://dx.doi.org/10.4236/ib.2013.53b036 Published Online September 2013 (http://www.scirp.org/journal/ib) Empirical Research on Influencing Factors of Human Resources Management

More information

ALGORITHMIC TRADING USING MACHINE LEARNING TECH-

ALGORITHMIC TRADING USING MACHINE LEARNING TECH- ALGORITHMIC TRADING USING MACHINE LEARNING TECH- NIQUES: FINAL REPORT Chenxu Shao, Zheming Zheng Department of Management Science and Engineering December 12, 2013 ABSTRACT In this report, we present an

More information

Session 7 Bivariate Data and Analysis

Session 7 Bivariate Data and Analysis Session 7 Bivariate Data and Analysis Key Terms for This Session Previously Introduced mean standard deviation New in This Session association bivariate analysis contingency table co-variation least squares

More information

Determine If An Equation Represents a Function

Determine If An Equation Represents a Function Question : What is a linear function? The term linear function consists of two parts: linear and function. To understand what these terms mean together, we must first understand what a function is. The

More information

Beating the MLB Moneyline

Beating the MLB Moneyline Beating the MLB Moneyline Leland Chen llxchen@stanford.edu Andrew He andu@stanford.edu 1 Abstract Sports forecasting is a challenging task that has similarities to stock market prediction, requiring time-series

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

A FRACTAL MARKET THEORY REVISITED THROUGH CHART ANALYSIS FOR A BETTER RISK/REWARD MANAGEMENT STRATEGY

A FRACTAL MARKET THEORY REVISITED THROUGH CHART ANALYSIS FOR A BETTER RISK/REWARD MANAGEMENT STRATEGY International Journal of Economics, Commerce and Management United Kingdom Vol. III, Issue 1, Jan 2015 http://ijecm.co.uk/ ISSN 2348 0386 A FRACTAL MARKET THEORY REVISITED THROUGH CHART ANALYSIS FOR A

More information

A Primer on Forecasting Business Performance

A Primer on Forecasting Business Performance A Primer on Forecasting Business Performance There are two common approaches to forecasting: qualitative and quantitative. Qualitative forecasting methods are important when historical data is not available.

More information

Machine Learning and Data Mining. Regression Problem. (adapted from) Prof. Alexander Ihler

Machine Learning and Data Mining. Regression Problem. (adapted from) Prof. Alexander Ihler Machine Learning and Data Mining Regression Problem (adapted from) Prof. Alexander Ihler Overview Regression Problem Definition and define parameters ϴ. Prediction using ϴ as parameters Measure the error

More information

Neural Network Applications in Stock Market Predictions - A Methodology Analysis

Neural Network Applications in Stock Market Predictions - A Methodology Analysis Neural Network Applications in Stock Market Predictions - A Methodology Analysis Marijana Zekic, MS University of Josip Juraj Strossmayer in Osijek Faculty of Economics Osijek Gajev trg 7, 31000 Osijek

More information

A Practical Guide to Technical Indicators; (Part 1) Moving Averages

A Practical Guide to Technical Indicators; (Part 1) Moving Averages A Practical Guide to Technical Indicators; (Part 1) Moving Averages By S.A Ghafari Over the past decades, attempts have been made by traders and researchers aiming to find a reliable method to predict

More information

INCORPORATION OF LIQUIDITY RISKS INTO EQUITY PORTFOLIO RISK ESTIMATES. Dan dibartolomeo September 2010

INCORPORATION OF LIQUIDITY RISKS INTO EQUITY PORTFOLIO RISK ESTIMATES. Dan dibartolomeo September 2010 INCORPORATION OF LIQUIDITY RISKS INTO EQUITY PORTFOLIO RISK ESTIMATES Dan dibartolomeo September 2010 GOALS FOR THIS TALK Assert that liquidity of a stock is properly measured as the expected price change,

More information

INVESTIGATIONS INTO EFFECTIVENESS OF GAUSSIAN AND NEAREST MEAN CLASSIFIERS FOR SPAM DETECTION

INVESTIGATIONS INTO EFFECTIVENESS OF GAUSSIAN AND NEAREST MEAN CLASSIFIERS FOR SPAM DETECTION INVESTIGATIONS INTO EFFECTIVENESS OF AND CLASSIFIERS FOR SPAM DETECTION Upasna Attri C.S.E. Department, DAV Institute of Engineering and Technology, Jalandhar (India) upasnaa.8@gmail.com Harpreet Kaur

More information

SURVIVABILITY OF COMPLEX SYSTEM SUPPORT VECTOR MACHINE BASED APPROACH

SURVIVABILITY OF COMPLEX SYSTEM SUPPORT VECTOR MACHINE BASED APPROACH 1 SURVIVABILITY OF COMPLEX SYSTEM SUPPORT VECTOR MACHINE BASED APPROACH Y, HONG, N. GAUTAM, S. R. T. KUMARA, A. SURANA, H. GUPTA, S. LEE, V. NARAYANAN, H. THADAKAMALLA The Dept. of Industrial Engineering,

More information

Automatic Detection of PCB Defects

Automatic Detection of PCB Defects IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 6 November 2014 ISSN (online): 2349-6010 Automatic Detection of PCB Defects Ashish Singh PG Student Vimal H.

More information

Forecasting stock market movement direction with support vector machine

Forecasting stock market movement direction with support vector machine Computers & Operations Research 32 (2005) 2513 2522 www.elsevier.com/locate/dsw Forecasting stock market movement direction with support vector machine Wei Huang a;b, Yoshiteru Nakamori a, Shou-Yang Wang

More information

Usefulness of Moving Average Based Trading Rules in India

Usefulness of Moving Average Based Trading Rules in India Usefulness of Moving Average Based Trading Rules in India S K Mitra Institute of Management Technology 35 Km Milestone, Katol Road, Nagpur 441 502, India Tel: 91-712-280-5000 E-mail: skmitra@imtnag.ac.in

More information

Using Software Agents to Simulate How Investors Greed and Fear Emotions Explain the Behavior of a Financial Market

Using Software Agents to Simulate How Investors Greed and Fear Emotions Explain the Behavior of a Financial Market Using Software Agents to Simulate How Investors Greed and Fear Emotions Explain the Behavior of a Financial Market FILIPPO NERI University of Naples Department of Computer Science 80100 Napoli ITALY filipponeri@yahoo.com

More information

Online Ensembles for Financial Trading

Online Ensembles for Financial Trading Online Ensembles for Financial Trading Jorge Barbosa 1 and Luis Torgo 2 1 MADSAD/FEP, University of Porto, R. Dr. Roberto Frias, 4200-464 Porto, Portugal jorgebarbosa@iol.pt 2 LIACC-FEP, University of

More information

A Quick Tutorial in MACD: Basic Concepts. By Gerald Appel and Marvin Appel

A Quick Tutorial in MACD: Basic Concepts. By Gerald Appel and Marvin Appel A Quick Tutorial in MACD: Basic Concepts By Gerald Appel and Marvin Appel The Moving Average Convergence-Divergence Indicator (MACD) has been a staple of technical analysis since Gerald invented it more

More information

Support Vector Machines with Clustering for Training with Very Large Datasets

Support Vector Machines with Clustering for Training with Very Large Datasets Support Vector Machines with Clustering for Training with Very Large Datasets Theodoros Evgeniou Technology Management INSEAD Bd de Constance, Fontainebleau 77300, France theodoros.evgeniou@insead.fr Massimiliano

More information

Data Isn't Everything

Data Isn't Everything June 17, 2015 Innovate Forward Data Isn't Everything The Challenges of Big Data, Advanced Analytics, and Advance Computation Devices for Transportation Agencies. Using Data to Support Mission, Administration,

More information

Using Bollinger Bands. by John Bollinger

Using Bollinger Bands. by John Bollinger Article Text Copyright (c) Technical Analysis Inc. 1 Stocks & Commodities V. 10:2 (47-51): Using Bollinger Bands by John Bollinger Using Bollinger Bands by John Bollinger Trading bands, which are lines

More information

One Period Binomial Model

One Period Binomial Model FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 One Period Binomial Model These notes consider the one period binomial model to exactly price an option. We will consider three different methods of pricing

More information

Visualization of Breast Cancer Data by SOM Component Planes

Visualization of Breast Cancer Data by SOM Component Planes International Journal of Science and Technology Volume 3 No. 2, February, 2014 Visualization of Breast Cancer Data by SOM Component Planes P.Venkatesan. 1, M.Mullai 2 1 Department of Statistics,NIRT(Indian

More information

Chapter 10. Key Ideas Correlation, Correlation Coefficient (r),

Chapter 10. Key Ideas Correlation, Correlation Coefficient (r), Chapter 0 Key Ideas Correlation, Correlation Coefficient (r), Section 0-: Overview We have already explored the basics of describing single variable data sets. However, when two quantitative variables

More information

Identifying At-Risk Students Using Machine Learning Techniques: A Case Study with IS 100

Identifying At-Risk Students Using Machine Learning Techniques: A Case Study with IS 100 Identifying At-Risk Students Using Machine Learning Techniques: A Case Study with IS 100 Erkan Er Abstract In this paper, a model for predicting students performance levels is proposed which employs three

More information

Neural Network and Genetic Algorithm Based Trading Systems. Donn S. Fishbein, MD, PhD Neuroquant.com

Neural Network and Genetic Algorithm Based Trading Systems. Donn S. Fishbein, MD, PhD Neuroquant.com Neural Network and Genetic Algorithm Based Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com Consider the challenge of constructing a financial market trading system using commonly available technical

More information

Comparison of machine learning methods for intelligent tutoring systems

Comparison of machine learning methods for intelligent tutoring systems Comparison of machine learning methods for intelligent tutoring systems Wilhelmiina Hämäläinen 1 and Mikko Vinni 1 Department of Computer Science, University of Joensuu, P.O. Box 111, FI-80101 Joensuu

More information

Professional Trader Series: Moving Average Formula & Strategy Guide. by John Person

Professional Trader Series: Moving Average Formula & Strategy Guide. by John Person Professional Trader Series: Moving Average Formula & Strategy Guide by John Person MOVING AVERAGE FORMULAS & STRATEGY GUIDE In an online seminar conducted for the Chicago Board of Trade, I shared how to

More information