====== Money Flow Index ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * MFI rises; * MFI falls; * MFI is higher than the Level line; * MFI is lower than the Level line; * MFI crosses the Level line upward; * MFI crosses the Level line downward; * MFI changes its direction upward; * MFI changes its direction downward; **Logical rules for Closing Logic Condition slot.** * MFI rises; * MFI falls; * MFI is higher than the Level line; * MFI is lower than the Level line; * MFI crosses the Level line upward; * MFI crosses the Level line downward; * MFI changes its direction upward; * MFI changes its direction downward; **List box parameters** **Numeric box parameters** * **Period** (14). The period of Money Flow Index. Minimum: 1, Maximum: 200. * **Level** (50). A critical level (for the appropriate logic). Minimum: 0, Maximum: 100. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/MoneyFlowIndex.cs|Money Flow Index]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/MoneyFlowIndex.mqh|Money Flow Index]].