Open thistleknot opened 3 years ago
@thistleknot We actually already have EMA crossover under the alias emac
(README link).
I wrote my own evwma macd strategy. So it wouldn't be too difficult to do an ema. Either way I look forward to your ema method
Feel free to contribute the strategy as well @thistleknot 😄
here's a link to the code for my evwma strategy https://github.com/thistleknot/Python-Stock/blob/master/evwma.py
Add EMA crossover strategy