All Projects → philiparvidsson → Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading

philiparvidsson / Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading

Licence: CC-BY-4.0 license
My bachelor's thesis—analyzing the application of LSTM-based RNNs on financial markets. 🤓

Programming Languages

TeX
3793 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading

AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (+254.69%)
Mutual labels:  finance, trading, forex, trading-algorithms, technical-analysis, algorithmic-trading
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (+106.25%)
Mutual labels:  finance, trading, trading-algorithms, technical-analysis, algorithmic-trading
Trading Server
A multi-asset, multi-strategy, event-driven trade execution and management platform for running many algorithms/bots at many venues simultaneously with unified risk management and reporting. Uses MongoDB for storage and Telegram for user notifications/trade consent.
Stars: ✭ 191 (+198.44%)
Mutual labels:  trading, forex, technical-analysis, algorithmic-trading
stocklist
Stock data collection and analysis
Stars: ✭ 27 (-57.81%)
Mutual labels:  finance, trading, trading-algorithms, financial-analysis
Ta Rs
Technical analysis library for Rust language
Stars: ✭ 248 (+287.5%)
Mutual labels:  finance, trading, trading-algorithms, technical-analysis
Ta4j Origins
A Java library for technical analysis ***Not maintained anymore, kept for archival purposes, see #192***
Stars: ✭ 354 (+453.13%)
Mutual labels:  trading, forex, trading-algorithms, technical-analysis
Backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python.
Stars: ✭ 1,124 (+1656.25%)
Mutual labels:  trading, forex, trading-algorithms, algorithmic-trading
piker
#nontina, #paperhands,, #pwnzebotz, #tradezbyguille
Stars: ✭ 63 (-1.56%)
Mutual labels:  finance, trading, financial-analysis, algorithmic-trading
Finta
Common financial technical indicators implemented in Pandas.
Stars: ✭ 901 (+1307.81%)
Mutual labels:  trading, trading-algorithms, technical-analysis, algorithmic-trading
Introneuralnetworks
Introducing neural networks to predict stock prices
Stars: ✭ 486 (+659.38%)
Mutual labels:  finance, trading, algorithmic-trading, lstm-neural-networks
Machine Learning And Ai In Trading
Applying Machine Learning and AI Algorithms applied to Trading for better performance and low Std.
Stars: ✭ 258 (+303.13%)
Mutual labels:  finance, trading, artificial-neural-networks, trading-algorithms
Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Stars: ✭ 5,675 (+8767.19%)
Mutual labels:  finance, trading, forex, trading-algorithms
Metatrader
Expert advisors, scripts, indicators and code libraries for Metatrader.
Stars: ✭ 99 (+54.69%)
Mutual labels:  trading, forex, trading-algorithms, forex-trading
tuneta
Intelligently optimizes technical indicators and optionally selects the least intercorrelated for use in machine learning models
Stars: ✭ 77 (+20.31%)
Mutual labels:  finance, trading, technical-analysis, technical-indicators
Pandas Ta
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators
Stars: ✭ 962 (+1403.13%)
Mutual labels:  finance, trading, trading-algorithms, technical-analysis
Jiji2
Forex algorithmic trading framework using OANDA REST API.
Stars: ✭ 211 (+229.69%)
Mutual labels:  finance, trading, forex, trading-algorithms
Mida
The open-source and cross-platform trading framework
Stars: ✭ 263 (+310.94%)
Mutual labels:  finance, trading, forex
awesome-pinescript
A Comprehensive Collection of Everything Related to Tradingview Pine Script.
Stars: ✭ 563 (+779.69%)
Mutual labels:  trading, trading-algorithms, algorithmic-trading
pyEX
Python interface to IEX and IEX cloud APIs
Stars: ✭ 407 (+535.94%)
Mutual labels:  finance, financial-analysis, algorithmic-trading
TradeBot
Crypto trading bot using Binance API (Java)
Stars: ✭ 292 (+356.25%)
Mutual labels:  trading, technical-analysis, technical-indicators

Sequence-to-Sequence Learning of Financial Time Series in Algorithmic Trading

License: CC BY 4.0

This is my bachelor's thesis that I wrote over the course of two months during my final year of studies, earning my Bachelor of Science in Computer Science degree. The thesis was co-authored by my good friend Tobias Ånhed.

Click here to read the thesis.

Click here for revised edition on DiVA.

Abstract

Predicting the behavior of financial markets is largely an unsolved problem. The problem has been approached with many different methods ranging from binary logic, statistical calculations and genetic algorithms. In this thesis, the problem is approached with a machine learning method, namely the Long Short-Term Memory (LSTM) variant of Recurrent Neural Networks (RNNs). Recurrent neural networks are Artificial Neural Networks (ANNs)—a machine learning algorithm mimicking the neural processing of the mammalian nervous system—specifically designed for time series sequences. The thesis investigates the capability of the LSTM in modeling financial market behavior as well as compare it to the traditional RNN, evaluating their performances using various measures.

Acknowledgements

We'd like to express our gratitude to our supervisor, Patrick Gabrielsson, without whom this thesis would not have been written. He has guided us throughout our research and shared with us his vast knowledge and experience in the fields of quantitative finance and machine learning.

Compiling the document

If you want to compile the thesis document on your own, run python make.py in the project root directory. If you intend to work continuously on the thesis, run python make.py watch to have pymake2 automatically recompile the document after a change has been detected.

Prerequisites

Post-mortem

Being limited to roughly two months of work with no real prior knowledge, we felt that there was not enough time to detail a thorough plan for performing the thesis research. Had we started the thesis project with the knowledge we have now, we would have approached the problem differently—likely with a q-learning approach (Gabrielsson, 2015); attempting to predict profitable trading operations rather than predicting market behavior.

Despite this, we feel that we were very successful in developing high-quality software (which is now being used in research) with Python/Keras/TensorFlow for pursuing further research within the fields of econometrics, machine learning and algorithmic trading.

Lastly, and perhaps most importantly, we learned a tremendous amount during the time of writing the thesis and performing the research, greatly expanding our knowledge in the fields of machine learning and finance.

Contributors

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