38. Fractal Fibo FVG Indicator
The trading indicator for MetaTrader 5 builds FVG inside Fibo by Fractals
- Created by Denis Kislitsyn | denis@kislitsyn.me | kislitsyn.me
- Task: https://www.mql5.com/en/job/230436
- Version: 1.02

What’s new?
1.02: Release version with no limits
1.01: [+] GUI_FRC: Draw Fractal
[+] ALR_PNC: Push Notification Enabled
1.00: Initial testing versionStrategy
1. Detect range using 3-candle fractal swing high and 3-candle fractal swing low.
!!! warning The tops of the standard Fractals indicator from MetaTrader 5 might be different to the tops of this indicator because the standard Williams Fractal indicator uses 5 bars instead of 3.
2. Draw FVG if FVG is present ABOVE 50% range as shown on the attached image. FVG will only drawn and alert once the swing high/low fractal is close (3rd candle).
3. FVG have the option to select color for bearish and bullish FVG.
4. Alert message will be “pair, timeframe and whether bearish/bullish FVG” i.e. XauUsd m30 bearish FVG
User Inputs
1. INDICATOR (IND)
-
IND_DTH: Start Depth, bars: How many bars back will be processed when the indicator starts. -
IND_LEV: Fibo threshold for FVG: Fibo Level for FVG filter -
IND_SOD: Skip the tops of fractals in Same Direction: If True, the indicator only builds the first Fibo between a few same direction tops of the Fractal. Otherwise, the indicator builds multiple Fibos.
2. GUI
-
GUI_FIB: Draw Fibo -
GUI_FVG: Draw FVG -
GUI_FRC: ==Draw Fractals== -
GUI_COL_BUL: Color for Bullish -
GUI_COL_BER: Color for Bearish
3. ALERTS (ALR)
-
ALR_ENB: Show alerts -
ALR_PNC: ==Push Notification Enabled.== Read MetaTrader 5 help to set notifications up. -
ALR_LL: Log Level
Installation
- Make sure that your MetaTrader 5 terminal is updated to the latest version. To test Expert Advisors, it is recommended to update the terminal to the latest beta version. To do this, run the update from the main menu
Help->Check For Updates->Latest Beta Version. The Expert Advisor may not run on previous versions because it is compiled for the latest version of the terminal. In this case you will see messages on theJournaltab about it. - Copy the indicator executable file
*.ex5to the terminal data directoryMQL5\Indicators. - Open the pair chart.
- Move the Expert Advisor from the Navigator window to the chart.
- Check
Allow Auto Tradingin the bot settings. - Enable the auto trading mode in the terminal by clicking the
Algo Tradingbutton on the main toolbar. - Load the set of settings by clicking the
Loadbutton and selecting the set-file.