guifeliper / eight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eight

This is a serverless endpoint that follows the exponential moving average of eight weekly, used by Augusto Backes for newbies in Crypto Investment. The endpoint will calculate how far your asset is from the average and decide if you should keep, sell or buy.

How the decision is made?

The algorithm will look at the position of the average and the current value, plus the last movement of the days. It will look for pivots and patterns (e.g. doji), from this data the algorithm will answer you.

Deployment

We have configured the serverless.yaml, so you can easily deploy to your AWS service. In order to deploy the example, you need to run the following command:

$ serverless deploy

ALERT

⚠️ This is not a recommendation of buy or sell.: This repository is for study only, and any decision made from the results of this repository is entirely your responsibility!

About

License:MIT License


Languages

Language:Python 100.0%