Skip to content

fstella97/AlgorithmicTrading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

This project is intended to give algorithmic guidance for both long and short term investment strategies. Being this a project under construction, we will first focus on long-term strategies.

Technologies

The whole code is developed on Python. Please refer to Anaconda https://www.anaconda.com/ for a compiler.

Setup

In order to run this project on Anaconda, the following libraries are needed. Please intall them by writing on the anaconda prompt:

For the Basic Finance script:

$ conda install -c anaconda pandas-datareader
$ conda install -c plotly plotly 

For the Pair Trading script:

$ conda config --append channels conda-forge
$ conda install -c ml4t yfinance

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages