| DataSeries |
Typically the Close DataSeries reference |
| period1 |
EMA fast period used for the CPC (cumulative price change) indicator. |
| period2 |
EMA slow period used for the CPC indicator. |
| m |
Period for the piecewise EMA of cumulative price change from the slow/fast CPC EMA crossovers. |
| n |
Period used for noise calculation. Generally you should specify n >= m |
| c |
Correction factor for the signal (trend) to noise ratio. |
| useRMSNoise |
Pass true to use an RMS noise calculation, otherwise false for linear noise. |