How to create the Cumulative Force Index indicator
I get asked a lot about the volume indicator that I use at the bottom of my charts. It is a custom volume indicator adapted from Elder's Force Index, and I use it so that I can have a clearer read of the volume data.
For those that are using the free ProRealtime online chart software, I've created the code for it and attached below. Also attached are the screenshots of the settings files and the ProRealtime .itf file if you want to import it in directly:
ForceIndex1 = (Close-DClose(1))*Volume
ForceIndex2 = ExponentialAverage[10](ForceIndex1)
CumulativeForceIndex = cumsum(ForceIndex2)
RETURN CumulativeForceIndex
This code creates the cumulative force index, and then you need to add a 10 simple MA to it, and finally Add a new colour zone to fill it. Attached are the screenshots of the settings and the result on the weekly chart at the bottom.
PRT_CumulativeForceIndexCode.itf.txt (Size: 162 bytes / Downloads: 1,093)
Fate does not always let you fix the tuition fee. She delivers the educational wallop and presents her own bill - Reminiscences of a Stock Operator.