Skip to content

Compatible deep neural network framework with financial time series data, including data preprocessor, neural network model and trading strategy

License

Notifications You must be signed in to change notification settings

manigot/MyPaper_DL_ML_Fin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official GitHub repository for my new paper:

Compatible deep neural network framework with financial time series data, including data preprocessor, neural network model and trading strategy

Abstract

Experience has shown that trading in stock and cryptocurrency markets has the potential to be highly profitable. In this light, considerable effort has been recently devoted to investigate how to apply machine learning and deep learning to interpret and predict market behavior. This research introduces a new deep neural network architecture and a novel idea of how to prepare financial data before feeding them to the model. In the data preparation part, the first step is to generate many features using technical indicators and then apply the XGBoost model for feature engineering. Splitting data into three categories and using separate autoencoders, we extract high-level mixed features at the second step. This data preprocessing is introduced to predict price movements. Regarding modeling, different convolutional layers, an long short-term memory unit, and several fully-connected layers have been designed to perform binary classification. This research also introduces a trading strategy to exploit the trained model outputs. Three different datasets are used to evaluate this method, where results indicate that this framework can provide us with profitable and robust predictions.

http://arxiv.org/abs/2205.08382

Feel free to contact me with any questions at the following email address: muhammadmahdi0007@gmail.com

About

Compatible deep neural network framework with financial time series data, including data preprocessor, neural network model and trading strategy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.0%
  • Python 1.0%