Skip to content

Hull Moving Average (HMA) Strategy added. Issue 341#383

Merged
cinar merged 4 commits into
cinar:masterfrom
whencanibe:hma-strategy
May 26, 2026
Merged

Hull Moving Average (HMA) Strategy added. Issue 341#383
cinar merged 4 commits into
cinar:masterfrom
whencanibe:hma-strategy

Conversation

@whencanibe

Copy link
Copy Markdown
Contributor

Describe Request

Implements the Hull Moving Average (HMA) Strategy as requested in issue #341.
The HMA indicator already exists in the trend package. This PR adds the strategy layer on top of it, following the existing patterns in strategy/trend.

Fixed #341

Change Type

New strategy.

Signed-off-by: Eonyak Cho <eonyakcho@gmail.com>
@codecov-commenter

codecov-commenter commented May 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.97%. Comparing base (749a4f6) to head (3bbe31a).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #383      +/-   ##
==========================================
+ Coverage   93.46%   93.97%   +0.51%     
==========================================
  Files         223      224       +1     
  Lines        6441     6477      +36     
==========================================
+ Hits         6020     6087      +67     
+ Misses        340      309      -31     
  Partials       81       81              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cinar cinar merged commit 2db1c9a into cinar:master May 26, 2026
2 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators May 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Hull Moving Average (HMA) Strategy

3 participants