Skip to content

Ichimoku Cloud Strategy added. Issue 336#350

Merged
cinar merged 3 commits intomasterfrom
issue-336
Mar 2, 2026
Merged

Ichimoku Cloud Strategy added. Issue 336#350
cinar merged 3 commits intomasterfrom
issue-336

Conversation

@cinar
Copy link
Owner

@cinar cinar commented Mar 2, 2026

Describe Request

Ichimoku Cloud Strategy added.

Fixed #336

Change Type

New strategy.

# Describe Request

This PR implements the Pivot Point indicator in the trend package.
It supports Standard, Woodie, Camarilla, and Fibonacci calculation
methods. The indicator uses the previous period's OHLC data to
calculate support and resistance levels for the current period.

Fixed #302

# Change Type

- New indicator: Pivot Point
- Documentation update: GEMINI.md, README.md
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 82.57576% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.02%. Comparing base (a180074) to head (e1bcf56).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
trend/pivot_point.go 72.15% 21 Missing and 1 partial ⚠️
strategy/momentum/momentum.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #350      +/-   ##
==========================================
- Coverage   93.20%   93.02%   -0.19%     
==========================================
  Files         211      213       +2     
  Lines        5949     6081     +132     
==========================================
+ Hits         5545     5657     +112     
- Misses        323      343      +20     
  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 8c47c8e into master Mar 2, 2026
5 checks passed
@cinar cinar deleted the issue-336 branch March 2, 2026 02:21
@github-actions github-actions bot locked and limited conversation to collaborators Mar 2, 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 Ichimoku Cloud Strategy

2 participants