We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add EMA crossover strategy
The text was updated successfully, but these errors were encountered:
@thistleknot We actually already have EMA crossover under the alias emac(README link).
emac
Sorry, something went wrong.
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
No branches or pull requests
Add EMA crossover strategy
The text was updated successfully, but these errors were encountered: