Stock Market Prediction Using Machine Learning
Stock Market Prediction Using Machine Learning
Algorithms
Ifeoluwa Rahmon Eze Samson
Information Technology Information Technology
University of Bouremouth University of Bouremouth
Bournemouth, United Kingdom Bournemouth, United Kingdom
[email protected] [email protected]
Abstract— The stock market is the central element of movements is very appealing due to its capacity to analyze
modern capitalism, requiring shrewd decision-making in the extensive datasets, detect nuanced patterns, and adapt to
face of its unpredictability. Machine learning (ML) has become dynamic market conditions [5], [6]. The convergence of
a potential technique for addressing the complexities of stock finance and ML presents both innovative investment
market prediction, surpassing conventional approaches such as
fundamental and technical analysis. This literature review
opportunities and intriguing challenges for scholars in the
examines the ML approaches used for predicting stock market field.
movements. This study examines existing approaches, datasets, The aim of this study is to provide a comprehensive
and ML algorithms in this field, with the goal of providing a literature review on the use of ML techniques in predicting
helpful resource for researchers, financial professionals, and stock market trends. This study examines the many
investors who want to improve their knowledge of financial methodologies, datasets, and ML techniques used within
markets. The paper examines the limits of traditional this particular domain. The objective of our endeavor is to
methodologies and explores many ML methods, including provide a valuable repository for scholars, experts in the
Neural Networks, Support Vector Machines (SVM), Naive sector, and investors who possess an inclination towards
Bayes (NB), Convolutional Neural Networks (CNN), and Deep
Learning (DL). It demonstrates the effectiveness and
using ML techniques to enhance their understanding and
drawbacks of these methods in forecasting stock market proficiency in comprehending and maneuvering the
patterns. This thorough examination reveals deficiencies in intricacies of financial markets. This will be achieved by a
current research, emphasising the need for stronger and more systematic analysis and amalgamation of the extant
practical solutions, thereby directing future research efforts scholarly works.
towards more reliable prediction models.
Agrawal et al. [29] RSI, SMA, MFI, Stock Daily 2007–2008 NASDAQ
MACD
Boyacioglu and Avci Republic gold selling Stock Daily January 1990– ISE
[30] price, December
exchange rates 2008
Treasury bill, etc.
Esfahanipour and MA and BIAS Stock 6 days July 18, 2003– TSE and TEPIX
Aghamiri [31] December
31, 2005
Kara et al. [32] SMA, RSI, MACD and Stock Daily January 1997– ISE
Momentum December
31, 2007.
Atsalakis et al. [33] SOP, SCP and SMA Stock Daily April 2007– NBG
November 2008,
Shen et al. [34] Not mentioned Stock Next-day January 2000– NASDAQ,
October 2012 S&P500 and
DJIA
Wei et al. [35] SMA, RSI volume Stock Daily 2000–2005 TAIEX
Ratio,
psychology line (PSY),
V
Anthony et al. [36] U.S. treasury bonds Stock Daily U.S. treasury
and bonds and
treasury bills treasury bills
Olaniyi et al. [37] SMA Stock Monthly January 2007 and NSE
June 2008
Guresen et al. [38] Not mentioned Stock Daily October 7, 2008– NASDAQ
June 26,
2009
Shom and Padhy [39] EMA and difference in Stock Not January 2007– INSE
the mentioned December
percentage of the price 2010
(RDP)
Enke et al. [40] Money Supply, T-bill- Stock Daily January 1, 1980– S&P 500
rate, Proof of January
Deposit rate 1, 2009
Sureshkumar and SCP, high price, SOP, Stock Intraday October 2007– NSE
Elango [41] and low October 2011
Price
Thanh et al. Vietnamese stock market Stock Daily January 2010–April EXP, and CPI
[42] index 2016
Chong et al. Not mentioned Stock Daily January 2010– Korea KOSPI
[43] December
2014
Zhou et al. EMA, SOP, RSI, SCP, Stock Not mentioned January–December China Stock Market
[44] SMA, MACD 2016
Chen and Hao Ratio (VR), SMA, MTM, Stock Intraday [5, 10, October 31st 2008– SSE & SZSE
[45] EMA, 15, 20, Dec 31st COMP SUB
RSI, OBV and 30] days 2014 IND
MACD Volume
Thanh et al. Vietnamese stock market Stock Daily January 2010–April EXP, and CPI
[42] index 2016
Li, et al. [83] SVR Not Not Not Not RMSEs Con
mentioned mentioned mentioned mentioned
Ballings et RF, LR , SVM Not Not Not Not The portion Cat
al. , NN, Kernel mentioned mentioned mentioned mentioned under the
[84] Factory, K- receiver
NN, and Ada- operating
Boost characteristic
curve (AUC)
Bhagwant et ANN C# Not Not Not MSE Con
al. [85] mentioned mentioned mentioned
Ming et al. Autoregressive Not Bag-of-word Not Not Not Not
[86] (AR) mentioned mentioned mentioned mentioned mentioned
Models
Xi et al. [87] RBF NN MATLAB Not Not Not RMSE Con
mentioned mentioned mentioned
Yetis et al. ANN MATLAB Not Not Not MSE Not
[88] mentioned mentioned mentioned mentioned
III. RESEARCH GAPS AND ISSUES table 3.0. Typically, a few key measures are often
Despite the availability of a wide variety of approaches used.
to SMP, there are still several hurdles that must be Mean Squared Error (MSE): MSE provides an
overcome before accurate stock market forecasting understanding of the model's overall accuracy by measuring
may be achieved. In this discussion, we will examine the average squared difference between projected values and
the various SMP systems and discuss the areas where actual values. It gives greater weights to bigger mistakes;
more study is needed. however, all errors are measured.
SMP presents the NN with the following difficulties: Mean Absolute Error (MAE): MAE is a simpler metric
However, the neural models cannot tolerate high for prediction errors than MSE as it computes the average
computational cost because of the huge neurons absolute differences between actual and anticipated values.
included in the hidden layer and proper weight Root Mean Squared Error (RMSE): RMSE, which is
adaptation [89], therefore the developed ANN was not measured in the same units as the predicted variable, offers
certified as a successful scheme for forecasting the a statistic that is easily understandable. It exhibits sensitivity
stock market. The prediction performance was to outliers due to its tendency to penalise larger errors more
negatively impacted by the fact that NN, constructed severely than smaller ones.
in [90], took longer to complete both testing and R-squared (R²) or Coefficient of Determination: R² is a
training. Overfitting, being stuck in local minima, and metric that quantifies the degree to which the model
the black box approach are all pitfalls that may be accurately represents the data. It indicates the proportion of
overcome with the help of NN. Due to the impact of the variability in the dependent variable (such as stock
misclassification of the similar patterns and the fact prices) that can be accounted for by the independent
that the network parameters used were not adjusted, variables (such as the predictors in the model).
the results generated by the NN based SMP system Accuracy, Precision, and Recall: The accuracy of models
developed in Pang et al., [91] findings were of poor in making predictions about categories is evaluated using
accuracy. The problem with the study into the CNN- these metrics developed for that purpose. Precision
based stock prediction technique is that the created measures the proportion of accurate positive predictions to
CNN using the DL framework was not well suited for real positives and recall measures the proportion of right
the very broad applications. CNN's recognition predicted positives to all actual positives, whilst accuracy
accuracy was lower than that of other state-of-the-art evaluates the total correctness of forecasts.
prediction systems for stock prediction [92]. The
developed decision support system did not apply the
practical information and skills gained, for creating a
suitable stock expert system, in stock investing [93].
ANN suffers from a lack of explanation for how the
solution is formed, necessitating a lengthy training
procedure for building an ideal model [94]. The
formulation of splitting techniques is quite intricate,
which leads to a complex computing process, and the
fuzzy time series model needed more time and the
accuracy calculated by the fuzzy time series model for
the prediction is continually impacted due to length
[95]. For the purpose of forecasting the direction of
stock markets, SVM implemented a feature selection
strategy. The system's accuracy suffered greatly since
the feature selection approach could not identify the
necessary minimum number of optimum features.
Depending on the feature's correlation value, a SVM
or NN based prediction system is developed [96].
IV. EVALUATION METRICS AND PERFORMANCE ASSESSMENT
Assessing the predictive efficacy of ML techniques
has been an essential component of all the papers in
our review collection. These measurements serve as
the basis for evaluating and comparing the
performance of each algorithm. The measurements
were categorised into four groups: "Accuracy-based",
"Error-based", "Return-driven", and "Statistic tests".
A. Metrics for Evaluating Prediction Models
For assessing the effectiveness and accuracy of
algorithms used for predicting stock market trends, it
is essential to establish assessment criteria as listed in
Table 3.0: Formualas of Evaluation Metrics
Metric Formula
MSE
MAE
RMSE
R-squared (R2)
1-
Accuracy
Precision
Recall
ACKNOWLEDGMENT
V. CONCLUSION REFERENCES
This study provides a comprehensive overview of the [1] A. Karthick and S. Gopalsamy, “Artificial
many prediction and clustering approaches used to Intelligence: Trends and Challenges,” in 2022
accurately anticipate the stock market. Using 50 Seventh International Conference on Parallel,
studies, this study aims to categorize current methods Distributed and Grid Computing (PDGC), 2022, pp.
according to when they were published, the 7–12, [Online]. Available:
https://doi.org/10.1109/PDGC56933.2022.10053238
. prediction.,” in 2021 14th International Congress on
[2] T. Tiwari, T. Tiwari, and S. Tiwari, “How Artificial Image and Signal Processing, BioMedical
Intelligence, Machine Learning and Deep Learning Engineering and Informatics (CISP-BMEI), 2021,
are Radically Different?.,” vol. 8, pp. 1–9, 2018, pp. 1–6.
[Online]. Available: [16] Z. Prohaska, I. Uroda, M. Spec, and S. Suljic, “SP
https://doi.org/10.23956/IJARCSSE.V8I2.569. — A computer program for fundamental analysis of
[3] A. Saini and A. Sharma, “Predicting the stocks.,” 2011 Proc. 34th Int. Conv. MIPRO, pp.
Unpredictable: An Application of Machine Learning 1051-1055., 2011.
Algorithms in Indian Stock Market.,” Ann. Data [17] M. Arunagiri, “Fundamental Analysis of Selected
Sci., vol. 9, pp. 791–799, 2019, [Online]. Available: Education Technology Stocks from BSE.,” Int. J.
https://doi.org/10.1007/s40745-019-00230-7. Adv. Res. Sci. Commun. Technol., 2022, [Online].
[4] R. Deshpande, D. Lunkad, M. Kunjir, and S. Ingle, Available: https://doi.org/10.48175/ijarsct-5699.
“Stock Price Prediction and Analysis using Machine [18] V. Pathade, “Equity research: Fundamental analysis
Learning Techniques.,” Int. J. Res. Appl. Sci. Eng. for long term investment.,” Int. J. Appl. Res., vol. 3,
Technol., 2022, [Online]. Available: pp. 678–682, 2017.
https://doi.org/10.22214/ijraset.2022.42747. [19] A. Spritzer and C. Freitas, “A visual tool to support
[5] H. Al-Sahaf et al., “A survey on evolutionary technical analysis of stock market data.,” pp. 512–
machine learning.,” J. R. Soc. New Zeal., vol. 49, 515, 2006, [Online]. Available:
pp. 205–228, 2019, [Online]. Available: https://doi.org/10.1145/1133265.1133372.
https://doi.org/10.1080/03036758.2019.1609052. [20] J. George, A. Nair, and S. Yathish, “Analysis of
[6] M. Sipper, R. Olson, and J. Moore, “Evolutionary Market Behavior Using Popular Digital Design
computation: the next major transition of artificial Technical Indicators and Neural Network.,” Expert
intelligence?,” BioData Min., p. 10, 2017, [Online]. Clouds Appl., 2021, [Online]. Available:
Available: https://doi.org/10.1186/s13040-017- https://doi.org/10.1007/978-981-16-2126-0_37.
0147-3. [21] C. Lohrmann, P. Luukka, M. Jablonska-Sabuka, and
[7] I. Nti, A. Adekoya, and B. Weyori, “A systematic T. Kauranne, “A combination of fuzzy similarity
review of fundamental and technical analysis of measures and fuzzy entropy measures for supervised
stock market predictions.,” Artif. Intell. Rev., vol. feature selection.,” Expert Syst. Appl., vol. 110, pp.
53, pp. 3007–3057, 2019, [Online]. Available: 216–236, 2018.
https://doi.org/10.1007/s10462-019-09754-z. [22] R. Rosillo, J. Giner, and D. L. De Fuente, “The
[8] W. Fraser, “Modern Theories of Investment effectiveness of the combined use of VIX and
Pricing.,” pp. 78–87, 1993, [Online]. Available: support vector machines on the prediction of sandp
https://doi.org/10.1007/978-1-349-13311-6_8. 500.,” Neural Comput. Appl., vol. 25, no. 2, pp.
[9] J. Vesela, “Some Less Known Charting Methods of 321–332, 2014.
Technical Analysis and Possibilities Its Using for [23] E. Hoseinzade and S. Haratizadeh, “CNNPred:
Identification Trend Changes.,” pp. 32–40, 2007, CNN-based stock market prediction using a diverse
[Online]. Available: set of variables.,” Expert Syst. Appl., vol. 129, pp.
https://doi.org/10.18267/J.CFUC.231. 273–285, 2019, [Online]. Available:
[10] L. Yuhan, “Stock Price Prediction based on http://dx.doi.org/10.1016/j.eswa.2019.03.029.
Multiple Regression Models.,” Highlights Sci. Eng. [24] L. S. Malagrino, N. T. Roman, and A. M. Monteiro,
Technol., 2023, doi: 10.54097/hset.v39i.6622. “Forecasting stock market index daily direction: A
[11] Z. Cheng, H. Ping, L. Xiaohui, L. Xuefeng, and Z. Bayesian network approach.,” Expert Syst. Appl.,
Haiming, “Stock Market Analysis Using Time vol. 105, pp. 11–22, 2018, [Online]. Available:
Series Relational Models for Stock Price http://dx.doi.org/10.1016/j.eswa.2018.03.039.
Prediction.,” Mathematics, 2023, doi: [25] S. H. Na and S. Y. Sohn, “Forecasting changes in
10.3390/math11051130. Korea composite stock price index (KOSPI) using
[12] X. Qijun, “Stock Price Forecasting Based on association rules.,” Expert Syst. Appl., vol. 38, no. 7,
ARIMA Model an Example of Cheung Kong pp. 9046–9049., 2011, [Online]. Available:
Hutchison Industrial Co.,” Highlights Business, http://dx.doi.org/10.1016/j.eswa.2011.01.025.
Econ. Manag., 2023, doi: [26] W. Huang, Y. Nakamori, and S. Y. Wang,
10.54097/hbem.v10i.8134. “Forecasting stock market movement direction with
[13] Y. Yue and K. Woohyoung, “Stock Market support vector machine.,” Comput. Oper. Res., vol.
Prediction Based on LSTM Neural Networks.,” 32, pp. 2513–2522, 2005.
Korea Int. Trade Res. Inst., 2023, doi: [27] C. F. Tsai and Y. C. Hsiao, “Combining multiple
10.16980/jitc.19.2.202304.391. feature selection methods for stock prediction:
[14] L. Ruotong, M. Moying, and T. Nan, “Stock Price Union, intersection, and multi-intersection
Prediction Based on Decision Trees, CNN and approaches.,” Decis. Support Syst., vol. 50, no. 1,
LSTM.,” 2023, doi: 10.4108/eai.18-11- pp. 258–269, 2010, [Online]. Available:
2022.2327160. http://dx.doi.org/10.1016/j.dss.2010.08.028.
[15] Y. Lin, Q. Zhong, Q. Huang, M. Li, and F. Ma, “A [28] F. Luo, J. Wu, and K. Yan, “A novel nonlinear
new convolutional neural network and long short combination model based on support vector
term memory combined model for stock index machine for stock market prediction.,” Jinan C
World Congr. Intell. Control Autom. IEEE, stock market.,” Indian J Sci Technol, vol. 11, no. 2,
Piscataw., pp. 5048–5053, 2010. pp. 1–13., 2018.
[29] S. Agrawal, M. Jindal, and G. Pillai, “Momentum [43] E. Chong, C. Han, and F. Park, “Deep learning
analysis based stock market prediction using networks for stock market analysis and prediction:
adaptive neuro-fuzzy inference system (ANFIS).,” methodology, data representations, and case
2010. studies.,” Expert Syst Appl, vol. 83, pp. 187–205.,
[30] M. Boyacioglu and D. Avci, “Adaptive network- 2017.
based fuzzy inference system (ANFIS) for the [44] Zhou X et al, “Stock market prediction on high
prediction of stock market return: the case of the frequency data using generative adversarial nets.,”
Istanbul stock exchange.,” Expert Syst Appl, vol. 37, Math Probl Eng, vol. 2018, pp. 1–12, 2018.
no. 12, pp. 7908–7912., 2010. [45] Y. Chen and Y. Hao, “A feature weighted support
[31] A. Esfahanipour and W. Aghamiri, “Adapted neuro- vector machine and K-nearest neighbor algorithm
fuzzy inference system on indirect approach TSK for stock market indices prediction.,” Expert Syst
fuzzy rule base for stock market analysis,” Expert Appl, vol. 80, pp. 340–355, 2017.
Syst. Appl., vol. 37, no. 7, pp. 4742–4748, 2010. [46] Y. F. Wang, “Predicting stock price using fuzzy
[32] Y. Kara, B. M. Acar, and Ö. Baykan, “Predicting grey prediction system.,” Expert Syst. Appl., vol. 22,
direction of stock price index movement using no. 1, pp. 33–38, 2002, [Online]. Available:
artificial neural networks and support vector http://dx.doi.org/10.1016/S0957-
machines: the sample of the Istanbul stock 4174(01)%0A00047-1.
exchange.,” Expert Syst Appl, vol. 38, no. 5, pp. [47] R. K. Lai, C. Y. Fan, W. H. Huang, and P. C.
5311–5319., 2011. Chang, “Evolving and clustering fuzzy decision tree
[33] G. Atsalakis, E. Dimitrakakis, and C. Zopounidis, for financial time series data forecasting.,” Expert
“Elliott wave theory and neuro-fuzzy systems, in Syst. Appl., vol. 36, no. 2, pp. 3761–3773, 2009,
stock market prediction: the WASP system.,” Expert [Online]. Available:
Syst Appl, vol. 38, no. 8, pp. 9196–9206, 2011. http://dx.doi.org/10.1016/j.eswa.2008.02.%0A025.
[34] S. Shen, H. Jiang, and T. Zhang, “Stock market [48] T. Anbalagan and S. U. Maheswari, “Classification
forecasting using machine learning algorithms.,” and prediction of stock market index based on fuzzy
Dep. Electr. Eng. Stanford Univ. Stanford, pp. 1–5, metagraph.,” Procedia Comput. Sci., vol. 47, no. C,
2012. pp. 214–221, 2015.
[35] L.-Y. Wei, T.-L. Chen, and T.-H. Ho, “A hybrid [49] R. Efendi, N. Arbaiy, and M. M. Deris, “A new
model based on adaptive-network-based fuzzy procedure in stock market forecasting based on
inference system to forecast Taiwan stock market.,” fuzzy random auto-regression time series model.,”
Expert Syst Appl, vol. 38, no. 11, pp. 13625–13631, Inf. Sci. (Ny)., vol. 441, pp. 113–132, 2018.
2011. [50] R. Arévalo, J. García, F. Guijarro, and A. Peris, “A
[36] J. Anthony, L. Maurice, and S. . Eshwar, “Predictive dynamic trading rule based on filtered flag pattern
ability of the interest rate spread using neural recognition for stock market price forecasting,”
networks.,” Procedia Comput Sci, vol. 6, pp. 207– Expert Syst. Appl., vol. 81, pp. 177–192, 2017.
212, 2011. [51] A. A. Ariyo, A. O. Adewumi, and Ayo, “Stock price
[37] S. Olaniyi, K. Adewole, and R. Jimoh, “Stock trend prediction using the ARIMA model,” Procedings
prediction using regression analysis—a data mining Comput. Model. Simul., pp. 106–112., 2014.
approach.,” ARPN J Syst Softw, vol. 1, no. 4, pp. [52] S. R. Nanda, B. Mahanty, and M. K. Tiwari,
154–157, 2011. “Clustering Indian stock market data for portfolio
[38] E. Guresen, G. Kayakutlu, and T. Daim, “Using management,” Expert Syst. Appl., vol. 37, no. 12,
artificial neural network models in stock market pp. 8793–8798, 2010.
index prediction.,” Expert Syst Appl, vol. 38, no. 8, [53] K. J. Kim, “Financial time series forecasting using
pp. 10389–10397., 2011. support vector machines.,” Neurocomputing, vol.
[39] D. P. Shom and S. Padhy, “Support vector machines 55, pp. 307–319, 2003.
for prediction of futures prices in Indian stock [54] C. Y. Yeh, C. W. Huang, and S. J. Lee, “A multiple-
market.,” Int J Comput Appl, vol. 41, no. 3, pp. 22– kernel support vector regression approach for stock
26, 2012. market price forecasting.,” Expert Syst. Appl., vol.
[40] D. Enke, M. Grauer, and N. Mehdiyev, “Stock 38, no. 3, pp. 2177–2186, 2011, [Online]. Available:
market prediction with multiple regression, fuzzy http://dx.doi.org/10.1016/j.eswa.2010.08.004.
type-2 clustering and neural networks,” Procedia [55] S. P. Das and S. Padhy, “A novel hybrid model
Comput. Sci., vol. 6, pp. 201–206, 2011. using teaching–learningbased optimization and a
[41] K. Sureshkumar and N. Elango, “An efficient support vector machine for commodity futures index
approach to forecast Indian stock market price and forecasting.,” Int. J. Mach. Learn. Cybern., vol. 9,
their performance analysis.,” Int J Comput Appl, no. 1, pp. 97–111, 2018, [Online]. Available:
vol. 34, no. 5, pp. 44–49, 2011. http://dx.doi.org/10.1007/s13042-015-0359-0.
[42] D. V. Thanh, H. N. Minh, and D. Hieu, “Building [56] J. Chai, J. Du, K. K. Lai, and Y. P. Lee, “A hybrid
unconditional forecast model of stock market least square support vector machine model with
indexes using combined leading indicators and parameters optimization for stock forecasting.,”
principal components: application to Vietnamese Math. Probl. Eng., p. 2015, 2015.
[57] P. F. Pai and C. S. Lin, “ARIMA,artificial neural 669, 2018.
networks,stock prices,support vector machines,time [70] H. Chung and K. S. Shin, “Genetic algorithm-
series forecasting.,” Omega, vol. 33, pp. 497–505, optimized long short-term memory network for
2005. stock market prediction.,” Sustainability, vol. 10, p.
[58] C. J. Lu, “Hybridizing nonlinear independent 10, 2018.
component analysis and support vector regression [71] Y. Baek and H. Y. Kim, “ModAugNet: A New
with particle swarm optimization for stock index forecasting framework for stock market index value
forecasting.,” Neural Comput. Appl., vol. 23, no. 7– with an overfitting prevention LSTM module and a
8, pp. 2417–2427, 2013, [Online]. Available: prediction LSTM module.,” Expert Syst. Appl., vol.
http://dx.doi.org/10.1007/%0As00521-012-1198-5. 113, pp. 457–480, 2018, [Online]. Available:
[59] Z. Rustam and P. Kintandani, “Application of http://dx.doi.org/%0A10.1016/j.eswa.2018.07.019.
support vector regression in Indonesian stock price [72] S. Borovkova and I. Tsiamas, “An ensemble of
prediction with feature selection using particle LSTM neural networks for high-frequency stock
swarm optimisation.,” Model. Simul. Eng., 2019, market classification.,” J. Forecast., vol. 38, no. 6,
[Online]. Available: pp. 600–619, 2019, [Online]. Available:
http://dx.doi.org/10.1155/2019/8962717. http://dx.doi.org/10.1002/for.2585.
[60] M. M. Gowthul Alam and S. Baulkani, “Local and [73] R. Pimprikar, S. Ramachadran, and K.
global characteristics-based kernel hybridization to Senthilkumar, “Use of machine learning algorithms
increase optimal support vector machine and Twitter sentiment analysis for stock market
performance for stock market prediction.,” Knowl. prediction.,” Int J Pure Appl Math, vol. 115, no. 6,
Inf. Syst., vol. 60, no. 2, pp. 971–1000, 2019, pp. 521–526, 2017.
[Online]. Available: [74] M. Kraus and S. Feuerriegel, “Decision support
http://dx.doi.org/10.1007/s10115-018-1263-1. from financial disclosures with deep neural
[61] L. Yu, H. Chen, S. Wang, and K. K. Lai, “Evolving networks and transfer learning.,” Decis Support
least squares support vector machines for stock Syst, vol. 104, pp. 38–48., 2017.
market trend mining.,” IEEE Trans. Evol. Comput., [75] A. Adebayo, A. Adekoya, and T. Rahman,
vol. 13, no. 1, pp. 87–102, 2009. “Predicting stock trends using Tsk-fuzzy rule based
[62] L. J. Kao, C. C. Chiu, C. J. Lu, and C. H. Chang, “A system.,” JENRM, vol. 4, no. 7, pp. 48–55, 2017.
hybrid approach by integrating wavelet-based [76] N. Maknickiene, I. Lapinskaite, and A. Maknickas,
feature extraction with MARS and SVR for stock “Application of ensemble of recurrent neural
index forecasting.,” Decis. Support Syst., vol. 54, networks for forecasting of stock market
no. 3, pp. 1228–1244, 2013. sentiments.,” Equilib Q J Econ Econ Policy, vol. 13,
[63] J. L. Ticknor, “A Bayesian regularized artificial no. 1, pp. 7–27, 2018.
neural network for stock market forecasting,” [77] S. Coyne, P. Madiraju, and J. Coelho, “Forecasting
Expert Syst. Appl., vol. 40, no. 14, pp. 5501–5506, stock prices using social media analysis.,” in IEEE
2013. 15th international conference on big data
[64] A. M. More, P. U. Rathod, R. H. Patil, D. R. Sarode, intelligence and computing and cyber science and
and B. E. Student, “Stock market prediction system technology congress., 2017, pp. 1031–1038.
using hadoop, Internat.,” J. Engrg. Sci., p. 16138, [78] R. Nayak, D. Mishra, and A. Rath, “A Naïve SVM-
2018. KNN based stock market trend reversal analysis for
[65] M. R. Vargas, B. S. de Lima, and A. G. Evsukoff, Indian benchmark indices.,” Appl Soft Comput J,
“Deep learning for stock market prediction from vol. 35, pp. 670–680, 2015.
financial news articles,” in Proceedings of IEEE [79] Boachie MK et al, “Interest rate, liquidity and stock
International Conference on Computational market performance in Ghana.,” Int J Acc. Econ
Intelligence and Virtual Environments for Stud, vol. 4, no. 1, p. 46, 2016.
Measurement Systems and Applications, 2017, pp. [80] B. Wanjawa, “Predicting future Shanghai stock
60–65. market price using ANN in the period 21 Sept 2016
[66] X. Zhou, Z. Pan, G. Hu, S. Tang, and C. Zhao, to 11 Oct 2016,” 2016.
“Stock market prediction on high-frequency data [81] A. Sun, M. Lachanski, and F. Fabozzi, “Trade the
using generative adversarial nets,” Math. Probl. tweet: social media text mining and sparse matrix
Eng., 2018. factorization for stock market prediction.,” Int Rev
[67] J. Cao and J. Wang, “Stock price forecasting model Financ Anal, vol. 48, pp. 272–281, 2016.
based on modified convolution neural network and [82] K. Yoosin, R. Seung, and I. Ghani, “Text opinion
financial time series analysis.,” Int. J. Commun. mining to analyze news for stock market
Syst., vol. 32, pp. 1–13, 2019. prediction.,” Int J Adv Soft Comput Appl, vol. 6, no.
[68] M. Wen, P. Li, L. Zhang, and Y. Chen, “Stock 44, pp. 1–13, 2014.
market trend prediction using high-order [83] Q. Li, T. Wang, and Q. et al Gong, “Media-aware
information of time series.,” IEEE Access, vol. 7, quantitative trading based on public Web
pp. 28299–28308., 2019. information.,” Decis Support Syst, vol. 61, no. 1, pp.
[69] T. Fischer and C. Krauss, “Deep learning with long 93–105, 2014.
short-term memory networks for financial market [84] Ballings M et al, “Evaluating multiple classifiers for
predictions.,” Eur. J. Oper. Res., vol. 270, pp. 654– stock price direction prediction.,” Expert Syst Appl,
vol. 42, no. 20, pp. 7046–7056., 2015. CCF International Conference on Natural
[85] Bhagwant C et al, “Stock market prediction using Language Processing and Chinese Computing,
artificial neural networks.,” Int J Comput Sci Inf 2018, pp. 166–177.
Technol, vol. 5, no. 1, pp. 904–907, 2014. [93] Q. Wen, Z. Yang, Y. Song, and P. Jia, “Automatic
[86] Ming F et al, “Stock market prediction from WSJ: stock decision support system based on box theory
text mining via sparse matrix factorization.,” EEE and SVM algorithm,” Expert Syst. Appl., vol. 37,
Int. Conf. data mining, ICDM, pp. 430–439., 2014. no. 2, pp. 1015–1022, 2010.
[87] Xi L et al, “A new constructive neural network [94] A. Oztekin, R. Kizilaslan, S. Freund, and A. Iseri,
method for noise processing and its application on “A data analytic approach to forecasting daily stock
stock market prediction.,” Appl Soft Comput J, vol. returns in an emerging market,” Eur. J. Oper. Res.,
15, pp. 57–66, 2014. vol. 253, no. 3, pp. 697–710., 2016.
[88] Y. Yetis, H. Kaplan, and M. Jamshidi, Stock market [95] M. Y. Chen and B. T. Chen, “A hybrid fuzzy time
prediction using artificial neural network. ISI Press, series model based on granular computing for stock
2014. price forecasting,” Inform. Sci., vol. 294, pp. 227–
[89] A. K. Rout, B. Biswal, and P. K. Dash, “A hybrid 241, 2015.
FLANN and adaptive differential evolution model [96] L. P. Ni, Z. W. Ni, and Y. Z. Gao, “Stock trend
for forecasting of stock market indices,” Int. J. prediction based on fractal feature selection and
Knowl.-Based Intell. Eng. Syst., vol. 18, no. 1, pp. support vector machine,” Expert Syst. Appl., vol. 38,
23–41, 2014. no. 5, pp. 5569–5576., 2011.
[90] S. Chakravarty and P. K. Dash, “A PSO based [97] P. Beaudan, “Telling the Good from the Bad and the
integrated functional link net and interval type-2 Ugly: How to Evaluate Backtested Investment
fuzzy logic system for predicting stock market Strategies.,” Econom. Model. Cap. Mark. - Asset
indices,” Appl. Soft Comput., vol. 12, no. 2, pp. Pricing eJournal., 2013, [Online]. Available:
931–941., 2012. https://doi.org/10.2139/ssrn.2346600.
[91] X. Pang, Y. Zhou, P. Wang, W. Lin, and V. Chang, [98] T. Gunasegaran and Y. Cheah, “Evolutionary cross
“An innovative neural network approach for stock validation.,” in 2017 8th International Conference
market prediction,” J. Supercomput., pp. 1–21., on Information Technology (ICIT), 2017, pp. 89-95.,
2018. [Online]. Available:
[92] B. Xu, D. Zhang, S. Zhang, H. Li, and H. Lin, https://doi.org/10.1109/ICITECH.2017.8079960.
“Stock market trend prediction using recurrent
convolutional neural networks,” in Proceedings of