PREDICTION OF CLOSING PRICES ON THE STOCK EXCHANGE WITH THE USE OF ARTIFICIAL NEURAL NETWORKS

Size: px
Start display at page:

Download "PREDICTION OF CLOSING PRICES ON THE STOCK EXCHANGE WITH THE USE OF ARTIFICIAL NEURAL NETWORKS"

Transcription

1 Image Processing & Communication, vol. 17, no. 4, pp DOI: /v PREDICTION OF CLOSING PRICES ON THE STOCK EXCHANGE WITH THE USE OF ARTIFICIAL NEURAL NETWORKS MICHAŁ PALUCH, LIDIA JACKOWSKA-STRUMIŁŁO Computer Engineering Department, Technical University of Lodz, Lodz, Poland Abstract. Article describes, the use of Artificial Neural Networks (ANN) for predicting values of Stock Exchange shares. Rules of Stock Exchange functioning, principles of technical analysis and the most important stock market indices are described, which support investors, who plan to make transactions. ANN of Multi-Layer Perceptron (MLP) type, and a moving window method are applied. A hybrid method is also proposed, in which time series of CLOSE values as a function of the following trading days are used to stock market indices calculation, such as moving averages and oscillators, which are applied to ANN inputs. Research was conducted for 80 companies, selected from the 1218 companies functioning on Stock Exchange. The achieved maximum error in one day ahead CLOSE value prediction is 1,31%. 1 Introduction Nowadays, when economics is supported by IT (Information Technology) the modern trading systems can meet the most demanding customer needs. With the increase of trading systems complexity there is also a growing interest in combining them with artificial neural networks [2, 4, 7, 10, 11], with an objective of maximizing profits. The financial market, which uses the most advanced IT solutions, provides a variety of products to meet this goal. From all of them, the most popular are financial instruments offered by the Stock Exchange, which may be the most profitable but there is also a risk of losing all assets [3]. This is why the Stock Exchange as a nonlinear dynamic system [10] is a challenge for the developed modelling schemes in which artificial neural network (ANN) are gaining in importance. The relation between risk and profit is presented in Fig. 1. Examples of possible use of ANN on the Stock Exchange are prediction of future stock market indices [2, 7, 10], exchange rates [11], share prices, etc. The most commonly used artificial neural networks to predict the trading signals are the feedforward neural networks (FNN) [4, 7, 11] and probabilistic neural networks (PNN) [10], but also new approaches and ANN structures, like for e.g. State Space Wavelet Network (SSWN) [2] are still the subject of scientific studies. However, analyzing the market state and examples from literature [3, 4], it was found that it is risky to make investment decisions based solely on ANN prediction and

2 276 M. Paluch, L. Jackowska-Strumiłło Fig. 1: Relation between profit and risk in the most popular financial instruments [14] without the use of risk models. Analysis of the market situation should be approached on many levels. Technical analysis provides many tools that can accomplish this goal. Therefore, in this work a hybrid approach combining technical analysis and ANN is proposed. 2 The functioning of the stock exchange and an introduction to technical analysis Stock Exchange is a place where buyers and sellers exchange the goods after establishing jointly accepted price. Trading is immaterial meaning that all securities are stored in the form of electronic records in the system of National Depository for Securities and on customers investment accounts in brokerage houses. Each order of buying and selling must contain specific information such as the name of the security, type of order, the date, value, number, etc. Stock Exchange is a place in which, within a short time, much can be gained and much can be lost. Still, it is difficult to talk about long-term income without having a strategy. In this aspect, investors can be divided into two groups [12]: long-term investors, who, on the basis of a detailed fundamental analysis of companies, buy a large amount of shares and sell after a few months or sometimes even years, short-term investors, who, in order to minimize the risk, close the positions every day, and their investment decisions are based on technical analysis. Fundamental analysis means detailed immersion in the activity of the company in which one is going to invest, its sector and related sectors. Technical analysis is a type of market research, mainly with the help of charts and indicators. The study is based on three premises [12]: The market discounts everything. Prices are subject to trends. History repeats itself. According to the above principles, technical analysis can serve as a starting point for creating a transaction system, which, on the basis of the decisions of an artificial neural network, provides the user with a set of companies that achieve the highest profit and the highest loss. As a consequence, the user obtains information on when and which securities should be sold or bought. 3 Application of ANN for prediction of closing prices Closing price of the asset for the next day is the most important parameter for investors, who plan to make trans-

3 Image Processing & Communication, vol. 17, no. 4, pp actions at the Stock Exchange. In this work a hybrid approach combining technical analysis and ANN is proposed, which can support them in making correct decisions. The main idea of the proposed method is shown in Fig. 2. Technical analysis methods are used to calculate moving averages and oscillators, which are important market indicators. These are the inputs of ANN, which predicts the CLOSE value for the next day. The aim of this work was to investigate, if the proposed data preprocessing and market indicators calculation would improve the ANN effectiveness in the CLOSE value prediction. Feedforward networks of Multi-Layer Perceptron (MLP) type trained with the backpropagation algorithm [8] were used for the CLOSE value prediction. For the comparison purposes the CLOSE value signal was predicted by the use of MLP and so called moving window method [6], in which the network is exposed to current and a number of past samples of the signal. For research purposes, quotations of 1218 companies appearing on the stock market were downloaded and limited to the data since until The programming application was designed and implemented for the data collecting and preprocessing. The calculated moving averages and oscillators were used for neural network training and testing. Finally, the results obtained with the hybrid and with the purely ANN-based approach were compared. 4 Averages and indicators used for networks training Technical analysis provides many tools that support investors in making decisions. The most commonly used are moving averages and oscillators, which were selected for the proposed approach [5]. These include the following: Moving averages: a. Arithmetical (5-, 10-, 20-days) - SMA (Simple Moving Average) SMA N (k) = 1 [C(k) + C(k 1) +... N +C(k N + 1)] (1) where: N - number of days, N = 5, 10, 20 C(k) - closing price in the k-th day b. Weighted (5-, 10-, 20-days) - LW M A (Linearly Weighted Moving Average) LW MA N,C (k) = + NC(k) + (N 1)C(k 1) +... N + (N 1) C(k N + 1) N + (N 1) c. Expotential (5-, 10-, 20-days) - EMA (Expotential Moving Average) EMA N,C (k) = C(k) + ac(k 1) + a2 C(k 2) a + a a N 1 + where: a - coefficient, (2) a N 1 C(k N + 1) 1 + a + a a N 1 (3) d. Envelopes (3% error with 20-days average) e. Bollinger Bands These tools are used to study the already existing trend. Their task is to signal the launch of a new trend or a reversal of the current trend. They follow the trend and not precede it, so they do not predict market behavior. They are used primarily to mitigate deviations of prices. Additionally, the Bollinger band and envelopes are used to determine when the market is overbought.

4 278 M. Paluch, L. Jackowska-Strumiłło Fig. 2: Processing scheme for predicting course of a CLOSE value for the next day Oscillators a. ROC - Rate of Change (5-, 10-, 20-days) - determines the rate of price changes in a given period (usually 10 days) ROC N (k) = C(k)/C(k N) (4) b. - Relative Strength Index - i.e. the measure of overbought / oversold market. It assumes values in the range of For values greater than 70 it is considered that the market is buyout. When oscillator values are below 30, it means that market is sold out. In the case of periods of strong trends it is assumed that the market is buyout when > 80 (at the time of a bull market) and sold out for < 20 (during a bear market). For: C(k) > C(k 1), U(k) = C(k) C(k 1) C(k) < C(k 1), D(k) = C(k) C(k 1) (k) = (5) 1 + EMA N,U (k) EMA N,D (k) where U(k) - average increase in the k-th day, D(k) - average decrease in the k-th day c. Stochastic oscillator (K%D) - determines the relation between the last closing price and the range of price fluctuations in the given period. The result belongs to the range of K%D > 70 is interpreted as the closing price near the top of the range of its fluctuations, and K%D < 30 points to the fact that prices are shaping near the lower limit of that range. %K = 100[C(k) L(14)/(H(14) L(14))] (6) where: L(14) - the lowest price from last fourteen days, H(14) - the highest price from last fourteen days d. Moving Average Convergence/Divergence (M ACD) is the difference between two moving averages. On the graphs, it usually occurs with 10- day, exponential moving average (called the signal line). The intersection of the signal line (SL) with the MACD line coming from the bottom is a buying signal, while with the line from the top selling signal. MACD(k) = EMA 12,C (k) EMA 26,C (k) (7) SL(k) = EMA 9,MACD (k) (8) 5 Experimental research Research was conducted for 80 companies appearing on the stock market in Warsaw since until now, selected from the all 1218 companies functioning on stock market since The aim of the research was to test different ANN architectures and to choose the best one for predicting the CLOSE value of the asset for the next day. The research was performed with the use of Java and Neuroph 2.6. library, creating ANN of Multi-Layer Perceptron (MLP) type. Each network consists of an input,

5 Image Processing & Communication, vol. 17, no. 4, pp Tab. 1: Combinations of the tested MLP architectures Input layer Hidden layer Output n + 1 n 1, 5n 1 2n 1 2n + 1 where n - number of neurons (n = 4, 5, 6 neurons) hidden and output layer. A common feature of all of the tested network architectures is a small number of the input nodes and neurons in the hidden layer, and only one neuron in the output layer. Too many neurons would increase the network training error and could cause learning time extension [4]. The relations between the number of input nodes and the number of neurons in the hidden layer were tested for the combinations shown in Tab. 1. Market indicators for the input data were selected as described in literature [1, 4, 5, 13] or randomly. ANN training was performed according to the following rules: 1. All entered data were normalized using the following formula: (V alue/v aluemax) 0, 8 + 0, 1 (9) 2. The results of each company were divided into two groups: learning data and testing data in the proportion 80:20 [9]. 3. Weights for each input were set randomly. 4. Neural networks were taught with the back propagation algorithm with momentum factor [7, 8]. 5. For each ANN architecture and each set of input data, eight neural networks were trained, and the ANN with the smallest error has been selected as the best one. As a result of these studies six best ANN architectures with the smallest training and testing errors have been selected. The results for these ANN architectures obtained for one exemplary company Asseco Poland SA are presented in Tab. 2. An example of MLP (5-9-1) structure, which is listed in position 1 is shown in Fig. 3. Fig. 3: An example of Multi-Layer Perceptron MLP (5-9- 1) - position 1 in Tab. 2 The neural network of MLP (5-9-1) structure shown in Fig. 3 is composed of an input layer which consists of five input nodes and a hidden layer with nine neurons. The result is derived in a single output. The above architecture represents one of the tested relations between the number of neurons in the input layer and their number in the hidden layer. The results of short-term forecast of CLOSE value of Asseco Poland SA shares in August 2011 predicted with the use of MLP (5-9-1) network are presented in Fig. 4 and in Tab Summary and conclusions The presented studies on application of neural networks for predicting the closing prices on the stock exchange have shown that the relatively low rates of errors were achieved (less than 1,5%). Hence, the studied neural

6 280 M. Paluch, L. Jackowska-Strumiłło Tab. 2: Architectures of the selected networks, which achieved the best results No. Input MLP Transfer Periods Training Testing function error error (MSE) (MSE) SMA 10 SMA Bollinger Band sigmoidal ,026 0,0017 MACD SMA MACD sigmoidal ,031 0,0024 Bollinger Band LWMA 5 3. LWMA sigmoidal ,027 0,0021 Envelope EMA 5 EMA Bollinger Band sigmoidal ,034 0,0028 ROC MACD EMA 5 EMA Envelope sigmoidal 700 0,032 0,0023 K%D MACD CLOSE values 6. from last sigmoidal 2500ă 0,0018 0,0011ă five days

7 Image Processing & Communication, vol. 17, no. 4, pp Fig. 4: Short-term forecast of MLP (5-9-1) network, with real CLOSE value of Asseco Poland SA shares in August 2011 network based model can be used to make good investtab. 3: Comparison of real quotes and network forecast for Asseco Poland SA Data CLOSE CLOSE Relative real network error in quotes forecast prediction [PLN] [PLN] [%] ,67 47,21 0, ,8 47,28 1, ,9 46,45 0, ,17 44,71 1, ,85 43,46 0, ,95 40,67 0, ,81 39,73 0, ,5 37,82 0, ,15 37,51 0, ,47 39,45 0, ,88 39,78 0, ,38 39,36 0, ,99 37,37 1, ,39 36,87 1, ,25 37,6 0, ,2 37,55 0, ,9 37,29 1, ,74 38,84 0, ,21 38,28 0, ,45 39,19 0, ,8 39,45 0, ,5 42,23 0,63 ment decisions and reduce the risk of loss. The results presented in Tab. 2, allow to conclude that for all studied networks, the best results were obtained by the network architecture no. 6 in Tab. 2, for which, in the input, CLOSE values for last five days were forwarded. In this approach, the ANN was able to predict with the low error rate, CLOSE value for next day. Nevertheless this approach has disadvantages. ANN is exposed to receive false signals from the market, which may ultimately lead to increase network errors. This explains the differences between the current and predicted by the network, CLOSE values in a number of periods. Taking this into consideration, the safer solution would be to use a neural network architecture no. 1 in Tab. 2. This network features a larger error, but is not so vulnerable to false signals from the market because economic models are incorporated into the proposed hybrid modeling scheme. However, because the Stock Exchange market, often occurs uncontrollable, there is a need to protect investments by additional mechanisms and risk models, mitigating the impact of similar situations on the "investor s wallet." Still, regardless of the number of the developed neural networks and economic models, it should be the

8 282 M. Paluch, L. Jackowska-Strumiłło stock broker who makes the final decision to purchase or sell securities. References [1] R. Bensignor, New Concepts in Technical Analysis, Wig-Press, (in Polish) Warsaw 2004 [2] M.A. Brdyś, A. Borowa, P. Idźkowiak, M.T. Brdyś, Adaptive Prediction of Stock Exchange Indices by State Space Wavelet Networks, Int. J. Appl. Math. Comput. Sci., Vol. 19, No. 2, pp , 2009 [3] W. Dębski, Financial Market and it mechanisms, (in Polish), PWN, Warsaw 2010 Signals Using Neural Networks, In Proc. of the 14th Annual Global Finance Conference (GFC 2007), Melbourne, Australia, pp , Sep [11] D. Witkowska, Artificial Neural Networks and statistical methods, Selected financial issues, (in Polish), C. H. Beck, Warsaw 2002 [12] A. Zaremba, Stock Exachange, (in Polish), 2010 [13] J. Zieliński, Intelligent management systems - theory and practice, (in Polish), Warsaw 2000 [14] [4] Ed. Gately, Neural Networks - Financial forecasting and transactional systems design, (in Polish), Wig- Press, Warsaw 1999 [5] J.J. Murphy, Technical Analysis of Financial Markets, (in Polish), Wig-Press, Warsaw, 2008 [6] K.S. Narendra, K. Parthasarathy, Identification and control of dynamics systems using neural networks, IEEE Transactions on Neural Networks, Vol. 1, No. 1, pp. 4-27, 1990 [7] P. Sutheebanjard, W. Premchaiswadi, Stock Exchange of Thailand Index Prediction Using Back Propagation Neural Networks, In Proc. of the Second International Conference on Computer and Network Technology (ICCNT), Bangkok, pp , 2010 [8] R. Tadeusiewicz, Artificial Neural Networks, (in Polish), Warsaw 1993 [9] R. Tadeusiewicz, Discovering Neural Networks, (in Polish), Cracow 2007 [10] C.D. Tilakaratne, S.A. Morris, M.A. Mammadov, C.P. Hurst, Predicting Stock Market Index Trading

The influence of using fractal analysis in hybrid MLP model for short-term forecast of close prices on Warsaw Stock Exchange

The influence of using fractal analysis in hybrid MLP model for short-term forecast of close prices on Warsaw Stock Exchange Proceedings of the 04 Federated Conference on Computer Science and Information Systems pp. 8 DOI: 0.5439/04F358 ACSIS, Vol. he influence of using fractal analysis in hybrid MLP model for short-term forecast

More information

This copy is for personal use only - distribution prohibited.

This copy is for personal use only - distribution prohibited. 8 IAPGOŚ /06 p-iss 083-057, e-iss 39-676 - - - - - DOI: 0.5604/083057.033 DECISIO SYSTEM FOR STOCK DATA FORECASTIG BASED O HOPFIELD ARTIFICIAL EURAL ETWORK Michał Paluch, Lidia Jackowska-Strumiłło Lodz

More information

Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques

Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques 6.1 Introduction Trading in stock market is one of the most popular channels of financial investments.

More information

Neuro-Genetic System for DAX Index Prediction

Neuro-Genetic System for DAX Index Prediction Neuro-Genetic System for DAX Index Prediction Marcin Jaruszewicz and Jacek Mańdziuk Faculty of Mathematics and Information Science, Warsaw University of Technology, Plac Politechniki 1, 00-661 Warsaw,

More information

APPLICATION OF ARTIFICIAL NEURAL NETWORK SUPPORTING THE PROCESS OF PORTFOLIO MANAGEMENT IN TERMS OF TIME INVESTMENT ON THE WARSAW STOCK EXCHANGE

APPLICATION OF ARTIFICIAL NEURAL NETWORK SUPPORTING THE PROCESS OF PORTFOLIO MANAGEMENT IN TERMS OF TIME INVESTMENT ON THE WARSAW STOCK EXCHANGE QUANTITATIVE METHODS IN ECONOMICS Vol. XV, No. 2, 2014, pp. 307 316 APPLICATION OF ARTIFICIAL NEURAL NETWORK SUPPORTING THE PROCESS OF PORTFOLIO MANAGEMENT IN TERMS OF TIME INVESTMENT ON THE WARSAW STOCK

More information

An enhanced artificial neural network for stock price predications

An enhanced artificial neural network for stock price predications An enhanced artificial neural network for stock price predications Jiaxin MA Silin HUANG School of Engineering, The Hong Kong University of Science and Technology, Hong Kong SAR S. H. KWOK HKUST Business

More information

LITERATURE REVIEW. can mimic the brain. A neural network consists of an interconnected nnected group of

LITERATURE REVIEW. can mimic the brain. A neural network consists of an interconnected nnected group of 10 CHAPTER 2 LITERATURE REVIEW 2.1 Artificial Neural Network Artificial neural network (ANN), usually ly called led Neural Network (NN), is an algorithm that was originally motivated ted by the goal of

More information

A Novel Prediction Method for Stock Index Applying Grey Theory and Neural Networks

A Novel Prediction Method for Stock Index Applying Grey Theory and Neural Networks The 7th International Symposium on Operations Research and Its Applications (ISORA 08) Lijiang, China, October 31 Novemver 3, 2008 Copyright 2008 ORSC & APORC, pp. 104 111 A Novel Prediction Method for

More information

STOCK MARKET PREDICTION AND ANALYSIS USING MACHINE LEARNING

STOCK MARKET PREDICTION AND ANALYSIS USING MACHINE LEARNING STOCK MARKET PREDICTION AND ANALYSIS USING MACHINE LEARNING Sumedh Kapse 1, Rajan Kelaskar 2, Manojkumar Sahu 3, Rahul Kamble 4 1 Student, PVPPCOE, Computer engineering, PVPPCOE, Maharashtra, India 2 Student,

More information

STOCK MARKET TRENDS PREDICTION USING NEURAL NETWORK BASED HYBRID MODEL

STOCK MARKET TRENDS PREDICTION USING NEURAL NETWORK BASED HYBRID MODEL International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN 2249-6831 Vol. 3, Issue 1, Mar 2013, 11-18 TJPRC Pvt. Ltd. STOCK MARKET TRENDS PREDICTION USING

More information

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index Soleh Ardiansyah 1, Mazlina Abdul Majid 2, JasniMohamad Zain 2 Faculty of Computer System and Software

More information

Electrical. load forecasting using artificial neural network kohonen methode. Galang Jiwo Syeto / EEPIS-ITS ITS

Electrical. load forecasting using artificial neural network kohonen methode. Galang Jiwo Syeto / EEPIS-ITS ITS Electrical load forecasting using artificial neural network kohonen methode Galang Jiwo Syeto / EEPIS-ITS ITS 7406.040.058 INTRODUCTION Electricity can not be stored in a large scale, therefore this power

More information

Based on BP Neural Network Stock Prediction

Based on BP Neural Network Stock Prediction Based on BP Neural Network Stock Prediction Xiangwei Liu Foundation Department, PLA University of Foreign Languages Luoyang 471003, China Tel:86-158-2490-9625 E-mail: liuxwletter@163.com Xin Ma Foundation

More information

Forecasting stock market prices

Forecasting stock market prices ICT Innovations 2010 Web Proceedings ISSN 1857-7288 107 Forecasting stock market prices Miroslav Janeski, Slobodan Kalajdziski Faculty of Electrical Engineering and Information Technologies, Skopje, Macedonia

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL NETWORKS K. Jayanthi, Dr. K. Suresh 1 Department of Computer

More information

Application of Innovations Feedback Neural Networks in the Prediction of Ups and Downs Value of Stock Market *

Application of Innovations Feedback Neural Networks in the Prediction of Ups and Downs Value of Stock Market * Proceedings of the 6th World Congress on Intelligent Control and Automation, June - 3, 006, Dalian, China Application of Innovations Feedback Neural Networks in the Prediction of Ups and Downs Value of

More information

CHAPTER V TIME SERIES IN DATA MINING

CHAPTER V TIME SERIES IN DATA MINING CHAPTER V TIME SERIES IN DATA MINING 5.1 INTRODUCTION The Time series data mining (TSDM) framework is fundamental contribution to the fields of time series analysis and data mining in the recent past.

More information

Design and implementation of artificial neural network system for stock market prediction (A case study of first bank of Nigeria PLC Shares)

Design and implementation of artificial neural network system for stock market prediction (A case study of first bank of Nigeria PLC Shares) International Journal of Advanced Engineering and Technology ISSN: 2456-7655 www.newengineeringjournal.com Volume 1; Issue 1; March 2017; Page No. 46-51 Design and implementation of artificial neural network

More information

Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization

Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization 2017 International Conference on Materials, Energy, Civil Engineering and Computer (MATECC 2017) Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization Huang Haiqing1,a,

More information

Journal of Internet Banking and Commerce

Journal of Internet Banking and Commerce Journal of Internet Banking and Commerce An open access Internet journal (http://www.icommercecentral.com) Journal of Internet Banking and Commerce, December 2017, vol. 22, no. 3 STOCK PRICE PREDICTION

More information

Two kinds of neural networks, a feed forward multi layer Perceptron (MLP)[1,3] and an Elman recurrent network[5], are used to predict a company's

Two kinds of neural networks, a feed forward multi layer Perceptron (MLP)[1,3] and an Elman recurrent network[5], are used to predict a company's LITERATURE REVIEW 2. LITERATURE REVIEW Detecting trends of stock data is a decision support process. Although the Random Walk Theory claims that price changes are serially independent, traders and certain

More information

OSCILLATORS. TradeSmart Education Center

OSCILLATORS. TradeSmart Education Center OSCILLATORS TradeSmart Education Center TABLE OF CONTENTS Oscillators Bollinger Bands... Commodity Channel Index.. Fast Stochastic... KST (Short term, Intermediate term, Long term) MACD... Momentum Relative

More information

Predicting the stock price companies using artificial neural networks (ANN) method (Case Study: National Iranian Copper Industries Company)

Predicting the stock price companies using artificial neural networks (ANN) method (Case Study: National Iranian Copper Industries Company) ORIGINAL ARTICLE Received 2 February. 2016 Accepted 6 March. 2016 Vol. 5, Issue 2, 55-61, 2016 Academic Journal of Accounting and Economic Researches ISSN: 2333-0783 (Online) ISSN: 2375-7493 (Print) ajaer.worldofresearches.com

More information

Stock market price index return forecasting using ANN. Gunter Senyurt, Abdulhamit Subasi

Stock market price index return forecasting using ANN. Gunter Senyurt, Abdulhamit Subasi Stock market price index return forecasting using ANN Gunter Senyurt, Abdulhamit Subasi E-mail : gsenyurt@ibu.edu.ba, asubasi@ibu.edu.ba Abstract Even though many new data mining techniques have been introduced

More information

Business Strategies in Credit Rating and the Control of Misclassification Costs in Neural Network Predictions

Business Strategies in Credit Rating and the Control of Misclassification Costs in Neural Network Predictions Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) December 2001 Business Strategies in Credit Rating and the Control

More information

International Journal of Research in Engineering Technology - Volume 2 Issue 5, July - August 2017

International Journal of Research in Engineering Technology - Volume 2 Issue 5, July - August 2017 RESEARCH ARTICLE OPEN ACCESS The technical indicator Z-core as a forecasting input for neural networks in the Dutch stock market Gerardo Alfonso Department of automation and systems engineering, University

More information

Performance analysis of Neural Network Algorithms on Stock Market Forecasting

Performance analysis of Neural Network Algorithms on Stock Market Forecasting www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 9 September, 2014 Page No. 8347-8351 Performance analysis of Neural Network Algorithms on Stock Market

More information

SURVEY OF MACHINE LEARNING TECHNIQUES FOR STOCK MARKET ANALYSIS

SURVEY OF MACHINE LEARNING TECHNIQUES FOR STOCK MARKET ANALYSIS International Journal of Computer Engineering and Applications, Volume XI, Special Issue, May 17, www.ijcea.com ISSN 2321-3469 SURVEY OF MACHINE LEARNING TECHNIQUES FOR STOCK MARKET ANALYSIS Sumeet Ghegade

More information

Dr. P. O. Asagba Computer Science Department, Faculty of Science, University of Port Harcourt, Port Harcourt, PMB 5323, Choba, Nigeria

Dr. P. O. Asagba Computer Science Department, Faculty of Science, University of Port Harcourt, Port Harcourt, PMB 5323, Choba, Nigeria PREDICTING THE NIGERIAN STOCK MARKET USING ARTIFICIAL NEURAL NETWORK S. Neenwi Computer Science Department, Rivers State Polytechnic, Bori, PMB 20, Rivers State, Nigeria. Dr. P. O. Asagba Computer Science

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL

More information

STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION

STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION Alexey Zorin Technical University of Riga Decision Support Systems Group 1 Kalkyu Street, Riga LV-1658, phone: 371-7089530, LATVIA E-mail: alex@rulv

More information

Keywords: artificial neural network, backpropagtion algorithm, derived parameter.

Keywords: artificial neural network, backpropagtion algorithm, derived parameter. Volume 5, Issue 2, February 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Stock Price

More information

The Use of Neural Networks in the Prediction of the Stock Exchange of Thailand (SET) Index

The Use of Neural Networks in the Prediction of the Stock Exchange of Thailand (SET) Index Research Online ECU Publications Pre. 2011 2008 The Use of Neural Networks in the Prediction of the Stock Exchange of Thailand (SET) Index Suchira Chaigusin Chaiyaporn Chirathamjaree Judith Clayden 10.1109/CIMCA.2008.83

More information

Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data

Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data Sitti Wetenriajeng Sidehabi Department of Electrical Engineering Politeknik ATI Makassar Makassar, Indonesia tenri616@gmail.com

More information

Price Pattern Detection using Finite State Machines with Fuzzy Transitions

Price Pattern Detection using Finite State Machines with Fuzzy Transitions Price Pattern Detection using Finite State Machines with Fuzzy Transitions Kraimon Maneesilp Science and Technology Faculty Rajamangala University of Technology Thanyaburi Pathumthani, Thailand e-mail:

More information

Prediction Models of Financial Markets Based on Multiregression Algorithms

Prediction Models of Financial Markets Based on Multiregression Algorithms Computer Science Journal of Moldova, vol.19, no.2(56), 2011 Prediction Models of Financial Markets Based on Multiregression Algorithms Abstract The paper presents the results of simulations performed for

More information

OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL

OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL Mrs.S.Mahalakshmi 1 and Mr.Vignesh P 2 1 Assistant Professor, Department of ISE, BMSIT&M, Bengaluru, India 2 Student,Department of ISE, BMSIT&M, Bengaluru,

More information

2015, IJARCSSE All Rights Reserved Page 66

2015, IJARCSSE All Rights Reserved Page 66 Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Financial Forecasting

More information

Data based stock portfolio construction using Computational Intelligence

Data based stock portfolio construction using Computational Intelligence Data based stock portfolio construction using Computational Intelligence Asimina Dimara and Christos-Nikolaos Anagnostopoulos Data Economy workshop: How online data change economy and business Introduction

More information

Research Article Design and Explanation of the Credit Ratings of Customers Model Using Neural Networks

Research Article Design and Explanation of the Credit Ratings of Customers Model Using Neural Networks Research Journal of Applied Sciences, Engineering and Technology 7(4): 5179-5183, 014 DOI:10.1906/rjaset.7.915 ISSN: 040-7459; e-issn: 040-7467 014 Maxwell Scientific Publication Corp. Submitted: February

More information

Shynkevich, Y, McGinnity, M, Coleman, S, Belatreche, A and Li, Y

Shynkevich, Y, McGinnity, M, Coleman, S, Belatreche, A and Li, Y Forecasting price movements using technical indicators : investigating the impact of varying input window length Shynkevich, Y, McGinnity, M, Coleman, S, Belatreche, A and Li, Y http://dx.doi.org/10.1016/j.neucom.2016.11.095

More information

Improving Stock Price Prediction with SVM by Simple Transformation: The Sample of Stock Exchange of Thailand (SET)

Improving Stock Price Prediction with SVM by Simple Transformation: The Sample of Stock Exchange of Thailand (SET) Thai Journal of Mathematics Volume 14 (2016) Number 3 : 553 563 http://thaijmath.in.cmu.ac.th ISSN 1686-0209 Improving Stock Price Prediction with SVM by Simple Transformation: The Sample of Stock Exchange

More information

Predicting Economic Recession using Data Mining Techniques

Predicting Economic Recession using Data Mining Techniques Predicting Economic Recession using Data Mining Techniques Authors Naveed Ahmed Kartheek Atluri Tapan Patwardhan Meghana Viswanath Predicting Economic Recession using Data Mining Techniques Page 1 Abstract

More information

Real-time Analytics Methodology

Real-time Analytics Methodology New High/Low New High/Low alerts are generated once daily when a stock hits a new 13 Week, 26 Week or 52 Week High/Low. Each second of the trading day, the stock price is compared to its previous 13 Week,

More information

Iran s Stock Market Prediction By Neural Networks and GA

Iran s Stock Market Prediction By Neural Networks and GA Iran s Stock Market Prediction By Neural Networks and GA Mahmood Khatibi MS. in Control Engineering mahmood.khatibi@gmail.com Habib Rajabi Mashhadi Associate Professor h_mashhadi@ferdowsi.um.ac.ir Electrical

More information

Using artificial neural networks for forecasting per share earnings

Using artificial neural networks for forecasting per share earnings African Journal of Business Management Vol. 6(11), pp. 4288-4294, 21 March, 2012 Available online at http://www.academicjournals.org/ajbm DOI: 10.5897/AJBM11.2811 ISSN 1993-8233 2012 Academic Journals

More information

A Novel Method of Trend Lines Generation Using Hough Transform Method

A Novel Method of Trend Lines Generation Using Hough Transform Method International Journal of Computing Academic Research (IJCAR) ISSN 2305-9184, Volume 6, Number 4 (August 2017), pp.125-135 MEACSE Publications http://www.meacse.org/ijcar A Novel Method of Trend Lines Generation

More information

Research Article Hybrid Machine Learning Technique for Forecasting Dhaka Stock Market Timing Decisions

Research Article Hybrid Machine Learning Technique for Forecasting Dhaka Stock Market Timing Decisions Computational Intelligence and Neuroscience, Article ID 318524, 6 pages http://dx.doi.org/10.1155/2014/318524 Research Article Hybrid Machine Learning Technique for Forecasting Dhaka Stock Market Timing

More information

Module 12. Momentum Indicators & Oscillators

Module 12. Momentum Indicators & Oscillators Module 12 Momentum Indicators & Oscillators Oscillators or Indicators Now we will talk about momentum indicators The term momentum refers to the velocity of a price trend. This indicator measures whether

More information

SYMBOL INFO INDICATOR

SYMBOL INFO INDICATOR fxbluelabs.com 1. Overview... 2 2. Using the Symbol Info indicator... 3 2.1 Adding the indicator to a chart... 3 2.2 Choosing the symbol... 3 2.3 % change... 3 2.3.1 Change in pips... 4 2.4 High-low range...

More information

BUY SELL PRO. Improve Profitability & Reduce Risk with BUY SELL Pro. Ultimate BUY SELL Indicator for All Time Frames

BUY SELL PRO. Improve Profitability & Reduce Risk with BUY SELL Pro. Ultimate BUY SELL Indicator for All Time Frames BUY SELL PRO Improve Profitability & Reduce Risk with BUY SELL Pro Ultimate BUY SELL Indicator for All Time Frames Risk Disclosure DISCLAIMER: Crypto, futures, stocks and options trading involves substantial

More information

AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE. By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai

AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE. By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE

More information

Stock Market Basics Series

Stock Market Basics Series Stock Market Basics Series HOW DO I TRADE STOCKS.COM Copyright 2012 Stock Market Basics Series THE STOCHASTIC OSCILLATOR A Little Background The Stochastic Oscillator was developed by the late George Lane

More information

Keywords: artificial neural network, backpropagtion algorithm, capital asset pricing model

Keywords: artificial neural network, backpropagtion algorithm, capital asset pricing model Volume 5, Issue 11, November 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Stock Price

More information

Estimating term structure of interest rates: neural network vs one factor parametric models

Estimating term structure of interest rates: neural network vs one factor parametric models Estimating term structure of interest rates: neural network vs one factor parametric models F. Abid & M. B. Salah Faculty of Economics and Busines, Sfax, Tunisia Abstract The aim of this paper is twofold;

More information

Maybank IB. Understanding technical analysis. by Lee Cheng Hooi. 24 September Slide 1 of Maybank-IB

Maybank IB. Understanding technical analysis. by Lee Cheng Hooi. 24 September Slide 1 of Maybank-IB Maybank IB Understanding technical analysis 24 September 2011 by Lee Cheng Hooi Slide 1 of 40 Why technical analysis? 1) Market action discounts everything 2) Prices move in trends 3) History repeats itself

More information

International Journal of Advance Engineering and Research Development. Stock Market Prediction Using Neural Networks

International Journal of Advance Engineering and Research Development. Stock Market Prediction Using Neural Networks Scientific Journal of Impact Factor (SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 2, Issue 12, December -2015 Stock Market Prediction Using Neural Networks

More information

Academic Research Review. Algorithmic Trading using Neural Networks

Academic Research Review. Algorithmic Trading using Neural Networks Academic Research Review Algorithmic Trading using Neural Networks EXECUTIVE SUMMARY In this paper, we attempt to use a neural network to predict opening prices of a set of equities which is then fed into

More information

IVGraph Live Service Contents

IVGraph Live Service Contents IVGraph Live Service Contents Introduction... 2 Getting Started... 2 User Interface... 3 Main menu... 3 Toolbar... 4 Application settings... 5 Working with layouts... 5 Working with tabs and viewports...

More information

TECHNICAL INDICATORS

TECHNICAL INDICATORS TECHNICAL INDICATORS WHY USE INDICATORS? Technical analysis is concerned only with price Technical analysis is grounded in the use and analysis of graphs/charts Based on several key assumptions: Price

More information

Neuro Fuzzy based Stock Market Prediction System

Neuro Fuzzy based Stock Market Prediction System Neuro Fuzzy based Stock Market Prediction System M. Gunasekaran, S. Anitha, S. Kavipriya, Asst Professor, Dept of MCA, III MCA, Dept Of MCA, III MCA, Dept of MCA, Park College of Engg& tech, Park College

More information

Forecasting Price Movements using Technical Indicators: Investigating the Impact of. Varying Input Window Length

Forecasting Price Movements using Technical Indicators: Investigating the Impact of. Varying Input Window Length Forecasting Price Movements using Technical Indicators: Investigating the Impact of Varying Input Window Length Yauheniya Shynkevich 1,*, T.M. McGinnity 1,2, Sonya Coleman 1, Ammar Belatreche 3, Yuhua

More information

Applications of Neural Networks in Stock Market Prediction

Applications of Neural Networks in Stock Market Prediction Applications of Neural Networks in Stock Market Prediction -An Approach Based Analysis Shiv Kumar Goel 1, Bindu Poovathingal 2, Neha Kumari 3 1Asst. Professor, Vivekanand Education Society Institute of

More information

ANN Robot Energy Modeling

ANN Robot Energy Modeling IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 4 Ver. III (Jul. Aug. 2016), PP 66-81 www.iosrjournals.org ANN Robot Energy Modeling

More information

Backpropagation and Recurrent Neural Networks in Financial Analysis of Multiple Stock Market Returns

Backpropagation and Recurrent Neural Networks in Financial Analysis of Multiple Stock Market Returns Backpropagation and Recurrent Neural Networks in Financial Analysis of Multiple Stock Market Returns Jovina Roman and Akhtar Jameel Department of Computer Science Xavier University of Louisiana 7325 Palmetto

More information

Keywords Time series prediction, MSM30 prediction, Artificial Neural Networks, Single Layer Linear Counterpropagation network.

Keywords Time series prediction, MSM30 prediction, Artificial Neural Networks, Single Layer Linear Counterpropagation network. Muscat Securities Market Index (MSM30) Prediction Using Single Layer LInear Counterpropagation (SLLIC) Neural Network Louay A. Husseien Al-Nuaimy * Department of computer Science Oman College of Management

More information

Evaluate the Ability of Artificial Neural Network to Predict the Stock Price of Non-Metallic Mineral Products Industry in Tehran's Stock Exchange

Evaluate the Ability of Artificial Neural Network to Predict the Stock Price of Non-Metallic Mineral Products Industry in Tehran's Stock Exchange Evaluate the Ability of Artificial Neural Network to Predict the Stock Price of Non-Metallic Mineral Products Industry in Tehran's Stock Exchange Mohammad Sarchami, Department of Accounting, College Of

More information

Development and Performance Evaluation of Three Novel Prediction Models for Mutual Fund NAV Prediction

Development and Performance Evaluation of Three Novel Prediction Models for Mutual Fund NAV Prediction Development and Performance Evaluation of Three Novel Prediction Models for Mutual Fund NAV Prediction Ananya Narula *, Chandra Bhanu Jha * and Ganapati Panda ** E-mail: an14@iitbbs.ac.in; cbj10@iitbbs.ac.in;

More information

Accepted Manuscript AIRMS: A RISK MANAGEMENT TOOL USING MACHINE LEARNING. Spyros K. Chandrinos, Georgios Sakkas, Nikos D. Lagaros

Accepted Manuscript AIRMS: A RISK MANAGEMENT TOOL USING MACHINE LEARNING. Spyros K. Chandrinos, Georgios Sakkas, Nikos D. Lagaros Accepted Manuscript AIRMS: A RISK MANAGEMENT TOOL USING MACHINE LEARNING Spyros K. Chandrinos, Georgios Sakkas, Nikos D. Lagaros PII: DOI: Reference: S0957-4174(18)30190-8 10.1016/j.eswa.2018.03.044 ESWA

More information

Chart-In-Chart Indicator. MetaTrader Master Edition

Chart-In-Chart Indicator. MetaTrader Master Edition Chart-In-Chart Indicator MetaTrader Master Edition Table of contents 1. Overview 3 2. Using the Chart-in-Chart indicator 4 2.1 Adding the indicator to a chart 4 2.2 Choosing the symbol 4 2.3 Inverting

More information

Studies in Computational Intelligence

Studies in Computational Intelligence Studies in Computational Intelligence Volume 697 Series editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland e-mail: kacprzyk@ibspan.waw.pl About this Series The series Studies in Computational

More information

META TRADER 5 MOBILE (iphone/ipad)

META TRADER 5 MOBILE (iphone/ipad) (iphone/ipad) USER GUIDE www.fxbtrading.com 1 CONTENTS Getting started...4 Quotes...6 Depth of market...9 Chart...11 How to trade...13 History...19 2 The world s most popular forex trading platform MetaTrader

More information

Stock Market Prediction with Various Technical Indicators Using Neural Network Techniques

Stock Market Prediction with Various Technical Indicators Using Neural Network Techniques Stock Market Prediction with Various Technical Indicators Using Neural Network Techniques Richa Handa 1, H.S. Hota 2, S.R. Tandan 3 1 M.Tech Scholar, Dr. C.V. Raman University, Bilaspur(C.G.), India 2

More information

A.K.Singh. Keywords Ariticial neural network, backpropogation, soft computing, forecasting

A.K.Singh. Keywords Ariticial neural network, backpropogation, soft computing, forecasting Volume 4, Issue 5, May 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Forecasting Stock

More information

Barapatre Omprakash et.al; International Journal of Advance Research, Ideas and Innovations in Technology

Barapatre Omprakash et.al; International Journal of Advance Research, Ideas and Innovations in Technology ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 2) Available online at: www.ijariit.com Stock Price Prediction using Artificial Neural Network Omprakash Barapatre omprakashbarapatre@bitraipur.ac.in

More information

Stock Market Prediction System

Stock Market Prediction System Stock Market Prediction System W.N.N De Silva 1, H.M Samaranayaka 2, T.R Singhara 3, D.C.H Wijewardana 4. Sri Lanka Institute of Information Technology, Malabe, Sri Lanka. { 1 nathashanirmani55, 2 malmisamaranayaka,

More information

Predicting Abnormal Stock Returns with a. Nonparametric Nonlinear Method

Predicting Abnormal Stock Returns with a. Nonparametric Nonlinear Method Predicting Abnormal Stock Returns with a Nonparametric Nonlinear Method Alan M. Safer California State University, Long Beach Department of Mathematics 1250 Bellflower Boulevard Long Beach, CA 90840-1001

More information

Forexsignal30 Extreme ver. 2 Tutorials

Forexsignal30 Extreme ver. 2 Tutorials Forexsignal30 Extreme ver. 2 Tutorials Forexsignal30.com is a manual trading system that is composed of several indicators that mutually cooperate with each other. Very difficult to find indicators that

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

Ez Trading Platform. Alltogether, traders are able to perform a more comprehensive probability analysis of their trades.

Ez Trading Platform. Alltogether, traders are able to perform a more comprehensive probability analysis of their trades. Ez Trading Platform The Ez Trading Platform contains a robust set of tools built from the ground up to allow traders to take advantage of a new methodology in calculating probability that we call Probability

More information

COMPARING NEURAL NETWORK AND REGRESSION MODELS IN ASSET PRICING MODEL WITH HETEROGENEOUS BELIEFS

COMPARING NEURAL NETWORK AND REGRESSION MODELS IN ASSET PRICING MODEL WITH HETEROGENEOUS BELIEFS Akademie ved Leske republiky Ustav teorie informace a automatizace Academy of Sciences of the Czech Republic Institute of Information Theory and Automation RESEARCH REPORT JIRI KRTEK COMPARING NEURAL NETWORK

More information

Stock Trading System Based on Formalized Technical Analysis and Ranking Technique

Stock Trading System Based on Formalized Technical Analysis and Ranking Technique Stock Trading System Based on Formalized Technical Analysis and Ranking Technique Saulius Masteika and Rimvydas Simutis Faculty of Humanities, Vilnius University, Muitines 8, 4428 Kaunas, Lithuania saulius.masteika@vukhf.lt,

More information

The Schaff Trend Cycle

The Schaff Trend Cycle The Schaff Trend Cycle by Brian Twomey This indicator can be used with great reliability to catch moves in the currency markets. Doug Schaff, president and founder of FX Strategy, created the Schaff trend

More information

Predicting Trading Signals of Stock Market Indices Using Neural Networks

Predicting Trading Signals of Stock Market Indices Using Neural Networks Predicting Trading Signals of Stock Market Indices Using Neural Networks Chandima D. Tilakaratne 1,2,MusaA.Mammadov 2, and Sidney A. Morris 2 1 Department of Statistics, University of Colombo, Colombo

More information

Measuring abnormal returns on day trading - use of technical analysis. By Rui Ma

Measuring abnormal returns on day trading - use of technical analysis. By Rui Ma Measuring abnormal returns on day trading - use of technical analysis By Rui Ma A research project submitted to Saint Mary's university, Halifax, Nova Scotia in partial fulfillment of the requirements

More information

INTERMEDIATE EDUCATION GUIDE

INTERMEDIATE EDUCATION GUIDE INTERMEDIATE EDUCATION GUIDE CONTENTS Key Chart Patterns That Every Trader Needs To Know Continution Patterns Reversal Patterns Statistical Indicators Support And Resistance Fibonacci Retracement Moving

More information

A Comparative Study of Ensemble-based Forecasting Models for Stock Index Prediction

A Comparative Study of Ensemble-based Forecasting Models for Stock Index Prediction Association for Information Systems AIS Electronic Library (AISeL) MWAIS 206 Proceedings Midwest (MWAIS) Spring 5-9-206 A Comparative Study of Ensemble-based Forecasting Models for Stock Index Prediction

More information

Bond Market Prediction using an Ensemble of Neural Networks

Bond Market Prediction using an Ensemble of Neural Networks Bond Market Prediction using an Ensemble of Neural Networks Bhagya Parekh Naineel Shah Rushabh Mehta Harshil Shah ABSTRACT The characteristics of a successful financial forecasting system are the exploitation

More information

INDICATORS. The Insync Index

INDICATORS. The Insync Index INDICATORS The Insync Index Here's a method to graphically display the signal status for a group of indicators as well as an algorithm for generating a consensus indicator that shows when these indicators

More information

Intermediate - Trading Analysis

Intermediate - Trading Analysis Intermediate - Trading Analysis Technical Analysis Technical analysis is the attempt to forecast currencies prices on the basis of market-derived data. Technicians (also known as quantitative analysts

More information

Stock Market Index Prediction Using Multilayer Perceptron and Long Short Term Memory Networks: A Case Study on BSE Sensex

Stock Market Index Prediction Using Multilayer Perceptron and Long Short Term Memory Networks: A Case Study on BSE Sensex Stock Market Index Prediction Using Multilayer Perceptron and Long Short Term Memory Networks: A Case Study on BSE Sensex R. Arjun Raj # # Research Scholar, APJ Abdul Kalam Technological University, College

More information

T R A D E FX BASIC. 1. What is Forex? 2. 8 Majors. 3. What is bought and sold? 4. Types of Charts. 5. Basic Terms EBOOK 01.

T R A D E FX BASIC. 1. What is Forex? 2. 8 Majors. 3. What is bought and sold? 4. Types of Charts. 5. Basic Terms EBOOK 01. T R A D E 1. What is Forex? 2. 8 Majors 3. What is bought and sold? 4. Types of Charts 5. Basic Terms FX BASIC EBOOK 01 FX BASICS 02 What do you know about Forex? The terminology FOREX stands for the Foreign

More information

Available online at ScienceDirect. Procedia Computer Science 61 (2015 ) 85 91

Available online at   ScienceDirect. Procedia Computer Science 61 (2015 ) 85 91 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 61 (15 ) 85 91 Complex Adaptive Systems, Publication 5 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri

More information

An Intelligent Forex Monitoring System

An Intelligent Forex Monitoring System An Intelligent Forex Monitoring System Ajith Abraham & Morshed U. Chowdhury" School of Computing and Information Technology Monash University (Gippsland Campus), Churchill, Victoria 3842, Australia http://ajith.softcomputing.net,

More information

Stock price development forecasting using neural networks

Stock price development forecasting using neural networks Stock price development forecasting using neural networks Jaromír Vrbka 1* and Zuzana Rowland 2 1 Institute of Technology and Business in České Budějovice, School of Expertness and Valuation, Okružní 10,

More information

ABSTRACT 1. INTRODUCTION

ABSTRACT 1. INTRODUCTION Wavelet neural networks for stock trading Tianxing Zheng, Kamaladdin Fataliyev, Lipo Wang School of Electrical and Electronic Engineering, Nanyang Technological University, Block S1, 50 Nanyang Avenue,

More information

Figure (1 ) + (1 ) 2 + = 2

Figure (1 ) + (1 ) 2 + = 2 James Ofria MATH55 Introduction Since the first corporations were created people have pursued a repeatable method for determining when a stock will appreciate in value. This pursuit has been alchemy of

More information

TECHNICAL ANALYSIS OF FUZZY METAGRAPH BASED DECISION SUPPORT SYSTEM FOR CAPITAL MARKET

TECHNICAL ANALYSIS OF FUZZY METAGRAPH BASED DECISION SUPPORT SYSTEM FOR CAPITAL MARKET Journal of Computer Science 9 (9): 1146-1155, 2013 ISSN: 1549-3636 2013 doi:10.3844/jcssp.2013.1146.1155 Published Online 9 (9) 2013 (http://www.thescipub.com/jcs.toc) TECHNICAL ANALYSIS OF FUZZY METAGRAPH

More information

The six technical indicators for timing entry and exit in a short term trading program

The six technical indicators for timing entry and exit in a short term trading program The six technical indicators for timing entry and exit in a short term trading program Definition Technical analysis includes the study of: Technical analysis the study of a stock s price and trends; volume;

More information

Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often

Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often by using artificial intelligence that can learn from

More information