Price Pattern Detection using Finite State Machines with Fuzzy Transitions

Size: px
Start display at page:

Download "Price Pattern Detection using Finite State Machines with Fuzzy Transitions"

Transcription

1 Price Pattern Detection using Finite State Machines with Fuzzy Transitions Kraimon Maneesilp Science and Technology Faculty Rajamangala University of Technology Thanyaburi Pathumthani, Thailand Chutima Prasartkaew Science and Technology Faculty Rajamangala University of Technology Thanyaburi Pathumthani, Thailand Abstract A price pattern is one popular technique of investment technical analysis. It is a strong signal to predict the direction of market prices and will show the good entry-exit point for investors. However, it is loosely pattern. So, it is difficult to cover detected all patterns by computer programming. This article presents a methodology through applying the Finite State Machine with Fuzzy Transitions (FSM-FT) to recognize the price pattern. The result is a flexibility increasing on detected pattern. Moreover, we can found some pattern, that not easy to observe by expert person. Keywords- pattern detection; price pattern; Investment decision system; finite state machine with fuzzy transition; FSM- FT. I. INTRODUCTION The price patterns are the technical analysis for that very high reliable when compared to other tools. They have high efficient and favors to forecasting the movement of market prices and applies to detect the signal for entry position because it can be described by the market psychology[1]. However, the detection of the Price Patterns requires the expertise of the investor to find it. Because, their definition is very broad loose. Moreover, the patterns will be changed when we change the period of chart. The objective of investor to forecasting the trends of prices is finding the entry point, direction of holding position and exit point to take profit and stop loss. It has two major methods to forecast it, fundamental and technical analysis. The fundamental is analyzed on the economic information and the technical is analyzed by prices movement[2]. The research on prices forecasting is often to work on technical analysis, because it is easier to understand. The technical analysis has three types[3]. The first is using line and graph it call the technical indicator. It base on mathematic methods, for example, RSI, MACD, StdDev[3]. The second is observed from price movement pattern like U shape, V shape, double top, double bottom and the head and shoulders [1]. The last one is observed the chart pattern like the candlestick and the point and figure chart. The study of methodology to forecasting, they have any methods, the example are neural network[4][5], hidden Markov model [6], support vector machines[7], hybrid ARIMA and neural network[8], hybrid ARIMA and support vector machines[9], hybrid rough sets theory and genetic algorithms[10] and fusion the hidden Markov model, neural network and genetic algorithm to forecast it[11]. Model that has all of above is based on the shape memory. However, the price patterns are composite by prices peak sequence and movement of peak. It is loosely patterns. So, it does not easy to detected by normal type of pattern recognition. Because, the price pattern can represents by the pattern of sequence of prices peak. It shows that, we can design the Price Pattern detection system using finite state machine with the series of prices peak. However, the conditions to change states are loosely definition. So, the proper methodology for solving this problem is a finite state machine with fuzzy transition. Finite state machine with fuzzy transition (FSM-FT) is a finite state machine that applies the fuzzy logic to the decision to state changed in the machine[12]. The condition of the state changed is represented to fuzzy relationship, and the machine will stay only one state in the quantum time. It difference to fuzzy state machine (FuSM). The FuSM can visit more than one state in the quantum times. This paper represents the methodology to apply the FSM-FT to detect price pattern, which refer to the head and shoulders price pattern[1] because it is favors pattern using detect entry signal by investor. The experiment is applied on the five minute times period of EURO-US$ exchange rate from Feb 3, 2014 to Jun 30, The result compares the number of the head and shoulders when find by expert and this price pattern detection system, the number of the success pattern and false pattern. Moreover, the result shows the advantage of the system, that it can detect the pattern which difficult to observe by expert on current times period, but can found when using the smaller period. For example, it can establish a pattern at 5 minutes times period but the export cannot observe it, but they can observe it when change times period to 1 minute. II. HEAD AND SHOULDERS PATTERN DETECTION DESIGN The first step of the article describes to the head and shoulders price pattern characteristic. The patterns of head and shoulders have two patterns, bearish and bullish pattern. The bearish pattern look like the group of mountains, it has three peaks, highest peak is the second peak and after third peak, the price will come down. In the other hand, the bullish has invested pattern of the bearish pattern.

2 Figure 1. Head and shoulders price pattern Figure 1 show the bearish (A) and bullish (B) head and shoulders price patterns. It has six states compose the pattern. The states are peak of the prices that alternate between a high peak and low-peak call S 1, S 2, S 3,, S 6. In the bearish pattern, if S 1 is lower than S 2, S 2 is higher than S 3 and S 3 higher than S 1 ; we call S 2 is the first shoulder. After that, if S 4 high over S 2 and S 4 lower than S 2 ; we call S 4 is the head. Moreover, if S 6 is more over S 5 but lower than S 4 : we call S 6 is last shoulder. When the pattern has completed by one head and two shoulders, the head and shoulders are presented. It is a signal for an open position and prices will be down. The bullish pattern is similar to the bearish pattern but, it has the direction of peaks are opposite to the bearish pattern. The entry signals will be created when the system found the last shoulder. However, the head and shoulders are not exact patterns. Sometime, prices do not move follow by the pattern direction. In this case, the price will be move to near the line drawn through points S 3 and S 5, we call this line is the neckline. If price is cross the neckline, it is confirmed pattern signal. In the other hand, if prices direction is reflex when it move nearly neckline, it is a cancel signal, the investors will be close position to cut loss. Figure 2 show the prices movement of this case. Figure 2. Head and shoulders cancel signal From the foregoing, this pattern detection should be three output signal types. First, the pattern found signal, second and third are confirmed and cancel signal, respectively. The pattern found signal is telling to should entry at this time. The types bearish or bullish are told to short or long position which we should open. The confirm signal is telling to should hold this position for take profit and cancel signal is telling to should close this position for cut loss. From pattern definition and state output, we can design the state linguistics state machine shows by figure 3 and figure 4. Figure 3. Bearish linguistics state machine Figure 3 show the bearish linguistics state machine, we can rewrite to decision statement follow this. - If state is S 0, and a new bottom peak is coming; state changed to S 1, other then, stay in S 0. - If state is S 1, the new top peak is coming and the price at new peak much higher than the price of current peak; state changed to S 2, other then, stay in S 1. - If state is S 2, a new bottom peak is coming and the price at new peak lower than the price of current peak; state changed to S 3, other then, stay on S 2. - If state is S 3, the new top peak is coming, the price at new peak higher than the price of current peak and the price at new peak little higher than the price at last peak; state changed to S 4, other then, stay return to S 2. - If state is S 4, a new bottom peak is coming and the price at new peak lower than the price of the last peak; state changed to S 5, else-if a price at new peak little lower price at current peak and little higher than the price at last peak; state return to S 1, other then, stay on S 4. - If state is S 5, the new top peak is coming, the price at new peak higher than the price of current peak and the price at new peak little lower than the price at last peak; state changed to S 6 and system send the head and shoulders bearish signal to output, else-if a price at new peak higher than the price at last peak; state return to S 4, other then, stay on S 5. - if prices are move to lower neckline; the system send the confirm signal to output and return to S 0, else-if prices are move to higher neckline; the system sends the cancel signal to output and return to S 0, other then, stay on S 6.

3 The bullish linguistics state machine is similar the bearish linguistics state machine, but the condition to change state is opposite. It shows by figure 4. Figure 5 and 6 show an example. They are the bearish of head and shoulders price patterns on EURO-US$ exchange rate. Figure 5 occurs at Jul 17, 2014 from 01:20 to 02:30. It has S 1 price at , S 2 price at and S 3 price at The standard deviation is calculated by 200 times sampling. The value is in the range of to In this case, the little higher is S 3 - S 2 = and much higher is S 3 - S 1 = Figure 6 occurs at Jul 7, 2014 from 18:35 to 18:35, S 1 price at , S 2 price at , S 3 price at and the standard deviation is in the range of to In this case, the little higher is S 3 - S 2 = and much higher is S 3 - S 1 = It can observe that, the value of little higher is high when the deviation higher. That it has a problem when define the fuzzy relationship by never concern to the standard deviation. So, the fuzzy relationship in this case should by relate to price movement index ( ) can find by this equation. Figure 4. Bullish linguistics state machine The next step is to define the value of linguistics in state changed condition to fuzzy membership function. In this case have six linguistics values: higher, lower, little higher, little lower, much higher and much lower. To see that, the linguistics values of this case are comparison values between two points. Over that, the values have changed when standard deviation of prices has changed. where price is the difference of prices, S N is standard deviation[13] can find by (1) (2) where N is the number of observed values, {x 1, x 2,., x N } are the observed values, x is the mean value of these observations. This paper using N is 200. The fuzzy membership functions of state transitions present by figure 7. Figure 5. Bearish pattern at 17/07/ :20-02:30 Figure 7. Fuzzy membership functions of state transitions Figure 6. Bearish pattern at 07/07/ :35-19:35 III. PEAK FINDER UNIT The pattern detection system want to the preprocessing to get the peak of price, call the peak finder. It will be find all peaks in prices chart to build a list of peaks and send it to pattern detection.

4 This paper is setting the parameter of MACD and standard deviation follows, - MACD: fast MA=4, slowma=8, Signal=9 - Standard deviation period = 200. Figure 8. System block diagram The input of system is the prices series in the prices chart. The prices chart is capture prices information by the range on the times and represent in the bar chart or candlestick chart. So, it does not represent only one value per bar. It has four values are highest price, lowest price, open price and close price. The function of peak finder unit is find the top of highest price of all bars in the up- trend and bottom of lowest price of all bars in the down- trend, after that, and price and time information of peak to the peak list. The up-trend and down-trend considers from MACD [2] and standard deviation [2][13]. If MACD is value higher than MACD signal and standard deviation, the trend is up. If MACD value is lower than MACD signal and negative value of standard deviation, the trend is down. If absolute of MACD value is not over standard deviation, the trend is sideway. The functional of peak finder unit is described by flow chart in figure 9. IV. EXPERIMENTAL The experiment focuses to number of head and shoulders price pattern detected by the purpose method, compare to finding this price pattern by expert persons. The expert persons in this experiment are three investors who have much experience on the price pattern. The point of price pattern will be needed to get the consensus from all persons. The exchange data is using EURO-US$ exchange rate from Feb 3, 2014 to Jun 30, The system is developed on the MetaTrader 4 platform [14] and exchange range data is downloading from its historical data. The result is show with table I. TABLE I. NUMBER OF HEAD AND SHOULDERS PRICE PATTERN Month Feb Mar Apr May Jun found by Total the purpose confirm technique cancel found by expert persons Total confirm cancel The purpose technique is found pattern equal the expert persons in March and May. In February, the purpose can found pattern more than expert persons is 2 point. In April and June, the purpose can found pattern more than expert persons is 1 point. However, the cancel pattern that found by purpose technique and expert persons is equality. That show, the patters that found by purpose technique and do not found by expert persons are the confirm pattern. We can plot a graph for represent the number of found patterns by purpose technique and expert persons in figure 10. Figure 9. Flow chart of peak finder unit Figure 10. Number of pattern detected by purpose technique and detected by expert persons.

5 any pattern that similar character by adapted the purpose technique to solve this problem. REFERENCES (a) (c) Figure 11. Price chart and output of price pattern detection The reason of, why the purpose technique can found some pattern but the expert persons cannot found, described by figure 11. The figure 10(a) is shows the output of the purpose technique. It is developed by MetaQuote Language 4(MQL4) [14], it look like C language. The expert persons can see only figure 10(b) and code can see like a figure 10(c). The figure 10(b) is not easy to found the pattern, because any bars are very long, the expert persons may be not found the peak from bars chart. For figure 10(c) the peak finder unit is help to find the peak of price. So, the purpose technique can found pattern more than expert persons. The figure 10(d) represent to, when we change the time period to smaller, the pattern that only found by the purpose technique, can found by expert persons too. That look like the purpose technique can found pattern that represent in smaller time period to show in current period. V. CONCLUSION This article purpose the new technique for price pattern detection. It applies the finite state machine with fuzzy transition to development. The result, it can detect the price pattern similar the expert persons and can found the pattern that found by expert persons in smaller period. However, this technique need to pre-process for find the peak before uses it. So, the performance is depending on the performance of peak finder unit too. The purpose technique applies only head and shoulder price pattern which the invastor can be uses it to find the entry point or applied to entry decision module on automatic trading system. This technique has only one example on head and sholder prices pattern, however it easier applies to (b) (d) [1] Martin J. Pring, Martin Pring on Price Patterns, McGraw-Hill, NewYork,2004. [2] Lukasz Snopek, The Complete guide to Portfolio Construction and Management, John Wiley&Sons Ltd., United Kingdom, [3] John J. Murphy, Technical Analysis of the financial markets, New York institute of finance, New York, [4] Ken-ichi Kamijo and Tetsuji Tanigawa, Stock price pattern recognition a recurrent neural network approach, Proceeding of 1990 International Joint Conference on Neural Network, vol.1 pp ,17-21 June [5] Youngohc Yoon and George Swales, Predicting Stock Price Performance: a Neural Network Approach, Proceeding of 25 th Annual Hawaii International Conference on System Sciences, vol.4 pp , 8-11 January [6] Md. Rafiul Hassan and Baikunth Nath, Stock Market Forecasting Using Hidden Markov Model: A New Approach, Proceeding of 5 th International Conference on Intelligent Systems Design and Applications, pp , 8-10 September [7] Sheng-Hsun Hsu, JJ Po-An Hsieh, Ting-Chih Chih and Kuei-Chu Hsu, A Two-stage Architecture for Stock Price Forecasting by Integrating Self-organizing Map and Support Vector Regression. Expert Systems with Applications, vol.36 pp , [8] Jung-Hua Wang and Jia-Yann Leu, Stock Market Trand Prediction using ARIMA-based Neural Networks, Proceeding of 1996 IEEE International Conference on Neural Networks, vol.4 pp , 3-6 June [9] Ping-Feng Pai and Chih-Sheng Lin, A Hybrid ARIMA and Support Vector Machines Model in Stock Price Forecasting, Omega, vol. 33, Issue 6, pp , [10] Ching-Hsue Cheng, Tai-Liang Chen and Liang-Ying Wei, A Hybrid Model Base on Rough Sets Theory and Genetic Algorithms for Stock Price Forecasting, Information Sciences, vol.180, issue 9, pp , [11] Md. Rafiul Hassan, Baikunth Nath and Michael Kirley, A Fusion Model of HMM, ANN and GA for Stock Market Forecasting, Expert Systems with Application, vol.33, issue1, pp , [12] Pietro Ducange, Francesco Marcelloni and Michela Antonelli, A Novel Approach Based on Finite-State Machines with Fuzzy Transitions for Nonintrusive Home Appliance Monitoring, IEEE Transactions on Industrial Informatics, vol.10, No.2, pp ,2014. [13] Paolo Brandimarte, Numerical Methods in Finance and Economics, John Wiley&Sons Ltd., USA, [14] Meta Quotes Software. (2000). MQL4 Reference. [Online]. Available: [15] Computational Intelligence in Scheduling (SCIS 07), IEEE Press, Dec. 2007, pp , doi: /scis

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

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

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

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

A_A0008: FUZZY MODELLING APPROACH FOR PREDICTING GOLD PRICE BASED ON RATE OF RETURN

A_A0008: FUZZY MODELLING APPROACH FOR PREDICTING GOLD PRICE BASED ON RATE OF RETURN Section A - Mathematics / Statistics / Computer Science 13 A_A0008: FUZZY MODELLING APPROACH FOR PREDICTING GOLD PRICE BASED ON RATE OF RETURN Piyathida Towwun,* Watcharin Klongdee Risk and Insurance Research

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

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

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

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

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

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

Stock Market Indices Prediction with Various Neural Network Models

Stock Market Indices Prediction with Various Neural Network Models Stock Market Indices Prediction with Various Neural Network Models S. Arun Joe Babulo 1, B. Janaki 2, C. Jeeva 3 1 Assistant Professor, Department of Computer Science, Sri Vijay Vidyalaya College of Arts

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

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

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

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

PREDICTION OF CLOSING PRICES ON THE STOCK EXCHANGE WITH THE USE OF ARTIFICIAL NEURAL NETWORKS Image Processing & Communication, vol. 17, no. 4, pp. 275-282 DOI: 10.2478/v10248-012-0056-5 275 PREDICTION OF CLOSING PRICES ON THE STOCK EXCHANGE WITH THE USE OF ARTIFICIAL NEURAL NETWORKS MICHAŁ PALUCH,

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

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

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

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

where RS is the ratio of the Average Gain (AG) to the Average Loss (AL),

where RS is the ratio of the Average Gain (AG) to the Average Loss (AL), 1 Index Trading Algorithm Using Discrete Hidden Markov Models and Technical Analysis Luis Andrade Abstract This work presents an innovative approach to algorithmic stock market index trading by means of

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

Financial Fuzzy Logic Based. Financial Informatics XII: Systems. Department of Computer Science. Professor of Computer Science, Dublin-2, IRELAND

Financial Fuzzy Logic Based. Financial Informatics XII: Systems. Department of Computer Science. Professor of Computer Science, Dublin-2, IRELAND Financial Informatics XII: Financial Fuzzy Logic Based Systems Khurshid Ahmad, Professor of Computer Science, Department of Computer Science Trinity College, Dublin-2, IRELAND November 19 th, 2008. https://www.cs.tcd.ie/khurshid.ahmad/teaching.html

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

Study of Relation between Market Efficiency and Stock Efficiency of Accepted Firms in Tehran Stock Exchange for Manufacturing of Basic Metals

Study of Relation between Market Efficiency and Stock Efficiency of Accepted Firms in Tehran Stock Exchange for Manufacturing of Basic Metals 2013, World of Researches Publication ISSN 2332-0206 Am. J. Life. Sci. Res. Vol. 1, Issue 4, 136-148, 2013 American Journal of Life Science Researches www.worldofresearches.com Study of Relation between

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

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

Technical Analysis. A Language of the Market

Technical Analysis. A Language of the Market Technical Analysis A Language of the Market Acknowledgement: Most of the slides were originally from CFA Institute and I adapted them for QF206 https://www.cfainstitute.org/learning/products/publications/inv/documents/forms/allitems.aspx

More information

OPTIMIZATION STUDY OF RSI EXPERT SYSTEM BASED ON SHANGHAI SECURITIES MARKET

OPTIMIZATION STUDY OF RSI EXPERT SYSTEM BASED ON SHANGHAI SECURITIES MARKET 0 th February 013. Vol. 48 No. 005-013 JATIT & LLS. All rights reserved. ISSN: 199-8645 www.jatit.org E-ISSN: 1817-3195 OPTIMIZATION STUDY OF RSI EXPERT SYSTEM BASED ON SHANGHAI SECURITIES MARKET HUANG

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

Instruction (Manual) Document

Instruction (Manual) Document Instruction (Manual) Document This part should be filled by author before your submission. 1. Information about Author Your Surname Your First Name Your Country Your Email Address Your ID on our website

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

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

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

Bio-Inspired Computing Based Approaches for Stock Market Forecasting

Bio-Inspired Computing Based Approaches for Stock Market Forecasting Volume 118 No. 16 2018, 43-57 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Bio-Inspired Computing Based Approaches for Stock Market Forecasting

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

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

Prediction of Stock Closing Price by Hybrid Deep Neural Network

Prediction of Stock Closing Price by Hybrid Deep Neural Network Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2018, 5(4): 282-287 Research Article ISSN: 2394-658X Prediction of Stock Closing Price by Hybrid Deep 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

Compiled by Timon Rossolimos

Compiled by Timon Rossolimos Compiled by Timon Rossolimos - 2 - The Seven Best Forex Indicators -All yours! Dear new Forex trader, Everything we do in life, we do for a reason. Why have you taken time out of your day to read this

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

Prediction Using Back Propagation and k- Nearest Neighbor (k-nn) Algorithm

Prediction Using Back Propagation and k- Nearest Neighbor (k-nn) Algorithm Prediction Using Back Propagation and k- Nearest Neighbor (k-nn) Algorithm Tejaswini patil 1, Karishma patil 2, Devyani Sonawane 3, Chandraprakash 4 Student, Dept. of computer, SSBT COET, North Maharashtra

More information

1. Introduction 2. Chart Basics 3. Trend Lines 4. Indicators 5. Putting It All Together

1. Introduction 2. Chart Basics 3. Trend Lines 4. Indicators 5. Putting It All Together Technical Analysis: A Beginners Guide 1. Introduction 2. Chart Basics 3. Trend Lines 4. Indicators 5. Putting It All Together Disclaimer: Neither these presentations, nor anything on Twitter, Cryptoscores.org,

More information

MAGIC FOREX DIVERGENCE Trading Guide

MAGIC FOREX DIVERGENCE Trading Guide Tim Trush & Julie Lavrin Introducing MAGIC FOREX DIVERGENCE Trading Guide Your guide to financial freedom. Tim Trush, Julie Lavrin, T&J Profit Club, 2017, All rights reserved www.forexmystery.com Table

More information

A Big Data Framework for the Prediction of Equity Variations for the Indian Stock Market

A Big Data Framework for the Prediction of Equity Variations for the Indian Stock Market A Big Data Framework for the Prediction of Equity Variations for the Indian Stock Market Cerene Mariam Abraham 1, M. Sudheep Elayidom 2 and T. Santhanakrishnan 3 1,2 Computer Science and Engineering, Kochi,

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

Research Article A Novel Machine Learning Strategy Based on Two-Dimensional Numerical Models in Financial Engineering

Research Article A Novel Machine Learning Strategy Based on Two-Dimensional Numerical Models in Financial Engineering Mathematical Problems in Engineering Volume 2013, Article ID 659809, 6 pages http://dx.doi.org/10.1155/2013/659809 Research Article A Novel Machine Learning Strategy Based on Two-Dimensional Numerical

More information

Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas Consumption

Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas Consumption Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas Consumption Prabodh Kumar Pradhan Assistant Professor Regional College of Management Chandrasekhar Pur, Bhubaneswar 751023 INDIA

More information

International Journal of Management and Social Science Research Review, Vol.1, Issue.18, Dec Page 61

International Journal of Management and Social Science Research Review, Vol.1, Issue.18, Dec Page 61 IMPACT OF SECURITY ANALYSIS ON STOCK PRICE: A CASE BASED APPROACH ON POWER SECTOR SECURITIES LISTED WITH BOMBAY STOCK EXCHANGE Dr. Ansuman Sahoo * Dr. Ch. Sudipta Kishore Nanda** *Lecturer, IMBA, Dept.

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

Analysis of Partial Discharge using Phase-Resolved (n-q) Statistical Techniques

Analysis of Partial Discharge using Phase-Resolved (n-q) Statistical Techniques Analysis of Partial Discharge using Phase-Resolved (n-q) Statistical Techniques Priyanka M. Kothoke, Namrata R. Bhosale, Amol Despande, Dr. Alice N. Cheeran Department of Electrical Engineering, Veermata

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

Knowing When to Buy or Sell a Stock

Knowing When to Buy or Sell a Stock Knowing When to Buy or Sell a Stock Overview Review & Market direction Driving forces of market change Support & Resistance Basic Charting Review & Market Direction How many directions can a stock s price

More information

A Study on the Motif Pattern of Dark-Cloud Cover in the Securities

A Study on the Motif Pattern of Dark-Cloud Cover in the Securities A Study on the Motif Pattern of Dark-Cloud Cover in the Securities Jing Long 1, Wen-Gang Che 1, Ren Yu 1, Zhi-Yuan Zhou 1 1 Faculty of Information Engineering and Automation Kunming University of Science

More information

THE CM TRADING METATRADER 4 USER GUIDE:

THE CM TRADING METATRADER 4 USER GUIDE: THE CM TRADING METATRADER 4 USER GUIDE: THE MAIN SCREEN Main menu (access to the program menu and settings); Toolbars (quick access to the program features and settings); Market Watch window (real-time

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

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

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

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

Instruction (Manual) Document

Instruction (Manual) Document Instruction (Manual) Document This part should be filled by author before your submission. 1. Information about Author Your Surname Your First Name Your Country Your Email Address Your ID on our website

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

AUTHOR: NG EE HWA, TRAINER, CHARTNEXUS TRADING WITH RSI

AUTHOR: NG EE HWA, TRAINER, CHARTNEXUS TRADING WITH RSI AUTHOR: NG EE HWA, TRAINER, CHARTNEXUS TRADING WITH RSI While the use of Relative Strength Index (RSI) to get technical buy and sell signals in a range-bound market is well understood, the use of this

More information

Combining Rsi With Rsi

Combining Rsi With Rsi Working Two Stop Levels Combining Rsi With Rsi Optimization and stop-losses can help you minimize risks and give you better returns. channels, and so forth should be kept to a minimum. DAVID GOLDIN ou

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

Combining Rules between PIPs and SAX to Identify Patterns in Financial Markets

Combining Rules between PIPs and SAX to Identify Patterns in Financial Markets 1 Combining Rules between PIPs and SAX to Identify Patterns in Financial Markets João Maria Rodrigues Leitão Instituto Superior Técnico, Universidade Lisboa. joaomrleitao@gmail.com Abstract This paper

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

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

Chapter 2.3. Technical Analysis: Technical Indicators

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

More information

EXAMINATION OF FUZZY METAGRAPH BASED DATA MINING FOR INVESTIGATION ON STOCK MARKETS A.Yashwanth Reddy 1, P.Hasitha Reddy 2, Dr.D.

EXAMINATION OF FUZZY METAGRAPH BASED DATA MINING FOR INVESTIGATION ON STOCK MARKETS A.Yashwanth Reddy 1, P.Hasitha Reddy 2, Dr.D. EXAMINATION OF FUZZY METAGRAPH BASED DATA MINING FOR INVESTIGATION ON STOCK MARKETS A.Yashwanth Reddy 1, P.Hasitha Reddy 2, Dr.D.Vasumathi 3 1 Research Scholar, Sri Satya Sai University of Technology &

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 2, Mar Apr 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 2, Mar Apr 2017 RESEARCH ARTICLE Stock Selection using Principal Component Analysis with Differential Evolution Dr. Balamurugan.A [1], Arul Selvi. S [2], Syedhussian.A [3], Nithin.A [4] [3] & [4] Professor [1], Assistant

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

Book References for the Level 2 Reading Plan. A Note About This Plan

Book References for the Level 2 Reading Plan. A Note About This Plan CMT Level 2 Reading Plan Fall 2013 Book References for the Level 2 Reading Plan Book references are given as the following: TAST Technical Analysis of Stock Trends, 9 th Ed. TA Technical Analysis, The

More information

HIGH-LOW METHOD. Key Terms and Concepts to Know

HIGH-LOW METHOD. Key Terms and Concepts to Know HIGH-LOW METHOD Key Terms and Concepts to Know Variable, Fixed and Mixed Costs Many costs are clearly variable, such as direct labor and direct materials, or clearly fixed, such as rent and salaries. Other

More information

Introducing GEMS a Novel Technique for Ensemble Creation

Introducing GEMS a Novel Technique for Ensemble Creation Introducing GEMS a Novel Technique for Ensemble Creation Ulf Johansson 1, Tuve Löfström 1, Rikard König 1, Lars Niklasson 2 1 School of Business and Informatics, University of Borås, Sweden 2 School of

More information

Forecasting the Taiwan Stock Market with a Novel Momentum-based Fuzzy Time-series

Forecasting the Taiwan Stock Market with a Novel Momentum-based Fuzzy Time-series Review of Economics & Finance Submitted on /October/0 Article ID: 9-9-0-0-8- Tai-Liang Chen Forecasting the Taiwan Stock Market with a Novel Momentum-based Fuzzy Time-series Tai-Liang Chen Dept. of Information

More information

Trading the Hidden Divergence. Presented by Sunil Mangwani

Trading the Hidden Divergence. Presented by Sunil Mangwani Trading the Hidden Divergence Indicators in technical analysis. Indicators along with chart patterns, trend lines, resistance / support levels etc., are an essential part of technical analysis. But there

More information

FOREX TRADING STRATEGIES.

FOREX TRADING STRATEGIES. FOREX TRADING STRATEGIES www.ifcmarkets.com www.ifcmarkets.com 2 One of the most powerful means of winning a trade is the portfolio of Forex trading strategies applied by traders in different situations.

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

SpringerBriefs in Applied Sciences and Technology

SpringerBriefs in Applied Sciences and Technology SpringerBriefs in Applied Sciences and Technology Computational Intelligence Series editor Janusz Kacprzyk, Polish Academy of Sciences, Systems Research Institute, Warsaw, Poland The series Studies in

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

Chapter 11: Artificial Intelligence

Chapter 11: Artificial Intelligence Chapter 11: Artificial Intelligence Computer Science: An Overview Tenth Edition by J. Glenn Brookshear Presentation files modified by Farn Wang Copyright 2008 Pearson Education, Inc. Publishing as Pearson

More information

Binary Options Trading Strategies How to Become a Successful Trader?

Binary Options Trading Strategies How to Become a Successful Trader? Binary Options Trading Strategies or How to Become a Successful Trader? Brought to You by: 1. Successful Binary Options Trading Strategy Successful binary options traders approach the market with three

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

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

ARTIFICIAL NEURAL NETWORK SYSTEM FOR PREDICTION OF US MARKET INDICES USING MISO AND MIMO APROACHES

ARTIFICIAL NEURAL NETWORK SYSTEM FOR PREDICTION OF US MARKET INDICES USING MISO AND MIMO APROACHES ARTIFICIAL NEURAL NETWORK SYSTEM FOR PREDICTION OF US MARKET INDICES USING MISO AND MIMO APROACHES Hari Sharma, Virginia State University Hari S. Hota, Bilaspur University Kate Brown, University of Maryland

More information

Prediction for Stock Marketing Using Machine Learning

Prediction for Stock Marketing Using Machine Learning Prediction for Stock Marketing Using Machine Learning Shubham Jain Student, Department of Information Technology Maharaja Agrasen Institute of Technology, Delhi, India shjain6670@gmail.com Mark Kain Student,

More information

Stock Price Forecasting with Support Vector Machines based on Web Financial Information Sentiment Analysis Run Cao, Xun Liang, and Zhihao Ni

Stock Price Forecasting with Support Vector Machines based on Web Financial Information Sentiment Analysis Run Cao, Xun Liang, and Zhihao Ni Stock Price Forecasting with Support Vector Machines based on Web Financial Information Sentiment Analysis Run Cao, Xun Liang, and Zhihao Ni School of Information, Renmin University of China, Beijing,

More information

ScienceDirect. Detecting the abnormal lenders from P2P lending data

ScienceDirect. Detecting the abnormal lenders from P2P lending data Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 91 (2016 ) 357 361 Information Technology and Quantitative Management (ITQM 2016) Detecting the abnormal lenders from P2P

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

TRADE SIGNALS POWERED BY AUTOCHARTIST

TRADE SIGNALS POWERED BY AUTOCHARTIST SAXO TRADER GO TRADE SIGNALS POWERED BY AUTOCHARTIST Trade Signals is a SaxoTraderGO tool that uses Autochartist technology to identify emerging and completed patterns in most leading financial markets.

More information

Neural Network Approach for Stock Prediction using Historical Data

Neural Network Approach for Stock Prediction using Historical Data Neural Network Approach for Stock Prediction using Historical Data Yuvraj Wadghule SND COE & RC,Yeola Prof. I.R. Shaikh SND COE & RC,Yeola ABSTRACT In today s era the count of investor is increasing dayby

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

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

Prediction of Future Stock Close Price using Proposed Hybrid ANN Model of Functional Link Fuzzy Logic Neural Model

Prediction of Future Stock Close Price using Proposed Hybrid ANN Model of Functional Link Fuzzy Logic Neural Model Institute of Advanced Engineering and Science IAES International Journal of Artificial Intelligence (IJ-AI) Vol. 1, No. 1, March 2012, pp. 25~30 ISSN: 2252-8938 25 Prediction of Future Stock Close Price

More information

Certified Financial Technician (CFTe) Level I: Foundations in Technical Analysis 2012 SYLLABUS AND READING LIST

Certified Financial Technician (CFTe) Level I: Foundations in Technical Analysis 2012 SYLLABUS AND READING LIST Certified Financial Technician (CFTe) Level I: Foundations in Technical Analysis 2012 SYLLABUS AND READING LIST The CFTe I candidate is responsible for the material on a definition level. The candidate

More information

Stock Market Predictor and Analyser using Sentimental Analysis and Machine Learning Algorithms

Stock Market Predictor and Analyser using Sentimental Analysis and Machine Learning Algorithms Volume 119 No. 12 2018, 15395-15405 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Stock Market Predictor and Analyser using Sentimental Analysis and Machine Learning Algorithms 1

More information

Technical Analysis explained: The Gap theory applied on unsustainable movements in EUR/USD

Technical Analysis explained: The Gap theory applied on unsustainable movements in EUR/USD Technical Analysis explained: The Gap theory applied on unsustainable movements in EUR/USD In late 1980s John J. Murphy published his book titled Technical Analysis of the Futures Markets, a comprehensive

More information

Syl Desaulniers Nison Certified Trainer Nison Candle Software Tech Support

Syl Desaulniers Nison Certified Trainer Nison Candle Software Tech Support Syl Desaulniers Nison Certified Trainer Nison Candle Software Tech Support Legal Notice: This webcast and recording is Candlecharts.com and may not be copied, retransmitted, nor distributed in any manner

More information