I would like some help with the formula for building a custom volume study called Force Index.
FI = Volume(today) * (Close(today) - Close(yesterday))
From the FI value I then need a 3 day simple moving average
and a 13 day simple moving average.
Can someone help?
FI = Volume(today) * (Close(today) - Close(yesterday))
From the FI value I then need a 3 day simple moving average
and a 13 day simple moving average.
Can someone help?