Skip to content
New issue

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 z-score based statistics #175

Closed
jealous opened this issue Jul 24, 2023 · 1 comment
Closed

Add z-score based statistics #175

jealous opened this issue Jul 24, 2023 · 1 comment
Assignees

Comments

@jealous
Copy link
Owner

jealous commented Jul 24, 2023

Add BBI LWR RSI KDJ MACD MTM based on z-score.

@jealous jealous self-assigned this Jul 24, 2023
jealous added a commit that referenced this issue Jul 30, 2023
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.
jealous added a commit that referenced this issue Jul 30, 2023
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.
@jealous
Copy link
Owner Author

jealous commented Jul 30, 2023

Solution:
use z-score based value to replace basic 'open', 'close', 'high', 'low'... and calculate the statistics.

@jealous jealous closed this as completed Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant