DeepThought
DeepThought copied to clipboard
Implement a Mean Reversion Trading Algorithm
The mean reversion strategy is an improvement on the simple moving average crossover strategy, except with a different approach than the exponential strategy. Implement this an add it as a new algorithm in algorithms.py.
For more info on the strategy, this link can be helpful: https://www.investopedia.com/terms/m/meanreversion.asp