mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-19 19:18:05 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user