OPEN-SOURCE SCRIPT

Overlapping FVG - [Fandesoft Trading Academy]

192
🧠 Overview
This script plots Higher Timeframe Fair Value Gaps (FVGs) with full visibility and precise placement on lower timeframe charts. Each timeframe (30s–15m) has its own independent toggle, custom label, and box styling, giving traders unmatched control and clarity across multiple market structures.
----------------------------------------------
🎯 What It Does
✅ Identifies Fair Value Gaps using a 3-candle logic (candle 1 high vs candle 3 low, and vice versa).

✅ Plots HTF FVG boxes accurately aligned in LTF charts for clearer intraday decision making.

✅ Custom timeframes: 30s to 15m — individually toggleable.

✅ Set custom labels per timeframe for easier reference.

✅ Full visual customization:

Border color

Bullish/Bearish box opacity

Label font size and color
----------------------------------------------
✨ Why It’s Unique
🔁 Multi-timeframe plotting from as low as 30 seconds to 15 minutes — all at once.

🖼️ Boxes plotted with fixed pixel-perfect width even on lower timeframes.

🎨 All visual aspects are fully configurable from the UI: labels, colors, borders.

🧩 Modular input system: you can turn off individual timeframes without code edits.

🧠 Smart barstate.isconfirmed usage ensures no repainting and stable historical plotting.
----------------------------------------------
⚙️ How It Works
The script requests data for each selected timeframe using request.security.

For every confirmed HTF bar:

It checks for an FVG based on simple imbalance logic:

Bullish FVG: low >= high[2]

Bearish FVG: low[2] >= high

If a valid gap exists:

A box is drawn using box.new() between candle 1 and candle 3 with matching label and style.

Timeframe toggles ensure efficient performance (below the request.security limit of 40).
----------------------------------------------
📈 Use Cases
Scalpers & Intraday Traders: Use 30s–15m HTF levels for precise microstructure guidance.

ICT Traders: Visualize displacement and inefficiency zones aligned with higher timeframe context.

FVG Stacking: Add this layer on top of FVG confluences.
----------------------------------------------
🔐 This script is invite-only. Contact the author for access.
📩 Perfect for serious traders, algorithmic strategists looking to visualize multi-timeframe imbalances efficiently.



6 gün önce
Sürüm Notları
🧠 Overview
This script plots Higher Timeframe Fair Value Gaps (FVGs) with full visibility and precise placement on lower timeframe charts. Each timeframe (30s–15m) has its own independent toggle, custom label, and box styling, giving traders unmatched control and clarity across multiple market structures.
----------------------------------------------
🎯 What It Does
✅ Identifies Fair Value Gaps using a 3-candle logic (candle 1 high vs candle 3 low, and vice versa).

✅ Plots HTF FVG boxes accurately aligned in LTF charts for clearer intraday decision making.

✅ Custom timeframes: 30s to 15m — individually toggleable.

✅ Set custom labels per timeframe for easier reference.

✅ Full visual customization:

Border color

Bullish/Bearish box opacity

Label font size and color
----------------------------------------------
✨ Why It’s Unique
🔁 Multi-timeframe plotting from as low as 30 seconds to 15 minutes — all at once.

🖼️ Boxes plotted with fixed pixel-perfect width even on lower timeframes.

🎨 All visual aspects are fully configurable from the UI: labels, colors, borders.

🧩 Modular input system: you can turn off individual timeframes without code edits.

🧠 Smart barstate.isconfirmed usage ensures no repainting and stable historical plotting.
----------------------------------------------
⚙️ How It Works
The script requests data for each selected timeframe using request.security.

For every confirmed HTF bar:

It checks for an FVG based on simple imbalance logic:

Bullish FVG: low >= high[2]

Bearish FVG: low[2] >= high

If a valid gap exists:

A box is drawn using box.new() between candle 1 and candle 3 with matching label and style.

Timeframe toggles ensure efficient performance (below the request.security limit of 40).
----------------------------------------------
📈 Use Cases
Scalpers & Intraday Traders: Use 30s–15m HTF levels for precise microstructure guidance.

ICT Traders: Visualize displacement and inefficiency zones aligned with higher timeframe context.

FVG Stacking: Add this layer on top of FVG confluences.
----------------------------------------------
🔐 This script is invite-only. Contact the author for access.
📩 Perfect for serious traders, algorithmic strategists looking to visualize multi-timeframe imbalances efficiently.

Feragatname

Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.