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

Add Coppock Curve #145

Closed
jealous opened this issue Jun 17, 2023 · 0 comments
Closed

Add Coppock Curve #145

jealous opened this issue Jun 17, 2023 · 0 comments
Assignees

Comments

@jealous
Copy link
Owner

jealous commented Jun 17, 2023

Coppock Curve is a momentum indicator that signals
long-term trend reversals.

Formular:

Coppock Curve = 10-period WMA of (14-period RoC + 11-period RoC)
WMA = Weighted Moving Average
RoC = Rate-of-Change

https://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:coppock_curve

@jealous jealous self-assigned this Jun 17, 2023
jealous added a commit that referenced this issue Jun 17, 2023
Coppock Curve is a momentum indicator that signals
long-term trend reversals.

Formular:

Coppock Curve = 10-period WMA of (14-period RoC + 11-period RoC)
WMA = Weighted Moving Average
RoC = Rate-of-Change

Examples:
* `df['coppock']` returns the Coppock Curve with default windows
* `df['coppock_5,10,15']` returns the Coppock Curve with WMA window 5,
  fast window 10, slow window 15.
jealous added a commit that referenced this issue Jun 17, 2023
Coppock Curve is a momentum indicator that signals
long-term trend reversals.

Formular:

Coppock Curve = 10-period WMA of (14-period RoC + 11-period RoC)
WMA = Weighted Moving Average
RoC = Rate-of-Change

Examples:
* `df['coppock']` returns the Coppock Curve with default windows
* `df['coppock_5,10,15']` returns the Coppock Curve with WMA window 5,
  fast window 10, slow window 15.
@jealous jealous closed this as completed Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant