Skip to content

An implementation of various trading strategies and attempted enhancement using neural networks.

Notifications You must be signed in to change notification settings

giacomorognoni/trading_implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trading_implementation

An implementation of various trading strategies and attempted enhancement using neural networks.

description

A comparison of various trading strategies to identify the most effective and attempt enhancement through Neural Networks. The trading strategies considered are: * Moving Average Crossover * Dual Moving Average Crossover * Exponential Moving Average Crossover * Mean Reversion * Pairs Trading

The Neural Network used for enhancement includes: * 1 input layer, 1 hidden layer, 1 output layer * Relu activation function for the first two layers * Adam optimisation function * MSE error function

About

An implementation of various trading strategies and attempted enhancement using neural networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages