We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
[GH-145] Add Coppock Curve
c179ee4
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.
[GH-145] Add Coppock Curve (#146)
fc0a86d
jealous
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: