Strat 3-Bar (Outside Bar) AlertThis indicator automatically detects and alerts you when a Strat 3-Bar (Outside Bar) forms on any chart or timeframe.
An Outside Bar (3) occurs when both sides of the previous candle’s range are taken out — the high breaks above the prior bar’s high AND the low breaks below its low. It signals expansion in price discovery and potential reversals or continuations.
📈 How to Use:
1. Add this script to your chart.
2. Look for red “3” labels or triangles above outside bars.
3. To get alerts, click the TradingView alert icon (⏰):
• Condition → Strat 3-Bar (Outside Bar) Alert
• Option → “Outside Bar (3) Detected”
• Choose “Once per bar close.”
💡 Pro Tips:
- Use with Strat Assist for visual context.
- Combine with timeframe continuity for directional bias.
- Great on 15-min, 1H, and Daily charts.
---
👩🏽💻 Shared with love by Yolanda
Inspired by community discussions with Jalen (ChatGPT)
Let’s keep building each other up and mastering The Strat together! 💛
TheStrat, outsidebar, 3bar, priceaction, tradingstrategy, alert, reversal, continuation, stratassist, strat, technicalanalysis, pinev6, smartmoney
Candlestick analysis
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.
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
Thiru Macro Time Cycles🎯 **Thiru Macro Time Cycles - Advanced Multi-Session Trading Time Visualization**
Professional-grade macro time cycle indicator that visualizes 10 critical trading sessions across London, NY AM, and NY PM periods with advanced timing analysis and customizable visualization.
🔬 **WHAT THIS INDICATOR DOES**
The Thiru Macro Time Cycles is a sophisticated session visualization tool that displays critical trading time windows across multiple market sessions. Unlike simple time markers, this indicator provides comprehensive coverage of institutional trading periods with advanced timing analysis and professional-grade visualization.
⚡ **UNIQUE METHODOLOGY & ALGORITHM**
🌟 **1. Multi-Session Analysis System**
• Comprehensive Coverage: Tracks 10 distinct trading sessions across three major periods
• London Sessions: 2:45-3:15 AM & 3:45-4:15 AM EST
• NY AM Sessions: 7:45-8:15 AM, 8:45-9:15 AM, 9:45-10:15 AM, 10:45-11:15 AM EST
• NY PM Sessions: 11:45-12:15 PM, 12:45-1:15 PM, 1:45-2:15 PM, 2:45-3:15 PM EST
🕐 **2. Advanced Time Calculation Engine**
• Precise Timestamp Handling: Uses advanced timestamp calculations with timezone management
• Daylight Saving Time Support: Automatically adjusts for DST changes
• Global Market Compatibility: Works across different time zones and market conditions
• Mathematical Precision: Ensures accurate session identification
🧠 **3. Intelligent Memory Management**
• Dynamic Array Management: Automatic cleanup and optimization
• Performance Optimization: Maintains smooth operation across extended periods
• Historical Data Preservation: Retains session data for pattern analysis
• Resource Efficiency: Prevents memory leaks and performance degradation
🎨 **4. Professional Visualization System**
• Color-Coded Sessions: Distinct colors for different session types
• Customizable Labels: Flexible text alignment and display options
• Configurable Display Periods: Adjustable days to show (1-5+ days)
• Clean Pane Display: Separate pane for clear session visualization
🚀 **UNIQUE VALUE PROPOSITION**
💎 **Why This Indicator is Different:**
1. 🎯 Comprehensive Session Coverage: Tracks more sessions than typical time indicators
2. ⏰ Advanced Timing Analysis: Precise timezone handling and DST support
3. 🎨 Professional Visualization: Clean, customizable display system
4. ⚡ Performance Optimized: Intelligent memory management for smooth operation
5. 🏛️ Institutional-Grade: Based on analysis of professional trading patterns
🔒 **What Makes It Worth Protecting:**
• 🎯 Proprietary Session Selection: Custom-developed session timing methodology
• 🌍 Advanced Timezone Handling: Sophisticated time calculation algorithms
• 🧠 Memory Management Innovation: Optimized performance system
• 🎨 Professional Visualization: Unique display and customization system
• 📊 Comprehensive Analysis: Multi-session coverage not available in basic indicators
📊 **HOW TO USE THIS INDICATOR**
⚙️ **Basic Setup:**
1. Apply to any timeframe (works on all timeframes)
2. Configure display settings (days to show, label preferences)
3. Customize colors for different session types
4. Adjust text alignment for optimal visibility
💼 **Trading Applications:**
• 📈 Session Analysis: Identify key trading periods across all sessions
• 🎯 Strategy Development: Use session data for entry/exit timing
• 🏛️ Market Structure: Understand institutional trading patterns
• ⏰ Time Management: Plan trading activities around critical sessions
• 🔍 Pattern Recognition: Analyze session-based price movements
✨ **Key Features:**
• 🔟 10 Trading Sessions: Comprehensive coverage of major trading periods
• 🎨 Customizable Display: Adjustable days, colors, and labels
• 🎯 Professional Visualization: Clean, easy-to-read session display
• ⚡ Performance Optimized: Smooth operation across all timeframes
• 🌍 Timezone Accurate: Precise timing for global markets
⚙️ **TECHNICAL SPECIFICATIONS**
🔧 **Input Parameters:**
• Display Settings: Days to show, label visibility
• Label Settings: Text alignment, show/hide labels
• Color Settings: Individual colors for each session type
• Performance: Automatic memory management
📤 **Output Features:**
• 📏 Session Lines: Horizontal lines showing session periods
• 🏷️ Session Labels: Clear identification with session codes
• 🎨 Color Coding: Distinct colors for different session types
• 📅 Historical Display: Shows sessions for specified number of days
🔓 **PUBLICATION TYPE RECOMMENDATION**
✅ **RECOMMENDED: OPEN SOURCE**
**Reasons for Open Source Publication:**
1. 📚 Educational Value: The code demonstrates advanced Pine Script techniques
2. 🤝 Community Benefit: Helps other developers learn session analysis methods
3. 🔍 Transparency: Clear methodology that traders can understand and modify
4. ⚙️ Simplicity: While well-coded, the core logic is straightforward
5. 🎓 Learning Tool: Excellent example of timezone handling and array management
❌ **Why NOT Protected/Invite-Only:**
• Core Logic is Standard: Session timing is based on established market hours
• Educational Nature: More valuable as a learning resource
• Community Contribution: Better suited for open-source sharing
• Modification Potential: Users can customize for their specific needs
👨💻 **AUTHOR INFORMATION**
👤 **Developer:** ThiruDinesh
📞 **Contact:** TradingView @ThiruDinesh
©️ **Copyright:** © 2025 ThiruDinesh - All Rights Reserved
⚠️ **IMPORTANT NOTICES**
• This indicator is protected by copyright and contains proprietary algorithms
• Unauthorized copying, distribution, or reverse engineering is prohibited
• This tool is designed for educational and informational purposes
• Past performance does not guarantee future results
• Free to use and modify for personal trading
🎯 **TARGET AUDIENCE**
• 👨💼 Traders: Seeking comprehensive session analysis tools
• 👨💻 Developers: Learning advanced Pine Script techniques
• 👨🏫 Educators: Teaching market session analysis
• 🔬 Researchers: Studying institutional trading patterns
• 🎓 Students: Understanding market timing concepts
📈 **BENEFITS FOR TRADERS**
• ⏰ Enhanced Timing: Better understanding of market session dynamics
• 🎯 Strategy Development: Use session data for trading strategies
• 👁️ Market Awareness: Clear visualization of trading opportunities
• 📚 Educational Value: Learn about institutional trading patterns
• 🔧 Customization: Adapt the indicator to specific trading needs
---
🎉 **Perfect for traders who want comprehensive session analysis with professional-grade visualization and educational value. This open-source indicator provides excellent learning opportunities while delivering practical trading insights!**
🚀 **Ready to enhance your trading with institutional-grade session analysis? This indicator provides the professional tools you need for precise market timing and comprehensive session analysis.**
Thiru TOI TrackerProfessional-grade Time-of-Interest (TOI) tracker that identifies critical trading windows using proprietary institutional flow analysis and dynamic line extension algorithms.
🎯 WHAT THIS INDICATOR DOES
The Thiru TOI Tracker is a sophisticated trading tool that identifies and visualizes critical Time-of-Interest (TOI) periods in the market. Unlike traditional time-based indicators that use static markers, this system employs proprietary algorithms to dynamically adapt to market conditions, providing institutional-grade timing analysis.
🔬 UNIQUE METHODOLOGY & ALGORITHM
1. Proprietary Time Window Detection - Multi-Session Analysis
2. Dynamic Line Extension Technology - Adaptive Support/Resistance
3. Advanced Memory Management - Intelligent Cleanup
4. Multi-Dimensional Visualization - Comprehensive Market Structure
🚀 UNIQUE VALUE PROPOSITION
- Dynamic vs Static: Adapts to market conditions
- Institutional Logic: Based on trading pattern analysis
- Multi-Session Correlation: Comprehensive analysis
- Advanced Performance: Optimized memory management
- Customizable Interface: Adapts to trading styles
📊 HOW TO USE
- Apply to 1m-15m timeframes for best results
- Configure session settings based on trading style
- Customize visual elements for chart clarity
- Use timeframe filter to prevent false signals
🔒 PROPRIETARY PROTECTION JUSTIFIED BY:
- Unique methodology based on institutional analysis
- Dynamic adaptation algorithms
- Performance innovation
- Extensive research investment
- Competitive advantages
Developer: ThiruDinesh | Contact: TradingView @ThiruDinesh
Copyright: © 2025 ThiruDinesh - All Rights Reserved
```
Support & Resistance Zones + FVG**Overview:**
This tool automatically identifies **key support and resistance levels** and highlights **Fair Value Gaps (FVGs)** on the chart. It helps traders of all levels **visualize important price areas**, spot potential market reactions, and make better-informed trading decisions.
Support and resistance zones are areas where price tends to **reverse, stall, or accelerate**, making them essential for entries, exits, and stop-loss placement. Fair Value Gaps represent rapid price movements that leave temporary imbalances, which often act as **future targets or reversal points**. Together, these features provide a **comprehensive view of market structure**.
---
## Features:
1. **Automatic Support & Resistance Detection:**
* Detects zones based on recent price action patterns:
* **Bull-to-Bear transitions** → resistance zones
* **Bear-to-Bull transitions** → support zones
* Dynamically calculates **zone heights** based on recent candle ranges, adapting to market volatility.
2. **Broken Zones & Proximity Alerts:**
* Highlights zones that have been broken, helping traders **focus on relevant levels**.
* Optional proximity alerts indicate broken zones that are **near the current price**, showing potential retests.
3. **Fair Value Gaps (FVGs):**
* Detects bullish and bearish gaps automatically.
* Options to **ignore narrow gaps** and **remove fully crossed FVGs**.
* Acts as a guide for potential **price targets or reversal areas**.
4. **Clean Chart & Customization:**
* Hides overlapping or invalid zones to reduce clutter.
* Fully adjustable inputs, including:
* Zone length
* Lookback range
* Zone height multiplier
* FVG extension
* Display and opacity settings
5. **Timeframe-Independent:**
* Works on **any chart interval**, from scalping to long-term swing charts.
---
## How It Helps Traders:
* **Identify Key Levels Automatically:**
Visualizes areas where the price has historically reacted. These zones act as **natural barriers** guiding entries and exits.
* **Spot Broken Zones:**
Broken zones may lose significance but could act as **future retest points**, helping assess trend continuation or reversal.
* **Visualize Price Gaps (FVGs):**
Gaps left by rapid price movement often act as **price magnets**, providing potential targets or reversal points.
* **Reduce Noise:**
Automatically hides overlapping or invalid zones for a **cleaner, easier-to-read chart**, highlighting only the most significant levels.
* **Adaptable to Any Trading Style:**
Useful for **swing trading, intraday trading, or scalping**, showing where buyers and sellers are most active.
---
## Practical Usage Guide:
1. **Enable Support & Resistance Zones:**
* Visualize critical price levels.
* Adjust **zone length, lookback range, and height multiplier** to fit your trading style and volatility.
2. **Enable FVGs:**
* Highlights gaps created by rapid price movements.
* Customize **minimum gap size, extension, and filtering options** to reduce chart noise.
3. **Observe Price Reactions:**
* **Bounce at support:** Potential buy opportunity.
* **Reversal at resistance:** Potential sell/short opportunity.
* **Breakout:** Watch for price breaking a zone for trend continuation trades.
4. **Risk Management:**
* Place stop-loss orders just outside zones to protect trades.
* Use broken zones as **profit targets** or areas to tighten stops.
5. **Trend Analysis:**
* Understand where buyers and sellers are concentrated.
* Identify strong trends by observing multiple zones being respected or broken.
6. **Multi-Timeframe Application:**
* Apply on different timeframes to **align short-term entries with longer-term structure**, improving trade probability.
---
## Key Inputs & Customizations:
* **Support & Resistance Zones:**
* Show/Hide Zones
* Zone Length Extend (bars)
* Loopback Range (bars)
* Zone Height Multiplier
* Hide Overlapped Zones
* Hide Broken Zones
* Ignore Last N Candles for Break Check
* Show Proximity Broken Zones
* Proximity Range for Broken Zones
* **Fair Value Gaps (FVGs):**
* Show/Hide FVGs
* Extend FVGs (bars)
* Minimum FVG Size
* Ignore Narrow FVGs
* Ignore Fully Crossed FVGs
* Up and Down Colors with Opacity
---
**Summary:**
This indicator saves **time, improves chart clarity, and highlights key market levels**. It is suitable for beginners who want to **understand market structure visually**, as well as experienced traders seeking **precise entry, exit, and target zones**. By combining support/resistance detection with Fair Value Gaps, it provides a **complete visual guide to price behavior**, helping traders make **more confident and informed decisions**.
[Hosein] Support & Resistance Zones + FVGAdjustable FVG gap size and extension.
Option to ignore narrow gaps.
Option to ignore fully crossed gaps.
Show/hide FVGs.
Customizable colors with initial opacity.
Ideal for traders looking for supply/demand imbalance zones.
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.
双EMA速度乖离Two EMA Deviation with Combined ThresholdsEMATwo EMA Deviation with Combined Thresholds
Two EMA Deviation with Combined ThresholdsTwo EMA Deviation with Combined ThresholdsTwo EMA Deviation with Combined ThresholdsTwo EMA Deviation with Combined ThresholdsTwo EMA Deviation with Combined ThresholdsTwo EMA Deviation with Combined ThresholdsTwo EMA Deviation with Combined Thresholds
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.
Adaptive Fibonacci Structure (AFS)Adaptive Fibonacci Structure (AFS) automatically detects recent swing highs and lows, builds adaptive support and resistance zones, and extends them using Fibonacci expansion levels (1.236, 1.382, 1.5, 1.618).
Each level becomes a living structure — boxes and lines evolve, merge, and disappear as price interacts with them.
The indicator highlights active Fibonacci zones, marks broken levels with fading traces, and dynamically adjusts transparency to reflect current price proximity.
It helps visualize the breathing rhythm of market structure: how Fibonacci relationships expand, contract, and adapt as new highs and lows emerge.
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.
Chanlun - Strokes & Central ZonesChanlun Indicator - Strokes and Central Zones
This indicator implements Chan lun's core concepts:
Bi (Stroke): Basic price movement units formed by local highs and lows
Zhongshu (Central Zone): Overlapping areas formed by at least 3 strokes
Extension Lines: Visual guides for the latest central zone boundaries
Key Features:
Automatic stroke identification based on local extremes
Central zone detection with customizable colors
Extension lines for latest central zone (upper/lower bounds)
Separate colors for strokes within central zones
Price labels on the axis for zone boundaries
Settings:
Max Bars: Maximum K-lines to analyze (default: 4900)
Lookback Period: Period for finding local extremes (default: 5)
Min Gap Bars: Minimum bars between strokes (default: 4)
Customizable colors for strokes, zones, and extension lines
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
BTC LL->HH Liquidity Sweep / BOS / Retest / 4H Bias v6_8BTC LL->HH Liquidity Sweep / BOS / Retest / 4H Bias v6_8
2-Period RSI Extreme One-Bar CrossIndicates when a 2 period rsi crosses from oversold of 10 or less to 50 and vice versa will indicate when the 2 period rsi crosses from overbought of 90 and above to 50.
Midnight Lines for Tokyo, London, New Yorkممتاز 👌 إليك **تعريفًا محدثًا وكاملًا للمؤشر باللغتين العربية والإنجليزية**، مع إدراج توضيح دقيق لتعامل المؤشر مع **تغيّر التوقيت الصيفي والشتوي (DST)** في لندن ونيويورك:
---
## 🇬🇧 **English Description (with DST behavior)**
**Indicator name:** *Midnight Lines for Tokyo, London, and New York*
**Purpose:**
This indicator automatically draws **vertical lines** on the chart at **midnight (00:00)** for the three major global trading sessions:
* **Tokyo**
* **London**
* **New York**
### 🔹 How it works:
1. The script checks each candle’s time using the built-in TradingView time zone function:
* `"Asia/Tokyo"`
* `"Europe/London"`
* `"America/New_York"`
2. When it detects **00:00** in any of these zones, it draws:
* A **vertical dotted line** that extends from the top to the bottom of the chart.
* A **label** at the top with the session name (e.g., “Tokyo Midnight”).
3. Each session has its own color for clarity:
* **Blue** → Tokyo Midnight
* **Green** → London Midnight
* **Red** → New York Midnight
### 🕒 Automatic Daylight Saving Time (DST) Adjustment:
The indicator automatically adapts to **Daylight Saving Time changes** in both **London** and **New York**:
* When London switches between **GMT and GMT+1**, the midnight line shifts automatically to remain accurate.
* When New York switches between **EST and EDT**, the script also updates accordingly.
* Tokyo does **not** observe DST, so its timing stays constant year-round.
### 🎯 Purpose:
Helps traders visually track the start of each new trading day in the major sessions and analyze:
* Session overlaps (e.g., London–New York overlap)
* Session-based trading strategies
* Price movement behavior at each new day open
---
## 🇸🇦 **الوصف بالعربية (مع إدراج تغير التوقيت)**
**اسم المؤشر:** خطوط منتصف الليل لجلسات طوكيو، لندن، ونيويورك
**الهدف:**
يقوم هذا المؤشر تلقائيًا برسم **خطوط عمودية** على الرسم البياني عند **منتصف الليل (00:00)** لكل من الجلسات الثلاث الرئيسية:
* **جلسة طوكيو**
* **جلسة لندن**
* **جلسة نيويورك**
### 🔹 كيفية العمل:
1. يستخدم المؤشر دوال TradingView لحساب الوقت الفعلي لكل مدينة:
* `"Asia/Tokyo"` لطوكيو
* `"Europe/London"` للندن
* `"America/New_York"` لنيويورك
2. عند وصول الساعة إلى **00:00** بتوقيت أي مدينة، يرسم المؤشر:
* **خطًا عموديًا متقطعًا** يمتد من أعلى إلى أسفل الرسم البياني.
* **تسمية (Label)** أعلى الخط باسم الجلسة (مثل “Tokyo Midnight”).
3. كل جلسة لها لون مختلف:
* **أزرق** → منتصف طوكيو
* **أخضر** → منتصف لندن
* **أحمر** → منتصف نيويورك
### 🕒 التعامل مع تغيّر التوقيت الصيفي والشتوي (DST):
يتكيّف المؤشر تلقائيًا مع تغيّر التوقيت في لندن ونيويورك:
* عندما تنتقل لندن بين **التوقيت الشتوي (GMT)** و**التوقيت الصيفي (GMT+1)**، يتحرك الخط تلقائيًا ليبقى في الساعة 00:00 المحلية.
* وعندما تنتقل نيويورك بين **EST** و**EDT**، يتم تعديل الخط كذلك تلقائيًا.
* أما طوكيو فلا تعتمد التوقيت الصيفي، لذا يبقى وقتها ثابتًا دائمًا على الساعة **00:00 JST**.
### 🎯 الفائدة:
يساعد المتداولين على تحديد **بداية كل جلسة تداول رئيسية**، ومراقبة:
* **تداخل الجلسات** مثل لندن ونيويورك
* **تحركات السعر عند بداية اليوم الجديد**
* **استراتيجيات التداول الزمنية حسب الجلسة**
---
IFVG (Inverted Fair Value Gap) Finder Detects standard Fair Value Gaps (3-candle definition) on any timeframe.
Tracks those FVG zones on the chart.
Marks Inverted Fair Value Gaps (IFVGs) when price breaches (invalidates) an FVG and later retests it from the other side.
Draws the zones and plots clear entry arrows when a retest is detected (so you can use them to enter trades).
Has alertconditions you can enable for automated alerts.
London & NY BoxesLONDON & NY BOXES
This indicator automatically identifies and marks the high and low zones of the London and New York opening 30-minute candles.
It helps traders visualize intraday liquidity and volatility areas that often act as key support/resistance zones.
HOW IT WORKS
The script is designed specifically for the 30-minute timeframe.
If applied on any other chart interval, it will show a warning and stop execution.
The regions with the highest volume during the New York and London sessions are estimated. In general, the opening hours of these sessions are when the trading volume is at its peak. The indicator is designed to visualize this period.
The calculated regions are displayed using two boxes. New York box and London box.
The high and low of these sessions are stored and visualized as colored boxes on the chart.
The boxes are redrawn daily at a user defined time between 19:00 and 23:30 (UTC+3).
This allows traders to refresh their intraday zones consistently with their preferred timing.
Each session’s box width and style are adjustable:
Orange box → New York session
Purple box → London session
Key Features
Automatically draws and updates both session boxes daily.
Adjustable redraw time for better synchronization with your workflow.
Visually clear, lightweight, and optimized for intraday strategies.
USAGE
Add the indicator on a 30-minute chart.
Select your preferred redraw time under “Draw Time Settings.”
Use the colored session boxes to analyze where price tends to react, consolidate, or reverse around London and New York overlaps.






















