Position Size + Liquidity Check =============================================================================
Position Size Calculator + Liquidity Check
=============================================================================
Position sizing math derived from:
"Position Size Calculator" by Kousik_View (MPL 2.0)
mozilla.org
WHAT IT DOES
Combines two essential pre-trade checks into one indicator:
1. Position sizing - computes quantity, stop loss price, and risk
amount from your account capital, risk-per-trade %, and
stop-loss %.
2. Liquidity verdict - checks whether the stock can actually
absorb that computed position size, by sampling 1m/3m/5m
turnover across the chart bar.
You enter your risk parameters ONCE. The indicator tells you
exactly how many shares to buy AND whether the stock is liquid
enough for that size. No need to type position size manually.
POSITION SIZING FORMULA (Kousik_View)
Risk Amount = Account Capital * RPT% / 100
SL per share = current close * StopLoss% / 100
Stop Loss price = current close - SL per share
Quantity = Risk Amount / SL per share
Position Size = Quantity * current close
Equivalent simplification:
Position Size = Account Capital * (RPT% / StopLoss%)
For Acct=5L, RPT=0.5, SL=2.5 -> Position = Rs.1L regardless of price.
LIQUIDITY CHECK
For each lower-TF bar (1, 3, or 5 min):
turnover = close * volume
Count how many inner bars have turnover < computed position size.
If the count exceeds your threshold, the stock can't absorb your
order without market impact - flagged red.
INPUTS
Risk:
- Account Capital (Rs.)
- Risk per trade %
- Stop Loss %
Liquidity:
- Inner timeframe (1, 3, 5 min)
- Bars below position size to flag illiquid
Display:
- Show table / status line toggles
- Table position (9-way) and text size
DISPLAY
Two-column table with rows:
Qty
SL price Rs.
Risk Rs.
Pos size Rs.
Liquidity % bars below <- red row when illiquid
Avg turn Rs.
Status line shows: Qty, SL price, Risk, % illiquid, Avg turnover.
============================================================================= Indicator

Illiquidity 1m gaps// WHAT IT DOES
// Detects illiquid stocks by counting how often consecutive 1-minute bars
// fail to touch each other. On liquid names trades print continuously, so
// each bar's open is essentially equal to the previous bar's close. On
// illiquid names there are minutes with zero trades, and when a trade
// finally happens it can land at a meaningfully different price - leaving
// a visible gap between bars. Many such gaps in a session is a direct
// signal of thin liquidity.
//
// The indicator runs the 1-min gap analysis even when applied to higher
// timeframes (e.g. daily). Each daily candle is annotated with the total
// number of 1-min gaps that occurred during that session, broken into
// gap-ups and gap-downs. When the count exceeds the threshold, the
// display turns red.
//
// HOW IT WORKS
// 1. Fetches 1-minute data via request.security_lower_tf(), regardless
// of the chart's current timeframe.
// 2. For each 1-min bar, compares open to the prior close.
// 3. A gap is registered when |open - prevClose| / prevClose * 100
// exceeds the configured threshold.
// 4. Session-boundary jumps (overnight, lunch break) are excluded by
// checking the time delta between consecutive bars - only bars less
// than 5 minutes apart in real time are considered.
// 5. Gaps are summed across all 1-min bars within the current chart bar.
//
// INPUTS
// - Min gap size pct: Minimum price jump (% of price) that counts as a
// gap. Default 0.10%. Increase for cheap stocks (Rs.3000 use 0.05%).
// - Gaps per chart bar to flag illiquid: Threshold above which the bar
// is marked red. Suggested starting values by category:
// Nifty 50 / large caps : 10
// Mid caps : 20 (default)
// Small caps : 35
// Microcaps / SME : 60+
// - Show on chart (table): Toggle the corner table.
// - Show in status line: Toggle the three numbers in PulseWire's
// status line (Total / Up / Down).
// - Table position: 9-way position picker (top/middle/bottom x
// left/center/right).
// - Text size: Tiny / Small / Normal / Large.
//
// DISPLAY
// - Table shows: "g u d" e.g. "14g 8u 6d".
// - Status line shows the same three numbers as separate plot values.
// - Background of the readout flips red when total >= threshold.
//
// LIMITATIONS
// - PulseWire caches a limited amount of lower-timeframe history. On
// a daily chart pulling 1-min data, typically only the most recent
// 10-40 trading days will populate accurately. Older bars may show
// zero gaps because the 1-min data is unavailable, not because the
// stock was liquid.
// - Free/Basic plans have stricter intrabar limits than paid plans.
// - Works best on equity instruments with regular sessions. For 24/7
// markets (crypto), the session-boundary filter is unused.
//
// USE CASE
// Screen out illiquid stocks before adding them to a watchlist or sizing
// into a position. Apply this indicator to your daily chart, glance at
// the corner readout, and skip any name flagged red - the spread and
// slippage on those will eat your edge.
//
// CALIBRATION
// Apply to three reference tickers on your daily chart:
// - A known liquid name (RELIANCE) - should read ~0-5 gaps.
// - A midcap you actually trade - note the typical count.
// - A microcap or SME - should read 50+.
// Set your threshold to roughly 2x the typical count of your tradeable
// midcap.
// ============================================================================= Indicator

Tightening Trailing Stop LossA utility tool to independently simulate a Trailing Stop based on ATR and Recent Candle Structure. It's most helpful if you only want something to independently trail a Stop and nothing else. For example, if you decide where to enter via a discretionary system, but like trailing Stops via code.
It's used by changing the 'Start Date' to the date where you wish to enter. It'll then display a Stop and Trail it, until it intersects with a candle. The Indicator will hide itself when it intersects with a candle to avoid cluttering the chart. It only moves in the direction of risk, so that means that, when set, it'll never increase the risk of your trade, unlike simple ATR bands. However, it does require resetting manually for each trade.
By Default, it uses a 10 Period RMA ATR, which is set 0.5 ATR away from the Low/High of the recent candle structure. It'll tighten each candle by multiplying it's value with .95, meaning it always tightens a little. All of these can be changed in the settings to match your preferred method of Setting/Trailing Stops
Indicator

Indicator

Strategy

Trader Riaz Lot Size Calculator (Universal Visual Edition)### Overview
The Trader Riaz Lot Size Calculator is a professional-grade risk management overlay built entirely in Pine Script v6. It solves one of the biggest challenges traders face: calculating precise position sizes instantly before entering a trade.
Many brokers use vastly different contract sizes for Forex pairs, metals, indices, and oil, making manual lot size math slow and prone to errors. This indicator automates the process completely and works flawlessly across all major brokers.
### Key Features
* 🌍 Multi-Asset Engine: Works perfectly on Forex majors/crosses, Gold (XAU), Silver (XAG), Crude Oil (WTI/BRENT), and Indices (NAS100, US30).
* 📐 Draggable Visual Chart Lines: Turn on visual mode to generate dynamic, interactive Entry and Stop Loss lines directly on your chart workspace. Slide them to your structural market levels, and your required lot size updates in real time!
* 💱 Live Multi-Currency Conversion: If your account is in USD but you trade a JPY, CAD, or EUR quote pair, the indicator pulls live FX conversion rates in the background to keep cash-at-risk projections 100% precise.
* 🖥️ Clean UI Dashboard: Displays Asset Symbol, Equity at Risk (%), Cash at Risk ($), exact Stop Loss size, and your final RECOMMENDED LOTS in a highly scannable screen corner panel.
### How To Use This Indicator
1. Load the script onto any chart asset (e.g., GBP/JPY or XAU/USD).
2. Open the Indicator Settings menu.
3. In the 'Account Settings' group, type your current Account Balance and the exact Risk Percentage (e.g., 1.0%) you want to risk on the setup.
4. Choose your calculation mode:
* Mode A (Visual Lines): Check the 'Use Visual Chart Lines' box. Dotted lines will appear on your screen. Left-click and hold to drag the gray line to your entry price, and the red line to your stop-loss price.
* Mode B (Manual Input): Uncheck the visual lines box and simply type your exact Stop Loss size in pips into the manual trade settings field.
5. Read the 'RECOMMENDED LOTS' output on your dashboard panel and execute that exact volume inside your trading terminal.
### Disclaimer
This indicator is strictly a mathematical positioning tool designed to assist with risk management. It does not provide buy/sell signals or execution advice. Always cross-verify position sizing metrics with your specific broker's margin requirements before executing live contracts.
Thank you,
Trader Riaz
Indicator

Indicator

Guapoxtrades - Risk PanelGuapoxTrades Risk Panel™
Lot Size Calculator • Risk Management • Trade Planning Framework
The GuapoxTrades Risk Panel™ is a professional risk-management calculator designed to help traders calculate position size, potential risk, expected reward, commission impact, and drawdown exposure directly on the chart.
Instead of manually calculating lot size outside of PulseWire, traders can input their account size, risk percentage, stop distance, reward target, commission estimate, and drawdown limit to receive a structured risk breakdown in real time.
The goal is simple:
Know the risk before entering the trade.
Core Features:
Account size input
Risk percentage calculator
Stop-distance-based lot sizing
Dynamic forex pip value engine
Suggested lot size output
Gross reward calculation
Estimated commission cost
Net reward after commission
Risk-to-reward target display
Break-even win-rate calculation
Max daily drawdown exposure
Max trades before drawdown limit
Valid / invalid risk status
Movable risk panel
Adjustable panel transparency
Why This Indicator Was Built
Many traders lose consistency not because they cannot find setups, but because they fail to properly size positions before entering the market.
The GuapoxTrades Risk Panel™ was created to help traders slow down and answer important questions before execution:
How much am I risking?
What lot size matches my risk plan?
What is the realistic reward?
How much does commission reduce the outcome?
What win rate do I need to break even?
How many losses would push me near my drawdown limit?
This turns risk management into a visible part of the trading process.
Visual Design Notice
This indicator was designed, tested, and optimized primarily for dark-theme chart backgrounds.
The panel colors, text contrast, and transparency settings were developed in a dark-mode trading environment for clean readability and minimal chart obstruction.
Users using light-theme charts may customize the appearance through:
Settings → Risk Panel Transparency
Settings → Risk Panel Position
Disclaimer - Educational Use Only.
GuapoxTrades Risk Panel™ is provided solely for educational and informational purposes. It does not provide financial advice, investment advice, trading advice, or buy/sell recommendations.
Lot size calculations, pip value estimates, commission estimates, drawdown projections, reward targets, and break-even win-rate calculations are based on user-provided inputs and may not reflect actual broker execution, spread, slippage, swap fees, margin requirements, or account-specific conditions.
Trading forex, futures, stocks, crypto, and leveraged financial products involves substantial risk and may result in loss of capital.
Users are solely responsible for verifying all calculations with their broker and managing their own trading decisions, risk exposure, and financial outcomes.
© GuapoxTrades. All Rights Reserved. Indicator

GUAPOXTRADES High-Low Labels (Asia, London, NY)-Teaching VersionGuapoxTrades Session High-Low Labels™
Session Liquidity Mapping • Market Structure Reference • Intraday Context
The GuapoxTrades Session High-Low Labels™ indicator automatically identifies and labels the highest and lowest price points formed during the three major forex trading sessions:
Asian Session
London Session
New York Session
As price develops throughout the trading day, the indicator continuously updates session highs and lows in real time, providing traders with a clean visual reference of where liquidity, volatility, and key reaction levels have formed.
Instead of manually tracking session extremes, traders can instantly identify important reference points that institutions, liquidity sweeps, stop hunts, and market reactions often respect.
Core Features
Session High & Low Detection
Automatically tracks:
Asian High
Asian Low
London High
London Low
New York High
New York Low
Real-Time Updating
Labels adjust automatically whenever a new session high or low is established.
Liquidity Mapping
Quickly identify potential:
Liquidity pools
Stop clusters
Session sweeps
Breakout levels
Reversal zones
Custom Session Times
Modify session hours to match:
Broker time
Personal trading schedule
Regional market preferences
Adjustable Label Positioning
Customize:
Horizontal label offset
Vertical label offset
Chart placement
Clean Chart Design
Built specifically for traders who want session context without cluttering the chart with excessive lines, panels, or indicators.
How Traders Commonly Use It
Many traders use session highs and lows as:
Liquidity targets
Draw-on-liquidity objectives
Breakout confirmation zones
Market structure references
Session sweep confirmations
Intraday support and resistance levels
The indicator helps simplify this process by automatically labeling important session reference points throughout the trading day.
Best For:
Forex Traders
Futures Traders
Intraday Traders
Scalpers
Day Traders
Market Structure Traders
Liquidity-Based Trading Models
ICT-Inspired Concepts
Session-Based Strategies
Visual Design Notice
The GuapoxTrades Session High-Low Labels™ indicator was designed, tested, and optimized primarily using dark-theme chart backgrounds.
Label colors, visibility, spacing, and contrast were calibrated for dark-mode environments to maximize readability and reduce chart distraction.
Traders using light-theme charts may customize the appearance through the indicator settings, including:
Label Colors
Text Colors
Horizontal Offset
Vertical Offset
Session Visibility Controls
This allows the indicator to adapt to virtually any chart theme or workspace configuration.
Disclaimer - Educational Use Only
GuapoxTrades Session High-Low Labels™ is provided for educational and informational purposes only.
This indicator does not provide financial advice, investment advice, trade recommendations, or guarantees of future market performance.
Session highs and lows represent historical market data and should not be interpreted as guaranteed support, resistance, reversal, or continuation levels.
All trading involves risk. Past performance does not guarantee future results. Traders are solely responsible for their own decisions, risk management, and financial outcomes.
GuapoxTrades is not responsible for losses incurred through the use of this indicator. Indicator

GuapoxTrades - GT Check-In / Reminder ListGuapoxtrades GT Check-In & Rule Base™
Trading Discipline • Psychological Accountability • Pre-Trade Decision Support
The Guapoxtrades GT Check-In & Rule Base™ indicator was designed to help traders maintain consistency, discipline, and emotional awareness before entering the market.
While most indicators focus exclusively on chart analysis, this tool focuses on the trader behind the chart.
The objective is simple:
Protect psychology. Protect capital. Protect consistency.
Core Features
GT Check-In System
A built-in accountability module that allows traders to manually log trading check-ins throughout the day.
The system tracks:
Current check-in count
Maximum allowed check-ins
Emotional state
Trading motivation
Behavioral risk factors
Discipline status
By requiring the trader to consciously identify why they are returning to the chart, the indicator helps reduce emotional decision-making and impulsive trading behavior.
Psychological Risk Detection
The Check-In Auditor evaluates selected emotional and behavioral inputs and classifies trading conditions into categories such as:
Stable
Caution
At Limit
High Risk
Violation
This provides an immediate visual reminder of whether current trading behavior remains aligned with the trader's rules and objectives.
Rule Base Reminder Panel
The Rule Base panel acts as a permanent trading playbook displayed directly on the chart.
Examples include:
Session restrictions
Maximum trades per day
Risk management reminders
Lot size verification
Reward-to-risk requirements
Entry confirmation procedures
This keeps critical rules visible during live market conditions when discipline is often tested the most.
Mini Trade Plan Engine
The indicator includes a lightweight planning module capable of displaying:
Entry Level
Stop Loss Level
Take Profit Level
These levels can be manually defined before trade execution to encourage planning before participation.
The goal is to reinforce process-driven trading rather than emotionally driven execution.
Custom Branding & Personalization
Users may customize:
Username
Check-In Messages
Trading Rules
Reminder Statements
Panel Positions
Color Schemes
Panel Transparency
This allows the indicator to become a personalized trading operating system rather than a generic reminder tool.
Why This Indicator Was Created
Most traders fail because of:
Impulse trading
Overtrading
Revenge trading
Lack of structure
Emotional decision-making
The GT Check-In & Rule Base™ was built to act as a psychological checkpoint before capital is placed at risk.
The indicator encourages traders to slow down, review their process, and verify that every trade aligns with their predefined trading plan.
Because in reality:
Most trading mistakes occur before the trade is ever placed.
Visual Design Notice
This indicator was developed and optimized primarily for dark-theme chart environments.
Panel colors, text contrast, transparency levels, and visual spacing were designed using dark-background chart layouts to maximize readability while minimizing chart obstruction.
Users operating on lighter chart themes may need to customize the appearance through:
Settings → Style
Panel Tint
Header Tint
Marker Color
Text Size
Panel Position
Entry / Stop Loss / Take Profit Colors
These settings allow the indicator to be adjusted to virtually any charting environment while preserving functionality.
Recommended Use:
This indicator is best used:
✅ Before entering a trade
✅ During active trade management
✅ During periods of emotional stress
✅ As part of a structured trading routine
✅ Alongside a complete trading plan
The GT Check-In & Rule Base™ is designed to complement technical analysis, not replace it.
Disclaimer - Educational Use Only.
The Guapoxtrades GT Check-In & Rule Base™ indicator is intended solely for educational, organizational, and informational purposes.
This tool does not provide financial advice, investment advice, trading recommendations, or guarantees of profitability.
The psychological assessments, discipline classifications, reminders, check-in systems, and trade planning tools contained within this indicator are designed to assist traders in maintaining structure and consistency but do not predict future market outcomes.
Trading forex, futures, stocks, cryptocurrencies, options, and other financial instruments involves substantial risk and may result in the loss of capital.
Users are solely responsible for their own trading decisions, risk management practices, and financial results. Past performance does not guarantee future performance.
© Guapoxtrades. All Rights Reserved. Built for disciplined traders. Indicator

Risk/Reward Calculator & Position Size Dashboard📝 DESCRIPTION (ENGLISH)
Risk/Reward Calculator and Position Size - Professional Dashboard
This advanced indicator helps you plan every trade with mathematical precision, automatically calculating Take Profit, Draw Down, and profits based on your capital, position size, and selected instrument.
KEY FEATURES:
🎯 Smart Take Profit Calculation
Percentage Mode: enter your desired % and the script calculates the exact price
Specific Price Mode: enter your target price and the script calculates the corresponding %
Full support for LONG and SHORT positions
💰 Dynamic Draw Down Management
Set maximum risk in dollars (e.g., $500)
Calculation automatically adapts to your position size
With size 0.01 and $500 risk = 500 points distance
With size 0.02 and $500 risk = 250 points distance
📊 Professional Dashboard
Top-right table with all crucial data
Adjustable size (Small, Normal, Large)
Shows: Capital, Size/Leverage, Value per Point, TP, Profit, DD, Entry Price
📈 Visual Chart Lines
White line: Entry Price
Solid green line: TP Long
Dotted green line: TP Short
Dotted red lines: DD Long and Short (optional)
Adjustable line length
🌍 Multi-Instrument Support
Gold (XAU - 100)
Silver (XAG - 5000)
Standard Forex (EURUSD - 100,000)
Bitcoin (BTC - 1)
Ethereum (ETH - 1)
Indices (US30/NAS100 - 1)
Custom (enter your own multiplier)
HOW TO USE:
Add the indicator to your chart
Open settings (⚙️)
Set your capital and select the instrument
Enter position size and leverage
Choose TP mode (Percentage or Specific Price)
Set Max Draw Down
Read the results in the dashboard!
PRACTICAL EXAMPLE:
Capital: $10,000
Instrument: Gold (XAU)
Size: 0.01 lots
Max DD: $500
Entry: 4218.97 (current price)
TP Mode: Specific Price → 4250
Result: Dashboard shows TP Long at 4250.00 (0.74%), profit of $31.03, DD Long at 3718.97
PERFECT FOR:
Traders who want precise calculations before entering positions
Professional risk management
Visual trade planning
Multi-timeframe analysis
Prop trading and demo accounts
____________
📝 DESCRIZIONE (ITALIANO)
Calcolatore Risk/Reward e Position Size - Dashboard Professionale
Questo indicatore avanzato ti aiuta a pianificare ogni trade con precisione matematica, calcolando automaticamente Take Profit, Draw Down e profitti in base al tuo capitale, size e strumento selezionato.
FUNZIONALITÀ PRINCIPALI:
🎯 Calcolo Take Profit Intelligente
Modalità Percentuale: inserisci la % desiderata e lo script calcola il prezzo esatto
Modalità Prezzo Specifico: inserisci il prezzo target e lo script calcola la % corrispondente
Supporto completo per posizioni LONG e SHORT
💰 Gestione Draw Down Dinamica
Imposta il rischio massimo in dollari (es. 500$)
Il calcolo si adatta automaticamente alla tua size
Con size 0.01 e rischio 500$ = 500 punti di distanza
Con size 0.02 e rischio 500$ = 250 punti di distanza
📊 Dashboard Professionale
Tabella in alto a destra con tutti i dati cruciali
Dimensione regolabile (Piccola, Normale, Grande)
Mostra: Capitale, Size/Leva, Valore per Punto, TP, Profitto, DD, Entry Price
📈 Linee Visive sul Grafico
Linea bianca: Prezzo di Entry
Linea verde continua: TP Long
Linea verde tratteggiata: TP Short
Linee rosse tratteggiate: DD Long e Short (opzionali)
Lunghezza linee regolabile
🌍 Supporto Multi-Strumento
Oro (XAU - 100)
Argento (XAG - 5000)
Forex Standard (EURUSD - 100.000)
Bitcoin (BTC - 1)
Ethereum (ETH - 1)
Indici (US30/NAS100 - 1)
Personalizzato (inserisci il tuo moltiplicatore)
COME USARLO:
Aggiungi l'indicatore al grafico
Apri le impostazioni (⚙️)
Imposta il tuo capitale e seleziona lo strumento
Inserisci la size e la leva
Scegli la modalità TP (Percentuale o Prezzo Specifico)
Imposta il Max Draw Down
Leggi i risultati nella dashboard!
ESEMPIO PRATICO:
Capitale: 10.000$
Strumento: Oro (XAU)
Size: 0.01 lotti
Max DD: 500$
Entry: 4218.97 (prezzo attuale)
TP Mode: Prezzo Specifico → 4250
Risultato: La dashboard mostra TP Long a 4250.00 (0.74%), profitto di 31.03$, DD Long a 3718.97
PERFETTO PER:
Trader che vogliono calcoli precisi prima di entrare in posizione
Gestione professionale del rischio
Pianificazione visiva dei trade
Multi-timeframe analysis
Prop trading e conti demo Indicator

Indicator

Indicator

Indicator

Aquila Reale Price Monitor vs 1.4 @giua64🦅 Aquila Reale — Price Monitor
A single-panel macro dashboard built to keep the bond market and the US dollar under control at a glance, so you never trade gold (or indices) blind to what is actually driving them.
Instead of jumping between ten tabs, this table pulls together every cross-asset driver that moves XAU/USD and risk assets, and refreshes on the last bar:
🏦 Yields & Dollar — DXY, the full US Treasury curve (2Y, 5Y, 10Y, 30Y), 10Y breakeven inflation, and WTI crude. Daily % change is colour-coded so you instantly see who is pushing and in which direction.
🥇 Gold Zone — the part that matters most for a gold trader:
10Y Real Yield (10Y minus breakeven) with a configurable threshold flagging when the real rate is supportive or hostile for gold.
10Y-2Y spread showing whether the curve is normal or inverted.
Gold Bias — an intraday read scored from the two main drivers (2Y and DXY): when both fall, bias is gold-positive; when both rise, gold-negative.
Steepener — tells you not just that the curve is widening, but why: a 2Y-led move (bull steepener, gold-positive) versus a 10Y-led move (bear steepener, gold-negative).
📈 Futures — Gold, Silver, S&P, Nasdaq, Dow and DAX, to read overall risk appetite.
🇪🇺 Eurozone — Bund and BTP 10Y plus the BTP-Bund spread in basis points, with a stress flag for European risk.
😱 Volatility — VIX as the fear gauge.
Everything is configurable: symbols, text size, table position with fine horizontal/vertical offset, bias sensitivity and the real-yield threshold. No repainting tricks — it simply reports daily and intraday change from the underlying instruments.
Built to monitor and keep yields in check before pulling the trigger.
🦅 Aquile Reali, Nate per volare, nate per osare. Indicator

GUAPOXTRADES - Life To FreedomGUAPOXTRADES – Life To Freedom
The Life To Freedom indicator is a financial readiness and risk-management framework designed to help traders evaluate the relationship between employment income, trading capital, and long-term financial independence.
Unlike traditional trading indicators that focus on entries, exits, or market direction, this tool focuses on the trader behind the chart.
Key Features
Freedom Readiness Matrix
Evaluates whether critical financial and business milestones have been achieved before transitioning toward full-time trading.
Metrics include:
Emergency Fund
Trading Consistency
Trades Logged
LLC Creation
Debt-Free Status
Tax Reserve
Market-Funded Status
Opportunity Cost
Positive Monthly Surplus
Recovery Time Engine
Calculates how long it would take employment income to absorb a trading loss based on account size, risk percentage, income, and expenses.
This helps answer:
"How much of my life does a trading mistake cost?"
Primary Engine Analysis
Identifies the primary source supporting financial growth:
Employment, Transitional, Trading
This allows traders to understand when employment remains the primary recovery engine and when trading becomes the dominant contributor.
Opportunity Cost Calculator
Measures the amount of time committed to employment and evaluates whether work obligations may be limiting trading opportunities, analysis, or business development.
Multi-Job Income Engine
Supports up to three separate employment sources with independent controls for:
Hourly Wage
Weekly Hours
Active / Inactive Status
Monthly income can also be manually entered when preferred.
GT Freedom Readiness Score
Compares actual financial conditions against selected personal requirements and generates a readiness percentage based on the criteria chosen by the user.
Philosophy
The purpose of this indicator is not to predict market direction.
The purpose is to provide a structured framework for evaluating financial preparedness, risk absorption, and readiness for greater trading independence.
Markets measure price.
Life To Freedom measures preparedness.
Disclaimer: This indicator is provided for educational and informational purposes only. It does not provide financial, legal, tax, or investment advice. All trading involves risk, and past performance does not guarantee future results. Indicator

Indicator

Adaptive Volatility Envelope [QuantAlgo]🟢 Overview
The Adaptive Volatility Envelope wraps price in a dynamic field of volatility bands centred on a self-adjusting baseline. Rather than tracking price at a fixed speed, the centerline measures how efficiently price is moving and accelerates when movement is more directional while slowing down in choppy conditions, so the baseline follows sustained moves more closely and reacts less to sideways noise. Around this adaptive centerline, layered ATR-scaled bands form a heat map that brightens toward the side price is moving into, giving traders a visual read on both trend state and momentum strength across any instrument or timeframe.
🟢 How It Works
The indicator's core methodology combines two mechanisms: an efficiency-driven centerline that adapts its tracking speed to market conditions, and a volatility-scaled band field that visualises momentum through colour and brightness.
First, market efficiency is measured by comparing net directional movement against total movement over the adaptation window. This ratio approaches one when movement is more directional and falls toward zero in choppy conditions, and it is used to blend between a slow choppy speed and a fast trending speed. The result is a smoothing factor that automatically tightens the centerline's tracking in directional moves and loosens it in noise, without manual recalibration:
efficiencyRatio = totalMovement != 0 ? priceChange / totalMovement : 0.0
smoothingFactor = choppySpeed + (trendSpeed - choppySpeed) * efficiencyRatio
Next, the centerline advances toward price by the smoothing factor on each bar, producing an adaptive baseline that closes the gap quickly when efficiency is high and slowly when it is low:
centerline := na(centerline ) ? src : centerline + smoothingFactor * (src - centerline )
Band width is then derived from Average True Range scaled by the band spacing, with a safety cap that measures total envelope height against the recent fifty bar price range. If the raw width would exceed this cap, every band is scaled down proportionally, preventing the field from blowing out and distorting the chart scale during volatility spikes:
widthScale = rawWidth > maxWidth and rawWidth != 0 and maxWidth > 0 ? maxWidth / rawWidth : 1.0
bandUnit = atr * bandSpacing * widthScale
Momentum is resolved from the centerline's slope normalised by ATR and scaled by the colour sensitivity, then clamped to a range of minus one to one. This drives a gradient that runs from the neutral colour at flat momentum toward the bullish or bearish colour as the move strengthens, while a directional brightness offset lights up the leading side of the envelope more than the trailing side:
momentumRaw = not na(atr) and atr != 0 ? slope / atr * colorSens : 0.0
momentum = math.max(-1.0, math.min(1.0, momentumRaw))
Finally, a confirmed-bars toggle governs what the script computes. In Live mode the centerline, momentum, bands and signals update intrabar on the developing bar for the fastest response, with the current bar able to change until it closes. In Confirmed mode everything is locked to closed bars only, so signals do not repaint and print on the bar that closes the move.
🟢 Signal Interpretation
▶ Bullish Momentum (Centerline and Bands Brightening Toward the Bullish Colour): When the centerline slopes upward relative to volatility, momentum turns positive and the envelope gradient shifts toward the bullish colour. The leading upper side of the field brightens through the directional brightness offset, making the direction of the move easier to read. The bullish state persists as long as the centerline continues rising, and a "Momentum Turned Bullish" alert fires on the bar where momentum crosses above zero.
▶ Bearish Momentum (Centerline and Bands Brightening Toward the Bearish Colour): When the centerline slopes downward relative to volatility, momentum turns negative and the gradient shifts toward the bearish colour, with the leading lower side of the field brightening to flag the downturn. As with the bullish state, the colour saturates as the move strengthens and fades toward neutral as momentum flattens. A "Momentum Turned Bearish" alert fires on the bar where momentum crosses below zero, flagging a potential short or exit condition.
▶ Neutral Momentum (Centerline and Bands at the Neutral Colour): When the centerline is flat or moving slowly relative to volatility, momentum sits near zero and the gradient settles at the neutral colour at the middle of its range. This indicates low conviction or sideways drift rather than a directional move, and the envelope brightens away from neutral only as the slope steepens enough to register on either side. Reading the neutral state helps separate genuine momentum from chop, since the field stays muted until price generates a meaningful directional slope.
🟢 Features
▶ Preconfigured Presets: Three parameter sets cover a range of trading styles and timeframes. "Default" delivers a balanced engine for swing trading on 4-hour and daily charts. "Fast Response" shortens the adaptation window and quickens both market speeds for tighter, more reactive bands on 5-minute to 1-hour charts, suiting intraday and scalping use. "Smooth Trend" lengthens the adaptation window and slows the speeds for wider, steadier bands on daily and weekly charts, suiting position trading. The presets deliberately leave Volatility Length untouched, so band width stays under independent manual control.
▶ Built-in Alerts: Three alert conditions support automated monitoring of momentum transitions. "Momentum Turned Bullish" fires on the bar momentum crosses above zero. "Momentum Turned Bearish" fires on the bar momentum crosses below zero. "Any Momentum Change" triggers on either transition for traders who want a single unified alert regardless of direction. All alerts include the exchange, ticker, and timeframe in the message for immediate context, and the confirmed-bars toggle determines whether they evaluate on live or closed-bar data.
▶ Visual Customisation: Six colour presets, Classic, Aqua, Cosmic, Cyber, Neon, and Custom, provide coordinated bullish and bearish colour pairings suited to different chart themes and personal preferences. Selecting Custom exposes independent colour pickers for full manual control over both states, alongside an adjustable neutral colour for the midpoint of the gradient. The number of band layers is configurable from one for a clean minimal look up to eight for a rich gradient field, and the bands can be hidden entirely to display only the centerline. Optional bar colouring tints price candles with the active trend colour at a configurable transparency level, reflecting the current momentum state without reading the centerline directly.
Indicator

Tokyo London New York Session HighlighterTokyo London New York Session Highlighter shades the Tokyo, London and New York trading sessions directly on the chart background so users can see time-of-day context at a glance. It is a visual aid for intraday charts.
Each session is defined by its own hours, day mask and IANA timezone, so the correct local times are used throughout the year, including daylight-saving changes in London and New York.
### Features
- Background shading for the Tokyo, London and New York sessions, each with its own color, transparency and on/off switch.
- Overlap handling: choose a dedicated color for periods when more than one session is active, or use a Priority order of New York over London over Tokyo.
- Optional session start/end markers with neutral session codes: TYO, LDN and NY.
- Optional active-session high and low plotted only while that session is open.
- Optional compact top-right table showing each session's Active/Inactive state and the number of sessions currently active.
- Optional informational session start/end alerts.
### Inputs
- Sessions: enable/disable, hours, timezone and day mask for each of the three sessions.
- Day mask: 23456 = Monday to Friday, 1234567 = every day.
- Colors: color and transparency for each session and for overlaps.
- Display: overlap handling, markers, active high/low, and the status table.
- Alerts: a single switch for session start/end alerts.
### How it works
The script checks, for every bar, whether the bar falls inside each configured session using PulseWire's time engine and the session's IANA timezone.
A session start is the first bar inside the session after a bar outside it. A session end is the first bar outside the session after a bar inside it.
No higher-timeframe requests are used. The script reads only the current chart's bars and time.
### Default session references
- Tokyo: 09:00-18:00, Asia/Tokyo
- London: 08:00-17:00, Europe/London
- New York: 08:00-17:00, America/New_York
These defaults are practical regional time references for intraday analysis. They are not universal market rules and may not match every broker, exchange, product, holiday schedule, or early close. Users can adjust the session times, timezones and active days in the Inputs tab.
### Originality and usefulness
This script is not only a static three-color background tool. It adds several practical context features:
1. Timezone-aware sessions
Each major session can use its own local IANA timezone. This helps London and New York remain aligned with local time changes such as daylight saving time.
2. Explicit overlap handling
When multiple sessions are active at the same time, the script can either use a dedicated overlap color or a clear priority order. This makes overlapping trading periods easier to identify.
3. Current-session range context
Optional high/low plots show the developing range of the active session. This can help users compare current price movement with that session's own developing range.
4. Compact active-session table
The table shows which sessions are currently active and how many sessions are active at the same time. This gives a quick status view without adding another pane.
5. Clean, non-directional design
The script does not label market direction, classify trend, or suggest a trading action. It only visualizes time-based context.
### Limitations
- Designed for intraday charts. On daily or higher timeframes, the script displays an informational notice and does not shade sessions.
- Session backgrounds only appear where bars exist on the chart. If a symbol has no trading data during a period, the script cannot fill missing bars.
- Holiday schedules, broker-specific trading breaks, exchange-specific sessions, and early closes are not detected automatically.
- Default session times are user-adjustable references, not universal market rules.
- It reflects the session hours and timezones configured by the user; users should verify them against the instrument and data feed.
- It shows time-of-day context only and does not analyze price beyond plotting the optional high/low of the active session.
### What this script does not do
- It does not generate trade signals.
- It does not provide entries, exits, targets, or position sizing.
- It does not predict future price movement.
- It does not claim improved performance, accuracy, or profitability.
- It does not use future data.
- It is not a strategy or backtest system.
- It is not financial advice.
### Suggested use
Use this on intraday charts where session timing is relevant, such as FX, index CFDs, futures, or other markets where regional trading activity may matter. Keep the chart clean so the session backgrounds, overlap periods, and optional range plots remain easy to read.
### Japanese notes / 日本語補足
このインジケーターは、東京・ロンドン・ニューヨークの各セッションをチャート背景色で可視化する、日中足向けの時間帯コンテキストツールです。
目的は、セッションごとの値動きの違いや、ロンドン・ニューヨークなどの重複時間帯を見やすくすることです。売買シグナル、エントリー、エグジット、目標値、ポジションサイズの提案は行いません。
主な機能
- 東京・ロンドン・ニューヨークの背景色表示
- セッション重複時の専用カラー表示、または優先順位表示
- セッション開始・終了マーカーの任意表示
- 現在進行中のセッション高値・安値ラインの任意表示
- 現在アクティブなセッションを表示する小型テーブル
- 各セッションの時間帯・曜日・タイムゾーン・色・透明度の調整
- セッション開始・終了の情報通知アラート
このスクリプトは日中足向けです。日足以上の時間足では、背景色によるセッション表示は行わず、情報メッセージのみを表示します。
初期値は一般的な地域別時間帯の参考設定であり、特定のブローカー、取引所、銘柄、祝日、短縮取引を完全に反映するものではありません。必要に応じて各自の取引対象に合わせて調整してください。
このスクリプトは、相場の時間帯を把握するための可視化ツールです。将来の値動き、成績、勝率、精度を示唆または保証するものではありません。投資助言ではありません。 Indicator

Indicator

Apex Edge - Trend Breakout V1.1Apex Edge — Trend Breakout
A with-trend channel breakout system with a 30-symbol radar and a dual-window, cost adjusted backtest.
Indicator Guide · Apex Edge
This guide explains exactly what the indicator does, how every number is calculated, why the backtest is built the way it is, and how to trade it. Nothing here is hidden behind a black box — the whole point of the tool is that you can see the workings and judge the edge for yourself.
1. What it is
Apex Edge — Trend Breakout is a single overlay indicator that does four jobs at once:
• Signals trades when price breaks the recent range in the direction of the dominant trend.
• Manages the trade with a chandelier trailing stop, so winners are allowed to run and losers are cut quickly.
• Scans a 30-symbol watchlist (the Radar), ranking what is trending and flagging what is about to break.
• Tests the rules on the chart symbol across two separate date windows and reports the result as average R and sample size — then auto-grades it Red, Amber or Green.
The thesis. Most price action is noise. Occasionally a market trends, and when it does, a break of the recent range tends to continue. The edge of such a system does not come from being right often — it comes from a fat right tail: many small losses when breaks fail, paid for by the occasional large runner that the trailing stop rides for multiples of the initial risk. The tool is built end-to-end to find that behaviour and to stop you fooling yourself about whether it is really there.
2. What appears on your chart
• Green and red rails — the upper and lower edges of the breakout channel. A close beyond a
rail is a potential trigger.
• Up / down triangles — confirmed entries (a close-break that agrees with the trend).
• Orange line — the live trailing stop for the most recent signal. This is where your protective
order goes.
• HUD (top-right by default) — the chart symbol's trend, distance to its rail, current setup state, last signal and a running long/short signal count.
• Radar (top-left) — the 30-symbol scanner with score, direction, state and a Red/Amber/Green
“Go” column.
• Backtest panel (bottom-right) — two date windows side by side, each showing average R and
trade count per side, plus an automatic verdict.
3. The entry signal — how it is calculated
3.1 The breakout channel
The rails are the highest high and lowest low of the last N bars (default 20), measured up to the
previous bar so they never repaint:
upBreak = highest(high, 20) of the prior bar
dnBreak = lowest(low, 20) of the prior bar
A long trigger is a close crossing above the upper rail; a short trigger is a close crossing below the lower rail. Because the test is on the close, an intrabar wick through a rail that closes back inside does not trigger — only a genuine close beyond the range counts.
3.2 The dominant-trend filter
A breakout alone is not enough; it must agree with the trend. Trend is defined by a long EMA (default 200) and that EMA's slope, so a flat market counts as no trend:
Uptrend = close > EMA(200) AND EMA(200) rising over the last 5 bars
Downtrend = close < EMA(200) AND EMA(200) falling over the last 5 bars
Requiring both price position and EMA slope filters out the chop that ruins most breakout systems: if the EMA is flat, neither condition is true and no trades are taken.
3.3 Optional higher-timeframe agreement
You can additionally require the higher timeframe (default daily) to agree, using its last closed bar's EMA so it cannot repaint. With it on, a 4H long also needs the daily to be pointing up. Off by default.
3.4 The final rule
Long = close-break of the upper rail AND dominant uptrend
Short = close-break of the lower rail AND dominant downtrend
With “with-trend only” enabled (the default), counter-trend and flat-market breaks are blocked entirely.
The triangle only prints when both halves line up.
4. The exit — chandelier trailing stop, and what “R” means
Risk is defined the moment you enter. The initial stop sits a multiple of Average True Range away from entry (default 1.5 × ATR(14)). That distance — entry to initial stop — is one R.
Every outcome the tool reports is measured in multiples of that initial risk.
Once in the trade, the stop trails using a chandelier: it hangs a multiple of ATR (default 3 × ATR)
below the highest high reached since entry (mirrored for shorts). It only ever moves in your favour - it ratchets, never loosens. You exit when price touches the line.
• A loss is roughly −1R: the break fails and price falls back to the initial stop.
• A win is whatever the trail captures — often small, occasionally very large when a real trend
develops. There is no fixed profit target; capping the winners would throw away the exact tail
the system exists to harvest.
Note Live, you place a resting stop on the orange line and step it along as the line moves. The
backtest exits on the same intrabar touch, so what you test is what you trade.
5. The Market Radar — how the scan is built
The Radar pulls 30 symbols on the scan timeframe (default 4H) and ranks them so you watch the right markets. Four numbers drive it.
5.1 Trend-strength score
The score blends how cleanly a market is moving with how strongly:
• Efficiency Ratio (ER) — net distance travelled divided by the total path taken, over a lookback
(default 20). A straight move scores high; a market that thrashes back and forth to end up in the same place scores low.
ER = |close − close | / sum of |bar-to-bar moves over 20| (as a %)
• ADX — the standard directional-strength index (default 14).
The two are scaled and blended 55% ER / 45% ADX, calibrated so a market in a genuine trend reads roughly 60–70. Only symbols above the score threshold (default 50) are shown, strongest first.
5.2 Direction, NEAR and the Go grade
• Direction comes from the same dominant-EMA logic as the chart (up, down, or flat).
• NEAR flags a symbol that is trending and within a set distance of its breakout rail in the trend
direction (default 0.5 × ATR) — i.e. about to trigger.
• Go (Red / Amber / Green) is read from your own curated lists. You tell the indicator which
symbols you trade long and short at Green (confirmed) and Amber (testing) confidence; the Go
column then lights up only for those symbols in that direction.
Note The Radar does not grade edges for you — you populate the Green/Amber lists from your own backtest sweep (Section 6). The Go column simply surfaces your decisions on the live scan.
6. The backtest engine and the Auto verdict
This is where you decide whether a symbol earns a place on your lists. For the chart symbol, the engine replays every historical signal forward (up to 60 bars), simulates the exact chandelier trail with intrabar touch exits, deducts your cost per trade, and records each result in R.
It does this across two independent date windows and reports, for each window and each side
(long / short / all):
• Avg R — the average result per trade, net of cost. This is the system's expectancy.
• N — the number of trades in that window. This tells you whether to believe the Avg R.
The Auto column then turns that into a verdict using two thresholds (defaults shown), applied to both windows:
Verdict Condition
GREEN Avg R ≥ 0.10 AND N ≥ 50 in BOTH windows — a real, repeatable edge
AMBER Qualifies in one window, or only marginally — promising, not proven
no Fails the bar — no demonstrated edge this way
A Green therefore is not a single good run; it is an edge that survived two separate market periods with a large enough sample in each. That is the bar a symbol must clear before it goes on your Green list.
Note Cost is entered in price units and applies to the chart symbol, so set it to that instrument's
realistic round-trip spread before trusting a marginal (Amber) result. A couple of pips is what flips a thin edge from positive to negative — which is exactly the truth you want before risking money.
7. Why those default backtest dates?
The two windows default to 2019–2021 and 2022–present, and the split is deliberate. These are not two halves of one stretch — they are two genuinely different market regimes:
• 2019–2021 spans the late-cycle calm, the COVID crash and the violent recovery — a high volatility, strong-trend era.
• 2022–present is the rate-hiking regime: broad USD strength, a real equity bear in 2022, and a
different volatility character.
A set of rules that prints a profit in one regime might simply be tuned, by luck or by hand, to that regime. The only honest test is whether the same untouched rules also work in a different one.
Requiring an edge to clear the bar in both windows is the out-of-sample check built directly into the panel. The dates are adjustable — what matters is that the two windows cover different conditions, not the exact years.
8. Why we judge by R and N, not win rate
Win rate is the most quoted and least useful statistic in trading. On its own it tells you almost nothing, and for a system like this it actively misleads.
8.1 Win rate hides the size of wins and losses
Two systems can have wildly different win rates and the opposite profitability. Expectancy — average R per trade — is what actually ties to your account:
System Win rate Expectancy Reality
“High win rate” (avg win 90% +0.5R Loses Money
+0.5R, avg loss −5R)
Trend breakout (avg win 40% +0.60R Strong edge
+3R, avg loss −1R)
The 90%-winner loses on the rare 5R disaster; the 40%-winner thrives because its winners dwarf its losers. Judge either by win rate and you draw the wrong conclusion. Expectancy = (win% × avg win) − (loss% × avg loss), expressed in R, is the number that matters.
8.2 This system is meant to be a low win-rate system
A trend-breakout-with-trail design is designed to win less than half the time. Most breakouts fail and cost ~1R; a minority become trends and the trail rides them for many R. The profit lives entirely in those few big winners — the fat right tail. Win rate cannot see that tail; only average R can.
Optimising for win rate would push you to cap winners and widen stops, destroying the very edge the tool is built to capture.
8.3 N is what makes the average believable
An average R is only as trustworthy as the number of trades behind it. A +0.8R average on 8 trades is a coin landing heads a few times in a row — it tells you nothing. The same average on 120 trades is a genuine signal. That is why the Auto grade refuses to certify anything below N ≥ 50 per window, no matter how attractive the Avg R looks. Small samples are where traders fool themselves most, so the tool simply will not show Green there.
8.4 How to read an Avg R figure
Avg R (net of cost) Read it as
≤ 0 (negative) A losing side — shown red and correctly left off your lists
+0.05 to +0.15 Marginal — cost and slippage can erase it
+0.15 to +0.35 A solid, tradeable edge
+0.35 to +0.80 Strong — and normal for this let-run design when a market trends cleanly
+0.80 and up Exceptional — sanity-check it before you believe it (see below)
Two cautions. First, R is signed. A side can be negative, meaning that direction lost money over the test — it is shown in red, and the Auto verdict only turns green for positive R that clears the bar in both windows. A red number is not a high score you should chase; it is a losing side the tool is keeping you out of.
Second, because this design lets winners run, a healthy average is usually carried by a minority of large trades rather than spread evenly across all of them. That is expected behaviour for trend following, not a flaw — but it means a very high figure deserves a look at the trade distribution, and a check for look-ahead, before you treat it as durable. High positive R here is the system working; it is only suspect when it is extreme or rests on a handful of trades.
9. How to trade it
The workflow separates the slow, careful job (deciding what to trade) from the fast one (executing when it triggers).
1. Weekly — curate. Flick through your watchlist. On each symbol read the Auto panel and note
the verdict per side. Add Green symbols to the matching Green list (long or short) in settings,
and Amber symbols to the Amber lists. Skip the reds.
2. Set once — the blanket alert. On a 4H chart create the “Watchlist near breakout” alert, set to Once Per Bar Close. It pings only for your Green/Amber symbols when one is trending and
nearing its rail.
3. On the ping — find the trade. Open the Radar. Confirm the symbol shows Green/Amber Go +
NEAR + the right direction.
4. Arm the entry. On that symbol's chart set the “Breakout Long/Short” alert, also Once Per Bar
Close, so only a close beyond the rail can fire it (no wicks).
5. Enter. When the triangle prints, take the trade and place your stop on the orange trailing line.
6. Manage. Step the stop along with the line as it moves your way — never against you. Exit on the touch. No fixed target; let the trail decide.
10. Trading rules and risk discipline
• Trade Green in the validated direction. Amber is watch-and-small-size. Red is no trade.
• A break against the trend is not your trade. Skip it, however tempting.
• Judge over a batch of trades, never one. A single loss says nothing about a positive expectancy system; variance is the cost of admission.
• One settings set for all symbols. Never tune the inputs per symbol to flatter the past — that is
curve-fitting. If you change a strategy setting, re-test both windows before trusting it again.
• Size correlated instruments as one position. A basket of yen crosses, or a basket of equity
indices, is one bet wearing several names. Three 1% longs that all rise and fall together is a 3%
bet on one theme, not three diversified trades.
11. Settings reference
Setting Defaults and What they mean:
Breakout channel 20 Bars - used for the high/low rails
Near-break heads-up 0.5 ATR - How close to the rail counts as NEAR
Dominant EMA 200 - The trend reference line
EMA slope lookback 5 Bars - used to judge the EMA's slope
With-trend only On - Blocks counter-trend and flat-market breaks
Higher timeframe Off / 1D - Optionally require the daily to agree
Initial stop 1.5 ATR - Defines one R (entry to stop)
Chandelier trail 3.0 ATR - Trailing distance below the running extreme
Trade window 60 bars - How far the backtest follows each signal
Cost per trade 0 - Round-trip cost in price units (set per instrument)
Test windows A / B 2019–21 / 22–now - The two regimes the Auto grade checks
Qualify Avg R / N 0.10 / 50 - Thresholds for a Green verdict, per window
Scan timeframe 4H - Timeframe the Radar evaluates
Score threshold 50 - Minimum trend score to appear on the Radar
12. Non-repainting, and honest limitations
Non-repainting by design. Signals use closed-bar prices and the prior-bar channel, the higher timeframe pull uses the last closed bar, and the backtest only ever replays bars that were already in the past relative to each signal. What you see on history is what you would have seen live.
What a backtest can and cannot tell you. The replay is a simulation. It assumes fills at the touched price and a fixed cost; live trading adds variable spread, slippage, gaps and partial fills. Treat the Avg R as an estimate of edge and direction, not a promise of returns. Forward-test before you scale.
• The Green/Amber lists are your inputs — the tool surfaces your decisions, it does not validate
them for you.
• Correlated symbols inflate the apparent number of edges; the count is not the same as
diversification.
• A strong directional drift in an asset class (equities up, for example) can make a one-sided
system look better than the rule itself is.
This indicator is a decision-support and research tool. It is not financial advice and does not place trades.
Markets carry risk; past performance does not guarantee future results. You are responsible for your own decisions and risk.
Apex Edge - Trend Breakout - Radar finds the trend - Auto/Go says if it pays - Arrow times entry - Orange line manages - exit Indicator

MTF Candle Countdown: Multi-Timeframe Close Timer ⏳ Know exactly how long until your candles close — on up to 4 timeframes at once, in one clean panel.
Stop switching charts to check the 1H or 4H while you trade the 5m. See every countdown you care about in one place.
──────────────────────────
✅ WHAT IT DOES
Shows a live countdown to candle close for up to 4 timeframes you choose, side by side. Each row shows the timeframe, the time left, and the exact clock time that candle will close.
──────────────────────────
⚙️ WHAT YOU CAN CONTROL
• Up to 4 timeframes — pick any, turn each on/off
• Corner — any of the 4 chart corners
• Font size — Small, Medium, or Large
• Text + background colors
• Close-time column — show/hide, and choose its timezone
• Near-close highlight — a row turns amber in the final seconds before close
──────────────────────────
🔔 ALERTS (two independent switches, both optional)
• "Closing soon" — fires shortly before a candle closes (your heads-up)
• "Candle closed" — fires the moment a candle closes (your confirmation)
Turn on either, both, or neither.
──────────────────────────
🌍 TIMEZONE — SET IT ONCE
PulseWire scripts can't read your chart's timezone, so pick yours in the "Close-time timezone" setting (New York, London, Tokyo, UTC, etc.). Set it to match your chart and the close times line up perfectly. Daylight saving is handled automatically.
──────────────────────────
ℹ️ GOOD TO KNOW
• A countdown timeframe must be the same as or higher than your chart timeframe. (A 1-minute countdown needs a ≤1-minute chart.) Rows below your chart timeframe show a gentle "use ≤Xm chart" reminder.
• Works on any symbol — crypto, forex, futures, stocks.
• On closed markets the countdown pauses until trading resumes (this is normal for all indicators).
• Not designed for Bar Replay — use it on a live chart.
──────────────────────────
🚀 HOW TO USE
1. Add to your chart
2. Open settings (gear icon)
3. Choose your timeframes, timezone, colors, and corner
──────────────────────────
👨💻 FOR DEVELOPERS / AUTOMATION
Set "Alert message format" to JSON event and the alerts emit a structured, webhook-ready payload (sent as application/json):
{"ticker":"BTCUSD","exchange":"COINBASE","timeframe":"4H","event":"closed","price":60800.5,"time":1749264000000}
("closing_soon" events also include "seconds_left".)
This is a TIMING EVENT source, not an order engine — it tells you WHEN a candle closes, with no buy/sell baked in (a countdown has no direction). Route the event to your webhook receiver or bridge (CrossTrade, NinjaView, your own listener, n8n, etc.) and map it to your platform's order format there. Each event fires once per candle (no spam). Prefer "Plain text" format for human phone/email alerts.
──────────────────────────
Free and open-source. Feedback welcome 🙏 Indicator

Date & Time Clock: Multi-Timezone🕐 A clean, always-on clock for your chart. Shows the current date and time in any timezone you choose, pinned to the corner you pick.
Built to be simple, readable, and out of your way.
──────────────────────────
✅ WHAT IT DOES
Displays today's date and the live time in a small box on your chart — so you always know "what time is it, right now, in the market I care about" without doing timezone math in your head.
──────────────────────────
⚙️ WHAT YOU CAN CONTROL
• Corner — put the clock in any of the 4 chart corners
• Font size — Small, Medium, or Large
• Timezone — New York, Chicago, London, Frankfurt, Tokyo, Sydney, UTC, or match the chart's exchange
• Date format — Jun 6, 2026 / 2026-06-06 / 06/06/2026
• Time format — 12-hour or 24-hour, with or without seconds
• Colors — text color + background color (and transparency)
──────────────────────────
🌍 DAYLIGHT SAVING IS AUTOMATIC
The timezone label shows the live GMT offset, e.g. "New York (GMT-4)". It adjusts itself for daylight saving — you never have to switch anything by hand.
──────────────────────────
ℹ️ ONE THING TO KNOW
PulseWire updates indicators when price moves. So the clock ticks forward on active symbols during market hours, and may pause when the market is quiet or closed. That's normal — it's not frozen.
──────────────────────────
🚀 HOW TO USE
1. Add to your chart
2. Open settings (the gear icon)
3. Pick your corner, timezone, format, and colors
Free and open-source. Feedback welcome 🙏 Indicator
