All Projects → omerbsezer → SparkMlpDow30

omerbsezer / SparkMlpDow30

Licence: other
A new stock trading and prediction model based on a MLP neural network utilizing technical analysis indicator values as features (using Apache Spark MLlib)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to SparkMlpDow30

QuoraBooks
A GitHub repo for Quant Finance resources
Stars: ✭ 17 (-50%)
Mutual labels:  financial-analysis
financial-ts-prediction-with-deeplearning
(Work In Progress) Implementation of "Financial Time Series Prediction Using Deep Learning"
Stars: ✭ 15 (-55.88%)
Mutual labels:  financial-analysis
Machine-Learning
Examples of all Machine Learning Algorithm in Apache Spark
Stars: ✭ 15 (-55.88%)
Mutual labels:  spark-mllib
stocklist
Stock data collection and analysis
Stars: ✭ 27 (-20.59%)
Mutual labels:  financial-analysis
FinBERT
A Pretrained BERT Model for Financial Communications. https://arxiv.org/abs/2006.08097
Stars: ✭ 193 (+467.65%)
Mutual labels:  financial-analysis
eastmoney
python requests + Django+ nodejs koa+ mysql to crawl eastmoney fund and stock data,for data analysis and visualiaztion .
Stars: ✭ 56 (+64.71%)
Mutual labels:  financial-analysis
financial-forecast
Personal Financial Forecasting Model
Stars: ✭ 24 (-29.41%)
Mutual labels:  financial-analysis
pyEX
Python interface to IEX and IEX cloud APIs
Stars: ✭ 407 (+1097.06%)
Mutual labels:  financial-analysis
piker
#nontina, #paperhands,, #pwnzebotz, #tradezbyguille
Stars: ✭ 63 (+85.29%)
Mutual labels:  financial-analysis
StockPricePredictor
An S&P500 Stock Index Movement Predictor built with Machine Learning models
Stars: ✭ 29 (-14.71%)
Mutual labels:  price-prediction
Algorithmic-Trading
I have been deeply interested in algorithmic trading and systematic trading algorithms. This Repository contains the code of what I have learnt on the way. It starts form some basic simple statistics and will lead up to complex machine learning algorithms.
Stars: ✭ 47 (+38.24%)
Mutual labels:  financial-analysis
HistoricalVolatility
A framework for historical volatility estimation and analysis.
Stars: ✭ 22 (-35.29%)
Mutual labels:  financial-analysis
Timescaledb
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
Stars: ✭ 12,211 (+35814.71%)
Mutual labels:  financial-analysis
HTML-Crypto-Currency-Chart-Snippets
💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
Stars: ✭ 89 (+161.76%)
Mutual labels:  financial-analysis
Spark ALS
基于spark-ml,spark-mllib,spark-streaming的推荐算法实现
Stars: ✭ 89 (+161.76%)
Mutual labels:  spark-mllib
Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading
My bachelor's thesis—analyzing the application of LSTM-based RNNs on financial markets. 🤓
Stars: ✭ 64 (+88.24%)
Mutual labels:  financial-analysis
trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (-38.24%)
Mutual labels:  financial-analysis
optionmatrix
Financial Derivatives Calculator with 168+ Models (Options Calculator)
Stars: ✭ 121 (+255.88%)
Mutual labels:  financial-analysis
R-code-for-finance
R code for finance
Stars: ✭ 19 (-44.12%)
Mutual labels:  financial-analysis
Pyportfolioopt
Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
Stars: ✭ 2,502 (+7258.82%)
Mutual labels:  financial-analysis

SparkMlpDow30

An Artificial Neural Network Based Stock Trading System Using Technical Analysis and Big Data Framework

The model developed first converts the financial time series data into a series of buy-sell-hold trigger signals using the most commonly preferred technical analysis indicators (TA4J is used to calculate technical analysis indicators' values). Then, a multilayer perceptron (MLP) is trained in the learning stage on the daily stock prices between 1997 and 2007 for all of the Dow 30 stocks. Apache Spark big data framework is used in the training stage. The trained model is then tested with data from 2007 to 2017. The results indicate that by choosing the most appropriate technical indicators, the NN model can achieve comparable results against the buy and hold strategy in most of the cases. Furthermore, fine tuning the technical indicators and/or optimization strategy can enhance the overall trading performance.

We presented a new stock trading and prediction model based on an MLP model, utilizing technical analysis indicator values as features. Big data framework Apache Spark is used in implementation. The model is trained and tested on Dow 30 stocks in order to see the evaluate the model. The results indicate that comparable outcomes are obtained against the baseline buy and hold strategy even without fine tuning and/or optimizing the model parameters. Phases of proposed method is illustrated in below.

sparkmlpphase

ResearchGate Link: https://www.researchgate.net/publication/316848946_An_Artificial_Neural_Network-based_Stock_Trading_System_Using_Technical_Analysis_and_Big_Data_Framework

ACM Link: http://dl.acm.org/citation.cfm?id=3077294

TA4J: https://github.com/mdeverdelhan/ta4j

Cite as:

Bibtex:

@inproceedings{sezer2017artificial,
  title={An Artificial Neural Network-based Stock Trading System Using Technical Analysis and Big Data Framework},
  author={Sezer, Omer Berat and Ozbayoglu, A Murat and Dogdu, Erdogan},
  booktitle={Proceedings of the SouthEast Conference},
  pages={223--226},
  year={2017},
  organization={ACM}
}

MLA:

Sezer, Omer Berat, A. Murat Ozbayoglu, and Erdogan Dogdu. "An Artificial Neural Network-based Stock Trading System Using Technical Analysis and Big Data Framework." Proceedings of the SouthEast Conference. ACM, 2017.

What is Multi Layer Perceptron (MLP)? (General Information): https://en.wikipedia.org/wiki/Multilayer_perceptron

What is Relative Strength Index?: https://en.wikipedia.org/wiki/Relative_strength_index

What is MACD?: https://en.wikipedia.org/wiki/MACD

What is William%R?: https://www.investopedia.com/terms/w/williamsr.asp

Apache Spark MLlib: https://spark.apache.org/mllib/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].