Description Usage Arguments Details Value
A momentum indicator, originally a "Very Long Term (VLT) Momentum Index", defined as the 10-month weighted moving average (WMA) of the sum of a series' 11-month and 14-month rates of change (ROC).
1 | coppock_curve(x, n1 = 14L, n2 = 11L, n3 = 10L)
|
x |
A vector |
n1 |
Rate of change period #1 |
n2 |
Rate of change period #2 |
n3 |
Weighted moving average period |
Using the default parameters, the Coppock curve is defined as the
10-WMA of (ROC[11] + ROC[14])
.
A vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.