feat: Enhance volume indicators with ADOSC and SSF implementation and validation

This commit is contained in:
Miha Kralj
2025-12-20 15:08:07 -08:00
parent 5549c7329a
commit d21fea3c18
85 changed files with 5144 additions and 3954 deletions
+7 -3
View File
@@ -1,11 +1,15 @@
# Volume
Volume indicators are based on trading volume and flow of funds.
> "It takes volume to make prices move." — Charles Dow
Volume is the fuel of the market. Price tells you *what* happened; volume tells you *how hard* the market worked to make it happen.
In a world of algorithmic trading and dark pools, volume analysis is the only way to see where the money is actually flowing. These indicators don't just track shares traded; they track conviction.
| Indicator | Full Name | Description |
| :--- | :--- | :--- |
| [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 | |
| [ADL](adl/Adl.md) | Accumulation/Distribution Line | The grandfather of volume flow. Correlates price location with volume to spot smart money. |
| [ADOSC](adosc/Adosc.md) | Chaikin A/D Oscillator | A momentum indicator for the AD Line. Predicts reversals by measuring the acceleration of money flow. |
| AOBV | Archer On-Balance Volume | |
| CMF | Chaikin Money Flow | |
| EFI | Elder's Force Index | |