feat: Add Absolute Price Oscillator (APO) implementation and documentation

feat: Implement ADL (Accumulation/Distribution Line) indicator
This commit is contained in:
Miha Kralj
2025-12-18 21:32:01 -08:00
parent 35e5571237
commit b5358091ae
32 changed files with 1925 additions and 55 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Volatility indicators measure price volatility and range.
| Indicator | Full Name | Description |
| :--- | :--- | :--- |
| ADR | Average Daily Range | |
| ATR | Average True Range | |
| [ATR](atr/Atr.md) | Average True Range | Measures market volatility by decomposing the entire range of an asset price for that period. |
| ATRN | Average True Range Normalized [0,1] | |
| ATRP | Average True Range Percent | |
| BBW | Bollinger Band Width | |