Indicator

Monotonic Trend Consensus [QuantAlgo]🟢 Overview
Monotonic Trend Consensus is a trend-following oscillator built on rank correlation between price and time rather than moving averages or crossovers. It scores how consistently price is ordered across multiple lookback windows and combines them into a single bounded reading on a -1 to +1 scale, holding the same meaning on any symbol or timeframe so traders can separate a broadly aligned trend from directionless noise and read when a move has stretched to saturation.
🟢 How It Works
The foundation is Spearman rank correlation between price and time, computed over each active window. Closes inside the window are ranked against one another, time forms its own rising sequence of ranks, and the difference between the two collapses to a single coefficient (rho):
float price_rank = less + (eq + 1.0) / 2.0
float time_rank = float(len - i)
float rho = 1.0 - 6.0 * sumd2 / denom
The coefficient reads +1 when each bar closes above the last in unbroken order, 0 when there is no consistent order, and -1 when each bar steps lower. Because it scores ordering rather than smoothing price into a line, it reflects the current window directly rather than trailing behind it, though it still needs a full window of bars to form. Ranking also limits the pull of any single outlier bar, and the bounded output is what lets one threshold hold across markets without rescaling.
A single window describes direction; the tool runs several and averages them into a consensus spanning fast, medium, and slow horizons:
consensus := array.avg(rhos)
Agreement is then measured as the share of windows leaning the same way as the consensus, and this conviction figure must clear a floor before a direction prints, working alongside the strength threshold:
conviction := 100.0 * agree / active
raw_bull = consensus > threshold and conviction >= min_conviction
raw_bear = consensus < -threshold and conviction >= min_conviction
A reading registers only when both clear at once: consensus past the threshold and windows aligned enough to meet the conviction floor. Fail either and the line stays flat. With Show Neutral on, those flat stretches reset to neutral; with it off, the line holds its last direction until the next qualifying move.
🟢 Signal Interpretation
▶ Bullish Consensus (Green): Consensus sits above the upper threshold with enough windows aligned, meaning recent bars are ordered upward across horizons. Trend traders read the turn into green as a possible long or continuation as the score presses toward +1. Mean-reversion traders treat a reading pinned near +1 as a stretched, broadly-agreed advance rather than a buy, and look to fade only once the line rolls back off the extreme, since the score can hold high through a sustained trend.
▶ Bearish Consensus (Red): Consensus sits below the lower threshold with conviction met, with bars ordered downward across horizons. Trend traders read the turn into red as a possible short or continuation as the score presses toward -1. Mean-reversion traders treat a reading pinned near -1 as a saturated decline where a bounce becomes more plausible, and look to fade on the turn back up rather than at the low itself.
▶ Neutral (Gray): With Show Neutral on, the line goes gray whenever no direction qualifies, either because consensus sits inside the threshold or conviction falls short. The zero line acts as the balance point and behaves like support or resistance for the reading itself: a score rejected at zero from above points to bullish order reasserting, a score capped at zero from below points to bearish order holding, and a clean break through leans toward a regime change. Reading this midline behavior against price is where market structure tools pair well, separating a base building above a structural level from a coil forming under overhead supply. Trend traders stand aside until the line commits; mean-reversion traders find less to work with here than at the edges.
▶ Reading the Extremes: The axis caps at +1 and -1, marking maximum agreement across every active window. Trend traders take an extreme as a sign a move is still in force; mean-reversion traders take it as a stretched zone and watch for the score to turn back toward zero as agreement breaks. An extreme that aligns with a known structural level gives a fade a cleaner reference than one in open space, and neither read holds on the extreme alone, since a strong trend can stay saturated before it cools.
🟢 Features
▶ Preconfigured Presets: Three setups map to different holding styles. "Default" suits swing work on 4-hour and daily charts, pairing a mid-range window spread of 8, 13, 21, and 34 with a 0.35 threshold and a 60% conviction floor, so a direction needs both strength and agreement before it flags. "Fast Response" pulls the windows in to 5, 8, 13, and 21 and eases the threshold and conviction floor so the reading keeps pace with quicker intraday swings. "Smooth Trend" stretches the windows out to 21, 34, 55, and 89 and raises both gates for daily and weekly position trading, where a premature flip costs more than a late one. Choosing a preset takes over the manual window, threshold, and conviction fields.
▶ Built-in Alerts: Four conditions track every change in state. "Bullish Trend Signal" triggers when the consensus confirms to the upside. "Bearish Trend Signal" triggers when it confirms to the downside. "Trend Lost / Neutral" triggers when an active direction fades back to flat, which is also the event a mean-reversion trader watches for after an extreme. "Any Trend Change" rolls the two directional events into a single notification for anyone who wants one alert covering both ways.
▶ Visual Customization: Six color schemes (Classic, Aqua, Cosmic, Cyber, Neon, and Custom) carry a matched pair of bullish and bearish colors through the consensus line, its tiered gradient fill down to the zero baseline, and the optional bar and background tints. Marker lines sit at the positive and negative trigger levels to show the zone the consensus has to cross, and each window's own score can be switched on as a faint backing line so you can see which horizons are driving or dragging the combined figure. Bar coloring paints the price candles in the active trend color at an adjustable transparency, while background coloring spreads that tint across the pane.
Indicator

Draggable TradeSize RR System | julzALGO⚪ Summary
The Draggable TradeSize RR System is a professional trade planning, position sizing, and risk management indicator that helps traders calculate every aspect of a trade before entering the market.
Simply place your Entry and Stop Loss directly on the chart using PulseWire's interactive drag points. The indicator instantly calculates your optimal position size, monetary risk, expected reward, live profit/loss, and Risk-to-Reward ratio.
Designed for Stocks, Forex, Crypto, Futures, CFDs, Metals, Options, and Custom Instruments, this tool adapts to multiple markets while maintaining consistent risk management.
🟠 Key Features
✔ Interactive Drag & Drop RR Tool
* Draggable Entry and Stop Loss
* Professional Risk/Reward visualization
* Automatic trade recalculation
* Adjustable RR width
✔ Long & Short Trade Planning
Quickly switch between Long and Short positions with automatic RR adjustment.
✔ Multiple Stop Loss Modes
Choose the stop method that matches your trading style:
* Manual
* ATR
* Pivot Swing
✔ Automatic Position Sizing
Automatically calculates position size using:
* Risk %
* Fixed Amount
* Account Size
* Stop Loss Distance
* Point Value
* Quantity Step
✔ Multi-Asset Support
Supports:
* Stocks
* Crypto / Spot
* Forex
* Futures
* Metals / CFD
* Options
* Custom Instruments
Automatically displays the correct position type:
* Shares
* Coin Quantity
* Contracts
* Lots / Units
* Position Quantity
✔ Automatic Price Gap Detection
Automatically detects significant Bullish and Bearish Price Gaps as they develop, helping identify potential market imbalances for improved trade planning.
Features include:
* Bullish Price Gap detection
* Bearish Price Gap detection
* Largest Gap filter
* Automatic removal of filled gaps
* Lightweight chart markers
Price Gap markers help identify potential imbalance zones for improved trade planning.
✔ Professional RR Dashboard
Monitor every important trade statistic in one place.
The dashboard provides a complete overview of your trade, including:
* Account Size
* Risk %
* Amount To Risk
* Entry Price
* Stop Loss
* Take Profit
* Position Size
* Maximum Loss
* Expected Profit
* Live Profit/Loss
* Risk : Reward Ratio
✔ Dashboard Target Selection
Select which take-profit target is displayed:
* 1R
* 2R
* 3R
✔ Visibility Rescue Mode
Automatically repositions the RR planner when switching to symbols with different price scales, ensuring the tool remains visible without manual adjustment.
✔ Multi-Currency Support
Supports multiple dashboard currencies, including:
USD, PHP, EUR, GBP, JPY, AUD, CAD, CHF, NZD, SGD, HKD, CNY, INR, IDR, MYR, THB, KRW, BTC, and Custom Currency.
✔ Professional Customization
Customize:
* Entry Color
* Stop Color
* Target Color
* Dashboard Header
* Dashboard Position
* Long Marker
* Short Marker
⚪ How to Use
Initial Setup
1. Add the indicator to your chart.
2. After adding the indicator, PulseWire will prompt you to place the Entry and Stop anchors directly on the chart.
3. Click on the chart to position the Entry.
4. Click again to place the Stop Loss.
5. The complete Risk/Reward plan is created automatically.
Moving the Entry
* Locate the blue (Long) or red (Short) circular marker at the Entry Price.
* Click and drag the marker, then drag it to a new location.
The indicator automatically recalculates:
* Position Size
* Stop Loss Distance
* Expected Profit
* Maximum Loss
* Risk/Reward Ratio
* Live Profit/Loss
Moving the Stop Loss
* When Stop Mode = Manual, drag the second marker to adjust your Stop Loss.
* In ATR and Pivot modes, the Stop Loss is calculated automatically and cannot be dragged.
⚪ Trade Planning
1. Select Long or Short.
2. Choose Stop Mode.
3. Set your Account Size.
4. Select Risk % or Fixed Amount.
5. Choose Asset Type.
6. Review Position Size and Risk before entering the trade.
⚪ Inputs
Draggable RR System
* Show RR Tool
* Direction
* Stop Mode
* Visibility Rescue Mode
* Auto Fit Distance × ATR
* Drag Entry
* Drag Stop
* ATR Length
* ATR Multiplier
* Pivot Lookback
* Target 1R
* Target 2R
* Target 3R
* Dashboard Take Profit
* RR Width Bars
* Show Risk / Reward Zones
* Show RR Dashboard
Position Sizing
* Account Size
* Risk %
* Risk Source
* Amount To Risk
* Asset Type
* Custom Point Value
* Quantity Step
* Dashboard Currency
* Custom Currency Symbol
Price Gap Detection
* Show Gap Markers
* Largest Gaps To Show
Style
* Entry Color
* Stop Color
* Target Color
* Dashboard Header
* Dashboard Position
* Long Marker
* Short Marker
📌 Important Notes
This indicator is designed for one active trade plan per chart.
When switching to another symbol, the existing Entry and Stop anchors remain linked to the original chart.
To create a new trade plan, simply remove the indicator and add it again. PulseWire will prompt you to place new Entry and Stop anchors.
If the RR planner is not visible after changing symbols, enable Visibility Rescue Mode or reload the indicator. This behavior is expected because PulseWire stores interactive price and time anchors for each indicator instance.
🔴 Disclaimer
This indicator is designed as a trade planning, position sizing, and risk management tool. It does not generate buy or sell signals and should be used together with your own market analysis and trading strategy.
Always practice disciplined risk management and never risk more than you can afford to lose.
Indicator

Indicator

NEXUS Three professional modules. One unified indicator.🌐 WHAT IS NEXUS?
NEXUS combines three independent professional-grade
modules into a single, clean indicator — eliminating
the need to stack multiple scripts on your chart.
- MODULE 1 — Market Sessions Visualizer
- MODULE 2 — Volume–Price Divergence Detector
- MODULE 3 — Key Levels & Structural Reference Engine
━━━━━━━━━━━━━━━━━━━━━
MODULE 1 — MARKET SESSIONS
━━━━━━━━━━━━━━━━━━━━━
Visualize the four major Forex/Futures trading sessions
with precision and full customization.
★ Sessions covered:
· Tokyo (default: 00:00–09:00 UTC)
· London (default: 07:00–16:00 UTC)
· New York (default: 13:00–22:00 UTC)
· Sydney (default: 21:00–06:00 UTC)
★ Display modes:
· Boxes — classic high/low range boxes
· Zones — colored background highlights
· Timeline — compact bar-level session markers
· Candles — colored candle bodies per session
★ Additional tools:
· Session Open/Close line
· Session 0.5 midpoint level
· Merge overlapping sessions
· Live pip / % change labels
· Weekend exclusion toggle
· Fully customizable colors, borders & label sizes
· Lookback depth control (default: 150 days)
· All session times entered in UTC — no timezone
conflicts regardless of your chart setting
★ Alerts:
Session open · New session high · New session low
━━━━━━━━━━━━━━━━━━━━━
MODULE 2 — VOLUME–PRICE DIVERGENCE
━━━━━━━━━━━━━━━━━━━━━
Identifies moments when volume surges significantly
but price barely moves — a classic footprint of
institutional accumulation or distribution.
★ Two signal types:
· 🔴 DIV (Divergence) — high volume + small price body
→ Strong sign of hidden positioning
· 🟠 SHADOW — high volume + large wick / shadow candle
→ Rejection or absorption signal
★ How it works:
· Compares current volume against a 20-bar SMA
· Volume spike threshold: configurable (default 600%)
· Price change measured via 3 selectable methods:
— Body / Open
— Body / Range
— Range / Open
· Shadow detection with adjustable body-to-wick ratio
★ Visual aids:
· Color-coded volume histogram
(Gray → Yellow → Orange → Red)
· On-chart signal shapes with text labels
· Live info table (top-left):
current volume · volume % change · price % change
body/range ratio · current signal status
★ Alerts:
Volume spike · Shadow candle · Full divergence signal
━━━━━━━━━━━━━━━━━━━━━
MODULE 3 — KEY LEVELS & STRUCTURAL REFERENCE
━━━━━━━━━━━━━━━━━━━━━
A comprehensive reference engine that plots all
critical price levels a professional trader monitors.
★ Session High/Low levels:
· Asia Session (18:00–03:00 ET, configurable)
· London Session (03:00–08:00 ET, configurable)
· New York Session (08:30–17:00 ET, configurable)
→ Lines auto-update in real time
→ Auto-detect and label when a level is broken
★ Market structure levels (ET — NYSE aligned):
· Key time opens: 00:00 · 02:00 · 05:00 · 08:30
09:30 · 10:00 · 14:00 · 15:00 · 16:00 · 17:00
· 4H Open · Daily Open · Weekly Open · Monthly Open
★ Range midpoint levels:
· Previous Day Mid Range (50%)
· Market Open Mid Range (live, updates intraday)
· Weekly Mid Range
· Monthly Mid Range
★ Higher-timeframe levels:
· Previous Day High / Low
· Weekly High / Low
· Monthly High / Low
· All-Time High
★ Pivot calculations (previous day data):
· Standard Pivot Points: PP · R1 · R2 · S1 · S2
· Central Pivot Range (CPR): TC · PP · BC
with CPR width % context label (Trending / Mixed / Range)
★ Smart features:
· Auto-Simplify on HTF — automatically hides granular
levels on higher timeframes to reduce visual noise
· Smart label positioning that adapts to screen view
· Level confluence detection — merges labels when
two levels share the same price
· Vertical day separator lines at 17:00 ET (last 14 days)
· Days-of-week labels at session open
· Extend All Lines toggle
· Global color & text size override
· Full per-level style control (color · style · width)
· Timezone selector for all session calculations
━━━━━━━━━━━━━━━━━━━━━
⚙️ QUICK SETUP GUIDE
━━━━━━━━━━━━━━━━━━━━━
1. Add NEXUS to any intraday chart (1m to 4H recommended)
2. Sessions Module
→ All session times are in UTC by default
→ No need to change your chart timezone
→ Toggle sessions on/off individually
→ Choose your preferred display mode
3. Divergence Module
→ Start with default settings
→ Lower the Volume Threshold (%) on low-liquidity
instruments if signals are too rare
→ Enable "Show Debug Info" for manual calibration
4. Key Levels Module
→ Set your timezone (default: America/New_York)
→ Toggle each level group independently
→ Enable "Auto-Simplify on Higher Timeframes" to keep
the chart clean when zooming out
→ Use "Extend All Lines" for a forward-looking view
━━━━━━━━━━━━━━━━━━━━━
📌 RECOMMENDED TIMEFRAMES
━━━━━━━━━━━━━━━━━━━━━
All modules active → 1m · 3m · 5m · 15m · 30m
Sessions + Levels → 1H · 2H · 4H
Levels only → Daily
⚠️ Sessions module is intraday-only by design.
It will not plot on Daily or higher timeframes.
━━━━━━━━━━━━━━━━━━━━━
📊 COMPATIBLE INSTRUMENTS
━━━━━━━━━━━━━━━━━━━━━
Futures (ES, NQ, MES, MNQ, YM, CL, GC...)
Forex (all major, minor & exotic pairs)
Crypto (BTC, ETH and all altcoins with volume)
Equities (US stocks & ETFs with intraday data)
Indices (SPX, NDX, DXY...)
━━━━━━━━━━━━━━━━━━━━━
📋 RELEASE NOTES
━━━━━━━━━━━━━━━━━━━━━
v1.0 — Initial release
· Full integration of all three modules
· Smart label positioning engine
· Timeframe-aware auto-simplification
· Confluence level merging
· Complete alert system
━━━━━━━━━━━━━━━━━━━━━
⚠️ DISCLAIMER
━━━━━━━━━━━━━━━━━━━━━
This indicator is for informational and educational
purposes only. It does not constitute financial advice.
Past signals do not guarantee future results.
Always manage risk appropriately. Indicator

Indicator

Indicator

Indicator

Gamma Exposure (GEX) Levels - JMerc567Here's how to use it effectively:
Setting Up (Daily Pre-Market Routine)
Get your GEX data from one of these free/paid sources:
SpotGamma — best for SPX/SPY
Market Chameleon — free options data
SqueezeMetrics — DIX/GEX for SPY
Then open the indicator Settings and fill in:
Field What to enter
Gamma Flip Strike The price where dealers flip from positive to negative gamma
Call Gamma Wall Strike with the most call open interest / highest positive gamma
Put Gamma Wall Strike with the most put open interest / highest negative gamma
Levels L1–L8 Other high-OI strikes you want to watch
Reading the Dashboard
Regime (most important):
POSITIVE GEX (price above flip) → dealers are short gamma → they buy dips and sell rips → expect mean reversion, low volatility, price pinning near strikes
NEGATIVE GEX (price below flip) → dealers are long gamma → they buy drops and sell bounces acting as amplifiers → expect trending, higher volatility, larger moves
Environment label:
PINNING (low vol) — price tends to gravitate toward high-OI strikes, great for range strategies
TRENDING (high vol) — price can move fast and far, momentum strategies work better
Dist to Flip % — how far price is from the regime change level. Under 0.5% = watch closely.
Key Levels
Call Gamma Wall (green line) = strong resistance — dealers hedge by selling as price approaches
Put Gamma Wall (red line) = strong support — dealers hedge by buying as price drops here
GEX Flip (yellow dashed) = the most important level — crossing it signals a regime change
Alerts
Set these up via PulseWire's Alert dialog (clock icon):
GEX Regime Change — flip cross, potential trend shift
Price Near Flip ±0.25% — watch for acceleration or reversal
Price Near Call/Put Wall — key S/R test incoming
High-Volume GEX Event — diamond marker on chart, potential unpin
Tips
Update levels daily pre-market — GEX resets on each expiration (especially 0DTE Fridays)
The GEX Proxy oscillator (in the dashboard) is volume-based — not real GEX, but useful as a directional bias confirmation
On opex weeks (monthly expiration), GEX effects are strongest Indicator

Indicator

Indicator

Indicator

HTF Power of Three @SafarTradesHTF Power of Three
HTF Power of Three is a higher timeframe visualization framework designed to project a developing Daily, Weekly, or Monthly candle directly onto a lower timeframe chart.
The indicator is built around ICT's Power of Three (PO3) concept, allowing traders to monitor the current higher timeframe range and observe how price develops within that structure throughout the session.
Rather than repeatedly switching between execution and higher timeframes, traders can maintain awareness of the active higher timeframe candle while remaining focused on lower timeframe execution.
Many traders use the Daily, Weekly, or Monthly candle as a reference for directional bias, range analysis, and Power of Three development. However, viewing these structures traditionally requires frequent timeframe changes.
HTF Power of Three solves this by projecting the active higher timeframe candle directly onto the chart, allowing traders to continuously monitor:
• Current higher timeframe range
• Relative position of current price within that range
• Expansion of the active candle as new price data forms
• Potential accumulation, manipulation, and distribution development
• Higher timeframe context during lower timeframe execution
Power of Three Framework
The indicator is designed to help traders visualize how price is developing inside the active higher timeframe range.
As the higher timeframe candle evolves, the projected structure updates in real time, allowing traders to monitor changes in range expansion, directional movement, and overall delivery without leaving the execution chart.
By maintaining visibility of the active higher timeframe candle, traders can better understand where current price is trading relative to the projected range and how the developing structure aligns with their market narrative.
Higher Timeframe Reference Levels
The projected candle includes key higher timeframe reference points that help traders maintain context throughout the session.
Optional display elements include:
• Open
• High
• Low
• Current Close
• Range Information
• Price-Based Range Measurements
• Tick-Based Range Measurements
These references allow traders to quickly evaluate the state of the developing higher timeframe candle without requiring separate charts.
Customization
The indicator includes extensive display controls allowing users to customize:
• Daily, Weekly, or Monthly projections
• Projection positioning and offset
• Bullish and bearish candle appearance
• Wick, border, and body styling
• OHLC label visibility
• Range table visibility
• Table positioning
• Range display format
• Daily calculation method options
Intended Use
HTF Power of Three is designed for traders who combine lower timeframe execution with higher timeframe narrative and range analysis.
By projecting the active Daily, Weekly, or Monthly candle directly onto the chart, the indicator provides continuous visibility of higher timeframe structure while reducing the need for constant timeframe switching.
Indicator

Market Structure Pro+# Market Structure Pro+
**Market Structure Pro+** is a price-action-based market structure indicator designed to automatically identify trend shifts, Break of Structure (BOS), and Change of Character (CHoCH) events without relying on lagging oscillators or moving averages.
Built for traders who prefer reading market structure, this tool helps visualize the battle between buyers and sellers while highlighting key trend transitions in real time.
---
## Key Concepts
### Break of Structure (BOS)
A BOS occurs when price successfully breaks a previous swing high or swing low, confirming continuation of the current trend.
* **Bullish BOS (Green):** Indicates buyers remain in control.
* **Bearish BOS (Red):** Indicates sellers remain in control.
### Change of Character (CHoCH)
A CHoCH is the first warning sign that the current trend may be weakening.
It appears when price violates the most important structural level in the opposite direction, often preceding a trend reversal.
* Early reversal detection
* Trend exhaustion identification
* Confirmation before a new market phase begins
---
## What the Chart Demonstrates
Using the NIFTY 50 4H chart:
🚀 During the bullish expansion phase, Market Structure Pro+ continuously printed bullish BOS signals as price created higher highs and higher lows.
📈 The indicator remained aligned with the dominant trend, helping traders stay invested during the strongest part of the rally.
⚠️ Near the market peak, a CHoCH appeared before the larger decline developed, providing an early warning that bullish momentum was fading.
📉 As the downtrend matured, consecutive bearish BOS signals confirmed seller dominance and helped traders avoid fighting the trend.
🔄 Recent structural shifts indicate that traders should monitor upcoming BOS and CHoCH events for confirmation of the next directional move.
---
## Features
✔ Automatic Break of Structure detection
✔ Automatic Change of Character detection
✔ Bullish and Bearish trend identification
✔ Dynamic structure labeling
✔ Reduced chart noise
✔ Suitable for Smart Money Concepts (SMC) workflows
✔ Multi-timeframe compatibility
✔ Works on Forex, Crypto, Stocks, Indices, and Commodities
---
## Best Timeframes
* 15 Minutes
* 1 Hour
* 4 Hours
* Daily
* Weekly
Higher timeframes generally provide stronger structure signals and fewer false breaks.
---
## How to Use
### Bullish Setup
1. Wait for a bullish CHoCH or bullish BOS.
2. Confirm higher-high and higher-low formation.
3. Look for pullbacks into support or demand zones.
4. Manage risk below the latest structural low.
### Bearish Setup
1. Wait for a bearish CHoCH or bearish BOS.
2. Confirm lower-high and lower-low formation.
3. Look for pullbacks into resistance or supply zones.
4. Manage risk above the latest structural high.
---
## Who Is It For?
* Price Action Traders
* Smart Money Concept Traders
* Swing Traders
* Position Traders
* Trend Followers
* Market Structure Analysts
---
## Notes
Market Structure Pro+ focuses on objective price structure rather than predictive signals. It is designed to help traders understand what the market is currently doing rather than forecast what it might do next.
For best results, combine market structure signals with:
* Support and Resistance
* Volume Analysis
* Liquidity Zones
* Risk Management Rules
---
**Market Structure Pro+ provides a clean and systematic approach to identifying trend continuation and reversal events through BOS and CHoCH analysis, helping traders stay aligned with the dominant market structure.** Indicator

Indicator

Indicator

3D: Real Smartphone Monitor Pro3D Real Smartphone Monitor Pro: Master Discipline and The Art of "No Position"
IMPORTANT: First-Time Setup and Size Adjustment
Because PulseWire automatically scales the Y-axis (price) and X-axis (time) differently depending on the asset and your screen resolution, this 3D monitor may appear stretched, squashed, or incorrectly sized upon initial application. This is a standard limitation of projecting 3D elements onto 2D charts.
How to resolve this immediately:
Open the Indicator Settings.
Navigate to the "3D Manual Scaling & Camera Settings" group.
Adjust the "Y-Axis Scale (Height)" and "X-Axis Scale (Width)" sliders.
Tweak the "Master Scale Multiplier" until the smartphone perfectly fits your screen layout.
Note: Because the optimal scale varies entirely depending on the specific asset, we have provided comprehensive manual scale adjustment settings. If you find any parameters lacking or require further adjustments, please notify us in the comments, and we will respond promptly.
Concept: The Purpose of a Chart Smartphone
Trading is not solely about identifying entries; it is about mastering psychology. Overtrading is a trader's greatest adversary. This monitor serves as a visual anchor to ground you in reality and reinforce the power of discipline.
When compelled to force a trade, look at this monitor and read the scrolling proverbs. Remember that maintaining "no position" is a highly strategic position. Stepping away from the chart is frequently the most profitable decision you can make.
Features and Technical Synchronization:
Time Awareness: A built-in clock keeps you grounded in reality, preventing time distortion while analyzing charts.
Battery Level (RSI Sync): The battery percentage reflects the 14-period RSI, instantly indicating market exhaustion (oversold/overbought conditions).
Antenna Signal (ADX Sync): The signal bars represent the 14-period ADX. A full signal indicates a massive trend, while a weak signal suggests a flat market—ideal for determining whether to engage or step away.
Dynamic Interface: Designed with meticulous attention to realism, featuring titanium-style edges, glass glare, a dynamic top notch, and native emoji app icons.
Stay disciplined, protect your capital, and sometimes, just put the monitor down.
Pine Script Calculation Details
Calculation: int msg_idx = int(bar_index / 20) % 10
Mathematical Rationale: The bar_index (current candle number) is divided by 20 to create a trigger that changes the output every 20 bars. The modulo operator (% 10) ensures the resulting index loops sequentially from 0 to 9, which maps perfectly to the 10 proverb elements stored in the array.
Actual Output Values:
At bar_index 100: int(100 / 20) % 10 outputs 5 (Displays array element index 5).
At bar_index 110: int(110 / 20) % 10 outputs 5 (Message remains the same).
At bar_index 120: int(120 / 20) % 10 outputs 6 (Message switches to the next index). Indicator

Indicator

Aquila Reale BOS CHoCH + Zone🦅 Aquila Reale BOS CHoCH + Zone
A simple, lightweight tool for traders who follow Smart Money Concepts (SMC) or price action. It marks market structure shifts — Break of Structure (BoS) and Change of Character (CHoCH) — and highlights untouched Fair Value Gaps as liquidity zones.
What it does
The script tracks swing highs and lows to detect when structure breaks. A BoS confirms trend continuation; a CHoCH flags a possible reversal. Each event is drawn directly on the chart with a clean bracket and label, using the structure color you choose.
It also plots liquidity zones from unmitigated Fair Value Gaps (the imbalance left when price moves away fast without filling the gap). These yellow areas are, in my own trading, one of the most useful parts of the tool if you work with SMC or price action — they show where price may return to rebalance before continuing.
Built-in alerts — and why they matter
This is the part I really want to highlight. The script comes with ready-to-use alerts for every structure event:
CHoCH LONG / CHoCH SHORT (possible reversals)
BoS LONG / BoS SHORT (continuation)
If you trade across multiple assets, you simply cannot watch every chart at once — not on your own. The alerts let you set the indicator on all the instruments you follow and get notified the moment structure breaks, instead of staring at screens all day. For a solo trader covering several markets, this is what makes the whole thing actually usable. Set them once per asset and let them do the watching for you.
Swing Lookback presets
Detection sensitivity depends on a Swing Lookback value. To keep things easy I've added presets per timeframe:
Auto — picks the lookback automatically based on the chart timeframe
Daily (60), 4H (30), 1H (15), 15m (8), 5m (5), Scalping 1–3m (2)
Manual — set your own value, very simple
Presets are a starting point, not gospel. It's always better to check the result on your own chart and adjust the lookback until the structure marked matches what you actually see. Different instruments and conditions behave differently.
Other settings
Minimum zone width filter (× ATR) to ignore tiny, noisy gaps
Choose whether a zone is removed on partial touch (wick) or only when fully crossed
Option to never delete zones, if you prefer the full history
Max structures on screen — keeps the chart clean and works smoothly on every timeframe, from Daily down to the lowest scalping TFs
Optional label showing the active lookback value
How I use it
I follow SMC / price action: I wait for a CHoCH to signal a potential shift, then look for price to react at an untouched zone before taking a setup. Structure plus liquidity, plus alerts so I never miss it on the other charts.
Disclaimer
This indicator is provided for educational and informational purposes only. It is not financial, investment, or trading advice, and it is not a recommendation to buy or sell any instrument. BoS, CHoCH and FVG zones are based on historical price and do not predict future movements. Trading carries a high level of risk and you can lose part or all of your capital. Always do your own analysis and risk management, and never trade with money you cannot afford to lose. The author accepts no responsibility for any losses incurred from the use of this tool.
🦅 Royal Eagles — born to fly, born to dare! Indicator

Fix Webhook Latency & DH-905 Errors (PineScript to Python BridgeIf you are routing PulseWire alerts directly to an Indian broker API (like Dhan or Zerodha) and experiencing execution delays or DH-905 lot size rejections, the flaw is in your routing architecture.
The Problem: Dynamic vs. Static Data
PineScript generates dynamic data. A moving average crossover fires a signal based on a dynamic {{close}} price. However, broker APIs require static Exchange Tokens and rigid SEM_LOT_SIZE multipliers (e.g., Nifty = 65).
If you try to pass quantity: 1 directly to the Dhan API, or if your hardcoded exchange token moves out of the ATM range overnight, the exchange rejects the payload. Furthermore, standard third-party webhook routing adds 1 to 2 seconds of latency, destroying your entry price on fast breakouts.
The Middleware Solution
The PineScript above is Step 1. It formats a clean JSON payload containing the dynamic variables.
Step 2 is interception. You must not send this JSON to the broker. You must send it to a localized Python Flask server hosted on a headless Ubuntu VPS.
On startup, your Python server downloads the NSE Scrip Master directly into a Pandas DataFrame stored in RAM. When this PineScript webhook hits your VPS, the Pandas logic instantly snaps the dynamic {{close}} price to the nearest ATM strike, extracts the exact static Exchange Token, and routes the order to the API.
By removing the third-party webhook bottleneck and relying on RAM-cached token lookups, execution time drops to sub-50ms.
The Open-Source Architecture
I engineered this complete routing logic to eliminate my own Nifty options slippage. I have open-sourced the underlying Python Flask and Pandas routing logic so you can build out the middleware yourself.
Check the GitHub repository for the full Python architecture: github.com Indicator

Indicator

Indicator

Dynamic Volatility Filter [QuantAlgo]🟢 Overview
Dynamic Volatility Filter is a trend-following indicator built on an adaptive volatility threshold rather than fixed bands or moving average crossovers. It quantifies the realized volatility of recent price movement to establish a dynamic noise floor that price must overcome before the line responds, anchoring a filtered trend line that only shifts when a directional move exceeds the prevailing volatility regime, helping traders separate statistically significant trend change from noise-driven fluctuation across every timeframe and market.
🟢 How It Works
The foundation of the indicator is a rolling volatility estimate derived from the Average True Range over a configurable lookback window, scaled by a noise multiplier to produce the threshold used in all line logic:
threshold = ta.atr(lookback) * noise_mult
This threshold functions as a deviation barrier the line will not cross until price movement breaches it. On each bar the filter measures the displacement between price and the current line position, and only when that displacement exceeds the volatility threshold does the line update:
float diff = src - dvf_line
if math.abs(diff) > threshold
dvf_line := dvf_line + diff * snap_speed
The line remains stationary through movement that falls within the volatility envelope and only commits once displacement clears the threshold. Rather than converging directly onto price, the line advances by a fraction of the residual distance governed by the catch-up coefficient, producing a damped response instead of an instantaneous one. Lower catch-up values introduce deliberate lag that requires a move to persist before the line follows, while higher values tighten the track to price.
Direction state is derived from the line's own first difference, comparing its current position against the prior bar:
if dvf_line > dvf_line
trend_dir := 1
else if dvf_line < dvf_line
trend_dir := -1
Because the line holds flat whenever displacement stays inside the threshold, those periods register no direction change. With Show Neutral enabled the state resets to neutral during these pauses, and with it disabled the line retains its last directional reading until the next threshold breach.
🟢 Signal Interpretation
▶ Bullish Trend (Green): When the filter line registers positive displacement against its prior position, the indicator enters bullish mode with green coloring applied across the line, gradient fill, and volatility bands. This state persists through pullbacks contained within the threshold, since direction only updates when the line moves. The transition into green marks a potential long/buy opportunity, with pullbacks toward the line during an established bullish reading offering potential continuation entries.
▶ Bearish Trend (Red): When the filter line registers negative displacement against its prior position, the indicator enters bearish mode with red coloring across all visual elements. The reading holds bearish until price clears the volatility threshold in the opposite direction. The transition into red marks a potential short/sell opportunity, with rallies back toward the line during an established bearish reading offering potential continuation entries on the downside.
▶ Neutral (Gray): When Show Neutral is enabled, the line and fills turn gray during flat stretches where price stays inside the threshold and the line holds still. This state signals an absence of confirmed direction and is best treated as a stand-aside condition, where waiting for the line to commit back to green or red avoids entering during indecisive, range-bound conditions.
🟢 Features
▶ Preconfigured Presets: Three parameter sets cover different trading approaches. "Default" targets swing trading on 4-hour and daily charts with a balanced threshold that filters moderate noise while staying responsive to genuine regime shifts. "Fast Response" lowers the volatility barrier and shortens the lookback for intraday charts where the line needs to adapt to shorter-duration moves. "Smooth Trend" raises the threshold and slows the catch-up for position trading on daily and weekly timeframes, where the cost of a false flip exceeds the cost of a delayed one. Selecting a preset overrides the individual noise, period, and catch-up inputs.
▶ Built-in Alerts: Three alert conditions cover all directional states. "Bullish Trend Signal" fires on the bar where the trend confirms bullish. "Bearish Trend Signal" fires on the bar where it confirms bearish. "Any Trend Change" combines both into a single condition for traders who want a unified notification regardless of direction.
▶ Visual Customization: Six color presets (Classic, Aqua, Cosmic, Cyber, Neon, and Custom) apply coordinated bullish and bearish color schemes across the line, gradient fill, volatility bands, and optional bar and background coloring. The volatility bands plot one threshold above and below the line to frame the deviation envelope price must breach, and can be hidden for a clean line-only view. Bar coloring tints price candles with the active trend color at a configurable transparency level, and background coloring extends the directional tint across the full chart pane. Both are disabled by default and controlled independently.
*Recommendation: Layer the Dynamic Volatility Filter with complementary analysis rather than treating it as a standalone decision tool. Combine direction changes with volume context, since expanding volume on a flip bar suggests the move has broader participation behind it, and read transitions against key structural levels, as a flip occurring near major support or resistance carries more weight than one in open space. Pairing this script with volume, open interest, CVD, market structure, and mean reversion indicators from our QuantAlgo toolkit can further validate directional bias before entry. Indicator
