QQQ Levels on NQ - WizardCharts# QQQ Levels on NQ - Professional Support & Resistance Indicator
## 🎯 Overview
Elevate your NASDAQ futures trading with precision-engineered QQQ support and resistance levels. This professional-grade indicator displays critical QQQ price levels directly on your NQ (E-mini NASDAQ-100) and MNQ (Micro E-mini NASDAQ-100) charts, providing institutional-quality analysis for retail traders.
## ⚡ Key Features
### 📊 Dual-Level System
- Whole Number Levels : 10 closest round QQQ levels around current price
- Half Levels : 0.5 increment levels for granular analysis
- Smart Scaling : Automatically converts QQQ levels to NQ/MNQ prices
### 🎨 Professional Visualization
- Clean Design : Minimalist lines that don't clutter your chart
- Customizable Colors : Choose your own colors for whole and half levels
- Historical Extension : Lines extend across your entire chart for context
- Dynamic Labels : Real-time QQQ price display with clear level identification
### ⚙️ Intelligent Features
- Auto-Detection : Works seamlessly on QQQ, NQ, and MNQ charts
- Real-Time Updates : Levels adjust automatically as QQQ price moves
- Performance Optimized : Efficient code that won't slow down your charts
- Flexible Settings : Toggle levels on/off based on your trading style
## 🎯 Perfect For
- NQ Futures Traders seeking QQQ correlation levels
- MNQ Micro Futures traders needing precise entry/exit points
- QQQ Options Traders analyzing support/resistance zones
- Day Traders requiring quick visual reference points
- Swing Traders identifying key technical levels
## 📈 How It Works
The indicator fetches real-time QQQ prices and calculates the 10 closest whole number levels (e.g., 480, 481, 482) plus half levels (480.5, 481.5, 482.5) around the current price. When applied to NQ or MNQ charts, it automatically scales these levels to match futures pricing, giving you precise QQQ-correlated support and resistance zones.
## 🔧 Customization Options
- QQQ Price Label : Toggle on/off
- Whole Number Levels : Show/hide with custom colors
- Half Levels : Show/hide with custom colors and transparency
- Visual Styling : Personalize colors to match your chart theme
## 💡 Trading Applications
- Support/Resistance : Identify key psychological levels
- Entry/Exit Points : Use levels for precise trade execution
- Risk Management : Set stops and targets at significant levels
- Market Structure : Understand institutional price zones
- Confluence Analysis : Combine with other technical indicators
## 🆓 FREE ACCESS - Discord Required - discord.gg
This premium indicator is completely FREE but requires access through our free Discord community.
### How to Get Access:
1. 1.
Join our Discord server using the link in our profile - discord.gg
2. 2.
Verify your membership in the trading community
3. 3.
Request indicator access in the designated channel
4. 4.
Receive your personal copy with full source code
### Why Discord Access?
- Community Support : Get help from experienced traders
- Updates & Improvements : First access to new features
- Trading Discussions : Share strategies and market insights
- Educational Content : Learn advanced trading techniques
- Network Building : Connect with like-minded traders
### Community Benefits:
- ✅ Free Indicators : Access to our entire indicator library
- ✅ Market Analysis : Daily QQQ/NQ market breakdowns
- ✅ Trading Strategies : Proven setups using our indicators
- ✅ Live Support : Real-time help during market hours
- ✅ Educational Resources : Tutorials and trading guides
Penunjuk dan strategi
Funded Gang IndiciCustomized indicator to detect the opening bias of Indexes.
Timeframe 14:30 - 15:30
Mirpapa_Lib_boxLibrary "Mirpapa_Lib_box"
AddFVG(boxes, htfTimeframe, htfBarIndex, top, bottom, isBull, _text)
AddFVG
@description FVG 박스 데이터 추가
Parameters:
boxes (array) : array 박스 배열
htfTimeframe (string) : string HTF 시간대 ("60", "240", "D")
htfBarIndex (int) : int HTF bar_index
top (float) : float 상단 가격
bottom (float) : float 하단 가격
isBull (bool) : bool 방향 (true=상승, false=하락)
_text (string)
Returns: void
AddOB(boxes, htfTimeframe, htfBarIndex, top, bottom, isBull, _text)
AddOB
@description OB 박스 데이터 추가
Parameters:
boxes (array) : array 박스 배열
htfTimeframe (string) : string HTF 시간대
htfBarIndex (int) : int HTF bar_index
top (float) : float 상단 가격
bottom (float) : float 하단 가격
isBull (bool) : bool 방향
_text (string)
Returns: void
AddBB(boxes, htfTimeframe, htfBarIndex, top, bottom, isBull, _text)
AddBB
@description BB 박스 데이터 추가
Parameters:
boxes (array) : array 박스 배열
htfTimeframe (string) : string HTF 시간대
htfBarIndex (int) : int HTF bar_index
top (float) : float 상단 가격
bottom (float) : float 하단 가격
isBull (bool) : bool 방향
_text (string)
Returns: void
AddRB(boxes, htfTimeframe, htfBarIndex, top, bottom, isBull, _text)
AddRB
@description RB 박스 데이터 추가
Parameters:
boxes (array) : array 박스 배열
htfTimeframe (string) : string HTF 시간대
htfBarIndex (int) : int HTF bar_index
top (float) : float 상단 가격
bottom (float) : float 하단 가격
isBull (bool) : bool 방향
_text (string)
Returns: void
ProcessBoxes(boxes, boxType, colorBull, colorBear, closeCount, useLine, textAlignH, textAlignV, closeColor)
ProcessBoxes
@description 박스 배열 처리 (생성→확장→터치→종료)
Parameters:
boxes (array) : array 박스 배열
boxType (string) : string 박스 타입 ("FVG", "OB", "BB", "RB")
colorBull (color) : color 상승 색상
colorBear (color) : color 하락 색상
closeCount (int) : int 터치 종료 횟수
useLine (bool) : bool 중간라인 사용 여부
textAlignH (string) : string 수평 정렬
textAlignV (string) : string 수직 정렬
closeColor (color) : color 종료 색상
Returns: void
GetActiveBoxCount(boxes)
GetActiveBoxCount
@description 활성 박스 개수 반환
Parameters:
boxes (array) : array 박스 배열
Returns: int 활성 박스 개수
ClearInactiveBoxes(boxes)
ClearInactiveBoxes
@description 비활성 박스 제거 (메모리 절약)
Parameters:
boxes (array) : array 박스 배열
Returns: void
BoxData
BoxData
Fields:
_isActive (series bool) : 박스 활성화 상태
_isBull (series bool) : 방향 (true=상승, false=하락)
_boxTop (series float) : 상단 가격
_boxBot (series float) : 하단 가격
_basePoint (series float) : 터치 감지 기준점
_stage (series int) : 터치 횟수 카운터
_type (series string) : 박스 타입 ("FVG", "OB", "BB", "RB")
_htfTimeframe (series string) : HTF 시간대 ("60", "240", "D")
_htfBarIndex (series int) : HTF 기준 bar_index
_text (series string) : 사용자 추가 텍스트
_box (series box) : 박스 객체 (ProcessBoxes에서 생성)
_line (series line) : 라인 객체 (ProcessBoxes에서 생성)
SPY Levels on ES - WizardCharts# SPY Levels on ES - Professional Support & Resistance Indicator
## 🎯 Overview
Transform your S&P 500 futures trading with precision-engineered SPY support and resistance levels. This professional-grade indicator displays critical SPY price levels directly on your ES (E-mini S&P 500) and MES (Micro E-mini S&P 500) charts, providing institutional-quality analysis for retail traders.
## ⚡ Key Features
### 📊 Dual-Level System
- Whole Number Levels : 10 closest round SPY levels around current price
- Half Levels : 0.5 increment levels for granular analysis
- Smart Scaling : Automatically converts SPY levels to ES/MES prices
### 🎨 Professional Visualization
- Clean Design : Minimalist lines that don't clutter your chart
- Customizable Colors : Choose your own colors for whole and half levels
- Historical Extension : Lines extend across your entire chart for context
- Dynamic Labels : Real-time SPY price display with clear level identification
### ⚙️ Intelligent Features
- Auto-Detection : Works seamlessly on SPY, ES, and MES charts
- Real-Time Updates : Levels adjust automatically as SPY price moves
- Performance Optimized : Efficient code that won't slow down your charts
- Flexible Settings : Toggle levels on/off based on your trading style
## 🎯 Perfect For
- ES Futures Traders seeking SPY correlation levels
- MES Micro Futures traders needing precise entry/exit points
- SPY Options Traders analyzing support/resistance zones
- Day Traders requiring quick visual reference points
- Swing Traders identifying key technical levels
## 📈 How It Works
The indicator fetches real-time SPY prices and calculates the 10 closest whole number levels (e.g., 580, 581, 582) plus half levels (580.5, 581.5, 582.5) around the current price. When applied to ES or MES charts, it automatically scales these levels to match futures pricing, giving you precise SPY-correlated support and resistance zones.
## 🔧 Customization Options
- SPY Price Label : Toggle on/off
- Whole Number Levels : Show/hide with custom colors
- Half Levels : Show/hide with custom colors and transparency
- Visual Styling : Personalize colors to match your chart theme
## 💡 Trading Applications
- Support/Resistance : Identify key psychological levels
- Entry/Exit Points : Use levels for precise trade execution
- Risk Management : Set stops and targets at significant levels
- Market Structure : Understand institutional price zones
- Confluence Analysis : Combine with other technical indicators
## 🆓 FREE ACCESS - Discord Required discord.gg
This premium indicator is completely FREE but requires access through our free Discord community.
### How to Get Access:
1. 1.
Join our Discord server using the link in our profile
2. 2.
Verify your membership in the trading community
3. 3.
Request indicator access in the designated channel
4. 4.
Receive your personal copy with full source code
discord.gg
### Why Discord Access?
- Community Support : Get help from experienced traders
- Updates & Improvements : First access to new features
- Trading Discussions : Share strategies and market insights
- Educational Content : Learn advanced trading techniques
- Network Building : Connect with like-minded traders
### Community Benefits:
- ✅ Free Indicators : Access to our entire indicator library
- ✅ Market Analysis : Daily SPY/ES market breakdowns
- ✅ Trading Strategies : Proven setups using our indicators
- ✅ Live Support : Real-time help during market hours
- ✅ Educational Resources : Tutorials and trading guides
KVS-FF-AA-2-FibThis indicator combines an EMA (Exponential Moving Average) cloud with advanced Fibonacci levels. It displays EMA's from three different timeframes (Daily, Weekly, Monthly) to help you track primary trends across various periods. It also generates a dynamic cloud for a user-defined timeframe.
The integrated Fibonacci tool offers four different calculation modes: Static, Dynamic, ATH/ATL, and Price. Additionally, you can select from four Fibonacci level types: Standard, Percentage, FF-AA, and FF-AA-2. This tool automatically determines the trend direction and plots the Fibonacci levels on either a logarithmic or linear scale.
AMF PG Consensus Engine v3.5AMF PG Consensus Engine v3.5
1. Core Philosophy: A Multi-Stage Confirmation System for High-Probability Signals
In the world of automated trading, the real challenge isn't generating signals, but filtering out the noise. The AMF PG Consensus Engine is designed to address this challenge. It operates on a simple yet powerful philosophy: a buy or sell signal is valid only if it receives confirmation from multiple, independent analysis modules.
This strategy isn't a "black box." It's a transparent, rules-based framework that transforms market momentum and momentum into a final consensus and then directs a core trend-following engine. The goal is to avoid trading in adverse market conditions and only act when the different analysis layers agree.
2. How the Consensus Engine Works: Two Confirmation Layers
Before the core engine is allowed to seek a trade, the market must go through a two-stage "confirmation" process. Both filters can be enabled or disabled from the settings, allowing users to customize the strategy's stringency level.
Confirmation Module 1: Renko Regime Filter
This module's purpose is to answer a critical question: "Is the market currently in a stable, directional trend, or is it volatile and unstable?" Instead of standard indicators, it creates a timeless Renko chart in the background. A trend is confirmed only if a minimum number of consecutive Renko bricks form in the same direction. This method is extremely effective at filtering out noisy, sideways price movements, which are often unsuccessful for trend-following systems. The brick size can be set to a fixed value or automatically calculated based on the Average True Range (ATR) for better fit.
Confirmation Module 2: Candle Scoring Engine
This module analyzes the raw strength of price action by scoring each candle individually. It evaluates the candle's direction, body size relative to the previous candle, and the change in closing price. These factors are converted into a score for each bar. A cumulative score is then calculated over a user-defined period. A buy trade is only confirmed if this cumulative momentum score exceeds a positive threshold, indicating sustained buying pressure. Conversely, a sell trade requires the score to fall below a negative threshold, indicating sustained selling pressure.
3. Core Engine: AMF PG Trend Follower
When both confirmation modules give the "green light" for a specific direction (e.g., buy), the core AMF PG (Praetorian Guard) engine is activated. This is a proprietary, volatility-sensitive trend-following mechanism.
It calculates a dynamic upper and lower band around the price. These bands are not static; their distance from the price is constantly adjusted based on recent market volatility and price expansion. A trade is initiated when the price breaks out of these bands in the direction confirmed by the consensus engine. The opposing band then serves as the initial trailing stop-loss, adjusted as the trend progresses.
4. Embedded Filters for Additional Security
To further enhance signal quality, the core engine has several embedded filters that are always active and cannot be disabled by the user:
Trend Strength Filter: To confirm that a trend has sufficient strength, a trade will not be initiated unless the ADX (Average Directional Index) is above a certain threshold.
Sideways Market Filter: The Chop Index is used to prevent trading in extremely sideways and directionless markets.
5. Risk Management: Maximum Drawdown Protection
A key feature of this strategy is its built-in capital protection mechanism. Users can set a maximum capital drawdown limit of a percentage. If the strategy's capital falls by this percentage from its peak, the "DD Protect" feature is activated, closing all open positions and preventing new trades from being opened. This acts as a final emergency brake to protect capital during unpredictable market conditions or underperformance of the strategy.
6. Automation-Ready: Customizable Webhook Alerts
This strategy was developed for modern investors looking to automate their trading. Instead of generic alert messages, you can define your own custom alert text directly from the script's settings.
This feature is particularly powerful for connecting to third-party automation services via Webhooks. You can configure the alert message in the JSON format required by your service (such as {"action": "buy", "symbol": "{{ticker}}"}). This allows you to seamlessly connect your strategy signals directly to your trading account.
7. Strategy Backtest Information
Please remember that past performance is not indicative of future results. The published chart and performance report were generated on the 4-hour timeframe of the BTC/USD pair with the following settings:
Test Period: January 1, 2016 - October 31, 2025
Default Position Size: 15% of Capital
Pyramiding: Closed
Commission: 0.0008
Slippage: 2 ticks (Please enter the slippage you used in your own tests)
Testing Approach: The published test includes 799 trades and is statistically significant. It is strongly recommended that you test on different assets and timeframes for your own analysis. The default settings are a template and should be adjusted by the user for their own analysis.
USD News Indicator by ModishThe USD News Indicator overlays arrows and labels on TradingView charts to mark key USD economic releases (e.g., NFP, CPI, PCE, FOMC) from Jan-Oct 2025, with red arrows for high-impact (e.g., CPI, NFP) and orange for medium (e.g., ISM PMI). The main purpose of the indicator is to show the impact of the news in different markets upon release and their movement. Customize via inputs: toggle news types (NFP, CPI, etc.), colors, and timezone display (global options like UTC, New York, Nairobi). A top-right table lists upcoming events with dates/times and impacts, auto-updating weekly based on hardcoded schedules.
Ichimoku + Multi-Trend DashboardIchimoku + Multi-Trend Dashboard
A professional multi-indicator trend analyzer that fuses Ichimoku Cloud with volume, momentum, and price-based confirmations — all visualized in a dynamic dashboard.
🔍 Overview
The OSPL Ichimoku + Multi-Trend Dashboard is a comprehensive market-structure and momentum visualization tool built for serious traders who value clarity, precision, and confirmation.
It combines the powerful Ichimoku Cloud system with VWMA, SuperTrend, RSI, and VWAP to provide a 360-degree view of market direction, trend strength, and trade zones.
This indicator allows traders to instantly read multi-indicator alignment through a color-coded dashboard, helping filter out noise and improve timing for entries and exits.
⚙️ Core Features
🟢 1. Ichimoku Cloud Framework
Displays all major Ichimoku elements: Tenkan-Sen, Kijun-Sen, Senkou Span A & B (Kumo Cloud).
Detects Bullish and Bearish Tenkan-Kijun Crossovers.
Identifies Cloud Trend Bias (price above, below, or inside the Kumo).
Marks Buy / Sell / Wait Zones automatically based on price structure and line alignment.
⚡ 2. Multi-Indicator Confirmation Layer
Enhance trend validation using:
VWMA (Volume-Weighted Moving Average): Measures volume-driven price trend.
SuperTrend: Uses ATR to confirm trend direction and detect reversals.
RSI (Relative Strength Index): Gauges market momentum — above 50 indicates bullish bias, below 50 bearish.
VWAP (Volume-Weighted Average Price): Tracks institutional and fair value price zones.
Each of these indicators contributes to a synchronized dashboard view that instantly reveals market bias.
📊 3. Interactive Dashboard Display
Clean, modern bottom-right table summarizing indicator values and their current trend status.
Color-coded trend map:
🟢 Green = Bullish 🔴 Red = Bearish 🟡 Yellow = Neutral / Wait
Quick visual reference — ideal for active traders who rely on multiple confirmations before taking trades.
🌥 4. Kumo Visualization
Smoothly shaded Ichimoku Cloud fill highlights dominant market phase (bullish or bearish).
Dynamic transition coloring enhances visibility of potential breakouts or reversals.
🎯 How to Use
Use the dashboard as a trend alignment and confirmation tool:
Bullish Confluence Example:
Price above Kumo Cloud
Tenkan-Sen > Kijun-Sen
RSI > 50
SuperTrend below price
VWMA and VWAP trending upward
Bearish Confluence Example:
Price below Kumo Cloud
Tenkan-Sen < Kijun-Sen
RSI < 50
SuperTrend above price
VWMA and VWAP trending downward
When most indicators align in the same direction, the system provides high-probability trade zones.
It can be used across all timeframes, from intraday scalping to multi-day swing trading.
🧩 Why Use This Indicator
✅ Filters false signals by combining multiple trend tools.
✅ Eliminates the need to switch between multiple indicators.
✅ Offers an at-a-glance visual assessment of overall market bias.
✅ Adaptable to any asset: stocks, indices, forex, commodities, or crypto.
✅ Ideal for traders using trend-following, momentum, or confirmation-based strategies.
🧠 Professional Tips
Combine the dashboard signals with price action and volume breakouts for enhanced accuracy.
Use higher timeframe Ichimoku structure as a directional filter (e.g., check the 1-hour trend while trading on 15-minute).
Apply ATR-based stop loss and multi-timeframe confluence to further strengthen entries.
Works exceptionally well with Heikin Ashi candles for smoother visual trends.
💡 Suggested Use Cases
Intraday & Swing Trading
Trend Continuation & Reversal Identification
Multi-Indicator Confirmation System
Dashboard-Style Strategy Testing and Backtesting
⚠️ Disclaimer
This indicator is designed for educational and analytical purposes only.
It is not financial advice and does not guarantee profitability.
Always perform independent analysis and apply prudent risk management before executing trades.
OSPL Ichimoku + Multi-Trend DashboardOSPL Ichimoku + Multi-Trend Dashboard
A professional multi-indicator trend analyzer that fuses Ichimoku Cloud with volume, momentum, and price-based confirmations — all visualized in a dynamic dashboard.
🔍 Overview
The OSPL Ichimoku + Multi-Trend Dashboard is a comprehensive market-structure and momentum visualization tool built for serious traders who value clarity, precision, and confirmation.
It combines the powerful Ichimoku Cloud system with VWMA, SuperTrend, RSI, and VWAP to provide a 360-degree view of market direction, trend strength, and trade zones.
This indicator allows traders to instantly read multi-indicator alignment through a color-coded dashboard, helping filter out noise and improve timing for entries and exits.
⚙️ Core Features
🟢 1. Ichimoku Cloud Framework
Displays all major Ichimoku elements: Tenkan-Sen, Kijun-Sen, Senkou Span A & B (Kumo Cloud).
Detects Bullish and Bearish Tenkan-Kijun Crossovers.
Identifies Cloud Trend Bias (price above, below, or inside the Kumo).
Marks Buy / Sell / Wait Zones automatically based on price structure and line alignment.
⚡ 2. Multi-Indicator Confirmation Layer
Enhance trend validation using:
VWMA (Volume-Weighted Moving Average): Measures volume-driven price trend.
SuperTrend: Uses ATR to confirm trend direction and detect reversals.
RSI (Relative Strength Index): Gauges market momentum — above 50 indicates bullish bias, below 50 bearish.
VWAP (Volume-Weighted Average Price): Tracks institutional and fair value price zones.
Each of these indicators contributes to a synchronized dashboard view that instantly reveals market bias.
📊 3. Interactive Dashboard Display
Clean, modern bottom-right table summarizing indicator values and their current trend status.
Color-coded trend map:
🟢 Green = Bullish 🔴 Red = Bearish 🟡 Yellow = Neutral / Wait
Quick visual reference — ideal for active traders who rely on multiple confirmations before taking trades.
🌥 4. Kumo Visualization
Smoothly shaded Ichimoku Cloud fill highlights dominant market phase (bullish or bearish).
Dynamic transition coloring enhances visibility of potential breakouts or reversals.
🎯 How to Use
Use the dashboard as a trend alignment and confirmation tool:
Bullish Confluence Example:
Price above Kumo Cloud
Tenkan-Sen > Kijun-Sen
RSI > 50
SuperTrend below price
VWMA and VWAP trending upward
Bearish Confluence Example:
Price below Kumo Cloud
Tenkan-Sen < Kijun-Sen
RSI < 50
SuperTrend above price
VWMA and VWAP trending downward
When most indicators align in the same direction, the system provides high-probability trade zones.
It can be used across all timeframes, from intraday scalping to multi-day swing trading.
🧩 Why Use This Indicator
✅ Filters false signals by combining multiple trend tools.
✅ Eliminates the need to switch between multiple indicators.
✅ Offers an at-a-glance visual assessment of overall market bias.
✅ Adaptable to any asset: stocks, indices, forex, commodities, or crypto.
✅ Ideal for traders using trend-following, momentum, or confirmation-based strategies.
🧠 Professional Tips
Combine the dashboard signals with price action and volume breakouts for enhanced accuracy.
Use higher timeframe Ichimoku structure as a directional filter (e.g., check the 1-hour trend while trading on 15-minute).
Apply ATR-based stop loss and multi-timeframe confluence to further strengthen entries.
Works exceptionally well with Heikin Ashi candles for smoother visual trends.
💡 Suggested Use Cases
Intraday & Swing Trading
Trend Continuation & Reversal Identification
Multi-Indicator Confirmation System
Dashboard-Style Strategy Testing and Backtesting
⚠️ Disclaimer
This indicator is designed for educational and analytical purposes only.
It is not financial advice and does not guarantee profitability.
Always perform independent analysis and apply prudent risk management before executing trades.
VWAP-Y&T (P)This indicator will give you VWAP - Volume Weighted Average Price for Today (Current Day) and Yesterday (Previous Day)
Enjoy and Trade Responsibly!!
Momentum Pulse Strategy Tf - 1m,5m,15m & 1hThis Indicator gives long and short signals based on the current trend on the time frame that you are using.
Preferred timeframes to use - 1min, 5min, 15min and 1hour.
1. Once we get a long or short singal, the entry ,sl and 3 take profit areas are marked.
2. Entry criteria - Once we get a long or short confirmation, the entry , sl and 3 take profits will be displayed on the chart.
3. If the immediate next candle gives us an entry then we use that signal,if not then we dont.
4. Entry line - Gold, SL line - Red and 3 green lines are tp lines spanning 1:1,1:2,1:3respectively.
Important notice -
1. Backtest and see what profit booking suits the best.
2. Best assests it works well with - Nasdaq, XAUUSD, GBPUSD and EURUSD
Probability H1/H4/D/W (Confirmations + Heatmap + Trend)Probability H1/H4/D/W (Confirmations + Heatmap + Trend) is a multi-timeframe market scanner that combines key confirmation signals and a robust trend heatmap to boost your trading decision-making.
What it does:
- Calculates bullish and bearish probabilities for every candle using five weighted factors: market structure shifts (BOS/CHOCH), RSI, MACD, volume changes, and price vs EMA position.
- Displays a real-time table with bullish/bearish probability scores, current trend (H1/H4/D/W), and a color-coded heatmap to instantly gauge market momentum.
- Confirms long/short entries with divergence detection and probability filters, showing clear signals on the chart.
- Customizable weighting lets you prioritize the signals that matter most to your strategy.
Core features:
• Multi-timeframe scan (H1, H4, Daily, Weekly)
• Visual probability table and heatmap
• Confirmation labels and builtin alerts for long/short signals
• Trend detection across four timeframes
• Flexible weighting of structural, momentum, and volume factors
Ideal for traders seeking a complete, rule-based confirmation toolkit that aligns trend, probability, and actionable alerts—all in a single glance. This indicator works for breakout, momentum, and swing traders needing clarity across multiple timeframes.
Gildenburg ValueGildenburg Value
Purpose: Trend-strength indicator using three moving averages (fast/mid/slow) to identify Bull/Bear/Neutral zones and generate precise crossover signals.
Default parameters: fast = 8, mid = 13, slow = 21, MA type = EMA.
Zones:
Bull: fast > mid > slow
Bear: fast < mid < slow
Neutral: any other ordering
Signals:
BUY: fast crosses above mid, the post-crossing order is fast > mid > slow, and close > slow.
SELL: fast crosses below mid, the post-crossing order is fast < mid < slow, and close < slow.
Optional filter: minimum percentage gap between fast and mid to ignore weak crosses.
Visualization: three MAs on the chart, optional cloud between fast and mid colored by zone, signal arrows/labels, and alertconditions.
Adjustable settings: MA type (SMA/EMA/WMA/VWMA), MA periods, cloud on/off, show signals, minimum distance threshold.
Use to confirm trends and filter false entries.
Maxtra Reversal Range Breakout StrategyReversal Range Breakout Strategy
This strategy uses the first candle as a directional filter. If the first candle is green, it anticipates a potential reversal and takes sell trades only. If the first candle is red, it looks for buy opportunities. The logic is to trade against the initial move, expecting a reversal after the early breakout or momentum spike.
Forex 4-Pair Dashboard & SignalsFX DASH PRO - Professional Multi-Market Dashboard
**SPECIAL LAUNCH: ONLY £27!** (90% cheaper than competitors)
Finally - Professional Trading Tools at an Affordable Price!
★ Monitor 4 Markets Simultaneously
★ Clear BUY NOW/WAIT Signals
★ Real-time Market Sentiment
★ Professional Institutional Design
★ Smart Alert System
★ Fully Customizable
**Why pay £77+ elsewhere? Get better quality for £27!**
Limited launch price - increases soon!
---
**FEATURES:**
- Multi-Pair Monitoring (Forex, Indices, Commodities)
- Clear Signal Strength Scoring (STRONG UP/DN, WEAK, MIXED)
- Actionable Trading Commands (BUY NOW, WAIT, ACTION)
- Real-time Market Sentiment Tracking
- Professional Institutional Design
- Customizable Pairs & Timeframes
- Smart Alert System
**PERFECT FOR:** Forex traders, multi-asset traders, busy professionals
Custom Background color Blank Visual Panel – For Overlays, Text This indicator creates a clean, customizable visual panel in a separate chart area (pane), designed to act as a background layer for other indicators that output text, statistics, labels, or custom graphics.
It allows you to:
Choose any background color (for better contrast or layout design)
Optionally extend the color to the entire chart (including main price area)
Display a customizable horizontal line (position, thickness, and color)
Simulate full background extension into the future using a thick horizontal line — a workaround for TradingView’s limitation where bgcolor() cannot fill future bars
📌 Important: To properly view other indicators above this background panel, you may need to adjust the visual stacking order manually using the Object Tree in TradingView (right-click → "Object Tree").
🧩 Ideal for:
Overlaying custom Pine indicators (with plottext, label, etc.)
Building clean dashboards for signal monitoring or data outputs
Creating visual separation or focus zones in your chart layout
🔍 Note: This indicator does not show any market data, and is intentionally minimal.
Use it as a visual base panel to support your custom tools.
📷 The example image is for demonstration purposes only – it includes a personal custom indicator added on top of this panel.
Pannello Visivo Vuoto – Per Testo, Overlay e Dashboard Personalizzate
Questo indicatore crea un pannello visivo pulito e personalizzabile in un’area secondaria del grafico, pensato per fungere da sfondo neutro su cui sovrapporre altri indicatori che mostrano testo, statistiche, etichette o output grafici personalizzati.
Ti permette di:
Scegliere liberamente il colore di sfondo (per contrasto o layout)
Estendere opzionalmente il colore all’intero grafico (zona candele inclusa)
Aggiungere una linea orizzontale personalizzabile (livello, spessore, colore)
Simulare un’estensione visiva dello sfondo nel futuro tramite una linea orizzontale molto spessa — utile per aggirare il limite di TradingView che non permette a bgcolor() di colorare le barre future
📌 Importante: per visualizzare correttamente altri indicatori sopra questo pannello di sfondo, potrebbe essere necessario regolare manualmente la priorità visiva tramite l’Albero Oggetti di TradingView (tasto destro → "Albero oggetti").
✅ Ideale per:
Sovrapporre indicatori Pine personalizzati (con testo, label, ecc.)
Costruire dashboard di controllo per segnali o dati
Creare zone visive pulite per separare o mettere in evidenza elementi
ℹ️ Nota: questo indicatore non mostra alcun dato di mercato ed è volutamente minimale.
Usalo come base visiva di supporto per i tuoi strumenti personalizzati.
📷 L’immagine di esempio ha solo scopo dimostrativo – include un mio indicatore personale sovrapposto al pannello.
All Sessions Liquidity System + MACD AlertsA complete intraday liquidity mapping system.
Automatically plots High/Low levels for Asia, London, and New York sessions, as well as Previous Day and Week levels (PDH/PDL/PWH/PWL).
Includes built-in return-to-liquidity detection, retouch signals, professional unified alert system, cross-asset liquidity table, TDO line (07:00 open), and optional MACD overlay for directional confirmation.
Perfect for SMC, scalping, and intraday traders seeking session precision and liquidity tracking.
The All Sessions Liquidity System gives a complete view of intraday liquidity structure across major market sessions.
It highlights Asia, London, and New York session highs and lows, previous day/week levels, and alerts you the moment liquidity is taken or price returns to those key areas.
Features include:
• Session-based High/Low tracking with automatic cleanup
• PDH/PDL and PWH/PWL visualization
• Return-to-liquidity and retouch detection
• Unified alert system (Telegram-ready)
• Cross-symbol liquidity comparison table
• Optional MACD overlay for trend confirmation
• Customizable labels, colors, and transparency
“Track liquidity across sessions in real time — with alerts, retouches, and SMC-ready structure — all in one clean tool.”
EMA, loopback 3, 80, low sensitveBasically EMA Mmentum based indicator. Use EMA SLOW, EMA FAST, Crossing to give buy and sell signal
Maxtra Range Breakout StrategyRange Breakout Strategy
This strategy identifies periods of price consolidation (range) and enters trades when the price breaks above or below the defined range. A breakout above the range signals a potential uptrend (buy), while a breakout below indicates a potential downtrend (sell). It helps capture strong directional moves following low-volatility phases.
Red/Green Trend MAs (20/50/200)A simple multi moving average indicator. MA lines change red/green based on direction.
Yield Curve Phase Signal - Macro OpticsThe Yield Curve Phase Signal identifies where we are in the 10s–2s curve by detecting pivots and classifying each span as Bull Steepening, Bear Steepening, Bear Flattening, or Bull Flattening with clear background shading and date labels.
A live table tracks 10-year and 2-year yield performance across current, previous, 1-week, 1-month, and 3-month windows, plus the curve delta, so you can see phase shifts in real time.
Use the chart, table, and the Yield Curve Phase Signal PDF presentation slides together to spot regime transitions that tend to precede rotations across equities, rates, and risk assets.
To get your copy of the pdf slides that go with this indicator, go to macro-optics.com






















