mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 20:48:04 +00:00
feat: Enhance volume indicators with ADOSC and SSF implementation and validation
This commit is contained in:
@@ -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 | |
|
||||
|
||||
Reference in New Issue
Block a user