Forecasting the Exchange Rates of CHF vs USD Using Neural. networks

Size: px
Start display at page:

Download "Forecasting the Exchange Rates of CHF vs USD Using Neural. networks"

Transcription

1 Forecasting the Exchange Rates of CHF vs USD Using Neural networks Name Jingtao Yao Yili Li Chew Lim Tan A. PhD Student Master Student Associate Professor Tel Mailing Address: Department of Information Systems and Computer Science National University of Singapore Singapore Abstract In this paper, an experimental research based on a neural network forecasting methodology is discussed. The exchange rates between Swiss Franc and American Dollar are predicted a reasonable out-of-sample prots achieved in the experiment. The results show that a simple backpropagation network with ecient learning and a simple set of technical indicators as inputs serves well as a predictive model for a six month forecasting period. The paper discusses several issues on the frequency of sampling, choice of network architecture, forecasting periods, and measures for evaluating the model's predictive power. After presenting the experimental results, a disscusion on future research concludes the paper. 1

2 Forecasting the Exchange Rates of CHF vs USD Using Neural networks. Abstract In this paper, an experimental research based on a neural network forecasting methodology is discussed. The exchange rates between Swiss Franc and American Dollar are predicted a reasonable out-of-sample prots achieved in the experiment. The results show that a simple backpropagation network with ecient learning and a simple set of technical indicators as inputs serves well as a predictive model for a six month forecasting period. The paper discusses several issues on the frequency of sampling, choice of network architecture, forecasting periods, and measures for evaluating the model's predictive power. After presenting the experimental results, a disscusion on future research concludes the paper. 1 Introduction Currency exchange rates are an important economic index in the international monetary markets. Since 1973, with the abandonment of the xed foreign exchange rates and the implementation of the oating exchange rate system by industrialized countries, researchers have been striving for an explanation of the movement of exchange rates. Foreign exchange rates are aected by many highly correlated factors. These factors could be economic, political and even psychological factors. The interaction of these factors is in a very complex fashion. Therefore, to forecast the changes of foreign exchange rates is generally very dicult. Technical and fundamental analyses are the major forecasting methods which are in popular use in the nancial area.

3 In addition to the classical time series forecasting method such as Box-Jenkins [Box and Jenkins 1976], the neural network method is now widely used for nancial forecasting. Examples using neural networks in currency applications include Green [Green and Pearson 1994], Manger [Manger 1994], Rawani [Rawani 1993], Refenes [Refenes 1992], Weigend [Weigend 1991], and Zhang [Zhang 1994]. Feed-forward backpropagation networks are the most commonly used networks and meant for the widest variety of applications. In theory, a neural network model that ts any kind of functions and data could be built. The main consideration when building a suitable neural network for nancial application is to make a trade-o between convergence and generalization. It is important not to have too many nodes in the hidden layer because this may allow the neural network to learn by example only and not to generalize which is widely known as the over-tting of the network to the learning samples [Baum and Hassler 1989]. Actually, the better a neural network has memorized the training data, the worse it is likely to perform on future data. Computation cost for training is one of the disadvantages for neural network application. An objective of this research is to nd a simple and fast way to train the network which can perform good forecasting later on. In this paper, the research results on using neural networks to forecast the exchange rates between the US dollar (USD) and Swiss Franc (CHF) are presented. Simple technical indicators (moving averages) are applied to a simple backpropagation network (with only one hidden layer) for forecasting. This study shows that without the use of extensive market data or knowledge, useful prediction can be made and signicant paper prot can be achieved with simple technical indicators. The average paper prot achieved for 12 dierent data segments is 28.62% yearly comparing with a 9.88% average annual return of a buy-and-hold strategy was not assisted by any forecast information. A 1% commission was 2

4 deducted for each transaction to simulate a realistic trading. The following section will describe the methodology used in the construction of our neural network model. In Section 3 and 4, we will discuss the data preparation and the network training, based on which the model's predictive power will be evaluated. Section 5 will present a simulation of training with the model to generate paper prots as a measurement of the model's forecasting performance. Section 6 will discuss the experimental results followed by the concluding section which outlines several future research directions. 2 Research Methodology The backpropagation neural network [Rumelhart and McClelland 1986], the most popular network in business applications [Wong 1995], was used to model foreign exchange time series in this study. A hyperbolic tangent function was used as the activation function. Indicators derived from past exchange rate time series were fed to the neural networks and the succeeding week's exchange rates were used to supervise the training. We used one hidden layer for each neural network model. Various architectures were tried, in each of which the hidden layer had about half of the neurons of the input layer. For each architecture, dierent training, validation and testing data segments were also experimented. Hence, a set of the best architectures measured with such parameters as the NMSE was chosen for use in forecasting. The out-of-sample testing data were then used to measure the performance of these models. The input data were rst preprocessed by normalizing them within the scale of?1 to 1. To capture the relationship between the exchange rates of today and the future through a neural network, the moving averages are considered simple and powerful indicators to predict the markets. Following our previous work reported in [Yao at al. 1996], we chose ve moving averages, namely, 3

5 Name Training Period Validation Period Testing Period CHF0 6 Jan July 91 2 Aug July 93 6 Aug 93-3 Nov 95 CHF1 6 Jan Dec 88 6 Jan Dec 89 5 Jan June 90 CHF2 6 July June 89 7 July June 90 6 July Dec 90 CHF3 4 Jan Dec 89 5 Jan Dec 90 4 Jan June 91 CHF4 5 July June 90 6 July June 91 5 July Dec 91 CHF5 3 Jan Dec 90 4 Jan Dec 91 3 Jan June 92 CHF6 4 July June 91 5 July June 92 3 July Dec 92 CHF7 2 Jan Dec 91 3 Jan Dec 92 8 Jan June 93 CHF8 3 July June 92 3 July June 93 2 July Dec 93 CHF 9 8 Jan Dec 92 8 Jan Dec 93 7 Jan June 94 CHF10 1 July June 93 2 July June 94 1 July Dec 94 CHF11 6 Jan Dec 93 7 Jan Dec 94 6 Jan June 95 CHF12 7 July June 94 1 July June 95 1 July 95-3 Nov 95 Table 1: Time periods For Each Data Segments MA5, MA10, MA20, MA60 and MA120 which refer to averages over ve days, 10 days, 20 days, 60 days and 120 days, respectively. The Friday's ve moving averages and its closing price were fed to a neural network as inputs. The supervising targets of the neural network was the succeeding Friday's closing prices. 3 Data Preparation Exchange rates between CHF and USD were used in this study. The data were recorded from March 1, 1983 to November 3, 1995, or 3309 daily data, in Singapore Forex market. 13 dierent data segments were chosen. They were named from CHF0 to CHF12, respectively, and their time periods are show in Table 1. The statistics summary of each segment is show in Table 2. In a real situation, there is no closing price for Forex since its trading takes place 24 hours a day all over the world. However, in view of the diculties in managing the huge data, xed sampled time series are often used to model the behavior of exchange rate changes. Daily data are easily available compared with tick-by-tick data. Trading too frequently will cost much on transaction. Weekly forecasts over 7 daily data were adopted to reduce the amount of transaction. 4

6 Name Mean Median Max Std. Dev. Variance Skew CHF CHF CHF CHF CHF CHF CHF CHF CHF CHF CHF CHF CHF Table 2: Data Statistics of Foreign Exchange Rates of CHF for Dierent Data Segments The weekly closing prices which refer to the Friday's closing prices in the local market were used as the prediction targets in our experiment. In the event of Friday being a public holiday, the preceding available daily closing price for the currency was used. The target data segments in this study consist of 668 weekly data in total. Of the 13 data segments, the rst(i.e. CHF0) spans over a time period of about 12 years. The other twelve (namely CHF1 to CHF12) each covers an overlapping period of years. The twelve year periods are progressively displaced by 1 2 year. Thus, the rst year period (for CHF0) spans from January 1984 to June The next period is slid along the time horizon for half a year, i.e., it spans from July 1984 to December The last time period spans from July 1989 to November 1995 as shown in Table 1. Amongst the 6 1 year data, the rst 6 years' data, or 312 weeks, were used for training and validation 2 while the remaining half a year's data, or 26 weeks, were used to test the performance of the neural network model. Of the 312 data, 260 were used as training data and 52 are used as validation. 5

7 As mentioned earlier, the data were normalized. The normalization formula is: y = 2x? (max + min) max? min (1) where x is the data before normalizing y is the data after normalizing All neural network outputs were scaled back using an inverse formula before any other calculation (trading strategy, prots, etc). 4 Training Results A usual measure to evaluate and compare the predictive power of the model is the Normalized Mean Squared Error (NMSE) [Levin 1994][Yao and Poh 1995]. Additional evaluation measures include the calculation of a correct matching number of the actual and predicted values, x t and ^x t, respectively, in the testing set with respect to the sign and directional change (expressed in percentages). Directional change statistic is the average of a k where a k = 1 if (x t+1? x t )(^x t+1? x t ) 0, and a k = 0 otherwise for Grad1 and a k = 1 if (x t+1? x t )(^x t+1? ^x t ) 0 and a k = 0 otherwise for Grad2. The two statistics, Grad1 and Grad2, are trend correctness when using Strategy 1 and Strategy 2 (to be discussed in Section 5) respectively. These statistics are desirable because the NMSE measures prediction only in terms of levels and tness. For each data segment, a variety of network architectures were experimented. The best architecture, in term of NMSE, for each data segment, is presented in the Table 3. The network architecture is denoted by p-q-r, where p, q, r stand for the number of input nodes, hidden nodes and output nodes, respectively. The maximum iteration time was xed at 10,000. The maximum error for one pass 6

8 Model Archit. NMSE Grad1 Grad2 CHF % 62% CHF % 84% CHF % 72% CHF % 76% CHF % 36% CHF % 84% CHF % 76% CHF % 68% CHF % 84% CHF % 72% CHF % 92% CHF % 68% CHF % 82% Table 3: The Technical Details of Chosen Models and Their Forecasting Potentials (: learning rate; : momentum rate; NMSE: Normalized Mean Squared Error; Grad1, Grad2: correctness of gradients for testing data.) through the whole training set was Figure 1 to Figure 6 are the testing (i.e. forecasting) results for 6 data segments, namely CHF0, CHF1, CHF5, CHF8, CHF9, and CHF10, respectively. Other testing data were not shown here in the interest of space. The actual target(solid line) can be compared with the neural network output (dotted line) in each instance. The vertical axis represents the exchange rate between CHF and USD while the horizontal axis represents the week number of the testing period. From Figure 1, we found that the rst 40 weeks forecasts t with the actual values quite well. As found in a similar work conducted by us earlier [Yao at al. 1996], there was indication from Figure 1 that the network should be retrained every half a year. The half a year prediction was adopted for other data segments (from CHF0 to CHF12). It can be seen from Figure 2 to 6 that the neural network outputs closely follow the actual target values. 7

9 chf.tar chf.out Figure 1: Prediction of the Weekly CHF/USD Aug Nov. 1995(CHF0) 1.8 chf1.tar chf1.out Figure 2: Prediction of the Weekly CHF/USD Jan June 1990(CHF1) chf5.tar chf5.out Figure 3: Prediction of the Weekly CHF/USD Jan June 92(CHF5) 8

10 1.5 chf8.tar chf8.out Figure 4: Prediction of the Weekly CHF/USD July Dec 93(CHF8) chf9.tar chf9.out Figure 5: Prediction of the Weekly CHF/USD Jan June 94(CHF9) chf10.tar chf10.out Figure 6: Prediction of the Weekly CHF/USD July Dec 94(CHF10) 9

11 5 Testing with Trading Strategies A trader's real concern is the prots or nancial gains. It does not matter whether the forecasts are accurate or not in terms of NMSE or Grad. After the forecast results were obtained from the neural network models, a program simulating the real trading was developed to test the possible monetary gains. Since this is not the real trading, we name it as paper prots. Assume that a certain amount of seed money is used in this program. The seed money is used to buy a certain amount of one currency on Friday when the prediction shows a rise in that currency in succeeding Friday. At the end of the testing period, the currency should be converted to the original currency of the seed money using the exact direct or cross rate of that day. The calculation of paper prot is: M oneyobatined Return = SeedM oney 52 n? 1 (2) where MoneyObtained = The amount of the money obtain on the last day of testing SeedMoney = Amount of money used for trading on the the rst day of testing n= No. of weeks in testing period There are two kinds of trading strategies used in this study. One uses the dierence between predictions, and another uses the dierence between the predicted and the actual levels to trade as the prediction standard. Strategy 1: if(^x t+1? ^x t ) > 0 then buy else sell (3) Strategy 2: if(^x t+1? x t ) > 0 then buy else sell (4) 10

12 Name Ret1 Ret1 U SD Ret2 Ret2 U SD Bench. I Bench. II CHF CHF CHF CHF CHF CHF CHF CHF CHF CHF CHF CHF CHF Table 4: Benchmark results for dierent time period For example, assume that x t = 10; x t+1 = 11; ^x t = 8; ^x t+1 = 9, Strategy 1 says that the market will go up and Strategy 2 says that the market will be going down. In actual trading, practitioners may choose one of the strategies. A conservative trading strategy would require a trader to act only when both strategies recommend the same actions. As a transaction cost is incurred in real trading, a 1% transaction cost was included in the calculation. The paper prots can be compared with two benchmarks. Benchmark 1 uses a `buy-and-hold' strategy while Benchmark 2 uses `Trend-follow' strategy. The Benchmark 1's strategy is to buy the USD at the beginning of the testing period and then sell it at the end of the testing period. The Benchmark 2's strategy is to buy when the market is continually up for two weeks and sell when it is down for one week. Table 4 shows the dierences between paper prots and their benchmark prots. All trade on Fridays. All the prots are based on the same calculation using Equation 2. Prots under Ret1 and Ret2 denote the returns obtained in CHF (seed money is CHF), while Ret1 U SD and Ret2 U SD in USD (seed money is USD). The dierences between two currencies is due to the general changes of Forex. For benchmarks, USD are used as seed money. 11

13 Name Ret1 Ret1 U SD Ret2 Ret2 U SD Bench. I Bench. II Average Median Portfolio Average Portfolio Acceptability Table 5: Analysis of Results for dierent Models. Average1: average prot from 13 models; Median: median of 13 models; Average2: average except CHF0; Portfolio1: Prot of the sum of 20% of Max, 20% of Min and 60% average of others(inclusive CHF0); Portfolio2: Same as Portfolio1 exclusive CHF0; Acceptability: Percentage of prot greater than 5% annually 6 Discussion Only half a year's forecasts were performed on data segments CHF1 to CHF12, while a two year's forecast was conducted on CHF0. All prediction lines tted quite well with the target lines except for CHF0. The performance on CHF0 shows a degradation in forecasting in about the third quarter after training. This indicates the presence of `recency' problem of the network, namely, the network did retain some memory of the history. A half a year forecast period is thus recommended based on the present study. The study of the 13 data segments shows that the neural network models could be applied to future forecasting. Compared with the two benchmarks, the neural network model is better. As shown in Table 5, for the neural network, the worst percentage of acceptable prot, say > 5%, is among the four strategies (two strategies based on two currencies). While the benchmarks can only achieve and respectively. Referring to Table 5 again, another comparison was made for the forecasting results. Assume that we have a portfolio prot based on 20% of maximum of prot, 20% of minimum prot, and 60% of average prots from other data segments. CHF0 is included in Portfolio 1 and excluded in Portfolio 2. This will indicate the general performance of each strategy. Figure 7 and Figure 8 are the graphical presentation of the prot gained for each strategy. The 12

14 Profit 40 Ret1 Ret1$ Bench1 Bench CHF0 CHF2 CHF4 CHF6 CHF8 CHF10 Models Figure 7: Each Models Prots on Strategy 1 Compare with Benchmarks Profit 60 Ret2 Ret2$ Bench1 Bench CHF0 CHF2 CHF4 CHF6 CHF8 CHF10 Models Figure 8: Each Models Prots on Strategy 2 Compare with Benchmarks strategy 1 is consistently better than other strategies and the benchmarks across time. Whether this will hold over other currencies will be studied later. 7 Conclusion Simple technical indicators can be fed to a neural network to build a neural network based forecasting model. Average paper prots of 11.36%, 15.87%, 24.17% and 27.59% can be achieved for dierent trading strategies over dierent time horizons. This could be considered a useful model for actual forecasting. Long time learning is not ideal for time series forecasting. Half a year's forecasting horizon is an acceptable time according to the results of this research. A backpropagation network used in the present study has proved to be adequate for forecasting. The use of recurrent network will 13

15 be considered in future and compared with the present backpropagation network. More statistical analyses are needed in order to nd out which kind of data segments will best capture the underlying behavior of the market changes. To solve the `recency' and delay problem, a randomly sampling data method instead of time order segregating approach is currently under study. As Zhou [Zhou 1995] stated, increasing observation frequency does not always help to improve the accuracy of forecasting. In this research, the weekly data are used assuming that they have enough information to capture the \rules". Due to the volatility of the currency movement [Muller and Dacoragna 1993], a dierent frequency of data maybe needed than the weekly data. The data could be sampled according to the market character, e.g. bullish, bearish, or trading, etc. In other words, when the market is volatile, we sample more data for training, and vice versa. Nonlinear or volatile time scale will be taken into consideration in our further research. The forecasting target on the percentage of change of actual rate will also be examined. Acknowledgments This work was conducted with Dr. Hean-Lee Poh initially. Special thanks to his invaluable advice, constructive discussions and helpful comments. We thank Mary Aviani, Swee-Yuan Tay and Kok-Sun Lee for their useful discussions. References Baum, E.B. and Hassler, D.(1989), \What Size Net Gives Valid Generalization? " Neural Computation, 1, Box, G.E.P., and Jenkins, G.M.(1976), Time Series Analysis: Forecasting and Control Holden-day, San Francisco 14

16 Green, H. and Pearson, M.(1994), \Neural Nets for Foreign Exchange Trading", Trading on the Edge: Neural, Genetic, and Fuzzy Systems for Chaotic nancial Markets, John Wiley & Sons, Inc Levin, R.I.(1994), Statistics for management Prentice Hall Manger, R.(1994) \Using holographic neural networks for currency exchange rates prediction", 16th International Conference on Information Technology Interface, Pula, Croatia Muller, U, Dacorogna, M, Dave, R, Pictet, G, Olsen, R and Ward, R(1993), \Fractals and Intrinsic Time { A Challenge to Econometricians" The 39th International Conference of the Applied Econometrics Association on Real Time Econometrics, Luxembourg Rawani, A.M(1993), \Forecasting and trading strategy for foreign exchange market" Information and Decision Technologies, vol 19, no 1 Refenes, A.N.(1992) \Managing exchange rate prediction strategies with neural networks" Techniques and Applications of Neural Networks, Liverpool, UK Rumelhart, D.E. and McClelland, J.L.(1986) Parallel Distributed Processing: Explorations in the Micro-structure of Cognition, Volume 1, pp The MIT Press. Weigend, A.S.(1991), \Generalization by weight-elimination applied to currency exchange rate prediction", IEEE International Joint Conference on Neural Networks, Singapore Wong, B.K.(1995), \A Bibliography of Neural Network Business Applications Research: 1988-September 1994", Expert Systems, Vol.12 No. 3 Yao, Jingtao, Poh, H.L.(1995), \Equity Forecasting: a Case Study on the KLSE Index" Neural networks in nancial engineering : Proceedings of the 3rd International Conference On Neural Networks in the Capital Markets, London, October 1995, World Scientic Publishing, 1996, pp Yao, Jingtao, Hean-Lee Poh, Teo Jasic(1996), \Foreign Exchange Rates Forecasting with Neural Net- 15

17 works" Proceedings of ICONIP'96(International Conference on Neural Information Processing), Hong Kong, Sept , pp Zhou, B.(1995), \Estimating the Variance Parameter From Noisy High Frequency Financial Data," MIT Sloan School Working Paper, No Zhang, Xiru(1994), \Non-linear predictive models for intra-day foreign exchange trading", International Journal of Intelligent Systems in Accounting, Finance and Management, Dec

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

COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS

COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS Asian Academy of Management Journal, Vol. 7, No. 2, 17 25, July 2002 COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS Joachim Tan Edward Sek

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

Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets

Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets 76 Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets Edward Sek Khin Wong Faculty of Business & Accountancy University of Malaya 50603, Kuala Lumpur, Malaysia

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

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

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

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

High Volatility Medium Volatility /24/85 12/18/86

High Volatility Medium Volatility /24/85 12/18/86 Estimating Model Limitation in Financial Markets Malik Magdon-Ismail 1, Alexander Nicholson 2 and Yaser Abu-Mostafa 3 1 malik@work.caltech.edu 2 zander@work.caltech.edu 3 yaser@caltech.edu Learning Systems

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

An Algorithm for Trading and Portfolio Management Using. strategy. Since this type of trading system is optimized

An Algorithm for Trading and Portfolio Management Using. strategy. Since this type of trading system is optimized pp 83-837,. An Algorithm for Trading and Portfolio Management Using Q-learning and Sharpe Ratio Maximization Xiu Gao Department of Computer Science and Engineering The Chinese University of HongKong Shatin,

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

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 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

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

NEURAL NETWORKS FOR TECHNICAL ANALYSIS: ASTUDYONKLCI

NEURAL NETWORKS FOR TECHNICAL ANALYSIS: ASTUDYONKLCI International Journal of Theoretical and Applied Finance Vol. 2, No. 2 (1999) 221 241 c World Scientific Publishing Company NEURAL NETWORKS FOR TECHNICAL ANALYSIS: ASTUDYONKLCI JINGTAO YAO, CHEW LIM TAN

More information

Outline. Neural Network Application For Predicting Stock Index Volatility Using High Frequency Data. Background. Introduction and Motivation

Outline. Neural Network Application For Predicting Stock Index Volatility Using High Frequency Data. Background. Introduction and Motivation Neural Network Application For Predicting Stock Index Volatility Using High Frequency Data Project No CFWin03-32 Presented by: Venkatesh Manian Professor : Dr Ruppa K Tulasiram Outline Introduction and

More information

A multiple model of perceptron neural network with sample selection through chicken swarm algorithm for financial forecasting

A multiple model of perceptron neural network with sample selection through chicken swarm algorithm for financial forecasting Communications on Advanced Computational Science with Applications 2017 No. 1 (2017) 85-94 Available online at www.ispacs.com/cacsa Volume 2017, Issue 1, Year 2017 Article ID cacsa-00070, 10 Pages doi:10.5899/2017/cacsa-00070

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

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

Artificially Intelligent Forecasting of Stock Market Indexes

Artificially Intelligent Forecasting of Stock Market Indexes Artificially Intelligent Forecasting of Stock Market Indexes Loyola Marymount University Math 560 Final Paper 05-01 - 2018 Daniel McGrath Advisor: Dr. Benjamin Fitzpatrick Contents I. Introduction II.

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

Stock Market Prediction using Artificial Neural Networks IME611 - Financial Engineering Indian Institute of Technology, Kanpur (208016), India

Stock Market Prediction using Artificial Neural Networks IME611 - Financial Engineering Indian Institute of Technology, Kanpur (208016), India Stock Market Prediction using Artificial Neural Networks IME611 - Financial Engineering Indian Institute of Technology, Kanpur (208016), India Name Pallav Ranka (13457) Abstract Investors in stock market

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

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

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

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

Simulating Logan Repayment by the Sinking Fund Method Sinking Fund Governed by a Sequence of Interest Rates

Simulating Logan Repayment by the Sinking Fund Method Sinking Fund Governed by a Sequence of Interest Rates Utah State University DigitalCommons@USU All Graduate Plan B and other Reports Graduate Studies 5-2012 Simulating Logan Repayment by the Sinking Fund Method Sinking Fund Governed by a Sequence of Interest

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

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

Role of soft computing techniques in predicting stock market direction

Role of soft computing techniques in predicting stock market direction REVIEWS Role of soft computing techniques in predicting stock market direction Panchal Amitkumar Mansukhbhai 1, Dr. Jayeshkumar Madhubhai Patel 2 1. Ph.D Research Scholar, Gujarat Technological University,

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

Forecasting Currency Exchange Rates via Feedforward Backpropagation Neural Network

Forecasting Currency Exchange Rates via Feedforward Backpropagation Neural Network Universal Journal of Mechanical Engineering 5(3): 77-86, 2017 DOI: 10.13189/ujme.2017.050302 http://www.hrpub.org Forecasting Currency Exchange Rates via Feedforward Backpropagation Neural Network Joseph

More information

STOCK MARKET FORECASTING USING NEURAL NETWORKS

STOCK MARKET FORECASTING USING NEURAL NETWORKS STOCK MARKET FORECASTING USING NEURAL NETWORKS Lakshmi Annabathuni University of Central Arkansas 400S Donaghey Ave, Apt#7 Conway, AR 72034 (845) 636-3443 lakshmiannabathuni@gmail.com Mark E. McMurtrey,

More information

Volatility Prediction with. Mixture Density Networks. Christian Schittenkopf. Georg Dorner. Engelbert J. Dockner. Report No. 15

Volatility Prediction with. Mixture Density Networks. Christian Schittenkopf. Georg Dorner. Engelbert J. Dockner. Report No. 15 Volatility Prediction with Mixture Density Networks Christian Schittenkopf Georg Dorner Engelbert J. Dockner Report No. 15 May 1998 May 1998 SFB `Adaptive Information Systems and Modelling in Economics

More information

VOL. 2, NO. 6, July 2012 ISSN ARPN Journal of Science and Technology All rights reserved.

VOL. 2, NO. 6, July 2012 ISSN ARPN Journal of Science and Technology All rights reserved. Bankruptcy Prediction Using Artificial Neural Networks Evidences From IRAN Stock Exchange 1 Mahmoud Samadi Largani, 2 Mohammadreza pourali lakelaye, 3 Meysam Kaviani, 4 Navid Samadi Largani 1, 3, 4 Department

More information

ABILITY OF VALUE AT RISK TO ESTIMATE THE RISK: HISTORICAL SIMULATION APPROACH

ABILITY OF VALUE AT RISK TO ESTIMATE THE RISK: HISTORICAL SIMULATION APPROACH ABILITY OF VALUE AT RISK TO ESTIMATE THE RISK: HISTORICAL SIMULATION APPROACH Dumitru Cristian Oanea, PhD Candidate, Bucharest University of Economic Studies Abstract: Each time an investor is investing

More information

Designing short term trading systems with artificial neural networks

Designing short term trading systems with artificial neural networks Bond University epublications@bond Information Technology papers Bond Business School 1-1-2009 Designing short term trading systems with artificial neural networks Bruce Vanstone Bond University, bruce_vanstone@bond.edu.au

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

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

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

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

Creating short-term stockmarket trading strategies using Artificial Neural Networks: A Case Study

Creating short-term stockmarket trading strategies using Artificial Neural Networks: A Case Study Bond University epublications@bond Information Technology papers School of Information Technology 9-7-2008 Creating short-term stockmarket trading strategies using Artificial Neural Networks: A Case Study

More information

Designing a Hybrid AI System as a Forex Trading Decision Support Tool

Designing a Hybrid AI System as a Forex Trading Decision Support Tool Designing a Hybrid AI System as a Forex Trading Decision Support Tool Lean Yu Kin Keung Lai Shouyang Wang Academy of Mathematics and Systems Science, Chinese Academy of Sciences, Beijing, 00080, China

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

A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks

A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks Hyun Joon Shin and Jaepil Ryu Dept. of Management Eng. Sangmyung University {hjshin, jpru}@smu.ac.kr Abstract In order

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

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

A Comparative Study of Various Forecasting Techniques in Predicting. BSE S&P Sensex

A Comparative Study of Various Forecasting Techniques in Predicting. BSE S&P Sensex NavaJyoti, International Journal of Multi-Disciplinary Research Volume 1, Issue 1, August 2016 A Comparative Study of Various Forecasting Techniques in Predicting BSE S&P Sensex Dr. Jahnavi M 1 Assistant

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

Stock Price Prediction using Recurrent Neural Network (RNN) Algorithm on Time-Series Data

Stock Price Prediction using Recurrent Neural Network (RNN) Algorithm on Time-Series Data Stock Price Prediction using Recurrent Neural Network (RNN) Algorithm on Time-Series Data Israt Jahan Department of Computer Science and Operations Research North Dakota State University Fargo, ND 58105

More information

Forecasting of Stock Market Indices Using Artificial Neural Network

Forecasting of Stock Market Indices Using Artificial Neural Network 7 Forecasting of Stock Market Indices Using Artificial Neural Network Dr. Jay Desai, Assistant Professor, Department of Management, CPIMR Nisarg A Joshi, Assistant Professor, Department of Management,

More information

Forecasting stock market return using ANFIS: the case of Tehran Stock Exchange

Forecasting stock market return using ANFIS: the case of Tehran Stock Exchange Available online at http://www.ijashss.com International Journal of Advanced Studies in Humanities and Social Science Volume 1, Issue 5, 2013: 452-459 Forecasting stock market return using ANFIS: the case

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

Option Pricing Using Bayesian Neural Networks

Option Pricing Using Bayesian Neural Networks Option Pricing Using Bayesian Neural Networks Michael Maio Pires, Tshilidzi Marwala School of Electrical and Information Engineering, University of the Witwatersrand, 2050, South Africa m.pires@ee.wits.ac.za,

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

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

A Big Data Analytical Framework For Portfolio Optimization

A Big Data Analytical Framework For Portfolio Optimization A Big Data Analytical Framework For Portfolio Optimization (Presented at Workshop on Internet and BigData Finance (WIBF 14) in conjunction with International Conference on Frontiers of Finance, City University

More information

Chapter IV. Forecasting Daily and Weekly Stock Returns

Chapter IV. Forecasting Daily and Weekly Stock Returns Forecasting Daily and Weekly Stock Returns An unsophisticated forecaster uses statistics as a drunken man uses lamp-posts -for support rather than for illumination.0 Introduction In the previous chapter,

More information

Forecasting of Stock Exchange Share Price using Feed Forward Artificial Neural Network

Forecasting of Stock Exchange Share Price using Feed Forward Artificial Neural Network Forecasting of Stock Exchange Share Price using Feed Forward Artificial Neural Network Mohammad Mohatram Department of Electrical & Electronics Engineering Waljat Colleges of Applied Sciences Muscat, Sultanate

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 duration derby : a comparison of duration based strategies in asset liability management

The duration derby : a comparison of duration based strategies in asset liability management Edith Cowan University Research Online ECU Publications Pre. 2011 2001 The duration derby : a comparison of duration based strategies in asset liability management Harry Zheng David E. Allen Lyn C. Thomas

More information

MSE Criterion C 1. prediction module. Financial Criterion. decision module

MSE Criterion C 1. prediction module. Financial Criterion. decision module TRAINING A NEURAL NETWORK WITH A FINANCIAL CRITERION RATHER THAN A PREDICTION CRITERION YOSHUA BENGIO Dept. IRO, Universite de Montreal, Montreal, Qc, Canada, H3C 3J7 and CIRANO, Montreal, Qc, Canada A

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

Valencia. Keywords: Conditional volatility, backpropagation neural network, GARCH in Mean MSC 2000: 91G10, 91G70

Valencia. Keywords: Conditional volatility, backpropagation neural network, GARCH in Mean MSC 2000: 91G10, 91G70 Int. J. Complex Systems in Science vol. 2(1) (2012), pp. 21 26 Estimating returns and conditional volatility: a comparison between the ARMA-GARCH-M Models and the Backpropagation Neural Network Fernando

More information

Markowitz portfolio theory

Markowitz portfolio theory Markowitz portfolio theory Farhad Amu, Marcus Millegård February 9, 2009 1 Introduction Optimizing a portfolio is a major area in nance. The objective is to maximize the yield and simultaneously minimize

More information

Modeling Federal Funds Rates: A Comparison of Four Methodologies

Modeling Federal Funds Rates: A Comparison of Four Methodologies Loyola University Chicago Loyola ecommons School of Business: Faculty Publications and Other Works Faculty Publications 1-2009 Modeling Federal Funds Rates: A Comparison of Four Methodologies Anastasios

More information

The Duration Derby: A Comparison of Duration Based Strategies in Asset Liability Management

The Duration Derby: A Comparison of Duration Based Strategies in Asset Liability Management The Duration Derby: A Comparison of Duration Based Strategies in Asset Liability Management H. Zheng Department of Mathematics, Imperial College London SW7 2BZ, UK h.zheng@ic.ac.uk L. C. Thomas School

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

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

Pattern Recognition by Neural Network Ensemble

Pattern Recognition by Neural Network Ensemble IT691 2009 1 Pattern Recognition by Neural Network Ensemble Joseph Cestra, Babu Johnson, Nikolaos Kartalis, Rasul Mehrab, Robb Zucker Pace University Abstract This is an investigation of artificial neural

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

Spiking Back Propagation Multilayer Neural Network Design for Predicting Unpredictable Stock Market Prices with Time Series Analysis

Spiking Back Propagation Multilayer Neural Network Design for Predicting Unpredictable Stock Market Prices with Time Series Analysis Spiking Back Propagation Multilayer Neural Network Design for Predicting Unpredictable Stock Market Prices with Time Series Analysis Amit Ganatr and Y. P. Kosta Abstract Stock prediction is, so far, one

More information

Forecasting stock market with neural networks

Forecasting stock market with neural networks Forecasting stock market with neural networks Tsong-Wuu Lin a, Chan-Chien Yu b, presenter a Department of Computer Science and Information Management, Soochow University, Taiwan twlin@csim.scu.edu.tw b

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

Application of stochastic recurrent reinforcement learning to index trading

Application of stochastic recurrent reinforcement learning to index trading ESANN 2011 proceedings, European Symposium on Artificial Neural Networs, Computational Intelligence Application of stochastic recurrent reinforcement learning to index trading Denise Gorse 1 1- University

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

A Review of Artificial Neural Network Applications in Control. Chart Pattern Recognition

A Review of Artificial Neural Network Applications in Control. Chart Pattern Recognition A Review of Artificial Neural Network Applications in Control Chart Pattern Recognition M. Perry and J. Pignatiello Department of Industrial Engineering FAMU - FSU College of Engineering 2525 Pottsdamer

More information

Application of synthetic observations to develop an artificial neural network for mine dewatering

Application of synthetic observations to develop an artificial neural network for mine dewatering Application of synthetic observations to develop an artificial neural network for mine dewatering Sage Ngoie 1, Jean-Marie Lunda 2, Adalbert Mbuyu 3, Jean-Felix Kabulo 4 1Philosophiae Doctor, IGS, University

More information

Graphic-1: Market-Regimes with 4 states

Graphic-1: Market-Regimes with 4 states The Identification of Market-Regimes with a Hidden-Markov Model by Dr. Chrilly Donninger Chief Scientist, Sibyl-Project Sibyl-Working-Paper, June 2012 http://www.godotfinance.com/ Financial assets follow

More information

An Improved Approach for Business & Market Intelligence using Artificial Neural Network

An Improved Approach for Business & Market Intelligence using Artificial Neural Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

The use of artificial neural network in predicting bankruptcy and its comparison with genetic algorithm in firms accepted in Tehran Stock Exchange

The use of artificial neural network in predicting bankruptcy and its comparison with genetic algorithm in firms accepted in Tehran Stock Exchange Journal of Novel Applied Sciences Available online at www.jnasci.org 2014 JNAS Journal-2014-3-2/151-160 ISSN 2322-5149 2014 JNAS The use of artificial neural network in predicting bankruptcy and its comparison

More information

Two-Period-Ahead Forecasting For Investment Management In The Foreign Exchange

Two-Period-Ahead Forecasting For Investment Management In The Foreign Exchange Two-Period-Ahead Forecasting For Investment Management In The Foreign Exchange Konstantins KOZLOVSKIS, Natalja LACE, Julija BISTROVA, Jelena TITKO Faculty of Engineering Economics and Management, Riga

More information

Foreign Exchange Rate Forecasting using Levenberg- Marquardt Learning Algorithm

Foreign Exchange Rate Forecasting using Levenberg- Marquardt Learning Algorithm Indian Journal of Science and Technology, Vol 9(8), DOI: 10.17485/ijst/2016/v9i8/87904, February 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Foreign Exchange Rate Forecasting using Levenberg-

More information

$tock Forecasting using Machine Learning

$tock Forecasting using Machine Learning $tock Forecasting using Machine Learning Greg Colvin, Garrett Hemann, and Simon Kalouche Abstract We present an implementation of 3 different machine learning algorithms gradient descent, support vector

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

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

Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants

Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants Ioannis Hatzilygeroudis a, Jim Prentzas b a University of Patras, School of Engineering Department of Computer Engineering & Informatics

More information

Long Term and Short Term Investment Strategy for Predicting the Performance of BSE using MLP Model

Long Term and Short Term Investment Strategy for Predicting the Performance of BSE using MLP Model Indian Journal of Science and Technology, Vol 8(22), IPL0250, September 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Long Term and Short Term Investment Strategy for Predicting the Performance

More information

Saudi Arabia Stock Market Prediction Using Neural Network

Saudi Arabia Stock Market Prediction Using Neural Network Saudi Arabia Stock Market Prediction Using Neural Network Talal Alotaibi, Amril Nazir, Roobaea Alroobaea, Moteb Alotibi, Fasal Alsubeai, Abdullah Alghamdi, Thamer Alsulimani Department of Computer Science,

More information

Forecasting Foreign Exchange Rate during Crisis - A Neural Network Approach

Forecasting Foreign Exchange Rate during Crisis - A Neural Network Approach International Proceedings of Economics Development and Research IPEDR vol.86 (2016) (2016) IACSIT Press, Singapore Forecasting Foreign Exchange Rate during Crisis - A Neural Network Approach K. V. Bhanu

More information

The Simple Truth Behind Managed Futures & Chaos Cruncher. Presented by Quant Trade, LLC

The Simple Truth Behind Managed Futures & Chaos Cruncher. Presented by Quant Trade, LLC The Simple Truth Behind Managed Futures & Chaos Cruncher Presented by Quant Trade, LLC Risk Disclosure Statement The risk of loss in trading commodity futures contracts can be substantial. You should therefore

More information

Stock Market Prediction Based on Fundamentalist Analysis with Fuzzy- Neural Networks

Stock Market Prediction Based on Fundamentalist Analysis with Fuzzy- Neural Networks Stock Market Prediction Based on Fundamentalist Analysis with Fuzzy- Neural Networks RENATO DE C. T. RAPOSO 1 AND ADRIANO J. DE O. CRUZ 2 Nú cleo de Computação Eletrô nica, Instituto de Matemá tica, Federal

More information

A Rule-based Neural Stock Trading Decision Support System

A Rule-based Neural Stock Trading Decision Support System A Rule-based Neural Stock Trading Decision Support System Seng-cho Timothy Chou Department of Information Management National Taiwan University Taipei, Taiwan, R.O.C. chou@ccms.ntu.edu.tw Chau-chen Yang

More information

COMPARISON OF NATURAL HEDGES FROM DIVERSIFICATION AND DERIVATE INSTRUMENTS AGAINST COMMODITY PRICE RISK : A CASE STUDY OF PT ANEKA TAMBANG TBK

COMPARISON OF NATURAL HEDGES FROM DIVERSIFICATION AND DERIVATE INSTRUMENTS AGAINST COMMODITY PRICE RISK : A CASE STUDY OF PT ANEKA TAMBANG TBK THE INDONESIAN JOURNAL OF BUSINESS ADMINISTRATION Vol. 2, No. 13, 2013:1651-1664 COMPARISON OF NATURAL HEDGES FROM DIVERSIFICATION AND DERIVATE INSTRUMENTS AGAINST COMMODITY PRICE RISK : A CASE STUDY OF

More information

On the Forecasting of Realized Volatility and Covariance - A multivariate analysis on high-frequency data 1

On the Forecasting of Realized Volatility and Covariance - A multivariate analysis on high-frequency data 1 1 On the Forecasting of Realized Volatility and Covariance - A multivariate analysis on high-frequency data 1 Daniel Djupsjöbacka Market Maker / Researcher daniel.djupsjobacka@er-grp.com Ronnie Söderman,

More information

Decision model, sentiment analysis, classification. DECISION SCIENCES INSTITUTE A Hybird Model for Stock Prediction

Decision model, sentiment analysis, classification. DECISION SCIENCES INSTITUTE A Hybird Model for Stock Prediction DECISION SCIENCES INSTITUTE A Hybird Model for Stock Prediction Si Yan Illinois Institute of Technology syan3@iit.edu Yanliang Qi New Jersey Institute of Technology yq9@njit.edu ABSTRACT In this paper,

More information

Estelar. Chapter 4. Stock Price Prediction: Effect of Exchange Rate, FII Purchase, FII sales on daily return. of Nifty Index. 4.

Estelar. Chapter 4. Stock Price Prediction: Effect of Exchange Rate, FII Purchase, FII sales on daily return. of Nifty Index. 4. Chapter 4 Stock Price Prediction: Effect of Exchange Rate, FII Purchase, FII sales on daily return 4.1-Introduction of Nifty Index A Neural Network is a group of interconnected decision making units that

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

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