International Journal of Computer Engineering and Applications, Volume XII, Issue IV, April 18, ISSN

Size: px
Start display at page:

Download "International Journal of Computer Engineering and Applications, Volume XII, Issue IV, April 18, ISSN"

Transcription

1 STOCK MARKET PREDICTION USING ARIMA MODEL Dr A.Haritha 1 Dr PVS Lakshmi 2 G.Lakshmi 3 E.Revathi 4 A.G S S Srinivas Deekshith 5 1,3 Assistant Professor, Department of IT, PVPSIT. 2 Professor, Department of IT, PVPSIT. 4,5 Research Scholar, Department of IT, PVPSIT. ABSTRACT: The Stock market is an important financial subject for a significant number of people. Generally, a stock market exchange consists of investments to improve the effectiveness of national economy. The stock market forecasting is essential to analyze the future stock's returns on investment by using the present stock values. Stock market forecasting is one way to identify whether the stocks are profitable or not. Many of the investors may find it very difficult to invest their money in a particular stock company. So they are trying to find a technique to analyze and forecast the stock trade and minimize the risk of investment. By using the present stock market data, we can predict the values to get the future stock trends. Keywords: Stock Market, Investment, Stock value, Profitable, Stock market. [1] INTRODUCTION Nowadays, the stock market is an important financial subject for a significant number of people. Generally, a stock market exchange consists of investments to improve the effectiveness of national economy. The stock market forecasting is essential to analyze the future stock's returns on investment by using the present stock values. Stock market forecasting is one way to identify whether the stocks are profitable or not. Many of the investors may find it very difficult to invest their money in a particular stock company. So they are trying to find a Dr A. Haritha Dr PVS Lakshmi G. Lakshmi E. Revathi A. G S S Srinivas Deekshith 294

2 STOCK MARKET PREDICTION USING ARIMA MODEL technique to analyze and forecast the stock trade and minimize the risk of investment. By using the present stock market data, we can predict the values to get the future stock trends. Here, we are introducing a new forecasting model called time series analysis to solve the forecasting problems for investors. Time series forecasting is defined as a statistical method which analyzes the data set and predicts the future values of a stock market. By applying time series analysis with ARIMA model, we can analyze and forecast the stock values. Time series uses a ts() function to convert a numeric vector into an R object. First, we collected a dataset from yahoo finance and by using ARIMA(p,q,d) model, datasets predicted the future stock prices with their corresponding graphical format. ARIMA is a forecasting model to make predictions by utilizing historical data. The graph has two models seasonal and non-seasonal auto-arima. It indicates the future stock return on investments at the time of seasonal and nonseasonal. These values are used to make a decision for the stock market investors. We conclude that this forecasting model helps to analyze and predict the future stock exchange data. [2] LITERATURE SURVEY The weekly stock market data from Google trends and yahoo finance servers. Then applied time series analysis and regression to the data and made an ARIMA model for forecasting the stock values. The result displays changes in weekly stock prices.[1] The basic ARIMA model has significant success in modifications such as clustering time series from ARIMA models with clipped data. The clustering of data derived from ARIMA model using k-means and k-medoids algorithms. This clustering technique is mainly used to assess the effects of discrete data.[2] A hybrid methodology that exploits the ARIMA model and the SVM model in forecasting stock prices problems. Real data sets of stock prices were used to examine the forecasting accuracy of the proposed model.[3] The closing values of the index are predicted by using an artificial neural network. Neural Network is one of the models used to predict the index value of a stock market. The model uses preprocessed dataset up to 4 years of trading days.[4] Prediction of stock prices using sentiment analysis from social media by using data mining. Data mining has different methods, which are used to forecast a stock market data more efficiently along with hybrid approaches.[5] [3] METHODOLOGY Dr A. Haritha Dr PVS Lakshmi G. Lakshmi E. Revathi A. G S S Srinivas Deekshith 295

3 Figure: 1 Process flow 1. Data Acquisition: Data acquisition means acquiring different types of data such as textual data and numerical data from servers. Here, we are using a quantmod package to get the stock market datasets from yahoo finance and google servers. Quantmod means a quantitative financial modeling framework and that makes modeling easier to avoid duplications in a data. Each dataset has an individual stock symbol. 2. Data classification: Data classification is the process of organizing data into different categories for its more efficient use. The time series function is applied to the data and omit any null values and set the frequency for the time series. It was formulated as ts(vector,start=,end=,frequency=). For time series function, we using Tseries package to convert a numeric vector into R time series object, which can also be used to create an ARIMA model. 3. Data decomposition: Data decomposition means splitting the data into smaller tasks. The data is then decomposed using the STL(Seasonal Trend Decomposition Of Time Series By Loess) function with s.window as periodic for seasonal extraction.the stl() is an algorithm used to divide a time series into three components such as trend, seasonality, and remainder. We can run stl() by specifying a data frame. 4. Arima Model: Dr A. Haritha Dr PVS Lakshmi G. Lakshmi E. Revathi A. G S S Srinivas Deekshith 296

4 STOCK MARKET PREDICTION USING ARIMA MODEL The data is filtered seasonally by applying the seasadj function, after which the auto.arima function is applied, an automated arima model which should be able to predict the future data approximately. A seasadj() means seasonal adjustment, it returns seasonally adjusted data. The forecast package provides functions for the automatic selection of exponential and ARIMA models. The auto.arima() function can handle both seasonal and non-seasonal ARIMA models. Models are chosen to maximize one of several fit criteria. 5. Forecasting the data: Forecasting data means predicting the future values. The data is predicted by using the forecast function based on the daily wise data with the time intervals. A forecast() is used to invoke methods, that depends on the first argument in the class. The predicted data is displayed in the form of graph and tables. The ggplot2 package is a plotting system in R language. It is used to plot a graph that makes it easy to find multi-layered graphics. The graph represents the profit and loss stock values that uses to the investors for making a decision on investment. [4] RESULTS Figure: 2 The front end for choosing Non-seasonal and seasonal data: The above dashboard represents an option for selecting different models of data such as seasonal and Non-seasonal models. Seasonal data means, at which time the stock prices are fixed. Non-seasonal model means the stocks have fluctuations. There is a stock code text box, to enter the stock symbol of any company. Dr A. Haritha Dr PVS Lakshmi G. Lakshmi E. Revathi A. G S S Srinivas Deekshith 297

5 Figure: 3 Select any company and predict a graph for Non-seasonal data: Select APPLE company dataset from yahoo finance server. There is a particular stock symbol for APPLE stock dataset as AAPL. Type the stock code and select a Non-seasonal option, then click on predict button. It plots an auto-arima Non-seasonal graph with their corresponding predicted stock values, i.e. the daily close prices of APPLE(AAPL) stock over the time intervals. Figure: 4 Forecasting stock values of APPLE (APPL) seasonal data: The above graph represents an Auto Arima seasonal model for APPLE stock data. The graph predicts point forecasting stock values with the time intervals. The seasonal data always a fixed data without fluctuations in predicted values. Dr A. Haritha Dr PVS Lakshmi G. Lakshmi E. Revathi A. G S S Srinivas Deekshith 298

6 STOCK MARKET PREDICTION USING ARIMA MODEL Figure: 5 The time series forecasting for GOOG non-seasonal stock data: Select another company stock prices to predict the future the values. Here, GOOGLE company stock dataset is selected and it contains a symbol as GOOG. Select a Non-seasonal option and click on the predict button. A Non-seasonal data shows the rise and falls of stock values. We plotted a graph for predicting stock prices with their corresponding low and high values of a Google company, i.e. the daily stock close prices. Figure: 6 Basic ARIMA model for GOOG seasonal stock data: Dr A. Haritha Dr PVS Lakshmi G. Lakshmi E. Revathi A. G S S Srinivas Deekshith 299

7 In this graph, time series analysis is applied to Google company dataset. The graph represents an auto-arima seasonal model. A seasonal data represents fixed values, we can call it as periodic time series. The graph plots between predicted stock values and their time intervals. I. II. [5] CONCLUSION: The Stock market analysis is a major issue in financial studies. Time series analysis is the fundamental method to perform a task for forecasting stock values. Here, we apply ARIMA model in the time series forecasting for future stock values. We collect datasets from yahoo finance source, it provides multiple numbers of stock datasets to any company. First, we choose a dataset with their symbols and select appropriate model to plot a graph. There are two categories of data models seasonal and non-seasonal. Type the symbol of a particular company to predict the historical stock prices with their forecasting stock values. In the graph, it shows predicted close prices within the time intervals. We conclude that this paper analysis and forecasts the historical stock prices to get the future stock values and it helps to the investors in decision-making. REFERENCES [1] Selene Yue Xu (UC Berkeley), Stock Price Forecasting Using Information from Yahoo Finance and Google Trend. [2] A. J. Bagnall and G. J. Janacek, Clustering Time Series from ARIMA Models with Clipped Data in KDD, W.Kim, R.Kohavi, J.Gehrke, and W. DuMouchel, Eds.ACM, [3] A Hybrid ARIMA Model and Support Vector Machines Model of Stock Price Forecasting in Omega, the International Journal of Management Science. Vol.33, no.3,2005. [4] Manna Majumder and MD Anwar Hussain, Forecasting of Indian Stock Market Index using Artificial Neural Network. [5] Vivek Rajput, Sarika Bodbe, Stock Market Forecasting Techniques:Literature Survey. Dr A. Haritha Dr PVS Lakshmi G. Lakshmi E. Revathi A. G S S Srinivas Deekshith 300

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

Journal of Insurance and Financial Management, Vol. 1, Issue 4 (2016)

Journal of Insurance and Financial Management, Vol. 1, Issue 4 (2016) Journal of Insurance and Financial Management, Vol. 1, Issue 4 (2016) 68-131 An Investigation of the Structural Characteristics of the Indian IT Sector and the Capital Goods Sector An Application of the

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

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

Regression Analysis of Stock Returns By Filtering with Simple Moving Averages

Regression Analysis of Stock Returns By Filtering with Simple Moving Averages Regression Analysis of Stock Returns By Filtering with Simple Moving Averages Ahmet Sekreter 1 1 Faculty of Administrative Sciences and Economics, Ishik University, Iraq Correspondence: Ahmet Sekreter,

More information

Stock Prediction Using Twitter Sentiment Analysis

Stock Prediction Using Twitter Sentiment Analysis Problem Statement Stock Prediction Using Twitter Sentiment Analysis Stock exchange is a subject that is highly affected by economic, social, and political factors. There are several factors e.g. external

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

Portfolio Recommendation System Stanford University CS 229 Project Report 2015

Portfolio Recommendation System Stanford University CS 229 Project Report 2015 Portfolio Recommendation System Stanford University CS 229 Project Report 205 Berk Eserol Introduction Machine learning is one of the most important bricks that converges machine to human and beyond. Considering

More information

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

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

More information

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

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

$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

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

Predictive Risk Categorization of Retail Bank Loans Using Data Mining Techniques

Predictive Risk Categorization of Retail Bank Loans Using Data Mining Techniques National Conference on Recent Advances in Computer Science and IT (NCRACIT) International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume

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

Are New Modeling Techniques Worth It?

Are New Modeling Techniques Worth It? Are New Modeling Techniques Worth It? Tom Zougas PhD PEng, Manager Data Science, TransUnion TORONTO SAS USER GROUP MAY 2, 2018 Are New Modeling Techniques Worth It? Presenter Tom Zougas PhD PEng, Manager

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

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

International Journal of Advance Engineering and Research Development REVIEW ON PREDICTION SYSTEM FOR BANK LOAN CREDIBILITY

International Journal of Advance Engineering and Research Development REVIEW ON PREDICTION SYSTEM FOR BANK LOAN CREDIBILITY Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 12, December -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 REVIEW

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

Do Media Sentiments Reflect Economic Indices?

Do Media Sentiments Reflect Economic Indices? Do Media Sentiments Reflect Economic Indices? Munich, September, 1, 2010 Paul Hofmarcher, Kurt Hornik, Stefan Theußl WU Wien Hofmarcher/Hornik/Theußl Sentiment Analysis 1/15 I I II Text Mining Sentiment

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

Copy Right to GARPH Page 38

Copy Right to GARPH Page 38 IMPLEMENT EFFICIENT ALGORITHM FOR PREDICTIONS OF STOCK MARKET BY MULTICLASS SUPPORT VECTOR MACHINE 1 VAIBHAV INGOLE Department of Computer Science & Engineering, TIT, Bhopal, India vingole42@rediffmail.com

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

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

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

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

yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0

yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0 yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0 Emanuele Guidotti, Stefano M. Iacus and Lorenzo Mercuri February 21, 2017 Contents 1 yuimagui: Home 3 2 yuimagui: Data

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

Data Adaptive Stock Recommendation

Data Adaptive Stock Recommendation IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Volume 13, PP 06-10 www.iosrjen.org Data Adaptive Stock Recommendation Mayank H. Mehta 1, Kamakshi P. Banavalikar 2, Jigar

More information

Available online at ScienceDirect. Procedia Computer Science 89 (2016 )

Available online at  ScienceDirect. Procedia Computer Science 89 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 89 (2016 ) 441 449 Twelfth International Multi-Conference on Information Processing-2016 (IMCIP-2016) Prediction Models

More information

Time Series Forecasting Of Nifty Stock Market Using Weka

Time Series Forecasting Of Nifty Stock Market Using Weka Time Series Forecasting Of Nifty Stock Market Using Weka Raj Kumar 1, Anil Balara 2 1 M.Tech, Global institute of Engineering and Technology,Gurgaon 2 Associate Professor, Global institute of Engineering

More information

Risk Analysis. å To change Benchmark tickers:

Risk Analysis. å To change Benchmark tickers: Property Sheet will appear. The Return/Statistics page will be displayed. 2. Use the five boxes in the Benchmark section of this page to enter or change the tickers that will appear on the Performance

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

Forecasting Stock Prices Using a Hybrid Approach

Forecasting Stock Prices Using a Hybrid Approach Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2018, 5(3): 162-169 Research Article ISSN: 2394-658X Forecasting Stock Prices Using a Hybrid Approach RMCDK Rajasinghe,

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

Analyzing Representational Schemes of Financial News Articles

Analyzing Representational Schemes of Financial News Articles Analyzing Representational Schemes of Financial News Articles Robert P. Schumaker Information Systems Dept. Iona College, New Rochelle, New York 10801, USA rschumaker@iona.edu Word Count: 2460 Abstract

More information

Prediction of stock price developments using the Box-Jenkins method

Prediction of stock price developments using the Box-Jenkins method Prediction of stock price developments using the Box-Jenkins method Bořivoj Groda 1, Jaromír Vrbka 1* 1 Institute of Technology and Business, School of Expertness and Valuation, Okružní 517/1, 371 České

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

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

An introduction to Machine learning methods and forecasting of time series in financial markets

An introduction to Machine learning methods and forecasting of time series in financial markets An introduction to Machine learning methods and forecasting of time series in financial markets Mark Wong markwong@kth.se December 10, 2016 Abstract The goal of this paper is to give the reader an introduction

More information

Predicting Market Fluctuations via Machine Learning

Predicting Market Fluctuations via Machine Learning Predicting Market Fluctuations via Machine Learning Michael Lim,Yong Su December 9, 2010 Abstract Much work has been done in stock market prediction. In this project we predict a 1% swing (either direction)

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

Stock Market Real Time Recommender Model Using Apache Spark Framework

Stock Market Real Time Recommender Model Using Apache Spark Framework Stock Market Real Time Recommender Model Using Apache Spark Framework Mostafa Mohamed Seif ( ), Essam M. Ramzy Hamed ( ), and Abd El Fatah Abdel Ghfar Hegazy ( ) Arab Academy for Science, Technology and

More information

Lending Club Loan Portfolio Optimization Fred Robson (frobson), Chris Lucas (cflucas)

Lending Club Loan Portfolio Optimization Fred Robson (frobson), Chris Lucas (cflucas) CS22 Artificial Intelligence Stanford University Autumn 26-27 Lending Club Loan Portfolio Optimization Fred Robson (frobson), Chris Lucas (cflucas) Overview Lending Club is an online peer-to-peer lending

More information

Stock Prediction Model with Business Intelligence using Temporal Data Mining

Stock Prediction Model with Business Intelligence using Temporal Data Mining ISSN No. 0976-5697!" #"# $%%# &'''( Stock Prediction Model with Business Intelligence using Temporal Data Mining Sailesh Iyer * Senior Lecturer SKPIMCS-MCA, Gandhinagar ssi424698@yahoo.com Dr. P.V. Virparia

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

Prediction Algorithm using Lexicons and Heuristics based Sentiment Analysis

Prediction Algorithm using Lexicons and Heuristics based Sentiment Analysis IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 16-20 www.iosrjournals.org Prediction Algorithm using Lexicons and Heuristics based Sentiment Analysis Aakash Kamble

More information

Predictive modeling of stock indices closing from web search trends. Arjun R 1, Suprabha KR 2

Predictive modeling of stock indices closing from web search trends. Arjun R 1, Suprabha KR 2 Predictive modeling of stock indices closing from web search trends Arjun R 1, Suprabha KR 2 1 PhD Scholar, NIT Karnataka, Mangalore- 575025 2 Assistant Professor, NIT Karnataka, Mangalore -575025 Email:

More information

Predicting stock prices for large-cap technology companies

Predicting stock prices for large-cap technology companies Predicting stock prices for large-cap technology companies 15 th December 2017 Ang Li (al171@stanford.edu) Abstract The goal of the project is to predict price changes in the future for a given stock.

More information

The Influence of News Articles on The Stock Market.

The Influence of News Articles on The Stock Market. The Influence of News Articles on The Stock Market. COMP4560 Presentation Supervisor: Dr Timothy Graham U6015364 Zhiheng Zhou Australian National University At Ian Ross Design Studio On 2018-5-18 Motivation

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

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

Bond Pricing AI. Liquidity Risk Management Analytics.

Bond Pricing AI. Liquidity Risk Management Analytics. Bond Pricing AI Liquidity Risk Management Analytics www.overbond.com Fixed Income Artificial Intelligence The financial services market is embracing digital processes and artificial intelligence applications

More information

DECISION SCIENCES INSTITUTE Stock Trading Decisions Using Ensemble-based Forecasting Models

DECISION SCIENCES INSTITUTE Stock Trading Decisions Using Ensemble-based Forecasting Models DECISION SCIENCES INSTITUTE Stock Trading Decisions Using Ensemble-based Forecasting Models Dhanya Jothimani Indian Institute of Technology Delhi, India Email: dhanyajothimani@gmail.com Ravi Shankar Indian

More information

starting on 5/1/1953 up until 2/1/2017.

starting on 5/1/1953 up until 2/1/2017. An Actuary s Guide to Financial Applications: Examples with EViews By William Bourgeois An actuary is a business professional who uses statistics to determine and analyze risks for companies. In this guide,

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

ALGORITHMIC TRADING STRATEGIES IN PYTHON

ALGORITHMIC TRADING STRATEGIES IN PYTHON 7-Course Bundle In ALGORITHMIC TRADING STRATEGIES IN PYTHON Learn to use 15+ trading strategies including Statistical Arbitrage, Machine Learning, Quantitative techniques, Forex valuation methods, Options

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

The Key to Your Success in Three Easy Steps!

The Key to Your Success in Three Easy Steps! The Key to Your Success in Three Easy Steps! 1. Take a Sample Test to assess your knowledge. 2. Review your personalized Study Plan to see where you need more work. 3. Use the Study Plan exercises and

More information

ISSN: (Online) Volume 4, Issue 2, February 2016 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 4, Issue 2, February 2016 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 4, Issue 2, February 2016 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Automated Options Trading Using Machine Learning

Automated Options Trading Using Machine Learning 1 Automated Options Trading Using Machine Learning Peter Anselmo and Karen Hovsepian and Carlos Ulibarri and Michael Kozloski Department of Management, New Mexico Tech, Socorro, NM 87801, U.S.A. We summarize

More information

Natural Customer Ranking of Banks in Terms of Credit Risk by Using Data Mining A Case Study: Branches of Mellat Bank of Iran

Natural Customer Ranking of Banks in Terms of Credit Risk by Using Data Mining A Case Study: Branches of Mellat Bank of Iran Jurnal UMP Social Sciences and Technology Management Vol. 3, Issue. 2,2015 Natural Customer Ranking of Banks in Terms of Credit Risk by Using Data Mining A Case Study: Branches of Mellat Bank of Iran Somayyeh

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

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

Using artificial neural networks for forecasting per share earnings

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

More information

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

Feedforward Neural Networks for Sentiment Detection in Financial News

Feedforward Neural Networks for Sentiment Detection in Financial News World Journal of Social Sciences Vol. 2. No. 4. July 2012. Pp. 218 234 Feedforward Neural Networks for Sentiment Detection in Financial News Caslav Bozic* and Detlef Seese* With a rise of algorithmic trading

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

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

Measuring the Impact of Financial News and Social Media on Stock Market Modeling Using Time Series Mining Techniques

Measuring the Impact of Financial News and Social Media on Stock Market Modeling Using Time Series Mining Techniques algorithms Article Measuring the Impact of Financial News and Social Media on Stock Market Modeling Using Time Series Mining Techniques Foteini Kollintza-Kyriakoulia 1, Manolis Maragoudakis 1, * and Anastasia

More information

Forecasting Agricultural Commodity Prices through Supervised Learning

Forecasting Agricultural Commodity Prices through Supervised Learning Forecasting Agricultural Commodity Prices through Supervised Learning Fan Wang, Stanford University, wang40@stanford.edu ABSTRACT In this project, we explore the application of supervised learning techniques

More information

Machine Learning in Finance

Machine Learning in Finance Machine Learning in Finance Dragana Radojičić Thorsten Rheinländer Simeon Kredatus TU Wien, Vienna University of Technology October 27, 2018 Dragana Radojičić (TU Wien) October 27, 2018 1 / 16 Outline

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

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

HKUST CSE FYP , TEAM RO4 OPTIMAL INVESTMENT STRATEGY USING SCALABLE MACHINE LEARNING AND DATA ANALYTICS FOR SMALL-CAP STOCKS

HKUST CSE FYP , TEAM RO4 OPTIMAL INVESTMENT STRATEGY USING SCALABLE MACHINE LEARNING AND DATA ANALYTICS FOR SMALL-CAP STOCKS HKUST CSE FYP 2017-18, TEAM RO4 OPTIMAL INVESTMENT STRATEGY USING SCALABLE MACHINE LEARNING AND DATA ANALYTICS FOR SMALL-CAP STOCKS MOTIVATION MACHINE LEARNING AND FINANCE MOTIVATION SMALL-CAP MID-CAP

More information

Machine Learning in Risk Forecasting and its Application in Low Volatility Strategies

Machine Learning in Risk Forecasting and its Application in Low Volatility Strategies NEW THINKING Machine Learning in Risk Forecasting and its Application in Strategies By Yuriy Bodjov Artificial intelligence and machine learning are two terms that have gained increased popularity within

More information

A New Method Based on Clustering and Feature Selection for Credit Scoring of Banking Customers Seyedeh Maryam Anaei 1 and Mohsen Moradi 2

A New Method Based on Clustering and Feature Selection for Credit Scoring of Banking Customers Seyedeh Maryam Anaei 1 and Mohsen Moradi 2 A New Method Based on Clustering and Feature Selection for Credit Scoring of Banking Customers Seyedeh Maryam Anaei 1 and Mohsen Moradi 2 1 Department of Computer engineering,islamic Azad University Boushehr

More information

MEASURING THE IMPACT OF NON-PERFORMING ASSETS ON THE PROFITABILITY OF INDIAN SCHEDULED COMMERCIAL BANKS

MEASURING THE IMPACT OF NON-PERFORMING ASSETS ON THE PROFITABILITY OF INDIAN SCHEDULED COMMERCIAL BANKS Available online at : http://euroasiapub.org, pp~285~294, Thomson Reuters ID: L-5236-2015 MEASURING THE IMPACT OF NON-PERFORMING ASSETS ON THE PROFITABILITY OF INDIAN SCHEDULED COMMERCIAL BANKS SUNITA

More information

Supervised classification-based stock prediction and portfolio optimization

Supervised classification-based stock prediction and portfolio optimization Normalized OIADP (au) Normalized RECCH (au) Normalized IBC (au) Normalized ACT (au) Supervised classification-based stock prediction and portfolio optimization CS 9 Project Milestone Report Fall 13 Sercan

More information

Naïve Bayesian Classifier and Classification Trees for the Predictive Accuracy of Probability of Default Credit Card Clients

Naïve Bayesian Classifier and Classification Trees for the Predictive Accuracy of Probability of Default Credit Card Clients American Journal of Data Mining and Knowledge Discovery 2018; 3(1): 1-12 http://www.sciencepublishinggroup.com/j/ajdmkd doi: 10.11648/j.ajdmkd.20180301.11 Naïve Bayesian Classifier and Classification Trees

More information

Analyzing Life Insurance Data with Different Classification Techniques for Customers Behavior Analysis

Analyzing Life Insurance Data with Different Classification Techniques for Customers Behavior Analysis Analyzing Life Insurance Data with Different Classification Techniques for Customers Behavior Analysis Md. Saidur Rahman, Kazi Zawad Arefin, Saqif Masud, Shahida Sultana and Rashedur M. Rahman Abstract

More information

Quant Trader. Market Forecasting and Optimization of Trading Models. Presented by Quant Trade Technologies, Inc.

Quant Trader. Market Forecasting and Optimization of Trading Models. Presented by Quant Trade Technologies, Inc. Quant Trader Market Forecasting and Optimization of Trading Models Presented by Quant Trade Technologies, Inc. Trading Strategies Backtesting Engine Expert Optimization Portfolio Analysis Trading Script

More information

CS 475 Machine Learning: Final Project Dual-Form SVM for Predicting Loan Defaults

CS 475 Machine Learning: Final Project Dual-Form SVM for Predicting Loan Defaults CS 475 Machine Learning: Final Project Dual-Form SVM for Predicting Loan Defaults Kevin Rowland Johns Hopkins University 3400 N. Charles St. Baltimore, MD 21218, USA krowlan3@jhu.edu Edward Schembor Johns

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue I, Jan. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue I, Jan. 18,   ISSN A.Komathi, J.Kumutha, Head & Assistant professor, Department of CS&IT, Research scholar, Department of CS&IT, Nadar Saraswathi College of arts and science, Theni. ABSTRACT Data mining techniques are becoming

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 Study on Financial Performance Analysis of Spinning Mills of Coimbatore City

A Study on Financial Performance Analysis of Spinning Mills of Coimbatore City IOSR Journal of Business and Management (IOSR-JBM) e-issn: 2278-487X, p-issn: 2319-7668. Volume 20, Issue 1. Ver. V (January. 2018), PP 25-30 www.iosrjournals.org A Study on Financial Performance Analysis

More information

DATA MINING ON LOAN APPROVED DATSET FOR PREDICTING DEFAULTERS

DATA MINING ON LOAN APPROVED DATSET FOR PREDICTING DEFAULTERS DATA MINING ON LOAN APPROVED DATSET FOR PREDICTING DEFAULTERS By Ashish Pandit A Project Report Submitted in Partial Fulfillment of the Requirements for the Degree of Master of Science in Computer Science

More information

Keyword: Risk Prediction, Clustering, Redundancy, Data Mining, Feature Extraction

Keyword: Risk Prediction, Clustering, Redundancy, Data Mining, Feature Extraction Volume 6, Issue 2, February 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Clustering

More information

UNDERSTANDING ML/DL MODELS USING INTERACTIVE VISUALIZATION TECHNIQUES

UNDERSTANDING ML/DL MODELS USING INTERACTIVE VISUALIZATION TECHNIQUES UNDERSTANDING ML/DL MODELS USING INTERACTIVE VISUALIZATION TECHNIQUES Chakri Cherukuri Senior Researcher Quantitative Financial Research Group 1 OUTLINE Introduction Applied machine learning in finance

More information

We are not saying it s easy, we are just trying to make it simpler than before. An Online Platform for backtesting quantitative trading strategies.

We are not saying it s easy, we are just trying to make it simpler than before. An Online Platform for backtesting quantitative trading strategies. We are not saying it s easy, we are just trying to make it simpler than before. An Online Platform for backtesting quantitative trading strategies. Visit www.kuants.in to get your free access to Stock

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue IV, April 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue IV, April 18,   ISSN International Journal of Computer Engineering and Applications, Volume XII, Issue IV, April 18, www.ijcea.com ISSN 2321-3469 BEHAVIOURAL ANALYSIS OF BANK CUSTOMERS Preeti Horke 1, Ruchita Bhalerao 1, Shubhashri

More information

A TEMPORAL PATTERN APPROACH FOR PREDICTING WEEKLY FINANCIAL TIME SERIES

A TEMPORAL PATTERN APPROACH FOR PREDICTING WEEKLY FINANCIAL TIME SERIES A TEMPORAL PATTERN APPROACH FOR PREDICTING WEEKLY FINANCIAL TIME SERIES DAVID H. DIGGS Department of Electrical and Computer Engineering Marquette University P.O. Box 88, Milwaukee, WI 532-88, USA Email:

More information

Asset returns and R applications

Asset returns and R applications I. Time value of money: Asset returns and R applications Consider an investor looking for potential investments in equity and fixed income markets. Why would one want to put money in these investments

More information

University of Texas at Dallas School of Management. Investment Management Spring Estimation of Systematic and Factor Risks (Due April 1)

University of Texas at Dallas School of Management. Investment Management Spring Estimation of Systematic and Factor Risks (Due April 1) University of Texas at Dallas School of Management Finance 6310 Professor Day Investment Management Spring 2008 Estimation of Systematic and Factor Risks (Due April 1) This assignment requires you to perform

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

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

INDIAN STOCK MARKET PREDICTOR SYSTEM

INDIAN STOCK MARKET PREDICTOR SYSTEM INDIAN STOCK MARKET PREDICTOR SYSTEM 1 VIVEK JOHN GEORGE, 2 DARSHAN M. S, 3 SNEHA PRICILLA, 4 ARUN S, 5 CH. VANIPRIYA Department of Computer Science and Engineering, Sir M Visvesvarya Institute of Technology,

More information

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

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

More information

Gamma Distribution Fitting

Gamma Distribution Fitting Chapter 552 Gamma Distribution Fitting Introduction This module fits the gamma probability distributions to a complete or censored set of individual or grouped data values. It outputs various statistics

More information