OPEN-SOURCE SCRIPT
Overlapping FVG - [Fandesoft Trading Academy]

🧠 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.
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.
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。