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
@@ -4,7 +4,7 @@ Volume indicators are based on trading volume and flow of funds.
| Indicator | Full Name | Description |
| :--- | :--- | :--- |
| ADL | Accumulation/Distribution Line | |
| [ADL](adl/Adl.md) | Accumulation/Distribution Line | Uses volume and price to assess whether a stock is being accumulated or distributed |
| ADOSC | Chaikin A/D Oscillator | |
| AOBV | Archer On-Balance Volume | |
| CMF | Chaikin Money Flow | |