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

Fix ichimoku indicators calculation (#452) #455

Merged
merged 3 commits into from
Apr 18, 2024

Conversation

Thomas-Heniart
Copy link
Contributor

@Thomas-Heniart Thomas-Heniart commented Apr 16, 2024

Fix #452

  • Fix indicators calculation
  • Reduce duplication
  • Update documentation

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.37%. Comparing base (496c3e4) to head (5f811e4).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #455      +/-   ##
==========================================
+ Coverage   65.58%   72.37%   +6.79%     
==========================================
  Files          94      102       +8     
  Lines        1537     1665     +128     
  Branches      181      254      +73     
==========================================
+ Hits         1008     1205     +197     
+ Misses        517      448      -69     
  Partials       12       12              

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

Copy link
Owner

@cinar cinar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should keep a single naming. Do you know if the Senkou Span or Leading Span is much better known? Perhaps then we can name both the object fields and the method names the same.

@cinar
Copy link
Owner

cinar commented Apr 17, 2024 via email

@Thomas-Heniart Thomas-Heniart marked this pull request as ready for review April 18, 2024 00:51
@Thomas-Heniart
Copy link
Contributor Author

Done @cinar, I think it's ready for review 👍

@cinar cinar merged commit 63307fc into cinar:main Apr 18, 2024
4 checks passed
@cinar
Copy link
Owner

cinar commented Apr 18, 2024

Thank you very much! I am merging it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ichimoku indicators are not completely correct
3 participants