Skip to content

Financial-ML/Deep-Market-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Deep-Market-1

Overview

In Deep Market-1 we develop deep learning Algorithm for time series prediction specifically for finance data and apply it in forex Market.

Analyzer Components

Backtest

in Backtest we test the model performance and measure the profit of the model in a specific period.

Feature

In Feature we calculate the Feature based on this research (here).

MLP

Is a Deep Learning algorithm that we used to implement on our project to learn more a about it (here).

Data

In Data we extract the necessary data to feed it into the algorithm.