ryanr08 / DeepThought

DeepThought is an algorithmic cryptocurrency trading bot.
MIT License
14 stars 6 forks source link

Implement a Simple Moving Average Crossover Strategy #19

Open ryanr08 opened 2 years ago

ryanr08 commented 2 years ago

Add an algorithm to algorithms.py that implements the simple moving average crossover strategy. This won't necessarily be a super robust algorithm, but it will be a good baseline algorithm to compare against the others.

More info about the algorithm can be found here: https://www.investopedia.com/articles/active-trading/052014/how-use-moving-average-buy-stocks.asp