ForceIndex

Force Index
Description
Alexander Elder's Force Index smoothed with an exponential moving average.
Category
Price Volume Indicators
Parameters
N ( Default: 1 Min: 1 Max: 100 )
Chart Script

RAW:= V * (C - REF(C,1));
FI: EMA(RAW, N);
0;