mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 01:58:06 +00:00
doc headers
This commit is contained in:
+18
-1
@@ -1,5 +1,22 @@
|
||||
# PVD: Price Volume Divergence
|
||||
|
||||
| Property | Value |
|
||||
| ---------------- | -------------------------------- |
|
||||
| **Category** | Volume |
|
||||
| **Inputs** | OHLCV bar (TBar) |
|
||||
| **Parameters** | `pricePeriod` (default 14), `volumePeriod` (default 14), `smoothingPeriod` (default 3) |
|
||||
| **Outputs** | Single series (Pvd) |
|
||||
| **Output range** | Unbounded |
|
||||
| **Warmup** | 1 bar |
|
||||
|
||||
### TL;DR
|
||||
|
||||
- Price Volume Divergence (PVD) quantifies the disagreement between price momentum and volume momentum.
|
||||
- Parameterized by `priceperiod` (default 14), `volumeperiod` (default 14), `smoothingperiod` (default 3).
|
||||
- Output range: Unbounded.
|
||||
- Requires 1 bar of warmup before first valid output (IsHot = true).
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
> "When price and volume disagree, one of them is lying."
|
||||
|
||||
Price Volume Divergence (PVD) quantifies the disagreement between price momentum and volume momentum. The indicator identifies situations where price movement lacks volume confirmation—a classic warning signal that the current trend may be weakening or about to reverse.
|
||||
@@ -184,4 +201,4 @@ PVD is a custom indicator not found in standard technical analysis libraries. Va
|
||||
|
||||
- Dow, C. (1900-1902). *Wall Street Journal* editorials on price-volume relationships.
|
||||
- Murphy, J. J. (1999). *Technical Analysis of the Financial Markets*. New York Institute of Finance.
|
||||
- Achelis, S. B. (2001). *Technical Analysis from A to Z*. McGraw-Hill.
|
||||
- Achelis, S. B. (2001). *Technical Analysis from A to Z*. McGraw-Hill.
|
||||
|
||||
Reference in New Issue
Block a user