Merge branch 'dev'

This commit is contained in:
Miha Kralj
2026-03-13 13:47:10 -07:00
404 changed files with 2754 additions and 1763 deletions
+1 -3
View File
@@ -14,8 +14,6 @@
- Price Volume Rank distills the price-volume relationship into a simple categorical indicator.
- No configurable parameters; computation is stateless per bar.
- 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.
Price Volume Rank distills the price-volume relationship into a simple categorical indicator. Rather than producing a continuous value, PVR returns one of five discrete states (0-4) that classify the current bar's price and volume behavior relative to the previous bar. This creates an instant "market condition" snapshot.
@@ -203,4 +201,4 @@ Track PVR distribution over rolling windows:
- Arms, R. (1989). *Volume Cycles in the Stock Market*. Equis International.
- Blau, W. (1995). *Momentum, Direction, and Divergence*. Wiley.
- Elder, A. (1993). *Trading for a Living*. Wiley.
- Murphy, J. (1999). *Technical Analysis of the Financial Markets*. New York Institute of Finance.
- Murphy, J. (1999). *Technical Analysis of the Financial Markets*. New York Institute of Finance.