mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 01:28:05 +00:00
docs: sweep all indicator references — fix paths, add missing entries, sort alphabetically
_sidebar.md: - Fix 4 wrong DI/DM paths (minus_di→minusdi, minus_dm→minusdm, plus_di→plusdi, plus_dm→plusdm) - Sort Dynamics section alphabetically - Add DECAY and EDECAY to Numerics section lib/dynamics/_index.md: - Fix HT_TRENDMODE link (Httrendmode.md→HtTrendmode.md) - Sort all 25 indicators alphabetically lib/core/_index.md: - Sort all 8 indicators alphabetically (HA was out of order) docs/indicators.md: - FIR: Replace with all 33 entries sorted - IIR: Replace with all 36 entries sorted - Filters: Add SAK (now 37 entries) - Oscillators: Add 17 missing (BBI, BRAR, COPPOCK, CRSI, CTI, DOSC, ER, ERI, FI, KRI, KST, MSTOCH, PSL, QQE, RVGI, SQUEEZE, TD_SEQ) — now 48 entries - Dynamics: Sort all 25 entries alphabetically - Statistics: Add POLYFIT, TRIM, WAVG, WINS — now 35 entries sorted - Numerics: Add FFT, IFFT — now 31 entries sorted - Core: Add HA — now 8 entries sorted Total: 402 indicators across 16 categories, all cross-referenced.
This commit is contained in:
+2
-2
@@ -7,12 +7,12 @@ Price transforms and fundamental building blocks. These indicators compute deriv
|
||||
| Indicator | Full Name | Description |
|
||||
| :-------- | :-------- | :---------- |
|
||||
| [AVGPRICE](avgprice/Avgprice.md) | Average Price | (O+H+L+C) * 0.25 via FMA |
|
||||
| [HA](ha/Ha.md) | Heikin-Ashi | Modified OHLC candles. Smoothed trend visualization. Output is TBar. |
|
||||
| [MEDPRICE](medprice/Medprice.md) | Median Price | (H+L) * 0.5 |
|
||||
| [MIDBODY](midbody/Midbody.md) | Open-Close Average | (O+C) * 0.5 |
|
||||
| [MIDPOINT](midpoint/Midpoint.md) | Rolling Midpoint | (Max+Min) * 0.5 over lookback window |
|
||||
| [MIDPRICE](midprice/Midprice.md) | Mid Price | (Highest High + Lowest Low) * 0.5 |
|
||||
| [MIDBODY](midbody/Midbody.md) | Open-Close Average | (O+C) * 0.5 |
|
||||
| [TYPPRICE](typprice/Typprice.md) | Typical Price | (H+L+C) * OneThird via FMA |
|
||||
| [HA](ha/Ha.md) | Heikin-Ashi | Modified OHLC candles. Smoothed trend visualization. Output is TBar. |
|
||||
| [WCLPRICE](wclprice/Wclprice.md) | Weighted Close Price | (H+L+2C) * 0.25 via FMA |
|
||||
|
||||
## Architecture
|
||||
|
||||
Reference in New Issue
Block a user