Volume Force (VF)
Category: volume, momentum
Measures the strength of price movements weighted by volume, using a zero-lag compensated EMA to assess buying and selling pressure.
Formula
VF = EMA( (Price_{current} - Price_{previous}) \times Volume, \text{length} ) \times \text{ConvergenceCompensator}
Inputs
- length (default: 14)
See signal primitives and every published strategy that uses Volume Force (VF) on WOBR StrategyVerse.