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

Kaufman's Adaptive Moving Average (KAMA) strategy is added #152

Merged
merged 3 commits into from
Jun 10, 2024

Conversation

cinar
Copy link
Owner

@cinar cinar commented Jun 10, 2024

Describe Request

Kaufman's Adaptive Moving Average (KAMA) strategy is added.

Change Type

New strategy.

@codecov-commenter
Copy link

codecov-commenter commented Jun 10, 2024

Codecov Report

Attention: Patch coverage is 96.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 93.29%. Comparing base (902c276) to head (9d44b21).

Files Patch % Lines
strategy/trend/kama_strategy.go 98.00% 1 Missing ⚠️
strategy/trend/trend.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #152      +/-   ##
==========================================
+ Coverage   93.16%   93.29%   +0.13%     
==========================================
  Files         146      147       +1     
  Lines        3701     3758      +57     
==========================================
+ Hits         3448     3506      +58     
  Misses        205      205              
+ Partials       48       47       -1     

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

@cinar cinar merged commit e7a5be0 into master Jun 10, 2024
5 checks passed
@cinar cinar deleted the kama-strategy branch June 10, 2024 01:54
@github-actions github-actions bot locked and limited conversation to collaborators Jun 10, 2024
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.

2 participants