Add "Ehlers" prefix to 5 Ehlers indicators: SAM, PMA, ILRS, CTI, RVGI

Standardize naming convention so all Ehlers-originated indicators
have "Ehlers" in their display name across all documentation and
code surfaces:

- SAM: Smoothed Adaptive Momentum → Ehlers Smoothed Adaptive Momentum
- PMA: Predictive Moving Average → Ehlers Predictive Moving Average
- ILRS: Integral of LinReg Slope → Ehlers Integral of LinReg Slope
- CTI: Correlation Trend Indicator → Ehlers Correlation Trend Indicator
- RVGI: Relative Vigor Index → Ehlers Relative Vigor Index

Updated across: .md H1 titles, XML doc summaries, Quantower Name
properties, Quantower test assertions, _sidebar.md, lib/_index.md,
category _index.md files, docs/indicators.md, docs/validation.md.

Build: 0 warnings, 0 errors. All tests pass.
This commit is contained in:
Miha Kralj
2026-03-17 10:51:24 -07:00
parent 75bcc12529
commit 329b0657bc
27 changed files with 42 additions and 42 deletions
+5 -5
View File
@@ -23,14 +23,14 @@
* [HANMA - Hanning MA](/lib/trends_FIR/hanma/Hanma.md)
* [HEND - Henderson Moving Average](/lib/trends_FIR/hend/Hend.md)
* [HMA - Hull MA](/lib/trends_FIR/hma/Hma.md)
* [ILRS - Integral of LinReg Slope](/lib/trends_FIR/ilrs/Ilrs.md)
* [ILRS - Ehlers Integral of LinReg Slope](/lib/trends_FIR/ilrs/Ilrs.md)
* [KAISER - Kaiser Window MA](/lib/trends_FIR/kaiser/Kaiser.md)
* [LANCZOS - Lanczos (sinc) Window MA](/lib/trends_FIR/lanczos/Lanczos.md)
* [LSMA - Least Squares MA](/lib/trends_FIR/lsma/Lsma.md)
* [NLMA - Non-Lag MA](/lib/trends_FIR/nlma/Nlma.md)
* [NYQMA - Nyquist MA](/lib/trends_FIR/nyqma/Nyqma.md)
* [PARZEN - Parzen Window MA](/lib/trends_FIR/parzen/Parzen.md)
* [PMA - Predictive Moving Average](/lib/trends_FIR/pma/Pma.md)
* [PMA - Ehlers Predictive Moving Average](/lib/trends_FIR/pma/Pma.md)
* [PWMA - Pascal Weighted MA](/lib/trends_FIR/pwma/Pwma.md)
* [QRMA - Quadratic Regression MA](/lib/trends_FIR/qrma/Qrma.md)
* [RAIN - Rainbow MA](/lib/trends_FIR/rain/Rain.md)
@@ -134,7 +134,7 @@
* [CFO - Chande Forecast Oscillator](/lib/oscillators/cfo/Cfo.md)
* [COPPOCK - Coppock Curve](/lib/oscillators/coppock/Coppock.md)
* [CRSI - Connors RSI](/lib/oscillators/crsi/Crsi.md)
* [CTI - Correlation Trend Indicator](/lib/oscillators/cti/Cti.md)
* [CTI - Ehlers Correlation Trend Indicator](/lib/oscillators/cti/Cti.md)
* [DECO - Ehlers Decycler Oscillator](/lib/oscillators/deco/Deco.md)
* [DEM - DeMarker Oscillator](/lib/oscillators/dem/Dem.md)
* [DOSC - Derivative Oscillator](/lib/oscillators/dosc/Dosc.md)
@@ -160,7 +160,7 @@
* [QQE - Quantitative Qualitative Estimation](/lib/oscillators/qqe/Qqe.md)
* [REFLEX - Ehlers Reflex](/lib/oscillators/reflex/Reflex.md)
* [REVERSEEMA - Ehlers Reverse EMA](/lib/oscillators/reverseema/ReverseEma.md)
* [RVGI - Relative Vigor Index](/lib/oscillators/rvgi/Rvgi.md)
* [RVGI - Ehlers Relative Vigor Index](/lib/oscillators/rvgi/Rvgi.md)
* [RRSI - Ehlers Rocket RSI](/lib/oscillators/rrsi/Rrsi.md)
* [SMI - Stochastic Momentum Index](/lib/oscillators/smi/Smi.md)
* [SQUEEZE - Squeeze Momentum](/lib/oscillators/squeeze/Squeeze.md)
@@ -220,7 +220,7 @@
* [ROCR - Rate of Change Ratio](/lib/momentum/rocr/Rocr.md)
* [RSI - Relative Strength Index](/lib/momentum/rsi/Rsi.md)
* [RSX - Jurik Relative Strength X](/lib/momentum/rsx/Rsx.md)
* [SAM - Smoothed Adaptive Momentum](/lib/momentum/sam/Sam.md)
* [SAM - Ehlers Smoothed Adaptive Momentum](/lib/momentum/sam/Sam.md)
* [TSI - True Strength Index](/lib/momentum/tsi/Tsi.md)
* [VWMACD - Volume-Weighted MACD](/lib/momentum/vwmacd/Vwmacd.md)
* [VEL - Jurik Velocity](/lib/momentum/vel/Vel.md)