ZYTX RSI SuperTrendZYTX RSI SuperTrend
ZYTX RSI + SuperTrend Strategy
The definitive integration of RSI and SuperTrend trend-following indicators, delivering exemplary performance in automated trading bots.
Candlestick analysis
London Reversal + LazyAlgoLondon Reversal Strategy with FS Entry
This script detects trend reversals during the London session, following the Asian session, using technical signals based on moving averages, Asian range breakouts, and multi-timeframe trend filters. It includes a system of visual signals and alerts, with customizable Stop Loss and Take Profit levels.
GOLD Auto-Alert Strategy [Enhanced+Signals+UT Bot]New Version The Indicator
✅ BUY Signal Triggers Only If:
UT Buy signal flips (from down to up)
ADX > Threshold → market has strength
RSI is outside the 40–60 range
Volume is spiking above 20-bar average × 1.2
EMA Fast > EMA Slow → uptrend confirmed
Close > EMA Fast → price above short-term trend
Bullish Engulfing candle
🔻 SELL Signal Triggers Only If:
UT Sell signal flips (from up to down)
ADX > Threshold → market has strength
RSI is outside the 40–60 range
Volume is spiking above average
EMA Fast < EMA Slow → downtrend confirmed
Close < EMA Fast → bearish structure
Bearish Engulfing candle
DMA Buy & Sell Signal with AlertsThis script identifies **BUY** signals when the 20 DMA crosses **below** the 50 DMA, with the alignment: `200 DMA > 50 DMA > 20 DMA > Price`.
It also plots **SELL** signals when the 20 DMA crosses **above** the 50 DMA, with the alignment: `Price > 20 DMA > 50 DMA > 200 DMA`.
Each signal is plotted on the chart with green "BUY" and red "SELL" labels.
The script includes alert conditions for both signals.
It uses simple moving averages (SMA) of 20, 50, and 200 periods.
Manipulation Candle SignalsManipulation Candle signal. Good signal to be aware when there is a liquidity sweep from the previous candle high or low, and a continuation in the trend. Most recomended in 30 min and 1HR time frame for day trade
BBOB: Breaker + Order + Overlapping Blocks + Buy/Sell💎 Smart OBX Premium – Order Block, Breaker Block & Overlap Zones
Unleash the power of institutional trading levels with Smart OBX Premium, a next-generation indicator designed to identify Order Blocks, Breaker Blocks, and Overlap Zones with pinpoint precision and stunning visuals.
🔷 Key Features:
✅ Order Blocks (OB)
Detects bullish and bearish order blocks from smart money footprints. Zones are colored elegantly with clear, labeled boxes for instant recognition.
✅ Breaker Blocks (BB)
Identifies failed OBs that act as strong reversal or continuation zones. Visually distinct with premium-quality styling and easy-to-read tags.
✅ Overlap Zones
Highlights powerful confluence areas where OB and BB intersect — the most high-probability reaction zones. These are shaded uniquely with gold gradient tones for instant visual edge.
✅ Zone Labels & Reactions
All blocks are clearly labeled on chart with names like:
• 🔵 Bullish OB
• 🔴 Bearish OB
• 🟢 Bullish Breaker
• 🟠 Bearish Breaker
• ⭐ Overlap Zone
✅ Professional Design
Ultra-clear visuals with soft shadows, rounded edges, transparent layers, and precise alignment. Perfect for content creators and serious traders.
✅ Buy/Sell Signal Points
Automatic arrows or labels appear above/below candles whenever price reacts strongly to OB/BB/Overlap zones.
🧠 Smart Money Concept-Based
Built entirely on institutional price behavior — the same logic used by banks, hedge funds, and top-level smart money traders.
20% Rally - All Green CandlesThis indicator detects rallies where the price rises 20% or more using only consecutive green candles. It marks the rally's start with a green dashed line and "Entry" label, and the end with a red solid line and "Target" label. Ideal for identifying strong bullish momentum on daily charts.
RB3 DEMO – Rejection Blocks Visual ExampleThis is a simplified demo version of a custom Rejection Block (RB) visual indicator. It identifies potential bullish and bearish rejection zones based purely on candle structure, without using any time-based or algorithmic filters.
🧠 What it does:
• Detects Bullish and Bearish Rejection Blocks using clean price action logic
• Highlights those zones with boxes, optional lines, and labels
• Designed to help traders visually study price rejections and market structure
⚙️ How it works:
• Bullish RB = red candle with a lower low than the previous and next candle
• Bearish RB = green candle with a higher high than the previous and next candle
• No time filters or hidden logic are used — this tool is purely structural
🎯 Best used by:
• Traders who want to visualize potential rejection zones
• Beginners studying price action and structural reversals
• Visual learners who prefer clean chart-based confirmations
✅ This demo does **not** include institutional filters, time anchors (e.g., TRAL‑03), or sequence-based validation.
📌 A more advanced version with time-reactive filtering logic is available privately.
ℹ️ To use: enable "Boxes" and/or "Labels" to highlight rejection blocks clearly. Works on all timeframes.
NY Open ATR System - Tick Range Filter### **New York Open ATR System - Brief Overview**
#### **🎯 Core Purpose**
Identifies **high-potential breakout setups** at the New York open (13:30 UTC) by combining:
1. **Volatility filters** (dual ATR periods)
2. **Tick-based range analysis**
3. **Time-specific triggers**
---
### **⚙️ Key Components**
| **Feature** | **Function** |
|---------------------------|-----------------------------------------------------------------------------|
| **ATR Filters** | Dual volatility checks (short + long periods) at 13:25 UTC |
| **Tick Range Limit** | Highlights candles with range < user-defined ticks (default: 150) |
| **Time Precision** | Focuses exclusively on 13:30 UTC weekday candles |
| **Visual Markers** | Yellow highlight + tick count label (e.g., "147/150 ticks") |
| **Info Panel** | Real-time display of settings and current tick count |
---
### **📊 How It Works**
1. **Pre-Open Check (13:25 UTC)**
- Verifies market volatility using 2 ATR values
- Requires both to exceed user-defined thresholds
2. **Open Analysis (13:30 UTC)**
- Measures exact tick count: `(high - low) / instrument_mintick`
- Compares against your max tick limit (adjustable 1-5000)
3. **Visual Trigger**
- Highlights candle yellow if:
```tick_count < your_set_limit```
- Labels show exact performance vs limit (e.g., "142/150 ticks")
---
### **⚡ Trading Signals**
| **Condition** | **Visual Feedback** |
|----------------------------|---------------------------------------------|
| High volatility + tight range | Yellow candle + tick count label |
| All other scenarios | No marking |
---
### **🛠️ Customization**
```pine
// Key Adjustable Parameters:
maxTicks = input.int(150) // Set 1-5000 ticks
atrPeriod1 = input.int(14) // Short ATR (2-5000)
atrPeriod2 = input.int(161) // Long ATR (2-5000)
candleColor = input.color(color.yellow) // Highlight color
```
---
### **💡 Practical Use Cases**
1. **Breakout Anticipation**
- Tight ranges after volatility spikes often precede strong moves
2. **Session Scalping**
- Identify low-range opens for mean-reversion plays
3. **Volatility Filtering**
- Avoid trading when ATR thresholds aren't met
---
### **📈 Suggested Settings**
| **Market** | **Max Ticks** | **ATR Periods** |
|------------------|--------------|----------------|
| Forex (EUR/USD) | 100-200 | 14/161 |
| Stocks (SPY) | 50-120 | 10/200 |
| Crypto (BTC) | 300-500 | 20/100 |
---
### **✅ Benefits**
- **Precision Timing**: Focused on NY open liquidity surge
- **Quantitative Filtering**: Exact tick measurement + volatility thresholds
- **Clean Visuals**: No chart clutter - only marks qualifying candles
- **Adaptable**: Works across all markets and timeframes
This system helps traders spot high-probability breakout setups by combining volatility anticipation with precise range measurement at the market's most liquid opening window.
Dominance Candle Raja Saien (Detector with Alerts)Dominance Candle Finder with Alerts by Raja Saien
This powerful indicator is designed to detect dominance candles—those strong-bodied candles that often signify momentum and trend strength. Whether you're trading breakouts, trend continuations, or reversals, this tool helps you identify key market moves in real time with optional alerts.
🔍 Features:
Automatic Detection of Dominance Candles: Highlights candles with strong body size, showing decisive market movement.
Customizable Thresholds: Adjust sensitivity according to your strategy or asset volatility.
Built-in Alerts: Get notified the moment a dominance candle forms—no need to stare at charts all day!
Multi-Timeframe Compatibility: Works on any timeframe from 1-minute to daily or higher.
📊 Use Cases:
Entry confirmation on breakouts
Trend strength analysis
Volatility surge detection
Combine with support/resistance or order block zones for powerful setups
Tip: Best used with strong support/resistance levels or price action strategies for confluence
K_RSI_ATR_ATR%_CMO_MACD_ADXThis indicator is combination of below indicators:
RSI
ATR
ATR%
CMO
MACD
ADX
Heikin Ashi Color Change Alert📈 Heikin Ashi Color Change Alert
This indicator detects color changes in Heikin Ashi candles and issues visual signals and alerts when a change is confirmed at bar close.
🔍 What it does:
Reconstructs Heikin Ashi candles directly from chart prices.
Detects when the color changes from bearish to bullish (or vice versa).
Prints a triangle symbol on the chart when the change occurs.
Allows you to set alerts so you never miss a potential reversal.
✅ How it works:
A bullish signal occurs when a red (bearish) Heikin Ashi candle is followed by a green (bullish) one.
A bearish signal occurs when a green (bullish) candle is followed by a red (bearish) one.
The detection is done only after the current candle is fully closed, ensuring cleaner signals.
🔔 Example Alerts:
"Heikin Ashi candle changed to bullish"
"Heikin Ashi candle changed to bearish"
This indicator is ideal for:
Traders who follow price action
Those who want to filter trends
Anyone who uses Heikin Ashi to smooth market noise and detect reversals
I Want My ScalpsTops/bottoms.
Bull/bear traps.
Designed for NQ / MNQ on 1 min during cash hours.
Time filter update coming soon.
High Win Rate XAUUSD Strategy (EMA21 + RSI + Volume MA20)Buy Conditions:
Price above EMA 21
EMA 21 is rising
RSI > 55 and RSI increasing
Close is above EMA 21
Current candle is green (close > open)
Volume > MA20 of volume
Price below EMA 21
EMA 21 is falling
RSI < 45 and RSI decreasing
Close is below EMA 21
Current candle is red (close < open)
Volume > MA20 of volume
PC UpdatedThis indicator identifies a high-probability breakout setup using a simple but powerful 3-candle formation. It works on lower timeframes (like 5m) and is ideal for scalping or short-term intraday setups.
Strict S&D Zones with Real BoS (Wick Breaks)Marking supply and demand zones for you before a 3 candle push. Accurate for supply and demand zones
KZ TRADING _ BOT RSI,STOCH, MO HINH NENBot trade demo for m15 . it suitable for XAU, U.J. use RSI + Stoch RSI and candless pattem
Multi-Timeframe Fibonacci Retracement [HG]# 🌀 Fibonacci Multi-Timeframe Indicator
## 🌟 Overview
An advanced Fibonacci-based indicator utilizing three distinct timeframes (5, 14, and 34 periods) to provide comprehensive market analysis. This powerful tool combines short-term momentum with medium and long-term trend perspectives, all based on the mathematical precision of Fibonacci sequence numbers.
## 🔧 Core Features
### 📊 Triple Fibonacci System
- **Fast Signal (5 periods)**: Ultra-responsive for scalping and quick entries
- **Medium Signal (14 periods)**: Balanced approach for swing trading
- **Slow Signal (34 periods)**: Long-term trend identification and confirmation
- **Fibonacci Harmony**: All periods based on authentic Fibonacci sequence
### 🎯 Multi-Timeframe Analysis
- **Convergence Signals**: When all three timeframes align
- **Divergence Detection**: Early warning of potential reversals
- **Momentum Layers**: Different speed signals for complete market picture
- **Trend Strength**: Measured through multiple Fibonacci perspectives
## 🎨 Customization Options
### 🎭 Visual Configuration
- **Individual Colors**: Separate color schemes for each timeframe
- **Line Styles**: Solid, Dashed, or Dotted options for clear differentiation
- **Line Thickness**: Adjustable width (1-5 pixels) for optimal visibility
- **Transparency Control**: Fine-tune opacity for overlapping signals
### ⚙️ Technical Parameters
- **Source Selection**: Configurable input (Close, Open, High, Low, HLC3)
- **Smoothing Options**: Additional filtering for cleaner signals
- **Alert System**: Notifications for convergence and crossover events
- **Display Toggle**: Enable/disable individual timeframe components
## 📈 Trading Applications
### 🎯 Signal Generation
- **Triple Confirmation**: Highest probability when all timeframes agree
- **Early Entry**: Fast signal (5) for quick market entries
- **Trend Confirmation**: Slow signal (34) validates overall direction
- **Exit Timing**: Medium signal (14) for optimal trade management
### 🔍 Market Analysis
- **Trend Identification**: Clear visualization of market direction
- **Momentum Shifts**: Early detection through Fibonacci relationships
- **Support/Resistance**: Dynamic levels based on Fibonacci calculations
- **Market Cycles**: Natural rhythm recognition through mathematical harmony
### ⚡ Trading Strategies
- **Scalping**: Ultra-fast 5-period signals for quick profits
- **Swing Trading**: 14-period balance for medium-term positions
- **Position Trading**: 34-period confirmation for long-term holds
- **Confluence Trading**: Maximum edge when all signals align
## 🚀 Key Benefits
✅ **Fibonacci Precision** - Mathematical accuracy of golden ratio sequences
✅ **Multi-Timeframe Edge** - Complete market perspective in one indicator
✅ **Natural Market Rhythm** - Fibonacci numbers reflect market psychology
✅ **Versatile Application** - Works across all markets and timeframes
✅ **High Probability Setups** - Triple confirmation reduces false signals
✅ **Professional Grade** - Institution-quality analysis tools
## 💡 Pro Trading Tips
- Wait for triple alignment for highest probability trades
- Use fast signal for entries, slow signal for trend bias
- Monitor divergences between timeframes for reversal opportunities
- Combine with support/resistance for confluence trading
- Scale position sizes based on timeframe agreement strength
## 🔢 Fibonacci Magic
The periods 5, 14, and 34 are not random - they represent consecutive Fibonacci numbers that naturally resonate with market movements and trader psychology, providing optimal market timing and trend analysis.
---
*Perfect for traders seeking mathematical precision combined with multi-timeframe market analysis.*
Linear Regression Channels📈 Linear Regression Channels
🌟 Overview
A professional dual linear regression channel indicator designed for comprehensive trend analysis. This powerful tool provides simultaneous short-term and long-term trend perspectives through two independent regression channels with customizable standard deviation bands.
🔧 Core Features
📊 Dual Channel System
Channel 1: 43-period regression analysis for long-term trend identification
Channel 2: 20-period regression analysis for short-term momentum tracking
Independent Configuration: Each channel fully customizable with separate parameters
Real-Time Updates: Dynamic calculations with every new candle
📐 Standard Deviation Bands
Multiple Levels: Configurable deviation bands (1σ, 2σ, 3σ)
Dynamic Support/Resistance: Automatically calculated price levels
Trend Boundaries: Clear visualization of trend strength and direction
Statistical Precision: Mathematically accurate regression calculations
🎨 Customization Options
🎭 Visual Styling
Individual Colors: Separate color schemes for each channel
Line Styles: Choose between Solid, Dashed, or Dotted lines
Line Width: Adjustable thickness (1-5 pixels) for optimal visibility
Extension Options: Project lines into the future for analysis
⚙️ Technical Parameters
Period Length: Fully adjustable lookback periods
Source Selection: Choose from Close, Open, High, Low, or custom sources
Deviation Levels: Customizable standard deviation multipliers
Display Control: Toggle individual channels on/off
📈 Trading Applications
🎯 Trend Analysis
Dual Timeframe Perspective: Simultaneous short and long-term view
Trend Confirmation: When both channels align in direction
Trend Strength: Measured by price position within channels
🔍 Support & Resistance
Dynamic Levels: Standard deviation bands as S/R zones
Channel Boundaries: Natural support and resistance areas
Confluence Trading: Multiple level confirmations
⚡ Entry & Exit Signals
Channel Breakouts: Trend continuation opportunities
Mean Reversion: Trades back to center line
Channel Crossovers: When price moves between timeframes
🚀 Key Benefits
✅ Multi-Timeframe Analysis - Complete market perspective
✅ Mathematical Precision - Least squares regression accuracy
✅ High Customization - Adaptable to any trading style
✅ Clean Interface - Professional chart appearance
✅ Performance Optimized - Smooth real-time operation
✅ Versatile Application - Works on all markets and timeframes
💡 Professional Usage
Combine both channels for confluence signals
Use longer channel for overall trend bias
Trade shorter channel signals within longer trend
Monitor channel width for volatility analysis
Essential tool for traders seeking precise trend analysis and dynamic support/resistance levels.
Recent Swing High/Low Linesit gives the recent swing highs and lows.
for options buyers, they can simply enter on a trade when an opposite option (at the money) goes below the recent swing low.
Japanese Candlestick PatternsCandlestick Pattern Detector – Your Smart Market Insight Tool
Unlock the hidden language of price action with the Candlestick Pattern Detector, an advanced TradingView indicator meticulously crafted to identify powerful candlestick formations in real time. Whether you are a day trader seeking sharp reversals, a swing trader scouting for trend continuations, or an investor who values precise entry signals, this indicator is your indispensable trading companion.
The Candlestick Pattern Detector continuously scans every bar on your chart and highlights over 30 classic and advanced candlestick patterns, including dojis, engulfing candles, hammers, shooting stars, morning stars, evening stars, haramis, and more. Each detected pattern is labeled directly on the chart, providing crystal-clear visual signals without clutter. Customizable settings allow you to choose which patterns to monitor, fine-tune sensitivity, and adjust label colors and styles to match your personal trading aesthetic.
Beyond merely spotting patterns, this indicator empowers traders to understand the psychological forces driving the market. Bullish and bearish signals help you gauge potential trend reversals, momentum shifts, or periods of consolidation. By integrating these time-tested price action signals into your strategy, you gain a powerful edge in anticipating market moves before they unfold.
Key Features:
Detects 30+ popular candlestick patterns in real time
Clear on-chart labels and color-coded signals
Customizable alerts for immediate trading opportunities
Adjustable sensitivity for noise reduction
Perfect for intraday, swing, or long-term trading
Elevate your trading precision and confidence with the Candlestick Pattern Detector. Let the market’s story reveal itself, candle by candle.
Robbin hoodsomething good, this is ewrfiwevdcbdkjsdbvkj vasfdkjvsdvkjae dk;v asd vk;jsbdvkaeskv jkjsD v.kj awerekrv
Stochastic Trend Signal with MultiTF FilterIndicator Overview – Multi-Timeframe Stochastic Signal
This custom TradingView indicator combines multi-timeframe Stochastic analysis to generate high-probability, trend-following trading signals. It integrates:
Stochastic on the current timeframe to identify potential entry zones (overbought/oversold).
Stochastic on the 1D (daily) timeframe to confirm short-term trend direction.
Stochastic on the 1W (weekly) timeframe to filter out signals that go against the broader market trend.
🔔 Buy signals are triggered only when:
1D Stochastic > 50 (bullish bias),
Current timeframe Stochastic ≤ 20 (oversold),
After the first bullish candle,
And 1W Stochastic does not contradict the direction (must not be bearish).
🔻 Sell signals are triggered only when:
1D Stochastic < 50 (bearish bias),
Current timeframe Stochastic ≥ 80 (overbought),
After the first bearish candle,
And 1W Stochastic does not contradict the direction (must not be bullish).
The indicator also includes visual highlights:
✅ Green or red background when 1D and 1W trends align clearly.
⚠️ Gray background when 1D and 1W trends conflict — a warning to avoid low-probability setups.
📌 This indicator works best on the 4-hour (H4) timeframe, offering a balanced view between short-term signals and higher timeframe trend filters.