Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Kodu ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Kodu beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

fair value gap/imbalance - MetaTrader 5 için gösterge

reza rahmad
reza rahmad
i'm a programer in java and C and i trade about 4 years.i can make indicator for mql4 and mql5 just call me if you need me
Görüntülemeler:
1975
Derecelendirme:
(2)
Yayınlandı:
Güncellendi:
MQL5 Freelance Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The  Dynamic Fair Value Gap (FVG)  indicator is a custom MQL5 technical analysis tool specifically designed to detect unmitigated (untouched) market price imbalances. This indicator is perfectly suited for traders utilizing *Smart Money Concepts (SMC)* or *Price Action* trading styles.

  Core Features and Functions

1.  Unmitigated FVG Detection (Bullish & Bearish)
   - Automatically detects emerging FVGs (a 3-candle pattern) and highlights the *gap* area where price has moved too rapidly without opposing liquidity.
   -  Bullish FVG : A gap formed between the High of Candle 1 and the Low of Candle 3.
   -  Bearish FVG : A gap formed between the Low of Candle 1 and the High of Candle 3.

2.  Auto-Removal of Mitigated FVGs
   - If an FVG area is touched (mitigated) by subsequent price action, the indicator automatically deletes the corresponding FVG rectangle and label from the chart.
   - This ensures your chart remains clean, displaying only "fresh" and relevant FVG zones to be used as *Entry* or *Target* areas.

3.  Dynamic Forward Extension
   - As long as the FVG zone remains untouched by price, the rectangle and text label dynamically extend forward in time (protruding ahead of the current price by a customizable length, default is 18 bars).

4.  Previous Daily High & Low Markers
   - The indicator provides crucial liquidity reference levels from the previous trading day (Previous Daily High & Low) by drawing automatic horizontal lines:
     -  Yesterday's High Line (Red) : Labeled with *"break high buy kembali masuk sell"*.
     -  Yesterday's Low Line (Green/Blue) : Labeled with *"break low sell masuk keatas lagi buy"*.
   - These horizontal lines are automatically deleted and refreshed to the new levels whenever the trading day changes.

5.  Alerts & Notifications
   - Fully integrated with MT5 notification systems (Pop-up Alert, Sound, and Push Notifications) to notify you immediately when a new FVG pattern is formed.

  Key Input Variables

-  `BarsToKeep` (Default: 300) : Determines how far back (number of candles) the indicator will scan historical price data to look for FVGs.
-  `ForwardBars` (Default: 18) : Sets the visual extension length of the FVG rectangles into the future (ahead of the current candle) for easy monitoring.
-  `RectangleFill` (Default: true) : Determines whether the FVG rectangles will be filled with solid color or just drawn as outlines.

  How to Use
Simply attach this indicator to your chart on any timeframe. It will immediately present unfilled FVG zones which frequently act as price "magnets." Furthermore, you can combine these FVG levels with price manipulation strategies based on the *Support/Resistance* lines derived from the previous day's highest and lowest prices.

Institutional Market Reversal - The SMC way Institutional Market Reversal - The SMC way

IMR is a multi-layered quantitative reversal finder designed for discretionary price-action traders who refuse to trade blind. It helps traders understand what's the current market regime. Whether its an accumulation, distribution or continuation.

Real-Time Spread Monitor with Session Statistics Real-Time Spread Monitor with Session Statistics

Displays the current bid-ask spread in points and pips directly on the chart, with live tracking of session minimum, maximum and average spread since the indicator was attached. Color changes to alert when spread exceeds a user-defined threshold.

Institutional Markov Chain Transition Matrix Institutional Markov Chain Transition Matrix

A quantitative stochastic probability engine that utilizes Markov Chain transition matrices to mathematically forecast the percentage chance of bullish or bearish continuation on the next algorithmic execution cycle.

TRDING VIEW IN MT5 TRDING VIEW IN MT5

This Expert Advisor integrates a TradingView chart directly within the MT5 window, replacing the native chart. It uses a web view (WebView2) to render HTML with the official TradingView widget, allowing you to change symbol, seasonality and theme (dark/light) without leaving MT5. Includes a date-based licensing system that blocks the EA if it is outside the authorised period.