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:
+2
-4
@@ -13,9 +13,7 @@
|
||||
| **PineScript** | [vf.pine](vf.pine) |
|
||||
|
||||
- Volume Force (VF) quantifies the strength of volume behind price movements by multiplying price change by volume and applying EMA smoothing with wa...
|
||||
- Parameterized by `period` (default 14).
|
||||
- Output range: Unbounded.
|
||||
- Requires `> period` bars of warmup before first valid output (IsHot = true).
|
||||
- **Similar:** [MFI](../mfi/Mfi.md), [CMF](../cmf/Cmf.md) | **Complementary:** RSI | **Trading note:** Volume Force; measures directional volume pressure. Positive = buyers dominant.
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
Volume Force (VF) quantifies the strength of volume behind price movements by multiplying price change by volume and applying EMA smoothing with warmup compensation. The result is a momentum-style oscillator that distinguishes between genuine volume-backed moves and hollow price action.
|
||||
@@ -296,4 +294,4 @@ VF occupies a middle ground: more responsive than OBV/CMF (not cumulative), smoo
|
||||
- Elder, A. (1993). "Trading for a Living." John Wiley & Sons.
|
||||
- Ehlers, J. (2001). "Rocket Science for Traders." John Wiley & Sons.
|
||||
- Murphy, J. (1999). "Technical Analysis of the Financial Markets." New York Institute of Finance.
|
||||
- TradingView. "PineScript Volume Force." Community Reference.
|
||||
- TradingView. "PineScript Volume Force." Community Reference.
|
||||
Reference in New Issue
Block a user