enzoampil / fastquant

fastquant — Backtest and optimize your ML trading strategies with only 3 lines of code!
MIT License
1.54k stars 239 forks source link

EMA crossover strategy #348

Open thistleknot opened 3 years ago

thistleknot commented 3 years ago

Add EMA crossover strategy

enzoampil commented 3 years ago

@thistleknot We actually already have EMA crossover under the alias emac(README link).

thistleknot commented 3 years ago

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

enzoampil commented 3 years ago

Feel free to contribute the strategy as well @thistleknot 😄

thistleknot commented 3 years ago

here's a link to the code for my evwma strategy https://github.com/thistleknot/Python-Stock/blob/master/evwma.py