ryanr08 / DeepThought

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

Implement an Exponential Moving Average Crossover Strategy #20

Open ryanr08 opened 2 years ago

ryanr08 commented 2 years ago

Similar to issue #19 , except use the exponential moving average strategy. Add this as a separate algorithm in algorithms.py.