無料でロボットをダウンロードする方法を見る
Telegram上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
スクリプトを気に入りましたか?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
ビュー:
616
評価:
(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".