Skip to content

Automated Cryptocurrency Trading Bot coded in Python, hosted on AWS Lambda and linked with the Kraken API.

License

Notifications You must be signed in to change notification settings

kevinpruvost/GreedyBoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GreedyBoy




Automated Trading Bot coded in Python, hosted on AWS Lambda.

Requirements

Software How to get it
Python 3.7 https://www.python.org/downloads/release/python-370/
numpy pip install numpy
mpl_finance pip install mpl_finance
mplcursors pip install mplcursors
pandas pip install pandas
sphinx pip install sphinx
sphinx theme https://bashtage.github.io/sphinx-material/#getting-started
rinohtype pip install rinohtype
sphinx emoji pip install sphinxemoji

If you are exporting the project to your AWS Lambda repository, DO NOT FORGET to take the libraries folders with it.

Here's the list :

Libraries
certifi jwt
requests urllib
websocket wrapt
chardet deprecated
github idna

Documentation


Libraries Documentation

Software Link
Plotly https://plotly.com/python/candlestick-charts/
MatPlotLib Finance https://saralgyaan.com/posts/python-candlestick-chart-matplotlib-tutorial-chapter-11/
Numba https://numba.pydata.org/numba-doc/latest/index.html

Configuration

config.csv

apiKey,apiPrivateKey,githubToken,repoName,dataBranchName
$KRAKEN_API_KEY,$KRAKEN_API_PRIVATE_KEY,$GITHUB_PERSONAL_ACCESS_TOKEN,$REPOSITORY_NAME_FOR_DATA,$DATA_BRANCH_NAME

About

Automated Cryptocurrency Trading Bot coded in Python, hosted on AWS Lambda and linked with the Kraken API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages