doc headers

This commit is contained in:
Miha Kralj
2026-02-27 07:48:12 -08:00
parent 8a1ba95173
commit 4ab3a7fb53
389 changed files with 6682 additions and 468 deletions
+18 -1
View File
@@ -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.