Skip to content

Stochastic Oscillator Strategy added. Issue 340#382

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

Stochastic Oscillator Strategy added. Issue 340#382
cinar merged 4 commits into
cinar:masterfrom
whencanibe:stochastic-oscillator-strategy

Conversation

@whencanibe

Copy link
Copy Markdown
Contributor

Describe Request

Implements the Stochastic Oscillator Strategy as requested in issue #340.

The Stochastic Oscillator indicator already exists in the momentum package.
This PR adds the strategy layer on top of it, following the existing patterns in strategy/momentum.

Fixed #340

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.46%. Comparing base (26051b2) to head (d002c97).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #382      +/-   ##
==========================================
+ Coverage   93.27%   93.46%   +0.18%     
==========================================
  Files         222      223       +1     
  Lines        6382     6441      +59     
==========================================
+ Hits         5953     6020      +67     
+ Misses        348      340       -8     
  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 749a4f6 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 Stochastic Oscillator Strategy

3 participants