Institutional Zones: Opening & Closing Trend HighlightsDescription / Content:
Track key institutional trading periods on Nifty/Bank Nifty charts with dynamic session zones:
Opening Volatility Zone: 9:15 AM – 9:45 AM IST (Green)
Closing Institutional Zone: 1:30 PM – 3:30 PM IST (Orange)
Both zones are bounded by the day’s high and low to help visualize institutional activity and price behavior.
Key Observations:
Breakout in both closing trend and opening trends often occurs on uptrending days.
Breakdown in both closing range and opening range usually happens on downside trending days.
Price opening above the previous closing trend is often a sign of a strong opening.
This script helps traders identify trend strength, breakout/breakdown zones, and institutional participation during critical market hours.
Disclaimer:
This indicator is for educational and informational purposes only. It is not a financial advice or recommendation to buy or sell any instrument. Always confirm with your own analysis before taking any trade.
Pine Script Features:
Dynamic boxes for opening and closing sessions
Boxes adjust to the day’s high and low
Optional labels at session start
Works on intraday charts (1m, 5m, 15m, etc.)
Usage Tip:
Use this indicator in combination with trend analysis and volume data to spot strong breakout/breakdown opportunities in Nifty and Bank Nifty.
Chart-Muster
Trend Catch STFR - whipsaw Reduced### Summary of the Setup
This trading system combines **SuperTrend** (a trend-following indicator based on ATR for dynamic support/resistance), **Range Filter** (a smoothed median of the last 100 candles to identify price position relative to a baseline), and filters using **VIX Proxy** (a volatility measure: (14-period ATR / 14-period SMA of Close) × 100) and **ADX** (Average Directional Index for trend strength). It's designed for trend trading with volatility safeguards.
- **Entries**: Triggered only in "tradeable" markets (VIX Proxy ≥ 15 OR ADX ≥ 20) when SuperTrend aligns with direction (green for long, red for short), price crosses the Range Filter median accordingly, and you're not already in that position.
- **Exits**: Purely price-based—exit when SuperTrend flips or price crosses back over the Range Filter median. No forced exits from low volatility/trend.
- **No Trade Zone**: Blocks new entries if both VIX Proxy < 15 AND ADX < 20, but doesn't affect open positions.
- **Overall Goal**: Enter trends with confirmed strength/volatility, ride them via price action, and avoid ranging/choppy markets for new trades.
This creates a filtered trend-following strategy that prioritizes quality entries while letting winners run.
### Advantages
- **Reduces Noise in Entries**: The VIX Proxy and ADX filters ensure trades only in volatile or strongly trending conditions, avoiding low-momentum periods that often lead to false signals.
- **Lets Winners Run**: Exits based solely on price reversal (SuperTrend or Range Filter) allow positions to stay open during temporary lulls in volatility/trend, potentially capturing longer moves.
- **Simple and Balanced**: Combines trend (SuperTrend/ADX), range (Filter), and volatility (VIX Proxy) without overcomplicating—easy to backtest and adapt to assets like stocks, forex, or crypto.
- **Adaptable to Markets**: The "OR" logic for VIX/ADX provides flexibility (e.g., enters volatile sideways markets if ADX is low, or steady trends if VIX is low).
- **Risk Control**: Implicitly limits exposure by blocking entries in calm markets, which can preserve capital during uncertainty.
### Disadvantages
- **Whipsaws in Choppy Markets**: As you noted, SuperTrend can flip frequently in ranging conditions, leading to quick entries/exits and small losses, especially if the Range Filter isn't smoothing enough noise.
- **Missed Opportunities**: Strict filters (e.g., requiring VIX ≥ 15 or ADX ≥ 20) might skip early-stage trends or low-volatility grinds, reducing trade frequency and potential profits in quiet bull/bear markets.
- **Lagging Exits**: Relying only on price flips means you might hold losing trades longer if volatility drops without a clear reversal, increasing drawdowns.
- **Parameter Sensitivity**: Values like VIX 15, ADX 20, or Range Filter's 100-candle lookback need tuning per asset/timeframe; poor choices could amplify whipsaws or over-filter.
- **No Built-in Risk Management**: Lacks explicit stops/targets, so it relies on user-added rules (e.g., ATR-based stops), which could lead to oversized losses if not implemented.
### How to Use It
This system can be implemented in platforms like TradingView (via Pine Script), Python (e.g., with TA-Lib or Pandas), or MT4/5. Here's a step-by-step guide, assuming TradingView for simplicity—adapt as needed. (If coding in Python, use libraries like pandas_ta for indicators.)
1. **Set Up Indicators**:
- Add SuperTrend (default: ATR period 10, multiplier 3—adjust as suggested in prior tweaks).
- Create Range Filter: Use a 100-period SMA of (high + low)/2, smoothed (e.g., via EMA if desired).
- Calculate VIX Proxy: Custom script for (ATR(14) / SMA(close, 14)) * 100.
- Add ADX (period 14, standard).
2. **Define Rules in Code/Script**:
- **Long Entry**: If SuperTrend direction < 0 (green), close > RangeFilterMedian, (VIX Proxy ≥ 15 OR ADX ≥ 20), and not already long—buy on bar close.
- **Short Entry**: If SuperTrend direction > 0 (red), close < RangeFilterMedian, (VIX Proxy ≥ 15 OR ADX ≥ 20), and not already short—sell short.
- **Exit Long**: If in long and (SuperTrend > 0 OR close < RangeFilterMedian)—sell.
- **Exit Short**: If in short and (SuperTrend < 0 OR close > RangeFilterMedian)—cover.
- Monitor No Trade Zone visually (e.g., plot yellow background when VIX < 15 AND ADX < 20).
3. **Backtest and Optimize**:
- Use historical data on your asset (e.g., SPY on 1H chart).
- Test metrics: Win rate, profit factor, max drawdown. Adjust thresholds (e.g., ADX to 25) to reduce whipsaws.
- Forward-test on demo account to validate.
4. **Live Trading**:
- Apply to a chart, set alerts for entries/exits.
- Add risk rules: Position size 1-2% of capital, stop-loss at SuperTrend line.
- Monitor manually or automate via bots—avoid overtrading; use on trending assets.
For the adjustments I suggested earlier (e.g., ADX 25, 2-bar confirmation), integrate them into entries only—test one at a time to isolate improvements. If whipsaws persist, combine 2-3 tweaks.
GUSI ProGUSI — Adaptive Bitcoin Cycle Risk Model
Most on-chain metrics published on TradingView — such as NUPL, MVRV, or Puell Multiple — were once reliable in past cycles but have lost accuracy. The reason is simple: their trigger levels are static, while Bitcoin’s market structure changes over time. Tops have formed lower each cycle, yet the traditional horizontal thresholds remain unchanged.
What GUSI does differently:
It introduces sloped trigger functions that decrease over time, adapting each metric to Bitcoin’s maturing market.
It applies long-term normalization methods (smoothing and z-score lookups) to reduce distortion from short-term volatility and extreme outliers.
It only includes signals that remain valid across all Bitcoin cycles since 2011, discarding dozens of popular on-chain ideas that fail even after adjustment.
How GUSI is built:
GUSI is not just a mashup of indicators. Each component is a proprietary, modified version of a known on-chain signal:
Logarithmic MACD with declining trigger bands
MVRV-Z Score Regression with cycle-aware slopes
Net Unrealized Profit/Loss Ratio normalized with dynamic z-scores
Puell Multiple with logarithmic decay
Weekly RSI momentum filter for bottoms
Optional Pi Cycle Top logic with sloped moving averages
These are combined into a composite risk scoring system (0–100). Every signal contributes to the score according to user-defined weights, and each can be toggled on/off. The end result is a flexible model that adapts to long-term changes in Bitcoin’s cycles while staying transparent in its logic.
How to use it:
Scores near 97 indicate historically high-risk conditions (cycle tops).
Scores near 2.5 highlight deep accumulation zones (cycle bottoms).
Background colors and labels make the conditions clear, and built-in alerts let you automate your strategy.
GUSI is designed for the INDEX:BTCUSD 1D chart and works best when viewed in that context.
In short: GUSI makes classic on-chain indicators relevant again by adapting them to Bitcoin’s evolving market cycles. Instead of relying on static thresholds that stop working over time, it introduces dynamic slopes, normalization, and a weighted composite framework that traders can adjust themselves.
Thiru Time CyclesThiru Time Cycles - Advanced Institutional Trading Framework
🔥 PROPRIETARY TIME CYCLE ANALYSIS SYSTEM
This comprehensive indicator implements a multi-layered institutional trading framework that combines session-based analysis, proprietary time cycle detection, and advanced market structure tracking. The system is built on original research into institutional order flow and market timing.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 CORE COMPONENTS
1. ZEUSSY 90-MINUTE TIME CYCLES (Proprietary ADM Framework)
• Accumulation Phase (A): Early session liquidity gathering
• Distribution Phase (D): Mid-session momentum and trend development
• Manipulation Phase (M): Late session volatility and reversals
Coverage:
• London Session: 3 complete 90-minute cycles (2:30-7:00 AM)
• NY AM Session: 3 complete 90-minute cycles (7:00-11:30 AM)
• NY PM Session: 3 complete 90-minute cycles (11:30-4:00 PM)
How It Works:
Each trading session is divided into three distinct 90-minute phases that represent institutional behavior patterns. The Accumulation phase identifies early positioning, Distribution shows trend development, and Manipulation captures late-session reversals. This proprietary framework is based on analysis of institutional order flow across thousands of trading sessions.
2. ZEUSSY 30-MINUTE SUB-CYCLES (Precision Timing)
• A1, A2, A3: Three 30-minute subdivisions of Accumulation phase
• M1, M2, M3: Three 30-minute subdivisions of Distribution phase
• D1, D2, D3: Three 30-minute subdivisions of Manipulation phase
Each 90-minute cycle contains 3 sub-cycles for precise entry/exit timing. Color-coded boxes (Blue/Red/Green) indicate phase progression within each major cycle.
3. ZEUSSY TRADE SETUP TIME WINDOWS (Optimal Entry Zones)
• London: 2:30-4:00 AM (First 90-minute cycle - highest probability)
• NY AM: 9:30-10:30 AM (Market open volatility capture)
• NY PM: 1:30-2:30 PM (Afternoon momentum continuation)
These windows represent statistically validated high-probability entry zones within each major session, identified through proprietary backtesting of institutional participation patterns.
4. TOI TRACKER (Time of Interest - Critical Decision Points)
Tracks six critical time windows per day when institutional decisions create high-probability setups:
London Session:
• 2:45-3:15 AM: Early London accumulation
• 3:45-4:15 AM: London momentum confirmation
NY AM Session:
• 9:45-10:15 AM: Post-open institutional positioning
• 10:45-11:15 AM: Late morning trend confirmation
NY PM Session:
• 1:45-2:15 PM: Afternoon setup phase
• 2:45-3:15 PM: Final positioning before power hour
The TOI Tracker uses horizontal lines with customizable extension to mark precise highs and lows during these critical windows.
5. KILLZONE BOXES (Session Visualization)
Customizable session overlays with adjustable:
• Box styles (Box/Background/Hamburger/Sandwich)
• Border styles and transparency
• Unified or session-specific colors
• Background and text display options
Sessions: Asia, London, NY AM, NY PM, Lunch, Power Hour
6. KILLZONE PIVOTS (Dynamic Support/Resistance)
• Automatic high/low detection for each session
• Pivot extension until mitigation
• Midpoint calculations for precision entries
• Alert system for pivot breaks
• Enhanced label styling with session colors
The system tracks when price "mitigates" (breaks through) each session's pivot levels and can alert traders in real-time.
7. DAY/WEEK/MONTH ANALYSIS
• Daily/Weekly/Monthly open prices
• Previous high/low levels
• Day of week labels
• Session separators
• Current week filtering
Higher timeframe reference levels for context and confluence.
8. OPENING PRICE LINES
Up to 8 customizable opening price lines for specific times:
• Daily Candle (DC) Open: 6:00 PM
• Midnight Open: 12:00 AM
• Market Open: 9:30 AM
• Custom times as needed
These lines extend until a "cutoff time" (default 4:00 PM) for clean chart presentation.
9. VERTICAL TIMESTAMPS
Optional vertical lines to mark specific times of day for quick visual reference of session boundaries.
10. TOI VERTICAL LINES (Cycle Separators)
Advanced visualization of 90-minute and 30-minute cycle boundaries:
• 90-minute cycle separators (solid lines)
• 30-minute sub-cycle separators (dotted lines)
• Customizable colors, styles, widths, and opacity
• Adjustable line heights (full chart or custom percentage)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 TRADING APPLICATIONS
**Scalping (1-5 minute charts):**
• Use 30-minute sub-cycles for precise entries
• TOI Tracker for high-probability windows
• Killzone pivots for stop placement
**Day Trading (15-60 minute charts):**
• 90-minute cycles for trend direction
• Zeussy Trade Setup Windows for entries
• Session pivots for targets
**Swing Trading (4H-Daily charts):**
• Daily/Weekly/Monthly levels for context
• Major session analysis for timing
• Killzone pivots for key levels
**Institutional Analysis:**
• Track ADM phases for order flow understanding
• Identify accumulation/distribution/manipulation patterns
• Anticipate session-based volatility
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔧 TECHNICAL SPECIFICATIONS
• Built on Pine Script v6
• Maximum efficiency: 500 labels, 500 lines, 500 boxes
• Multi-timezone support (GMT-12 to GMT+14)
• Timeframe limiting for optimal display
• Drawing limit controls for performance
• Advanced table displays for statistics
• Real-time alert system
• Professional watermark customization
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 WHAT MAKES THIS UNIQUE
1. **Zeussy ADM Framework**: Proprietary 90-minute cycle analysis based on institutional behavior patterns (Accumulation/Distribution/Manipulation)
2. **Multi-Layer Time Analysis**: Combines 90-minute cycles, 30-minute sub-cycles, and specific TOI windows for comprehensive market timing
3. **Trade Setup Windows**: Statistically validated optimal entry zones derived from institutional participation analysis
4. **Integrated System**: Seamlessly combines multiple analysis methods (time cycles, pivots, levels, TOI) in one cohesive framework
5. **Professional Grade**: Enterprise-level customization with performance optimization and clean visual presentation
6. **Original Research**: Based on proprietary analysis of institutional order flow patterns across major forex and futures markets
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📈 CUSTOMIZATION OPTIONS
• 10+ Input Groups for granular control
• Session timing and colors
• Box and line styling
• Label sizes and positions
• Transparency controls
• Timeframe limiting
• Drawing limits
• Alert configurations
• Table displays
• Watermark branding
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ USAGE NOTES
• Best used on GMT-4 timezone for consistency
• Recommended timeframes: 1m-60m for intraday analysis
• Works on all markets: Forex, Indices, Commodities, Crypto
• Combine with price action and market structure for best results
• The Zeussy framework is most effective during active trading sessions
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
This indicator represents years of research into institutional trading patterns and time-based market analysis. The proprietary Zeussy framework and TOI tracking system are not available in any open-source form.
© 2025 Thiru Trades - All Rights Reserved
Relative Strength Portfolio StrategyCompares the relative strength of the following tokens
BTC
ETH
SOL
SUI
DOGE
LINK
XRP
BNB
ENA
CRV
AAVE
ONDO
TAO
DET
RENDER
PENGU
SHIB
WIF
MTF Supertrend Heatmap (D / 4H / 1H / 15m / 5m)MTF Supertrend Heatmap (D / 4H / 1H / 15m / 5m)
A clean dashboard that tells you whether the same Supertrend (ATR Length, Multiplier) is BUY or SELL across five timeframes—all on one chart. Higher-TF values are fetched with request.security() and, when Confirm HTF bar close is ON, they do not repaint after that bar closes.
Optional toggles let you plot the current-TF Supertrend line and show bar-anchored flip markers (BUY/SELL) for each timeframe. Includes alerts for ALL-TF alignment and MAJORITY (≥3/5) agreement. Timeframes and Supertrend parameters are fully configurable. Use the heatmap for quick confirmation, reduce noise by keeping markers off unless needed.
MACD with Smart Entry Signals & Trend Filter
This advanced MACD indicator combines traditional MACD analysis with intelligent entry signal detection and an optional EMA trend filter. It identifies high-probability entry points by analyzing histogram patterns, consolidation phases, and trend continuation setups.
### Key Features
**🎯 Smart Entry Detection**
- **Consolidation Breakouts**: Identifies exits from consolidation zones (weak bars) with strong momentum
- **Trend Reversals**: Detects potential trend changes after extended weak phases
- **Correction/Continuation Patterns**: Recognizes brief corrections within strong trends that offer continuation opportunities
**📊 Enhanced MACD Visualization**
- Color-coded histogram showing four distinct states:
- Strong Bullish (dark green): Rising histogram above zero
- Weak Bullish (light green): Falling histogram above zero
- Weak Bearish (light red): Rising histogram below zero
- Strong Bearish (dark red): Falling histogram below zero
**🔍 Multi-Layer Filtering System**
- **Candle Size Filter**: Eliminates signals during high volatility/large candle ranges
- **EMA Trend Filter**: Optional filter ensuring entries align with the dominant trend direction
- Visual markers for rejected signals (orange X for candle size, blue E for EMA trend)
**⚙️ Customizable Parameters**
- Adjustable MACD periods (default: 34/144/9)
- Configurable consolidation bar requirements
- Flexible correction pattern detection
- EMA trend filter with adjustable sensitivity
- Multiple alert types for all signal conditions
### How to Use
1. **Enable/disable filters** based on your trading style and market conditions
2. **Green triangles (L)**: Long entry signals when all conditions are met
3. **Red triangles (S)**: Short entry signals when all conditions are met
4. **Rejected signal markers**: Help you understand why certain setups were filtered out
5. **Background coloring**: Provides visual confirmation of signal zones and correction patterns
### Alert System
Comprehensive alerts for:
- Long and short entry signals
- Specific pattern types (consolidation, reversal, continuation)
- Rejected signals (helps refine strategy)
- Traditional MACD histogram crossovers
### Best Practices
- Use the EMA trend filter in trending markets to avoid counter-trend trades
- Adjust candle size filter based on your instrument's typical volatility
- Consider combining with support/resistance levels for confirmation
- Test different consolidation bar settings for your timeframe
### Parameters Summary
- Fast/Slow Length: MACD calculation periods
- Signal Smoothing: Signal line period
- Consolidation Bars: Minimum weak bars before breakout
- Max Candle Range: Filter for oversized candles
- EMA Period & Sensitivity: Trend filter configuration
---
*This indicator is designed for traders who want a systematic approach to identifying MACD-based entry opportunities with built-in risk management through filtering.*
Sonic R+EMA PYTAGOYou must determine the supply and demand zone as ema34, ema89, ema200, ema610. Then open the long position or the short position with SL and TP.
Multi-Tool Signal (Buy/Add/Hold/Sell) v6Multi-Tool Signal (Buy/Add/Hold/Sell) v6- technical analysis of stocks
Pure Price Action ICT Tools + Liquidity (iFVG+OB) [SurgeGuru]Pure Price Action ICT Tools + Liquidity Dashboard
A comprehensive Institutional Concepts & Techniques (ICT) trading toolkit that identifies key market structure elements, liquidity zones, and order blocks to help traders spot institutional trading opportunities.
📊 MAIN FEATURES:
🎯 Market Structure Analysis
Identifies swing highs/lows across multiple timeframes (Short/Intermediate/Long Term)
Detects Break of Structure (BOS) and Change of Character (CHoCH)
Customizable line styles and colors for bullish/bearish structures
💧 Liquidity Detection
Buyside & Sellside Liquidity Zones: Identifies areas where stops are likely clustered
Liquidity Voids: Detects price gaps where minimal trading occurred
Enhanced Liquidity Zones: Volume-based liquidity areas with dynamic coloring
Adjustable visibility levels and margin settings
🔄 Order Blocks & Breaker Blocks
Automatically identifies institutional order blocks
Tracks breaker blocks that invalidate previous order blocks
Configurable lookback periods for bull/bear blocks
Option to use candle body or wicks for detection
⚡ SWING POINTS
Clear marking of significant highs and lows
Multiple timeframe analysis
Customizable label sizes and colors
🛠️ CUSTOMIZATION OPTIONS:
Multiple Timeframe Detection: Short, Intermediate, and Long Term analysis
Visual Customization: Adjust colors, line styles, and label sizes
Performance Optimized: Limited historical calculations for smooth operation
Selective Display: Toggle individual components on/off as needed
🎯 TRADING APPLICATIONS:
Identify institutional order flow and liquidity grabs
Spot market structure shifts and potential reversal zones
Locate optimal entry points using order blocks
Manage risk using liquidity zones as natural targets/stops
⚙️ TECHNICAL SPECS:
Version: Pine Script v5
Max Labels: 500 | Max Boxes: 500 | Max Lines: 500
Calculation Bars: 2000
Credits:
BigBeluga for liquidity formula
LuxAlgo for amazing iFVG code.
EDGAR 1-Hour Overview (E1H)EDGAR 1-Hour Overview (E1H)
This indicator is designed for precision sniper entries by using 1-hour institutional reference levels to guide trades executed on the 1-minute timeframe.
It combines three core systems in one:
📊 1-Hour Base Overview — detects key institutional zones where price is likely to react or reject.
⚡ EMA Trend Filter (2 & 8) — confirms directional bias for intraday scalping and momentum trading.
🐋 Whale Detector — identifies sudden volatility spikes and large orders (institutional buying or selling) using adaptive standard-deviation filters.
With the E1H Overview, you no longer need to guess where the market will bounce or reverse — it highlights real-time zones where big players (whales) are entering positions, allowing you to synchronize your 1-minute sniper entries with institutional movement.
Time Period Highlighter (UTC) — SPARTANHighlights sessions
00:00 UTC - 06:00 UTC
06:00 UTC - 12:00 UTC
12:00 UTC - 12:00 UTC
Thiru 369 Labels"Thiru 369 Labels - Advanced Time Sum Market Timing System
🔢 PROPRIETARY TIME SUM ALGORITHM:
This indicator implements a unique mathematical model that converts time (HH:MM) into digital sums and identifies when the sum equals your target values (default: 3, 6, 9). The algorithm uses advanced digit reduction techniques to find market timing opportunities.
📊 SESSION-BASED FILTERING:
• London Session (02:30-07:00 GMT-4): Purple labels for European market timing
• NY AM Session (07:00-11:30 GMT-4): Green labels for US morning momentum
• NY PM Session (11:30-16:00 GMT-4): Blue labels for US afternoon activity
⏰ MULTI-CYCLE DETECTION SYSTEM:
• 90-minute cycles: Major session phases and momentum shifts
• 30-minute cycles: Intraday trend changes and reversals
• 10-minute cycles: Precise entry/exit timing for scalping
🎯 CUSTOMIZABLE FEATURES:
• Set any target sums (3,6,9 or custom values like 1,2,4,5,7,8)
• Choose which trading sessions to monitor
• Select specific cycle timeframes for your trading style
• Custom label colors and sizes for visual clarity
• Drawing limits (current day, last 2-5 days, all days)
• Real-time debug table for advanced monitoring and analysis
💡 TRADING APPLICATIONS:
• Identify high-probability reversal points based on time patterns
• Time entries during optimal market sessions and cycles
• Multi-timeframe analysis for different trading strategies
• Session-specific market behavior pattern recognition
• Scalping opportunities with 10-minute cycle precision
🔧 TECHNICAL SPECIFICATIONS:
• Uses GMT-4 timezone for consistency with US markets
• Advanced time sum calculation with mathematical reduction
• Session overlap detection and midnight handling
• Real-time cycle analysis and status monitoring
• Customizable alert system for time sum matches
• Professional debug interface with real-time monitoring table
📈 MATHEMATICAL FOUNDATION:
The time sum calculation follows this process:
1. Extract individual digits from hour and minute (e.g., 09:51 → 0,9,5,1)
2. Calculate hour sum (0+9=9) and minute sum (5+1=6)
3. Add totals (9+6=15) and reduce to single digit (1+5=6)
4. Compare against target sums (3,6,9) for signal generation
📊 DEBUG TABLE FEATURES:
• Real-time monitoring: Shows current time, sum, session, and cycle
• Status indicators: Match/No Match status with color coding
• Session tracking: Visual session identification (London/NY AM/NY PM)
• Cycle analysis: Current cycle type (90min/30min/10min)
• Target display: Shows configured target sums
• Next prediction: Displays next potential sum match
• Professional interface: Clean, organized table for advanced users
This proprietary algorithm is not available in any open-source form and provides unique market timing insights based on mathematical time analysis with professional-grade monitoring tools."
Highlight 15:00 to 19:00 candles CK - Indicator can used for back testing price movement on 1 hour timeframe for commodities
GS Pro FiboAutomatically draws dynamic Fibonacci retracement levels based on latest zigzag swings with auto zones (TP/Entry/SL). Designed for Gold Station – GS Pro community.
RRE LineStep 1: Initialize Parameters
length: Period of the indicator (default: 99)
src: Source input, typically the close price
ama: Initialize at 0.0 (Adaptive Moving Average value)
Step 2: Calculate Highest High Signal (hh)
hh
=
max
(
sign
(
Δ
highest
(
n
)
)
,
0
)
hh=max(sign(Δhighest(n)),0)
Breakdown:
highest(n) finds the highest price over the last n periods
Δ calculates the change from the previous bar
sign() returns +1 if positive, -1 if negative, 0 if zero
max(..., 0) ensures result is either 1 or 0
Result: hh = 1 when a new highest high is made, otherwise 0
Step 3: Calculate Lowest Low Signal (ll)
ll
=
max
(
sign
(
Δ
lowest
(
n
)
×
−
1
)
,
0
)
ll=max(sign(Δlowest(n)×−1),0)
Breakdown:
lowest(n) finds the lowest price over the last n periods
Δ calculates the change from the previous bar
Multiply by -1 to invert the sign
sign() processes the inverted value
max(..., 0) ensures result is either 1 or 0
Result: ll = 1 when a new lowest low is made, otherwise 0
Step 4: Calculate Trend Coefficient (tc)
t
c
(
t
)
=
2
tc(t)=
2
Breakdown:
RegularitySignal = 1 if (hh = 1 OR ll = 1), else 0
Calculate simple moving average of the signal over n periods
Square the result to amplify adaptive behavior
Result: tc represents the squared average frequency of new highs/lows
Thiru-Killzones"Thiru-Killzones - Enhanced FX Market Sessions Indicator
This is an enhanced version of the popular FX Market Sessions indicator with the following improvements:
🔧 ENHANCEMENTS:
• Added 5th Session support (NYPM - New York PM session)
• Removed all alert functionality for cleaner chart display
• Optimized plot usage to stay within TradingView's 64-plot limit
• Cleaned up UI by removing bullet point separators
• Enhanced session box styling and visibility
• Improved table display with proper row management
📊 FEATURES:
• 5 customizable trading sessions (Asia, London, NYAM, Lunch, NYPM)
• Session time zones and extensions
• Opening range detection
• Fibonacci level overlays
• Bar coloring options
• Analysis tables with session statistics
🎯 USAGE:
Perfect for identifying key market sessions and their impact on price action.
The 5-session setup provides comprehensive coverage of global FX markets.
Based on the original FX Market Sessions indicator by boitoki, enhanced with additional functionality."
Support and Resistance ProSupport and Resistance Pro
A method that specializes in trading at support and resistance zones, supply and demand, or POC zones of Volume Profile. This is a versatile indicator and foundation for you.
Automatically connect TradingView and MetaTrader 5 (MT5) for automatic trading and order management via PineConnector
The system includes a risk management grid including the levels: Stop Loss (SL), Break-even (BE), Trailing Stop, TP1 (1/4), TP2 (2/4), TP3 (3/4), TP4 (4/4). This grid helps you easily monitor and manage orders on TradingView in parallel with automatic order management on MT5.
Suitable for all markets: Forex, Gold, Crypto, Stocks, as long as you use MT5 and TradingView
If you do not need to trade automatically via MT5, the Support and Resistance Pro can also be used as an effective indicator in visual order management on TradingView charts, helps maintain discipline and good trading psychology (less Stress or FOMO)
Support and Resistance Pro system quick guide:
Step 1: Click a point in the support and resistance zone (supply and demand) to draw a horizontal line
When a new resistance/supply or support/demand zone appears (fresh), we draw a reaction band, including the order execution price (yellow and blue lines), and the stop loss price (red line). You can completely adjust the width of the blue and red bands with the input parameters.
Select the direction you want to trade, for example in the picture we are choosing the Sell (Short) order
Step 2: Enter the input parameters for the system including:
Direction of Long (Buy), Short (Sell), Turn Off (No trade) orders
Width of Entry price (trigger), and width of Stoploss (SL) range
Order volume, TP1, TP2, TP3, TP4 levels
Maximum number of transactions on a support and resistance zone (supply and demand)
Step 3: Set up automatic trading from TradingView via PineConnector EA and MT5
If you do not need automatic trading in MT5, skip this step. Entry signals and risk management grids will still be displayed on the TradingView chart for you to see, but there is no connection and automatic trading signal shooting and automatic order management from TradingView to MT5 via PineConnector.
We need to create an Alert in TradingView and attach it to this Indicator so that the Alert's trading signals are transmitted via MetaTrader 5 (MT5) via PineConnector.
When trading, you need to turn on 3 software at the same time to be able to connect to each other to operate: TradingView, MetaTrader 5 (MT5), PineConnector
See more details in the screenshots
Step 4 - Complete setup, and wait for trading signals
You have completed the setup steps for the Indicator, ready when there is a trading signal
You do not need to sit in front of the screen all day if you do not want. The system has been set up to execute and manage orders automatically.
Of course, sometimes you should still check your transaction status, in case of unexpected problems such as lost internet connection.
If you still have questions about this Indicator, please email tuanwukongvn@gmail.com for support.
Trader Jumblo Indicator Zone V6Trader Jumblo Zone (v6) displays automatically detected price zones based on recent candle structures and optional fair value gaps (FVGs).
It visually marks potential supply and demand regions and updates their state as price evolves.
Zones extend forward on the chart for context, with optional labels and transparency adjustments once they are interacted with.
The indicator highlights when price comes near or moves significantly away from a fresh zone.
It can generate alerts for both proximity (“approaching”) and momentum (“running”) conditions, measured relative to ATR.
This version is written in Pine Script v6 and includes safety and stability improvements for array handling, box/label management, and pruning logic.
It maintains visual clarity even with many active zones and prevents runtime errors that may occur in earlier versions.
🧩 Main features
Detects structural candle-based zones and optional FVG zones.
Distinguishes between fresh and touched zones.
Extends zones forward with adjustable length and transparency.
Optional labels with high/low information.
Visual markers for “Standby” and “Running” conditions.
Alert conditions for proximity and strong movement.
Watermark option for visual identification.
Safe and optimized handling of arrays, boxes, and labels.
⚙️ Inputs overview
Zone lookback and maximum zone count.
Minimum zone height (in ticks).
Zone extension length.
Colors for fresh supply/demand zones and transparency for touched ones.
ATR parameters for proximity and movement detection.
Toggle for Fair Value Gap zones and labels.
Watermark customization.
🛠️ Version notes
Improved internal safety: prevents errors when deleting or modifying boxes/labels.
Pruning logic refined to consistently maintain the set zone limit.
Simplified and cleaner running-distance calculations.
No changes to the detection logic or visual structure.
📢 Alerts
Approaching Fresh Zone – triggered when price nears a fresh zone.
Price Running – triggered when price moves strongly away from a zone.
Custom Date MarkersCustom Date Markers - Pine Script Indicator
This indicator provides a powerful visual tool for technical and pattern analysis by allowing traders to mark up to 10 specific historical dates with customizable vertical lines on any chart. Each date can be assigned its own unique color, making it easy to categorize and distinguish between different types of events or market catalysts.
Primary Use Cases:
The indicator excels at identifying cyclical patterns and recurring market behavior. By marking significant dates such as earnings announcements, Federal Reserve meetings, dividend ex-dates, or seasonal events, traders can quickly visualize whether stocks consistently react in similar ways around these recurring dates. This is particularly valuable for discovering hidden patterns that might not be obvious from price action alone.
Practical Applications:
Earnings Analysis: Mark historical earnings dates to see if a stock tends to rally or sell-off before/after announcements
Macro Events: Identify how assets respond to FOMC meetings, CPI releases, or other economic data
Seasonal Patterns: Track dates that show recurring volatility or directional moves (like tax deadline periods, end-of-quarter re balancing, etc.)
Event Studies: Analyze the impact of company-specific events like product launches, FDA approvals, or leadership changes
Advanced Insights:
What makes this tool particularly interesting is its ability to reveal non-obvious correlations. For example, you might discover that a retail stock consistently experiences volume spikes 2-3 weeks before Black Friday across multiple years, or that certain tech stocks show weakness during specific conference dates. The color-coding feature allows you to layer multiple event types simultaneously—perhaps using red for bearish catalysts and green for bullish ones—creating a visual heat map of historical market reactions.
The indicator's 6-month default spacing (covering 4.5 years) is strategically designed to capture multiple business cycles while maintaining clarity on the chart. This timeframe is long enough to identify genuine patterns rather than coincidences, yet focused enough to remain relevant to current market conditions.
Pro Tip: Combine this indicator with volume analysis or other technical indicators to validate whether the patterns you observe are accompanied by meaningful market participation or if they're statistical noise.
Amiya's Doji / Hammer / Spinning Top Breakout Strategy v5How it works
1. Pattern Detection (Previous Candle):
• Checks if total shadow length ≥ 2 × body.
• Checks if candle height (high − low) is between 10 and 21.5 points.
• If true → marks that candle as a potential Doji, Hammer, or Spinning Top.
2. Long Setup:
• LTP (close) crosses above previous candle high.
• Previous candle is a valid pattern candle.
• Stop Loss = 3 points below previous candle low.
• Take Profit = 5 × (high − low) of previous candle added to previous high.
3. Short Setup:
• LTP (close) crosses below previous candle low.
• Previous candle is a valid pattern candle.
• Stop Loss = 3 points above previous candle high.
• Take Profit = 5 × (high − low) of previous candle subtracted from previous low.
4. Visualization:
• Yellow background highlights pattern candles.
• Green ▲ and Red ▼ markers show entry points.
Deep yellow candles → represent Doji / Hammer / Spinning Top patterns
• Green triangle → Buy signal
• Red triangle → Sell signal
• Dotted green line + label → Target
• Dotted red line + label → Stop loss
• Gray background → Outside trading hours
• Auto close → All trades square off at 3:29 PM IST
Nancy's All-In-One [Private] [Institutional]A Private Institutional Tool by Design
PRIVATE ACCESS ONLY
This script is not for public usage or those casually scrolling through the indicator library. This is a private tool, built for precision, and extremely powerful in the wrong hands. Used properly, it can unlock financial freedom yes, it’s that potent.
“This is the closest you’ll get to peeking behind the curtain of institutional strategy without having a Bloomberg terminal or a Wall Street badge.”
– KC Research
What It Does
The Nancy All-In-One is the culmination of thousands of hours of backtesting, real-world application, and tactical insights drawn from elite strategies used at places like Renaissance Technologies, proprietary desks, and private equity firms.
This version fuses:
DTT Root Candles & Time-Zone Price Levels (including NY Judas, Kyoto, Osaka, etc.)
Intraday Sessions & Micro Box Models (Turncoat, Bishop, Knight, Big Ben, etc.)
Quarterly Micro Cycles — breaks down time into high-probability 90-minute blocks
Fib-Based Inner Intervals — ideal for sniper-level scalps or early entries
SMT Divergences, PD High/Low, NWOG/NDOG/EHPDA setups
Multi-Timeframe Visualization (with user control over display resolution)
Every line, label, and box drawn has a purpose, engineered to expose fractal imbalances, liquidity traps, and premium/discount zones with surgical accuracy.
How to Use It
Use the 1M or 5M chart — This script was optimized with lower-timeframe precision in mind. It works higher up, but that’s not its primary edge.
Turn on sessions you want under Turn Modules On group. Each session represents a model with its own behavior (e.g. Osaka Model = Asia liquidity expansion).
Price Lines — The "DTT Root Candles" levels are critical. These are not random timestamps—they represent algorithmic triggers derived from real volume and timing analysis.
Quarterly Cycles — Use these to trade from zone-to-zone with context. Each 90-minute block often contains a reversal, breakout, or liquidity sweep.
SMT, PDHL, NWOG, NDOG — These are best used with confluence. The more boxes and lines that agree, the higher your confidence.
Built for Traders Who Know the Game
This is not a magic button. It’s a complex system that assumes you're willing to study it, adapt it, and integrate it into your own strategy. It’s a tool—not a signal generator. It won't tell you when to buy or sell, but it will show you exactly where institutions are hunting.
Settings & Customization
You can toggle each element on/off to declutter your chart.
Change label sizes, opacity, and styles to suit your preferences.
Adjust session times if you're not in EST (UTC-5 default).
Works Best With:
1M to 15M charts (although elements scale up)
Liquid FX pairs, indices (SPX, NAS100), BTC, and ETH
Time-sensitive entries (news, killzones, session opens)
Final Note
This was developed internally by Nancy and private anon entities, and is still being actively expanded. Portions of the code are open-source, but most logic is proprietary and reverse-engineering resistant.
If you don’t know what NWOG, EQH/PDH, or SMT are—this isn’t for you. If you do... welcome to the other side.
Aude - Minimal Session IndicatorMinimal Session Indicator
- The indicator allows users to highlight specific sessions (time range) on the chart.
- There are options to change the visual settings of the session box (BG color, Border color, Border style).
- Max 500 sessions drawn






















