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
Signal line is calculated before the macd itself which skews future values once macd becomes available.
Signal is an EMA of macd, calculation can only start once we have a sufficient number of macds.
The text was updated successfully, but these errors were encountered:
@markmcdowell Would be great to have a release with the fix from PR #694 included. Thank you.
Sorry, something went wrong.
No branches or pull requests
I'm submitting a...
What is the current behaviour
Signal line is calculated before the macd itself which skews future values once macd becomes available.
What is the expected behaviour
Signal is an EMA of macd, calculation can only start once we have a sufficient number of macds.
Please tell us about your environment
Other information
The text was updated successfully, but these errors were encountered: