Skip to content

Implement Pivot Point indicator. (#302)#335

Merged
cinar merged 1 commit intomasterfrom
issue-302
Mar 1, 2026
Merged

Implement Pivot Point indicator. (#302)#335
cinar merged 1 commit intomasterfrom
issue-302

Conversation

@cinar
Copy link
Owner

@cinar cinar commented Mar 1, 2026

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

# 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
@cinar cinar merged commit b7674cf into master Mar 1, 2026
5 checks passed
@cinar cinar deleted the issue-302 branch March 1, 2026 05:25
@github-actions github-actions bot locked and limited conversation to collaborators Mar 1, 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 Pivot Points (Standard, Woodie, Camarilla, Fibonacci)

1 participant