Skip to content

nickjm/cryptotrading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptocurrency Trading Algorithms

Setup:

virtualenv --no-site-packages env
source env/bin/activate

GDAX - Moving Average Crossover

Simple MA Crossover Strategy with adjustable parameters. Requires GDAX API keys to run. Be sure to generate keys for the correct platform (real / sandbox)

To run (after activating your virtualenv):

pip install gdax
python gdax/moving-average-crossover.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages