Force Index (NNFX Variant)
Category: momentum, volume
Measures the strength of price movements by multiplying the magnitude of price change (via an MA) by the volume.
Formula
ForceIndex[i] = Volume[i] * (MA(Price, Period)[i] - MA(Price, Period)[i-1])
Inputs
- InpForcePeriod (default: 13)
- InpMAMethod (default: MODE_SMA)
- InpAppliedPrice (default: PRICE_CLOSE)
- InpAppliedVolume (default: VOLUME_TICK)
See signal primitives and every published strategy that uses Force Index (NNFX Variant) on WOBR StrategyVerse.