Unlock Trading Insights with the ColorMFI_X20 Indicator for MetaTrader 5

Mike 2019.01.02 23:40 53 0 0
Attachments

Author: Ivan Kornilov

The ColorMFI_X20 indicator packs twenty MFI indicators into a single window, giving you a comprehensive view of market dynamics. Each line can be customized with colors based on its position relative to overbought and oversold zones, making it easier to identify potential trading opportunities. When you set up the indicator, you can tweak the style and color for the first line, while the rest will follow suit, creating a cohesive look.

//+-----------------------------------+//| Indicator input parameters        |//+-----------------------------------+inputuint StartMFIPeriod=5;                       // initial periodinputuint  step = 1;                              // period stepinputENUM_APPLIED_VOLUME VolumeType=VOLUME_TICK;  // volume inputuint                 HighLevel=60           // overbought levelinputuint                 MidLevel=50            // middle levelinputuint                 LowLevel=40            // oversold level

ColorMFI_X20 Indicator

Fig.1. The ColorMFI_X20 indicator

List
Comments 0