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 BBI LWR RSI KDJ MACD MTM based on z-score.
The text was updated successfully, but these errors were encountered:
[GH-175] z-score based kdj is invalid.
73d830a
The initial value of z-score is set to 0, which breaks the kdj calucation. We should use the first valid value to fill the gap.
[GH-175] z-score based kdj is invalid. (#176)
9cb82d7
Solution: use z-score based value to replace basic 'open', 'close', 'high', 'low'... and calculate the statistics.
Sorry, something went wrong.
jealous
No branches or pull requests
Add BBI LWR RSI KDJ MACD MTM based on z-score.
The text was updated successfully, but these errors were encountered: