거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

fair value gap/imbalance - MetaTrader 4용 지표

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
조회수:
592
평가:
(1)
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동


Dynamic Fair Value Gap (FVG) Indicator for MetaTrader 4


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.

multiple order stop limit multiple order stop limit

this script to make multiple pending order limit or stop order like buystop buylimit or sellstop selllimit

Script Account Information Script Account Information

This script will display all account information.

Inside Bar Inside Bar

Automatically detect Inside Bar patterns, draw projection rectangles, and receive real‑time alerts – all in one powerful indicator. Swing And Full Margin trader

Stochastic Moving Average Stochastic Moving Average

This indicator is an implementation of Stochastic of Moving Average. This indicator can be used as a filter indicator. It can be associated with my free indicator "HLPeak_Trend".