DeepThought icon indicating copy to clipboard operation
DeepThought copied to clipboard

Implement a Simple Moving Average Crossover Strategy

Open ryanr08 opened this issue 3 years ago • 0 comments

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

ryanr08 avatar Dec 15 '21 02:12 ryanr08