Hiking indicatorThis indicator is designed with a hiking theme, allowing traders to view the market as if they were hiking up and down a mountain.
It focuses purely on trend analysis, avoiding reliance on candlestick patterns.
Entry Points: Marked with 🏃♂️➡️ and should only be traded on the 1-hour timeframe. 🏃♂️➡️🏃♂️➡️🏃♂️➡️
Trading Approach: First, identify the overall trend on higher timeframes, then execute trades on the 1-hour chart.
Once the indicator is added, make sure to move it to the top of your indicator list for proper display.
Color Coding:
Red: Downtrend
Green: Uptrend
Gray: Sideways/Range
When the higher timeframe shows a downtrend, take short positions at 🏃♂️➡️ signals.
When it shows an uptrend, take long positions at 🏃♂️➡️ signals.
Additionally, boxes are drawn at key points, and once a breakout occurs, a 🏃♂️➡️ hiker icon appears to signal the breakout.
Графические паттерны
Weekend Trap# Weekend Trap Indicator - Advanced Low-Liquidity Range Analysis
## ORIGINALITY & UNIQUE VALUE PROPOSITION
This indicator introduces a **novel approach** to weekend market analysis by combining three distinct methodologies into a single, cohesive system:
1. **Timezone-Specific Range Detection**: Unlike generic weekend indicators, this script uses Australia/Perth timezone (GMT+8) for precise weekend period identification (Saturday 5:00 AM to Monday 5:00 AM), specifically designed for Asia-Pacific trading sessions.
2. **Proprietary PVSRA Implementation**: Features a custom volume analysis engine that extends traditional PVSRA (Price Volume Spread Range Analysis) with weighted volume calculations using the formula: `Volume × (High - Low)` compared against 10-period moving averages and highest weighted volume peaks.
3. **Dynamic Range Cutoff System**: Introduces configurable range update cutoffs (default: Sunday 3:00 PM Perth time) to account for varying institutional re-entry patterns across different markets.
**What Makes This Different**: Existing weekend indicators either focus on simple range detection OR volume analysis. This script uniquely combines both with timezone precision and institutional behavior modeling, creating a comprehensive low-liquidity period analysis tool not available in other publications.
---
## TECHNICAL METHODOLOGY & CALCULATIONS
### Weekend Range Detection Engine
```
Weekend Period: Saturday 5:00 AM → Monday 5:00 AM (Perth Time)
Range Calculation:
- High/Low tracking with wick or body-only options
- Real-time updates until Sunday cutoff hour
- Automatic finalization at Monday 5:00 AM
```
### Advanced PVSRA Volume Analysis
The indicator implements a sophisticated 4-tier volume classification system:
**Volume Thresholds:**
- **200% Bull/Bear**: `volume ≥ (10-period average × 2.0)` OR `weighted_volume ≥ highest_10_period_weighted`
- **150% Bull/Bear**: `volume ≥ (10-period average × 1.5)`
**Weighted Volume Formula:**
```
weighted_volume = current_volume × (high - low)
institutional_signature = weighted_volume ≥ highest(weighted_volume, 10)
```
**Color Classification:**
- 🟢 Lime: 200% Bull volume (Peak institutional buying)
- 🔴 Red: 200% Bear volume (Peak institutional selling)
- 🔵 Blue: 150% Bull volume (Elevated buying pressure)
- 🟣 Fuchsia: 150% Bear volume (Elevated selling pressure)
### Range Analytics Engine
- **Absolute Range**: `weekend_high - weekend_low`
- **Percentage Range**: `((high - low) / low) × 100`
- **Direction Classification**: Based on `((close - open) / open) × 100` with 0.1% threshold
- **50% Midline**: `(weekend_high + weekend_low) / 2` with dynamic updating
---
## INSTITUTIONAL BEHAVIOR MODELING
### Why Weekend Analysis Matters
During weekend periods, institutional trading volume drops by 80-90%, creating:
- **Thin liquidity conditions** where retail sentiment dominates
- **Range-bound behavior** as major institutions are absent
- **Volume spikes** when institutions DO trade (our detection target)
### Market Maker Detection Logic
The indicator identifies institutional activity through:
1. **Volume Anomaly Detection**: Spikes above statistical norms during low-liquidity periods
2. **Price Impact Analysis**: High volume relative to price movement (manipulation signature)
3. **Timing Analysis**: Activity during traditionally quiet periods indicates institutional involvement
---
## COMPREHENSIVE USAGE GUIDE
### Setup Instructions
1. **Timeframe**: Recommended 1H-4H (works on all timeframes)
2. **Markets**: Best on liquid instruments (major FX pairs, crypto, indices)
3. **Lookback Period**: Set 4-52 weeks based on analysis needs
4. **Timezone**: Automatically uses Perth time - no adjustment needed
### Interpretation Framework
**Range Analysis:**
- **Tight Ranges** (<0.5%): Expect Monday breakout potential
- **Wide Ranges** (>2.0%): Indicates weekend volatility/news impact
- **50% Line**: Key support/resistance for Monday open
**Volume Signals:**
- **200% Markers**: Major institutional activity - expect follow-through
- **150% Markers**: Moderate institutional interest - monitor for continuation
- **Clustering**: Multiple markers suggest sustained institutional involvement
- **Absence**: Pure retail weekend - ranges likely to hold
**Pattern Recognition:**
- **Expanding Ranges**: Increasing weekend volatility (trend change signal)
- **Contracting Ranges**: Decreasing volatility (consolidation/breakout setup)
- **Direction Bias**: Weekend direction often reverses on Monday open
### Trading Applications
1. **Gap Trading**: Weekend ranges help predict Monday gap fills
2. **Breakout Trading**: Range boundaries become key levels for Monday
3. **Institutional Following**: 200% volume signals indicate smart money direction
4. **Risk Management**: Range size helps determine appropriate position sizing
---
## ALERT SYSTEM & AUTOMATION
**Built-in Alerts:**
- Weekend Trap Start: Automated detection of Saturday 5:00 AM Perth
- Weekend Trap End: Monday 5:00 AM Perth confirmation
- Market Maker Activity: Real-time 150%+ volume detection
**Real-time Features:**
- Live weekend range updates with current direction
- Dynamic 50% line adjustment
- Progressive range statistics display
### Real-Time Weekend Tracking in Action
---
## PERFORMANCE & OPTIMIZATION
### Object Management System
- **Dynamic Limits**: Automatic cleanup based on selected lookback period
- **Memory Efficiency**: Objects created only within backtest range
- **Performance Scaling**: Handles 1-52 week analysis without lag
### Visual Optimization
- **Clean Display**: Configurable elements prevent chart clutter
- **Color Coding**: Intuitive PVSRA color scheme for quick recognition
- **Scalable Markers**: Adjustable sizes for different screen resolutions
---
## EDUCATIONAL VALUE & MARKET CONCEPTS
This indicator teaches traders about:
- **Market Microstructure**: How liquidity affects price behavior
- **Institutional vs Retail**: Identifying professional trading patterns
- **Weekend Market Dynamics**: Understanding low-liquidity period characteristics
- **Volume Analysis**: Advanced PVSRA methodology for market maker detection
**Research Applications:**
- Historical weekend volatility analysis
- Institutional activity pattern recognition
- Cross-market liquidity comparison
- Weekend gap prediction modeling
---
## DISCLAIMER & EDUCATIONAL PURPOSE
This indicator is designed for educational analysis of market microstructure during low-liquidity periods. The PVSRA methodology is adapted from institutional trading analysis techniques and should be used in conjunction with proper risk management and market analysis.
**Not Financial Advice**: All signals and analysis are for educational purposes only.
EMA 10/20/60/120// This script plots four Exponential Moving Averages (10, 20, 60, 120)
// for trend-following analysis. Crossovers and the order of the EMAs can
// help identify the strength and direction of the trend.
Lucas Scalia Maximums and minimums of the day, week, and month. Basically, it automatically marks and labels the highs and lows of the previous daily , weekly, and monthly candles. The labels can be added or removed at your discretion, leaving only the dotted lines.
Time Intervals [signBTC]This script is designed to visualize 6 auxiliary time intervals on the chart near the time axis. Each of these intervals can be configured by the user with the following options:
Interval duration: Any duration can be set (for example, 1 hour, 2 hours, 4 hours, etc.).
Interval color: Each time block can have its own color for better visual distinction.
Label: Users can add a custom label for each of the 6 intervals to indicate its purpose or highlight important features.
In the default configuration, the script automatically draws 6 equal four-hour intervals for each trading day, dividing each daily trading session into six parts—two for each of the three standard market sessions, or three per each of two major sessions (if considering only regular daytime and extended overnight trading).
This tool is particularly useful for traders who want to quickly navigate different time areas of the trading day, monitor individual parts of a session, or highlight specific time windows for strategy analysis. All script parameters (interval, color, and label for each block) are easily adjustable in the indicator's settings.
Quantum Tick Flow# Quantum Tick Flow (QTF) - Advanced Momentum Oscillator
**Author: profitgang**
## Overview
The Quantum Tick Flow indicator is a sophisticated momentum oscillator that analyzes tick-by-tick price movements using proprietary algorithms. Unlike traditional oscillators, QTF combines multiple innovative approaches to identify high-probability entry and exit points while filtering out market noise.
## Key Features
### 🔬 **Tick Velocity Analysis**
- Uses fractional power scaling (0.7 exponent) combined with volume weighting
- Creates non-linear response to price changes for enhanced sensitivity to meaningful moves
- Differentiates between genuine momentum and random price fluctuations
### ⚡ **Adaptive Threshold System**
- Dynamic thresholds that automatically adjust to current market volatility
- Uses ATR-based scaling to maintain consistent signal quality across different market conditions
- Prevents over-trading in low volatility and under-trading in high volatility environments
### 🌊 **Flow Pressure Index**
- Proprietary calculation measuring upward vs downward market pressure
- Analyzes cumulative tick velocity to gauge underlying market sentiment
- Provides early warning signals for potential trend reversals
### 🎯 **Anti-Noise Filtering**
- Multi-condition verification system reduces false signals
- Incorporates momentum convergence analysis
- Filters out choppy market conditions automatically
## How It Works
The indicator operates on several layers:
1. **Fast and Slow Flow Analysis**: Calculates exponential moving averages of tick velocity at different timeframes
2. **Flow Differential**: Measures the difference between fast and slow flows to identify momentum shifts
3. **Pressure Calculation**: Evaluates the ratio of bullish vs bearish pressure over specified periods
4. **Convergence Oscillator**: Uses mathematical approximation functions to create bounded, smooth signals
## Signal Generation
- **BUY Signals**: Generated when flow momentum is positive, pressure ratio exceeds 1.2, and oscillator is rising above adaptive thresholds
- **SELL Signals**: Triggered when flow momentum turns negative, pressure drops below 0.8, and oscillator falls below negative thresholds
## Visual Elements
- **Main Oscillator Line**: Primary signal line with color-coded momentum
- **Dynamic Threshold Lines**: Automatically adjusting support/resistance levels
- **Flow Zones**: Background coloring indicating bullish/bearish market conditions
- **Information Table**: Real-time statistics including current signal, flow value, momentum direction, and volatility metrics
## Settings
- **Fast Tick Period** (3-50): Controls sensitivity of short-term analysis
- **Slow Tick Period** (10-100): Sets baseline for longer-term trend detection
- **Momentum Convergence Period** (5-50): Defines momentum calculation timeframe
- **Flow Sensitivity** (0.5-5.0): Adjusts overall indicator responsiveness
- **Noise Filter** (0.1-1.0): Controls signal filtering strength
## Best Practices
1. Use in conjunction with trend analysis tools for confirmation
2. Higher timeframes generally produce more reliable signals
3. Adjust sensitivity based on asset volatility and trading style
4. Monitor the pressure index for early trend change warnings
5. Consider market context when interpreting signals
## Unique Advantages
- **No Repainting**: All calculations are based on confirmed price data
- **Multi-Dimensional Analysis**: Combines price, volume, and momentum in novel ways
- **Adaptive Nature**: Automatically adjusts to changing market conditions
- **Low Latency**: Responds quickly to genuine market moves while filtering noise
## Disclaimer
This indicator is for educational and informational purposes only. Past performance does not guarantee future results. Always conduct your own analysis and consider risk management before making trading decisions.
---
*Developed by profitgang - For questions and updates, follow on TradingView*
**License**: This script is open source under Mozilla Public License 2.0. Feel free to use and modify for personal trading, but please credit the original author.
TIME MACHINE PRO-01# TIME MACHINE PRO - Revolutionary Trading Indicator with Historical Analysis
## 🎯 Overview
TIME MACHINE PRO is a sophisticated multi-timeframe trading indicator that combines 10 customizable technical indicators with a unique time-travel cursor feature. Analyze historical signals, learn from past market behavior, and make informed trading decisions with percentage-based confidence scores.
## ✨ Key Features
### 🕰️ Time Machine Cursor
- **Analyze signals from any point in history** (up to 500 bars back)
- **See exact indicator values** at historical moments
- **Learn from past signal performance** to improve future trades
- **Real-time historical analysis** with date/time display
### 🎰 10 Professional Indicator Slots
**Core Oscillators:**
- RSI, Stochastic, MACD, CCI, Williams %R
- MFI, ROC, Bollinger Bands Width
- Stochastic RSI, Awesome Oscillator
- Parabolic SAR, Ichimoku Cloud
**Customizable Parameters:**
- Individual weights (0.1-3.0) for each indicator
- Custom overbought/oversold levels
- Adjustable periods and sensitivity
- Enable/disable any combination
### 📊 Advanced Signal System
- **3-2-1 Logic**: 3 Filters → 2 Signals → 1 Trigger
- **Percentage-based signal strength** (0-100%)
- **Color-coded confidence levels**:
- 🟢 Green (80%+) - High confidence
- 🟡 Yellow (65-79%) - Medium confidence
- 🟠 Orange (50-64%) - Low confidence
- **Adaptive algorithm** adjusts to market volatility
### 🎛️ 7 Professional Presets
**1. Meme_Scalp_v4** - Quick scalping for meme coins
- Optimized for 1m-5m timeframes
- High sensitivity, more signals
- Perfect for DOGE, SHIB, PEPE
**2. Meme_Swing_v4** - Balanced swing trading ⭐ (Recommended for beginners)
- Best for 15m-1h timeframes
- Balanced accuracy and frequency
- Universal crypto trading
**3. Alt_Short_v4** - Altcoin shorting strategy
- Focused on SHORT signals
- Great for bear markets
- Optimized for altcoin volatility
**4. Pump_Hunter_v4** - Pump detection system
- Ultra-fast reaction to price spikes
- High-volatility market specialist
- Advanced pump/dump detection
**5. Conservative_v4** - Conservative long-term trading
- High accuracy, fewer signals
- Perfect for large portfolios
- 4h-1D timeframes
**6. Professional_v4** - All 10 slots active
- Maximum analysis power
- For experienced traders
- Complete market overview
**7. Custom** - Create your own strategy
- Full control over all parameters
- Save configurations via screenshots
- Unlimited customization
### 📈 Comprehensive Analytics Table
**Real-time display includes:**
- **Adaptive Status**: Volatility multiplier, adaptive scores
- **3-2-1 Analysis**: Filters, signals, triggers breakdown
- **Slot Status**: All 10 indicators with current values and weights
- **Enhanced Conditions**: Pump-dump detection, extreme overbought alerts
- **Final Scores**: Long/Short percentages with final signal decision
### 🎨 Visual Elements
**On-Chart Signals:**
- Clear LONG/SHORT labels with confidence percentages
- Risk level indicators (🟢🟡🟠)
- Background highlighting during signal periods
- EMA trend lines (Fast: Blue, Slow: Orange)
- Time cursor line for historical analysis
## 📋 Perfect For
### 🚀 Cryptocurrency Trading
- **Bitcoin & Ethereum** - Major pairs with high liquidity
- **Altcoins** - SOL, AVAX, MATIC, ADA optimized settings
- **Meme Coins** - Special algorithms for DOGE, SHIB, PEPE
- **All timeframes** - From 1-minute scalping to daily swing trading
### 📊 Trading Styles
- **Scalping** - Ultra-fast entries with Meme_Scalp_v4
- **Swing Trading** - Medium-term positions with balanced signals
- **Short Selling** - Specialized bear market detection
- **Conservative** - High-accuracy, low-frequency signals
### 👥 Trader Levels
- **Beginners** - Ready-to-use presets with clear signals
- **Intermediate** - Historical analysis for learning and improvement
- **Advanced** - Full customization with 10-slot system
- **Professional** - Complex multi-indicator strategies
## 🔧 Technical Specifications
### System Requirements
- TradingView platform (Free or Pro)
- Modern web browser
- Stable internet connection
- Recommended: 1920x1080+ resolution
### Compatibility
- **✅ Fully Supported**: All crypto pairs, 1m-1D timeframes
- **⚠️ Limited**: Forex pairs, stock markets
- **❌ Not Recommended**: Exotic low-liquidity pairs
### Performance
- **Pine Script v6** - Latest version with optimal performance
- **Real-time calculations** - Instant updates with each candle
- **Low resource usage** - Optimized code for smooth operation
- **500 bars history** - Maximum lookback for cursor analysis
## 💡 How to Use
### Quick Start (Beginners)
1. Add indicator to chart
2. Select **"Meme_Swing_v4"** preset
3. Set timeframe to **15m or 1h**
4. Trade signals **70%+** only
5. Use **cursor** to learn from history
### Advanced Setup (Experienced)
1. Choose **"Custom"** mode
2. Configure individual slots
3. Adjust weights and parameters
4. Test with historical cursor
5. Save settings via screenshot
### Risk Management
- **Never risk more than 2-5%** per trade
- **Always use stop-losses**
- **Consider overall market trend**
- **Wait for cooldown periods**
## 🎯 What Makes It Unique
### Revolutionary Time Travel Feature
- **First indicator with historical cursor** functionality
- **Learn from past signals** without backtesting complexity
- **See exactly what happened** after each historical signal
- **Improve strategy** by understanding signal outcomes
### Adaptive Intelligence
- **Auto-adjusts to market volatility** (Low/Normal/High modes)
- **Dynamic cooldown periods** prevent signal spam
- **Smart score adaptation** for different market conditions
- **Volume-based confirmations** for signal validation
### Professional Grade Analytics
- **Complete transparency** - see every component of each signal
- **Detailed breakdown** of filters, signals, and triggers
- **Real-time adaptation status** monitoring
- **Professional-level information** usually found in premium tools
## 📞 Support & Community
### 🔄 Regular Updates
- Algorithm improvements and optimizations
- New presets based on market conditions
- Bug fixes and performance enhancements
- Community-requested features
### 📚 Learning Resources
- Comprehensive user manual included
- Step-by-step tutorials for all levels
- Best practices and risk management guides
- Community sharing of successful configurations
### 💬 Community Features
- Share custom presets via screenshots
- Discuss strategies with other users
- Learn from experienced traders
- Get support and tips
## ⚠️ Important Disclaimers
- **Not financial advice** - Educational tool only
- **No guarantee of profits** - Trading involves risk
- **Past performance** doesn't predict future results
- **Always use proper risk management**
- **Test thoroughly** before live trading
## 🚀 Get Started Today
Transform your trading with the power of time travel analysis. Whether you're a beginner looking for clear signals or a professional trader seeking advanced customization, TIME MACHINE PRO adapts to your needs.
**Experience the future of technical analysis - where you can learn from the past to profit in the present!**
---
**Categories**: Trend Analysis, Oscillators, Volatility
**Best Timeframes**: 5m, 15m, 1h, 4h
**Recommended Pairs**: BTC/USDT, ETH/USDT, SOL/USDT, DOGE/USDT
**Skill Level**: All levels (Beginner to Professional)
*Like this indicator? Please leave a comment and boost! Your feedback helps us improve and add new features.* ⭐
ICT Breaker BlocksICT Breaker Block Detector
This indicator automatically identifies and displays high-probability ICT (Inner Circle Trader) Breaker Blocks on your chart. It is designed to help traders spot key shifts in market structure where price is likely to react.
What It Does
The indicator's primary function is to find and draw both Bullish and Bearish Breaker Blocks. These are specific price action patterns that signal a potential reversal after a liquidity sweep.
Bullish Breaker Block (Green): Forms after a low is swept (creating a lower low) and the market structure shifts by breaking above the intermediate swing high. This broken swing high becomes the Bullish Breaker.
Bearish Breaker Block (Red): Forms after a high is swept (creating a higher high) and the market structure shifts by breaking below the intermediate swing low. This broken swing low becomes the Bearish Breaker.
Invalidation: The indicator also tracks these zones in real-time. If price trades completely through a breaker block, the zone is considered invalidated. It will stop extending, its color will change to gray, and an exclamation mark ! will be added to its label.
How It Functions
The script's logic is designed to precisely identify the ICT breaker pattern:
Liquidity Sweep: It first identifies a sequence where a recent swing high is taken out by a higher high (for a bearish setup) or a swing low is taken out by a lower low (for a bullish setup).
Market Structure Shift (MSS): After the sweep, it waits for a clear break in market structure. This occurs when price closes below the intermediate swing low (for a bearish breaker) or above the intermediate swing high (for a bullish breaker).
Drawing the Zone: Once the MSS is confirmed, the indicator draws a box around the range of the swing point that was broken. This box is the Breaker Block, which is then extended into the future to serve as a potential area of interest.
How to Use This Indicator
Settings
Pivot Lookback: This setting determines the sensitivity of the swing point detection. A higher number will identify larger, more significant market structure and result in fewer, but potentially stronger, breaker blocks. A lower number will identify smaller, more immediate patterns.
Color & Display Options: You can customize the colors for the bullish, bearish, and invalidated zones, as well as toggle the visibility of each type of breaker.
Trading Application
Traders can use these automatically drawn zones as high-probability Points of Interest (POI). The common application is to wait for price to return to the breaker block after it has formed. This retest can offer a potential entry opportunity in the direction of the market structure shift.
For a Bullish Breaker, a trader might look for a long entry when the price dips back into the green zone.
For a Bearish Breaker, a trader might look for a short entry when the price rallies back up into the red zone.
Disclaimer: This indicator is a tool to assist in technical analysis. It is not a standalone trading system and does not provide financial advice. Always use proper risk management and combine this tool with your own analysis and trading strategy.
Buy & Sell Signals - EMA + MACDBuy & Sell Signals - EMA + MACD is clean and practical Pine Script for buy and sell signals using a popular combination of EMA crossover and MACD confirmation, designed for stocks, crypto, or forex swing/intraday trading.
ercometiUzun Vadeli SMA'lar354 708 1062 1414 diaries for friends who want to make money in the long term
Smart Money Index Intraday (by CapitalCore)This indicator identifies imbalance zones (Fair Value Gaps) — key levels where price demonstrates significant gaps between supply and demand. It is designed for intraday trading and helps determine precise entry levels, as well as stop-loss and take-profit levels.
Key Features:
Automatic identification of bullish and bearish imbalances based on gap analysis in candle extremes
Volume-based signal filtering for improved accuracy (with customizable on/off parameters)
Display of specific entry levels (long entry / short entry) with price
Calculation and visualization of stop-loss and take-profit levels with customizable stop size
Integration with TradingView alert system for timely trading signal notifications
Compact indicator display directly on the chart without overlapping candles — histogram below the chart
Target Audience: The indicator is suitable for traders working on intraday timeframes (1m, 5m, 15m) who want to improve entry precision using Smart Money zones and volume filters.
ASK Screener by AshpreetThe ASK Indicator is a custom-built breakout and trend continuation system designed for swing traders seeking high-probability entries with strong risk-reward ratios. Built using a combination of moving averages, momentum filters, volume confirmation, and price structure, this indicator helps identify stocks poised for explosive moves.
It uses three key moving averages: the 44-period SMA (medium trend), 20-period DEMA (short-term strength, custom-coded), and 50-period WEMA (institutional trendline). Trades are only triggered when the price is above 50 WEMA, and the 20 DEMA is above the 44 SMA.
Momentum is confirmed using RSI(14) within a healthy zone of 40–60, ensuring the stock is not overbought or oversold. To focus on breakout candidates, the stock must be trading within 10% of its 52-week high, and the weekly candle range must be under 10%, signaling compression before expansion.
A valid ASK Signal occurs when these conditions are met along with a breakout above the previous day’s high and volume exceeding 1.5× the 20-day average. Once triggered, the indicator auto-plots the stop-loss (1× ATR) and two profit targets: 1:2 (TP1) and 1:4 (TP2).
Additionally, the system detects a narrow range setup, where the last 3 daily candles are inside the previous 3-day range — a powerful consolidation signal. Alerts for both ASK entries and narrow ranges are included.
This system is ideal for positional and short-term swing traders who want to combine structure, momentum, and volume in one powerful tool.
ASK Indicator by AshpreetThe ASK Indicator is a custom-built breakout and trend continuation system designed for swing traders seeking high-probability entries with strong risk-reward ratios. Built using a combination of moving averages, momentum filters, volume confirmation, and price structure, this indicator helps identify stocks poised for explosive moves.
It uses three key moving averages: the 44-period SMA (medium trend), 20-period DEMA (short-term strength, custom-coded), and 50-period WEMA (institutional trendline). Trades are only triggered when the price is above 50 WEMA, and the 20 DEMA is above the 44 SMA.
Momentum is confirmed using RSI(14) within a healthy zone of 40–60, ensuring the stock is not overbought or oversold. To focus on breakout candidates, the stock must be trading within 10% of its 52-week high, and the weekly candle range must be under 10%, signaling compression before expansion.
A valid ASK Signal occurs when these conditions are met along with a breakout above the previous day’s high and volume exceeding 1.5× the 20-day average. Once triggered, the indicator auto-plots the stop-loss (1× ATR) and two profit targets: 1:2 (TP1) and 1:4 (TP2).
Additionally, the system detects a narrow range setup, where the last 3 daily candles are inside the previous 3-day range — a powerful consolidation signal. Alerts for both ASK entries and narrow ranges are included.
This system is ideal for positional and short-term swing traders who want to combine structure, momentum, and volume in one powerful tool.
Custom Multiple SMAs (Trend Structure Visualizer)This indicator displays 16 consecutive Simple Moving Averages (SMAs), from SMA 8 to SMA 23, plotted simultaneously on the chart. Together, they form a color-coded SMA fan that allows you to clearly visualize the current market structure.
What you can observe in the chart:
– When the lines are flat and tightly clustered , the market is likely consolidating or moving sideways
– When the lines fan out and expand , a trend or directional momentum is building
– When the lines start converging or crossing again , it may indicate a trend pause or potential reversal
A 100-period EMA (yellow line) serves as a basic trend filter:
– Price above the EMA suggests an long-biased market
– Price below the EMA suggests a short-biased market
What makes this tool unique:
Unlike traditional single-SMA indicators, this tool also highlights phases when it's better to stay out of the market – such as during flat, unstructured sideways conditions.
Transitions from low activity to trending phases become clearly and early visible, without relying on additional signals or indicator noise.
The indicator works across all markets and timeframes and remains visually stable even during fast market movements. It is a visual decision-making tool and does not generate automatic signals or alerts.
Patrón Mecha ProfundaThis pattern must be combined with a 20-period moving average. It is used to know the direction of the price. When the pattern appears and the price is above the 20-period moving average, it is a bullish signal and vice versa.
Patrón Mecha Profunda
This pattern must be combined with a 20-period moving average. It is used to know the direction of the price. When the pattern appears and the price is above the 20-period moving average, it is a bullish signal and vice versa.
ORB (Global + GCC Markets) V3ORB + Fibonacci Projection Levels (Global + GCC Markets)
This indicator automatically detects the Opening Range of selected global or GCC markets and draws custom Fibonacci-like levels above and below the range.
✨ Features:
Supports multiple global sessions: Kuwait, Saudi, Tokyo, London, New York, etc.
Automatically captures the first candle’s high and low at market open.
Draws 4 levels above and below the ORB by default (customizable).
Extends the lines for a user-defined period (default: 12 hours).
Add labels with:
Level number
Price
Both
On the left or right edge
Control label font size and label offset for better visibility.
✅ How to Use:
Select your market session (e.g., New York or Saudi Arabia).
The indicator automatically marks the first candle at market open.
Lines extend above and below the ORB based on its range.
Use these levels for:
Identifying breakout targets
Planning entries and exits
Visualizing short-term supports/resistances
This indicator combines the power of Opening Range Breakout (ORB) analysis with Fibonacci level projections, tailored for both global and GCC markets.
🔹 Choose your market (Kuwait, KSA, USA, etc.)
🔹 Automatically detects the first candle of the session and draws the ORB high/low
🔹 Projects Fibonacci levels (above & below) for a user-defined period (default 12 hours)
🔹 Customize:
- Number of Fibo levels
- Font size and label content (number, price, or both)
- Label position (left/right of chart)
- Line duration
✅ Ideal for: Day traders, scalpers, liquidity hunters, and institutional session traders.
Enjoy and let me know your feedback!
#orb #fibo #priceaction #gccmarkets #breakoutstrategy #tradingviewscript
Midnight OpenMidnight Opening Price because there wasn't a single indicator that was specifically marking this.
ombs- PONY Breakout Alert
🧠 תקציר הסקריפט: **PONY Breakout Alert 📈
🔍 **מטרה**:
לזהות **פריצה מעלה של רמת 14.15** תוך כדי **מחזור מסחר גבוה מהממוצע**, כדי לאתר **הזדמנות מסחר שורית**.
---
⚙️ רכיבי הסקריפט:
* 📌 **רמת כניסה**:
`entryLevel = 14.15`
* 📊 **תנאי כניסה**:
* סגירת מחיר **מעל 14.15**
* נפח מסחר **גבוה ב־20% מהממוצע ל־20 הימים האחרונים**
* 🔔 **התראה ויזואלית**:
* סמל ירוק "Entry" מופיע מתחת לנר על הגרף
* קווים קבועים לרמות יעד וסטופלוס
* 🎯 **יעדי רווח**:
* Target 1 – 15.15
* Target 2 – 16.00
* Target 3 – 17.00
* 🛑 **סטופלוס**:
* שמרני: 13.20
* אגרסיבי: 12.80
* 🔔 **התראה אוטומטית** (`alertcondition`):
תשלח הודעה:
*"PONY פרצה מעל 14.15 עם מחזור גבוה – שקול כניסה לעסקה."*
---
📝 מתאים עבור:
* סוחרי ניתוח טכני 🧮
* מי שמחפש כניסה מבוססת על פריצה + נפח 📊
* שימוש על גרף יומי בלבד 📅
---
🧠 Script Summary: PONY Breakout Alert 📈
🔍 Objective:
Detect a breakout above the 14.15 level accompanied by high trading volume, in order to identify a bullish trading opportunity.
⚙️ Script Components:
📌 Entry Level:
entryLevel = 14.15
📊 Entry Conditions:
Price closes above 14.15
Volume is 20% higher than the 20-day average
🔔 Visual Alert:
A green "Entry" label appears below the bar on the chart
Static horizontal lines mark targets and stop-loss levels
🎯 Profit Targets:
Target 1 – 15.15
Target 2 – 16.00
Target 3 – 17.00
🛑 Stop Loss:
Conservative: 13.20
Aggressive: 12.80
🔔 Automated Alert (alertcondition):
Sends a message:
"PONY has broken above 14.15 with high volume – consider a long position."
📝 Ideal For:
Technical traders 🧮
Those seeking breakouts confirmed by volume 📊
Daily chart setups only 📅
Auto Channel [SciQua]Auto Channel
Purpose
Auto Channel finds the single best parallel price channel from recent price action and keeps it updated in real time. It uses ZigZag pivots to build candidate channels, scores each candidate for quality, then plots the winner. When price closes outside the channel, the script flags a breakout and can fire alerts.
How it works
1. ZigZag pivots
The script uses TradingView’s TradingView/ZigZag/7 library to generate a stream of swing highs and lows based on a percentage reversal threshold and a leg depth. These pivots are the only points the channel logic evaluates, which keeps the search fast and focused on structure rather than noise.
2. Channel candidates
From the most recent pivots, the script forms all combinations of two swing highs and two swing lows.
It computes a slope for the high line and a slope for the low line and requires that they be nearly parallel within a user-defined tolerance.
3. Quality scoring and selection
For every valid candidate, the script checks the recent pivot segments against the trial channel and computes:
Inside ratio: fraction of tested pivots that sit fully inside the channel after applying the tolerance buffer.
Violation sum: total magnitude of the breaches for any pivots outside the channel.
Current width: distance between upper and lower lines at the current bar.
The “best” channel is chosen by:
1. highest inside ratio
2. then widest current width
3. then smallest violation sum
4. Plot and projection
The upper and lower lines are anchored to the chosen pivot pairs and extend to the left. The script also projects each line to the current bar to compute the live upper and lower channel prices. Those levels drive the breakout checks and alerts.
5. Breakouts and alerts
A breakout is detected when the bar closes above the projected upper line or closes below the projected lower line, after applying the tolerance buffer. Triangle markers highlight fresh breakouts, and you can enable alert conditions to automate notification or strategy handoff.
Inputs:
ZigZag
Price deviation for reversals (%)
Default 0.2. Larger values produce fewer, larger swings. Smaller values produce more, smaller swings.
Pivot legs
Default 2. Controls the lookback depth ZigZag uses to confirm pivots.
ZigZag Color
Visual only.
Tip: If you are not seeing a stable channel, increase the ZigZag percentage to reduce minor swings.
Channel search
Number of recent pivots to consider
Default 12. Higher values search more history and try more channel combinations. Lower values make the search faster and more reactive.
Max slope difference for parallel
Default 0.0005. Maximum allowed difference between the upper and lower line slopes. Smaller values enforce stricter parallelism.
Max price tolerance outside channel
Default 0.0. A buffer added to the channel boundaries during validation and breakout checks. Use this to ignore tiny wicks that poke the lines.
Minimum inside to outside pivots ratio for valid channel (0.00–1.00)
Default 1.00. Require that at least this fraction of checked pivots lie inside the channel. For a more permissive fit, try 0.60 to 0.85.
Styling
Upper Line Color
Lower Line Color
Breakout Above Color
Breakout Below Color
Plots and visuals
Upper channel line
Lower channel line
Triangle markers on the bar that first confirms a close outside the channel, above or below.
Lines extend left from their pivot anchors. Projection to the current bar is used internally to test for breakouts and to set alerts.
Alerts
The script defines two alert conditions:
Close Above Channel
Triggers when the bar closes above the projected upper line plus tolerance.
Close Below Channel
Triggers when the bar closes below the projected lower line minus tolerance.
Practical usage
Trend channels
In a steady trend, a high inside ratio with a moderate width often highlights the dominant channel. Consider trend entries near the lower line in an uptrend or near the upper line in a downtrend, with exits or stops beyond the opposite boundary.
Breakout trades
Combine the channel breakout alert with volume or a separate momentum filter. The tolerance input helps avoid false triggers from small wicks.
Tuning for timeframe and symbol
• Faster markets or lower timeframes usually benefit from a larger ZigZag percentage and a smaller pivot count.
• Slower markets or higher timeframes can use more pivots and a tighter slope difference to enforce cleaner geometry.
Notes and limitations
Channels are derived from ZigZag pivots. If your ZigZag settings change, the detected channel will also change.
The script plots only the single best channel at any time to keep the chart clean.
Breakout markers appear on confirmed bars. For historical bars, markers appear only where a breakout would have been confirmed at that time.
Lines extend left from their anchors. The script projects the lines internally to the current bar for checks and alerts.
License and attribution
License
Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0).
Open source for educational and personal use only. Commercial use requires written permission.
Attribution
© 2025 SciQua — Joshua Danford
Libraries
Uses TradingView/ZigZag/7.
Changelog
v1.0
Initial release. Automatic parallel channel detection from ZigZag pivots, quality scoring, live plotting, and close-based breakout alerts.
FAQ
Why do I not see any channel sometimes?
There may not be a valid pair of highs and lows that pass the slope, inside ratio, and tolerance checks. Loosen the constraints by increasing Max slope difference, lowering Minimum inside ratio, or increasing the ZigZag percentage.
The channel looks too narrow or too wide?
Adjust Number of recent pivots and Minimum inside ratio. A higher inside ratio tends to favor cleaner, sometimes wider channels. A lower ratio may admit narrower, more reactive channels.
How can I reduce false breakout alerts?
Increase Max price tolerance outside channel to ignore small wicks. Add a volume or momentum confirmation in your personal alert workflow.
Thank you for using Auto Channel . Feedback and improvements are welcome.