Next: , Previous: , Up: Indicators   [Index]


10.16 Force Index

The force index by Dr. Alexander Elder shows daily close-to-close changes multiplied by the volume traded, so that moves on greater volume are given more significance. The raw change*volume values are smoothed slightly with a 2-day EMA (see Exponential Moving Average), so the formula is simply

Force Index = EMA[2] of (volume * (close - prev close))

An increasing force index indicates strong interest in an upward move, when it falls back either price or volume or both have declined suggesting waning interest. Conversely for a negative and falling force index on the downside. The smoothing period for the EMA is configurable.


Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2014, 2015, 2016, 2017 Kevin Ryde

Chart is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.