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

[GH-175] z-score based kdj is invalid. #176

Merged
merged 1 commit into from
Jul 30, 2023
Merged

Conversation

jealous
Copy link
Owner

@jealous jealous commented 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.

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 jealous added the bug label Jul 30, 2023
@jealous jealous self-assigned this Jul 30, 2023
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (37ae9c1) 98.19% compared to head (73d830a) 98.20%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #176   +/-   ##
=======================================
  Coverage   98.19%   98.20%           
=======================================
  Files           1        1           
  Lines         998     1001    +3     
=======================================
+ Hits          980      983    +3     
  Misses         18       18           
Files Changed Coverage Δ
stockstats.py 98.20% <100.00%> (+<0.01%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jealous jealous merged commit 9cb82d7 into master Jul 30, 2023
5 checks passed
@jealous jealous deleted the bugfix/zScoreFirst branch July 30, 2023 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants