Login Page - Create Account

Technical Studies Reference


Market Facilitation Index

This study calculates and displays a Market Facilitation Index (MFI) for the Price and Volume Data. The MFI was created by Dr. Bill Williams and it is an attempt to determine the efficiency of price movement by quantifying the price movement per unit of volume. We describe the calculation below.

Let \(H\), \(L\), and \(V\) be random variables denoting the High Price, Low Price, and Volume, respectively, and let \(H_t\), \(L_t\), and \(V_t\) be their respective values at Index \(t\). Let \(v\) be the Multiplier Input. We denote the Market Facilitation Index at Index \(t\) as \(MFI_t(k)\), and we compute it for \(t \geq 0\) as follows.

\(\displaystyle{MFI_t(k) = v\cdot\frac{H_t - L_t}{V_t}}\)

Inputs

Spreadsheet

The spreadsheet below contains the formulas for this study in Spreadsheet format. Save this Spreadsheet to the Data Files Folder.

Open it through File >> Open Spreadsheet.

Market_Facilitation_Index.34.scss


*Last modified Monday, 26th September, 2022.