项目作者: Financial-ML

项目描述 :
Deep Market that analyse Forex market.
高级语言: Python
项目地址: git://github.com/Financial-ML/Deep-Market-1.git
创建时间: 2020-07-11T18:11:36Z
项目社区:https://github.com/Financial-ML/Deep-Market-1

开源协议:

下载


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.