OPEN-SOURCE SCRIPT
Telah dikemas kini

ICT Balanced Price Range - Double FVG with Volume

3 683
This is an FVG indicator combined with volume to identify moments when a sudden volume spike creates a price gap.

Additionally, I've added the ICT Balanced Price Range, which occurs when two opposing FVGs form a connected gap. This gap has a high probability of reversal and is one of the key signs of liquidity sweeps.

Unlike other FVG indicators that filter FVGs based on ATR, average price, or range, I believe such methods lead to overfitting and may not work across multiple pairs with a single setting. Instead, I only filter FVGs when there are consecutive overlapping FVGs.

The indicator includes full functionality:

Candle color customization
FVG line color customization
FVG fill color customization
BPR color customization
Adjustable average volume and volume threshold
Highlighting candles with abnormal volume
Enjoy and make sure to backtest thoroughly before using!
Nota Keluaran
Update the conditions of FVG

Before:
bearFVG = high < low[2] and close[1] < low[2] and high[1] > low[3]
bullFVG = low > high[2] and close[1] > high[2] and low[1] < high[3]

After:
bearFVG = high < low[2] and close[1] < low[2] and high[1] > low[3] and high[2] > low[4]
bullFVG = low > high[2] and close[1] > high[2] and low[1] < high[3] and low[2] < high[4]
Nota Keluaran
Update FVG condition

Penafian

Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.