itradepro 2 ema crossingvisit www.itradepro.academy and get more strategies and scanners and educational courses
Moving Averages
20 EMA Envelope with Editable %Its Ema envelope with editable feature of EMA and % of EMA how much one want deviation from EMA.
Volumetric Compressed MAVCMA uses the compressor and weighted stdev functions originally translated to pine by @gorx1. Compressor is usually used in audio to avoid clipping of certain frequencies. The original idea is actually pretty simple:
ma(simple string smt, float src, simple int len) =>
switch smt
'RMA' => ta.rma(src, len)
'SMA' => ta.sma(src, len)
'EMA' => ta.ema(src, len)
'WMA' => ta.wma(src, len)
'HMA' => ta.hma(src, len)
'LSMA' => ta.linreg(src, len, 0)
=> na
compressor(float in_1, simple int len, simple int thresh_dn_m, simple int thresh_up_m) =>
data = math.log(math.abs(in_1))
loc = ta.wma(data, len)
dev = wstdev(data, len)
thresh_dn = loc + dev * thresh_dn_m
thresh_up = loc + dev * thresh_up_m
math.exp(math.min(math.max(data, thresh_up), thresh_dn)) - math.exp(thresh_up)
compressed_out = compressor(volume, len_window, up_thresh, down_thresh)
comp_ma = ma(ma_type, close * compressed_out, len_ml) / ma(ma_type, compressed_out, len_ml)
vwma = ma(ma_type, close, len_window)
We get the ratio of the compressed volume calculation and plot it with the base MA. Base MA's length is determined by window size input compared to ML length that is used for compressed version.
This provides us another possible confirmation indicator that can be used to take advantage of volume ranges. Autmated crossover alerts are also added. A reminder is that this kind of indicators should not be used on it's own for trading but rather should be used as a confirmation along with your trend detection and main entry indicators to provide additional confluence.
Fibonacci 61.8 BUY or SELL (EMA-Filtered)This indicator helps identify Fibonacci-based Buy or Sell zones based on recent pivot highs/lows, but only when filtered by the EMA trend.
✅ Buy Zones: Only when price is above EMA
✅ Sell Zones: Only when price is below EMA
🟩 Draws a 61.8% Fibonacci retracement line
🟥 Adds a label with price value: BUY @ or SELL @
📏 All drawing is based on pivot structure (LL → LH for buy; HH → HL for sell)
📊 EMA Trend Filter
Only draws buy setups when price > EMA
Only draws sell setups when price < EMA
You can change the EMA length:
📈 How It Works – Step by Step
✅ BUY SETUP (LL → LH, only if price > EMA):
Detects pivot low → stores as prevLow
Detects pivot high after that → stores as prevHigh
Calculates Fib Level:
fibLevel = prevLow + (prevHigh - prevLow) * 0.618
Draws a green dashed line at that fib level
Adds a label to the right:
"BUY @ price"
🚫 SELL SETUP (HH → HL, only if price < EMA):
Detects pivot high → stores as prevHigh
Detects pivot low after that → stores as prevLow
Calculates Fib Level:
fibLevel = prevHigh - (prevHigh - prevLow) * 0.618
Draws a red dashed line at that fib level
Adds a label to the right:
"SELL @ price"
✅ Strengths
Simple yet powerful EMA + Fibonacci strategy
Visually clean: only one signal shown at a time
Customizable: style, color, width, offset, precision
Works well for trend continuation trades
⚠️ Limitations
Only shows latest setup, not historical signals
Does not show price breaking fib level or reacting to it
Assumes fixed 61.8% retracement—no multi-level analysis
Doesn't differentiate between minor and major pivots
📌 How to Trade It
🟢 BUY Example:
Price above EMA
Pivot Low → Pivot High → 61.8% level plotted
Wait for price to react at that level to go long
🔴 SELL Example:
Price below EMA
Pivot High → Pivot Low → 61.8% level plotted
Wait for price to react at that level to go short
EMA/MA Unified with Pivot S/RTitle: Moving Average Combined with Pivot Point Support and Resistance Strategy
Description: This indicator combines two powerful trading concepts: 1. Moving Average Crossover; 2. Pivot Point Support and Resistance. It provides traders with a versatile tool.
Features:
Moving Average Crossover: Use moving average groups to identify trend trends. Contains multiple EMAs and one SMA to highlight short-term, medium-term and long-term market trends.
Detection of Golden Cross and Dead Cross: to predict market trends.
Support and Resistance: Dynamically identify key support and resistance levels based on pivot points. Configurable lookback period for left and right pivot points to suit different trading styles and time frames. Fast right pivot point option captures recent market volatility and optimizes support and resistance areas.
Customization:
Traders can adjust the length of the moving average according to their trading strategy. The support and resistance display can be toggled to get a clearer chart as needed.
Trend Analysis:
When EMA240S crosses EMA1440, a weak golden cross (X symbol) is drawn, suggesting that the main trend may turn to a bullish trend; when EMA720 crosses EMA1440, a strong golden cross (upward triangle) is drawn, suggesting that the main trend is likely to turn to a bullish trend.
When EMA240S crosses EMA1440, a weak death cross (X symbol) is drawn, suggesting that the main trend may turn to a bearish trend; when EMA720 crosses EMA1440, a strong death cross (downward triangle) is drawn, suggesting that the main trend is likely to turn to a bearish trend.
Visualization:
Moving averages are displayed in different color to depict the strength and direction of the trend.
Support and resistance levels are drawn in different color, enhancing the visual appeal and readability of key price levels.
This comprehensive indicator is designed for traders who seek to combine the accuracy of support and resistance analysis with the trend-following ability of moving average crossovers, providing a powerful basis for making informed trading decisions.
——————————————————————————————————————————————————————————
标题:移动平均线结合轴枢点支阻位策略
描述: 该指标融合了两个强大的交易概念:1. 移动平均线交叉;2. 轴枢点支撑压力位。为交易者提供了一个多功能工具。
特点:
移动平均线交叉: 利用均线组识别趋势走势。包含多条EMA和一条SMA,以突出显示短期、中期和长期的市场趋势。
检测金叉和死叉:以预示市场趋势。
支撑位和阻力位: 基于枢轴点动态识别关键支撑位和阻力位。 可配置左右枢轴点的回溯期,以适应不同的交易风格和时间框架。 快速右轴点选项可捕捉近期市场波动并优化支撑位和阻力位区域。
自定义:
交易者可以根据自己的交易策略调整移动平均线的长度。 支撑位和阻力位显示可以切换,以便根据需要获得更清晰的图表。
趋势研判:
当EMA240S上穿EMA1440时,绘制弱金叉(X符号),暗示主趋势可能转为多头趋势;当EMA720上穿EMA1440时,绘制强金叉(向上三角),暗示主趋势大概率转为多头。
当EMA240S下穿EMA1440时,绘制弱死叉(X符号),暗示主趋势可能转为空头趋势;当EMA720下穿EMA1440时,绘制强死叉(向下三角),暗示主趋势大概率转为空头。
可视化:
移动平均线以不同的颜色显示,以描绘趋势的强度和方向。
支撑位和阻力位以不同的颜色绘制,增强了关键价格水平的视觉吸引力和可读性。
这款综合指标专为寻求将支撑位和阻力位分析的精准性与移动平均线交叉的趋势跟踪能力相结合的交易者而设计,为做出明智的交易决策提供了一个强大的判断依据。
Trend Signals + Fibonacci [Vxtrsbn] + Market SessionsNube de 55+ Niveles fibo + Sesiones de mercado + Media movil 200
Simple ## User Guide for the Simple
I. Indicator Philosophy
This indicator is not a simple system that provides only one type of signal. It is an advanced tool that analyzes the market using three independent "engines," each specializing in detecting a different type of trading opportunity. Its goal is to identify high-probability setups by filtering out market noise.
II. Legend – What You See on the Chart
Before we proceed to the signals, you need to understand what each visual element represents:
Orange Line (200 EMA): This is the main, long-term trend indicator. It acts like a river – if the price flows above it, we look for buying opportunities (LONG). If it's below, we look for selling opportunities (SHORT).
The Ribbon (green/red): Represents short-term momentum and acts as a dynamic support/resistance zone. A green ribbon suggests buying strength, while a red one suggests selling pressure.
Kijun-sen Line (blue/red): This is the medium-term "center of gravity" of the market. It shows the price equilibrium. Its position relative to the price and the ribbon is crucial for many signals.
Gray Background: This is a "NO-TRADE ZONE." It appears when the ADX indicator shows that the market is in consolidation and lacks a clear trend. Most signals are ignored in these areas.
## III. The Three Signal Engines – When to Consider a Position
The indicator generates three different types of signals, each with its own characteristics and risk profile.
1. LONG / SHORT Labels (The Pullback Engine - Conservative)
Character: Safe, conservative, trend-following. Appears the least frequently.
How it works: It looks for ideal, "textbook" conditions. For a LONG signal, all indicators must be in full alignment (price > ribbon > Kijun > orange line), the trend must be strong (high ADX), AND the price must make a pullback to the ribbon and then bounce off it.
When to consider a position: When you see this signal, you are entering a well-developed, healthy trend. It's a high-probability entry, but often not at the very beginning of the move. Ideal for traders who value safety.
2. 🔵 / 🟣 Circles (The Squeeze Engine - Moderate)
Character: Moderately aggressive, looks for the beginning of a new, dynamic move.
How it works: It searches for periods of consolidation and low volatility (when the market is "gathering energy"). The signal (a circle) appears at the moment the price breaks out of this consolidation, and the direction of the breakout is confirmed by the Kijun-sen line.
When to consider a position: When you see the price has been moving sideways for a while, and then a circle appears. This is a sign that the consolidation phase has likely ended and a new impulse is beginning. Ideal for catching "fresh" moves.
3. ⚡ Lightning Bolt (The Reversal Engine - Aggressive)
Character: Aggressive, contrarian, attempts to catch sharp reversals. This is the riskiest signal.
How it works: It ignores most of the trend filters. Its sole purpose is to find a moment where the price, after a sharp and overextended move in one direction, suddenly reverses on a strong candle with high volume.
When to consider a position: When you want to take a risk to catch the very bottom (V-bottom) or top (V-top). This signal requires the most experience. It is recommended to only take it when it appears near a significant, horizontal support or resistance level. Never take it "in a vacuum."
IV. Summary and Practical Strategy
Signal
Signal Type
Character
Ideal Market Conditions
LONG/SHORT
Pullback Entry
Conservative
A strong, developed, and healthy trend.
🔵/🟣
Squeeze Breakout
Moderate
The end of a sideways move, the beginning of a new impulse.
⚡
Sharp Reversal
Aggressive
Market panic, oversold/overbought conditions at a key S/R level.
Eksportuj do Arkuszy
Superdupermegadeduper signals by BrenFX# 🚀 Multi-Timeframe Scalping Strategy - Advanced Trading Signals
## 📋 OVERVIEW
The **Multi-Timeframe Scalping Strategy** is a comprehensive Pine Script v6 indicator designed for precision scalping on the 1-minute timeframe. It combines multiple timeframe analysis with advanced confluence filters to provide high-probability entry signals while eliminating false breakouts and wrong-direction trades.
## 🎯 KEY FEATURES
### ✅ **Multi-Timeframe Analysis**
- **1-Hour Trend Filter**: Uses 200 EMA to determine overall market bias
- **15-Minute Structure Zones**: Identifies key supply and demand levels
- **1-Minute Entry Signals**: Precise entry timing with multiple confirmations
### ✅ **Non-Repainting Technology**
- Uses only **confirmed, historical data** to prevent signal repainting
- All higher timeframe data uses completed bars only ( offset)
- Real-time performance matches backtesting results
### ✅ **Advanced Signal Filtering**
- **RSI Kernel Optimization**: Smoothed RSI with noise reduction for better reversal detection
- **Candlestick Pattern Recognition**: Bullish/bearish engulfing and rejection patterns
- **Stochastic RSI Crossovers**: Momentum confirmation from oversold/overbought levels
- **Volume Spike Detection**: Confirms signals with unusual volume activity
- **Price Structure Analysis**: Ensures signals align with market structure
### ✅ **Smart Zone Logic**
- **Supply Zone Detection**: Identifies resistance levels with strong bearish follow-through
- **Demand Zone Detection**: Identifies support levels with strong bullish follow-through
- **Zone Position Validation**: Prevents longs at supply zones and shorts at demand zones
- **Zone Reaction Strength**: Filters weak touches, only trades strong reactions
## 📊 SIGNAL TYPES
### 🟢 **LONG SIGNALS**
Triggered when:
- Price is above 1H EMA (bullish trend)
- Price reacts to demand zone
- Bullish candlestick pattern confirmed
- Stochastic RSI crosses up from oversold
- Optional: Volume spike confirmation
### 🔴 **SHORT SIGNALS**
Triggered when:
- Price is below 1H EMA (bearish trend)
- Price reacts to supply zone
- Bearish candlestick pattern confirmed
- Stochastic RSI crosses down from overbought
- Optional: Volume spike confirmation
## ⚙️ CUSTOMIZATION OPTIONS
### **Trend Filter Settings**
- Enable/disable 1H trend filter
- Adjustable EMA length (default: 200)
- Trend background visualization
### **Zone Settings**
- Zone lookback period (3-20 bars)
- Zone strength threshold
- Zone tolerance for price reactions
### **Signal Filters**
- **Simple Mode**: Basic reliable signals (recommended for beginners)
- **Complex Mode**: Advanced confluence filters (for experienced traders)
- RSI Kernel filter with customizable parameters
- Price structure and momentum filters
### **Risk Management**
- Visual TP/SL lines on chart
- Configurable risk-reward ratios (0.5x to 5x)
- Automatic position tracking
## 🔧 RECOMMENDED SETTINGS
### **For Beginners:**
- ✅ Simple Signal Logic: ON
- ❌ RSI Kernel Filter: OFF
- ❌ Price Structure Filter: OFF
- ❌ Volume Filter: OFF
### **For Advanced Traders:**
- ❌ Simple Signal Logic: OFF
- ✅ Enable all confluence filters
- Risk-Reward Ratio: 2:1
- Zone Reaction Strength: 0.8+
## 📈 BEST USED ON
- **Timeframe**: 1-minute charts (primary)
- **Markets**: Forex major pairs, Gold (XAUUSD), Major indices
- **Session**: High volatility sessions (London/New York overlap)
- **Pairs**: EUR/USD, GBP/USD, XAU/USD, NAS100, SPX500
## ⚠️ IMPORTANT NOTES
### **Risk Disclaimer**
- This indicator is for educational purposes only
- Past performance does not guarantee future results
- Always use proper risk management
- Test thoroughly before live trading
### **Technical Features**
- **No Repainting**: Uses confirmed data only
- **Real-time Alerts**: Customizable alert messages
- **Performance Optimized**: Efficient Pine Script v6 code
- **Visual Clarity**: Clean chart display with optional debug info
## 📱 ALERT SETUP
The indicator includes built-in alert functionality:
1. Enable "Alerts" in settings
2. Create TradingView alert on the indicator
3. Receive notifications for LONG/SHORT signals
4. Alerts include entry price, stop loss, and take profit levels
## 🎨 VISUAL ELEMENTS
- **Green Labels**: LONG entry signals
- **Red Labels**: SHORT entry signals
- **Green Lines**: Demand zones (support)
- **Red Lines**: Supply zones (resistance)
- **Blue Lines**: Entry price levels
- **Yellow Line**: 200 EMA trend filter
- **Background**: Trend bias coloring (optional)
## 🏆 WHAT MAKES THIS SPECIAL
1. **Multi-Confluence System**: Combines 6+ different signal confirmations
2. **Zone-Based Logic**: Trades only from key levels, not random price action
3. **Non-Repainting**: Reliable signals that don't disappear
4. **Beginner-Friendly**: Simple mode for new traders, advanced options for pros
5. **Complete Solution**: Trend, zones, entries, and risk management in one indicator
---
## 📞 SUPPORT & UPDATES
Follow for updates and trading insights. Questions? Feel free to comment below!
**Happy Trading! 🎯**
---
*Tags: scalping, multi-timeframe, supply-demand, RSI, stochastic, non-repainting, forex, gold, indices, Pine Script v6*
Superdupermegadeduper signals by BrenFX# 🚀 Multi-Timeframe Scalping Strategy - Advanced Trading Signals
## 📋 OVERVIEW
The **Multi-Timeframe Scalping Strategy** is a comprehensive Pine Script v6 indicator designed for precision scalping on the 1-minute timeframe. It combines multiple timeframe analysis with advanced confluence filters to provide high-probability entry signals while eliminating false breakouts and wrong-direction trades.
## 🎯 KEY FEATURES
### ✅ **Multi-Timeframe Analysis**
- **1-Hour Trend Filter**: Uses 200 EMA to determine overall market bias
- **15-Minute Structure Zones**: Identifies key supply and demand levels
- **1-Minute Entry Signals**: Precise entry timing with multiple confirmations
### ✅ **Non-Repainting Technology**
- Uses only **confirmed, historical data** to prevent signal repainting
- All higher timeframe data uses completed bars only ( offset)
- Real-time performance matches backtesting results
### ✅ **Advanced Signal Filtering**
- **RSI Kernel Optimization**: Smoothed RSI with noise reduction for better reversal detection
- **Candlestick Pattern Recognition**: Bullish/bearish engulfing and rejection patterns
- **Stochastic RSI Crossovers**: Momentum confirmation from oversold/overbought levels
- **Volume Spike Detection**: Confirms signals with unusual volume activity
- **Price Structure Analysis**: Ensures signals align with market structure
### ✅ **Smart Zone Logic**
- **Supply Zone Detection**: Identifies resistance levels with strong bearish follow-through
- **Demand Zone Detection**: Identifies support levels with strong bullish follow-through
- **Zone Position Validation**: Prevents longs at supply zones and shorts at demand zones
- **Zone Reaction Strength**: Filters weak touches, only trades strong reactions
## 📊 SIGNAL TYPES
### 🟢 **LONG SIGNALS**
Triggered when:
- Price is above 1H EMA (bullish trend)
- Price reacts to demand zone
- Bullish candlestick pattern confirmed
- Stochastic RSI crosses up from oversold
- Optional: Volume spike confirmation
### 🔴 **SHORT SIGNALS**
Triggered when:
- Price is below 1H EMA (bearish trend)
- Price reacts to supply zone
- Bearish candlestick pattern confirmed
- Stochastic RSI crosses down from overbought
- Optional: Volume spike confirmation
## ⚙️ CUSTOMIZATION OPTIONS
### **Trend Filter Settings**
- Enable/disable 1H trend filter
- Adjustable EMA length (default: 200)
- Trend background visualization
### **Zone Settings**
- Zone lookback period (3-20 bars)
- Zone strength threshold
- Zone tolerance for price reactions
### **Signal Filters**
- **Simple Mode**: Basic reliable signals (recommended for beginners)
- **Complex Mode**: Advanced confluence filters (for experienced traders)
- RSI Kernel filter with customizable parameters
- Price structure and momentum filters
### **Risk Management**
- Visual TP/SL lines on chart
- Configurable risk-reward ratios (0.5x to 5x)
- Automatic position tracking
## 🔧 RECOMMENDED SETTINGS
### **For Beginners:**
- ✅ Simple Signal Logic: ON
- ❌ RSI Kernel Filter: OFF
- ❌ Price Structure Filter: OFF
- ❌ Volume Filter: OFF
### **For Advanced Traders:**
- ❌ Simple Signal Logic: OFF
- ✅ Enable all confluence filters
- Risk-Reward Ratio: 2:1
- Zone Reaction Strength: 0.8+
## 📈 BEST USED ON
- **Timeframe**: 1-minute charts (primary)
- **Markets**: Forex major pairs, Gold (XAUUSD), Major indices
- **Session**: High volatility sessions (London/New York overlap)
- **Pairs**: EUR/USD, GBP/USD, XAU/USD, NAS100, SPX500
## ⚠️ IMPORTANT NOTES
### **Risk Disclaimer**
- This indicator is for educational purposes only
- Past performance does not guarantee future results
- Always use proper risk management
- Test thoroughly before live trading
### **Technical Features**
- **No Repainting**: Uses confirmed data only
- **Real-time Alerts**: Customizable alert messages
- **Performance Optimized**: Efficient Pine Script v6 code
- **Visual Clarity**: Clean chart display with optional debug info
## 📱 ALERT SETUP
The indicator includes built-in alert functionality:
1. Enable "Alerts" in settings
2. Create TradingView alert on the indicator
3. Receive notifications for LONG/SHORT signals
4. Alerts include entry price, stop loss, and take profit levels
## 🎨 VISUAL ELEMENTS
- **Green Labels**: LONG entry signals
- **Red Labels**: SHORT entry signals
- **Green Lines**: Demand zones (support)
- **Red Lines**: Supply zones (resistance)
- **Blue Lines**: Entry price levels
- **Yellow Line**: 200 EMA trend filter
- **Background**: Trend bias coloring (optional)
## 🏆 WHAT MAKES THIS SPECIAL
1. **Multi-Confluence System**: Combines 6+ different signal confirmations
2. **Zone-Based Logic**: Trades only from key levels, not random price action
3. **Non-Repainting**: Reliable signals that don't disappear
4. **Beginner-Friendly**: Simple mode for new traders, advanced options for pros
5. **Complete Solution**: Trend, zones, entries, and risk management in one indicator
---
## 📞 SUPPORT & UPDATES
Follow for updates and trading insights. Questions? Feel free to comment below!
**Happy Trading! 🎯**
---
*Tags: scalping, multi-timeframe, supply-demand, RSI, stochastic, non-repainting, forex, gold, indices, Pine Script v6*
Finance Nirvana Buy/Sell Signals Generator V1.1Finance Nirvana Buy Sell Indicator combines multiple layers of analysis into a single, streamlined overlay. It plots key trend and volatility structures—EMAs and Bollinger Bands—while computing a fast, zero-lag EMA (ZLEMA20) for more responsive trend detection. Extreme RSI and volume events are flagged directly on the chart, and classic two-bar price-action (Buy / Sell) signals are only triggered when confirmed by ATR-based volatility breakouts, ADX trend strength, dynamic RSI momentum filters, and volume confirmations. A multi-timeframe alignment table shows both “bullish vs. bearish” status and live RSI readings across 5m, 15m, 60m, 240m, and daily frames, and intraday pivot, support, and resistance levels are drawn for easy reference.
Rel 1.1 contains Table to show previous / todays High/low
Multi SMA AnalyzerMulti SMA Analyzer with Custom SMA Table & Advanced Session Logic
A feature-rich SMA analysis suite for traders, offering up to 7 configurable SMAs, in-depth trend detection, real-time table, and true session-aware calculations.
Ideal for those who want to combine intraday, swing, and higher-timeframe trend analysis with maximum chart flexibility.
Key Features
📊 Multi-SMA Overlay
- 7 SMAs (default: 5, 20, 50, 100, 200, 21, 34)—individually configurable (period, source, color, line style)
- Show/hide each SMA, custom line style (solid, stepline, circles), and color logic
- Dynamic color: full opacity above SMA, reduced when below
⏰ Session-Aware SMAs
- Each SMA can be calculated using only user-defined session hours/days/timezone
- “Ignore extended hours” option for accurate intraday trend
📋 Smart Data Table
- Live SMA values, % distance from price, and directional arrows (↑/↓/→)
- Bull/Bear/Sideways trend classification
- Custom table position, size, colors, transparency
- Table can run on chart or custom (higher) timeframe for multi-TF analysis
🎯 Golden/Death Cross Detection
- Flexible crossover engine: select any two from (5, 10, 20, 50, 100, 200) for fast/slow SMA cross signals
- Plots icons (★ Golden, 💀 Death), optional crossover labels with custom size/colors
🏷️ SMA Labels
- Optional on-chart SMA period labels
- Custom placement (above/below/on line), size, color, offset
🚨 Signal & Trend Engine
- Bull/Bear/Sideways logic: price vs. multiple SMAs (not just one pair)
- Volume spike detection (2x 20-period SMA)
- Bullish engulfing candlestick detection
- All signals can use chart or custom table timeframe
🎨 Visual Customization
- Dynamic background color (Bull: green, Bear: red, Neutral: gray)
- Every visual aspect is customizable: label/table colors, transparency, size, position
🔔 Built-in Alerts
- Crossovers (SMA20/50, Golden/Death)
- Bull trend, volume spikes, engulfing pattern—all alert-ready
How It Works
- Session Filtering:
- SMAs can be set to count only bars from your chosen market session, for true intraday/trading-hour signals
Dynamic Table & Signals:
- Table and all signal logic run on your selected chart or custom timeframe
Flexible Crossover:
- Choose any pair (5, 10, 20, 50, 100, 200) for cross detection—SMA 10 is available for crossover even if not shown as an SMA line
Everything is modular:
- Toggle features, set visuals, and alerts to your workflow
🚨 How to Use Alerts
- All key signals (crossovers, trend shifts, volume spikes, engulfing patterns) are available as alert conditions.
To enable:
- Click the “Alerts” (clock) icon at the top of TradingView.
- Select your desired signal (e.g., “Golden Cross”) from the condition dropdown.
- Set your alert preferences and create the alert.
- Now, you’ll get notified automatically whenever a signal occurs!
Perfect For
- Multi-timeframe and swing traders seeking higher timeframe SMA confirmation
- Intraday traders who want to ignore pre/post-market data
- Anyone wanting a modern, powerful, fully customizable multi-SMA overlay
// P.S: Experiment with Golden Cross where Fast SMA is 5 and Slow SMA is 20.
// Set custom timeframe for 4 hr while monitoring your chart on 15 min time frame.
// Enable Background Color and Use Table Timeframe for Background.
// Uncheck Pine labels in Style tab.
Clean, open-source, and loaded with pro features—enjoy!
Like, share, and let me know if you'd like any new features added.
MA Respect IndicatorThis indicator tells you how much a moving average is being respected.
Green = highly respected
Blue = watch out, transitioning
Red = not respected at all.
If you trade moving averages, you may find this very helpful with determining when and when not to trust a MA. This can be changed to look at a VWAP, and many other different MA calculation types.
Buy/Sell Indicator (RSI, MACD, ATR) v6+Buy Sell indicators based on EMA, Volume and MACD Has buy and sale flag indicators
Forex Dynamic Momentum Reversal (FDMR) - AlternativeRed and green dashed lines on the last bar represent the upper and lower volatility bands, extending from the previous bar.
Blue and orange labels on the last bar show the fast and slow EMA values.
Green triangles below bars indicate buy signals; red triangles above bars indicate sell signals.
Enable Alerts: Set up alerts in TradingView for buy/sell signals.
EMA Stack (13–200) Toggle📈 EMA Stack (13–200) Toggle – Color-Coded Trend Filter
Customizable EMA stack with slope-based coloring:
• 🟩 Green = Bullish slope
• 🟥 Red = Bearish slope
• Lengths: 13, 20, 34, 50, 89, 100, 200
• Toggle each EMA on/off in settings
✅ Great for:
• Trend confirmation
• Pullback entries
• Momentum confluence across timeframes
• Heikin Ashi candle setups (as shown in screenshot)
Clean, clear, and built for scalping or trend-riding.
Smart MA Cross SystemA smartish MA cross signaling indicator. Allows the user to implement offset moving averages and receive signals and alerts based on their behavior.
Relative StrengthDescription:
This indicator provides a simplified yet powerful method for measuring a stock's momentum based on its proximity to its recent high. It is a direct implementation of a trading concept discussed in a lecture from the New York Institute of Finance.
Core Concept
The underlying theory, supported by academic research, is that a stock making a new high is one of the most bullish signals possible. Such stocks have a statistical tendency to continue making new highs in the near term.
Instead of requiring complex relative strength calculations against a universe of stocks, this indicator uses a simple and elegant ratio to act as a proxy for momentum:
Indicator Value = Current Close / Highest High of Lookback Period
A value approaching 1.0 indicates the stock is strong and nearing a new high. A value at 1.0 means a new high has just been made.
How to Use This Indicator
The indicator consists of two primary components:
RS Line (Teal): The core momentum calculation (Close / High).
Signal MA (Orange): A moving average of the NHRS Line, which acts as the trigger for signals.
The signals are generated based on the crossover between these two lines:
BUY Signal: When the RS Line crosses ABOVE its moving average. This suggests that short-term momentum is accelerating and a new uptrend may be starting. The background will turn green.
SELL Signal: When the RS Line crosses BELOW its moving average. This indicates that momentum is fading and it may be prudent to exit the position to avoid a decline. The background will turn red.
Indicator Settings
You can customize the indicator to fit your trading style and the timeframe you are analyzing:
High Lookback Period: Choose the period for the "Highest High" calculation. Options range from 1 Month to 12 Months (52 weeks), allowing you to measure short-term or long-term strength.
Moving Average Length: Adjust the length of the signal line's moving average. The lecturer defaults to 26 weeks for a six-month view.
Moving Average Type: Select the type of moving average for the signal line (SMA, EMA, WMA, HMA).
Credits and Inspiration
Proper credit is essential. This script is a practical application of a concept that builds upon foundational academic work.
The core idea that a stock's proximity to its 52-week high is an investable anomaly was detailed in the 2004 Journal of Finance paper:
"The 52 Week High and Momentum Investing" by Thomas J. George and Chuan-Yang Hwang.
The lecturer's contribution, which this script implements, was to simplify this concept into an actionable trading tool by applying a moving average crossover to generate clear and objective buy and sell signals.
Disclaimer: This tool is for educational and informational purposes only. It is not financial advice. All trading involves risk, and you should always perform your own research and backtesting before making any trading decisions.
Customizable EMA & SMA ComboThis script includes both EMA and SMA into a single customizable indicatior.
Momentum_EMABandThe Momentum EMA Band V1 is a precision tool designed for intraday traders & scalpers. This is the first version of the script, combining three powerful technical elements to help traders identify directional moves while filtering out weak, choppy market phases.
🔧 How the Indicator Works — Combined Logic
This indicator merges well-known but distinct concepts into a unified visual framework:
1️⃣ EMA Price Band — Dynamic Zone Visualization
Plots upper and lower EMA bands based on user input (default: 9-period EMA).
Price relative to the bands provides immediate visual cues:
Green Band: Price above the upper EMA — bullish strength.
Red Band: Price below the lower EMA — bearish pressure.
Yellow Band: Price within the band — neutral zone.
2️⃣ Supertrend Overlay — Reliable Trend Confirmation
ATR-based Supertrend logic (customizable ATR length & factor).
Green Supertrend Line: Uptrend confirmation.
Red Supertrend Line: Downtrend confirmation.
Helps traders ride trends with dynamic levels that adjust to volatility.
3️⃣ ADX-Based No Trade Zone — Choppy Market Filter
Manual ADX calculation measures trend strength (default ADX length: 14).
When ADX is below a user-defined threshold (default: 20) and price is within the EMA Band buffer, a gray background highlights sideways or indecisive market conditions — suggesting no new trade or low momentum zone
Optional gray triangle marker shows the start of each No-Trade Zone phase.
🎯 Key Features
✅ Combines EMA Bands, Supertrend & ADX filtering for comprehensive market context.
✅ Visual No-Trade Zone shading keeps traders out of low-probability setups.
✅ Supertrend Line tracks evolving trend bias.
✅ Fully customizable — adjust EMA, ATR, ADX settings to match different instruments or styles.
✅ Clean, focused chart presentation for easy interpretation.
💡 Practical Application
Momentum Breakouts: Enter trades when price breaks beyond the EMA Band, with Supertrend confirmation.
Avoid Sideways Traps: Refrain from trading during gray-shaded No-Trade Zones, minimizing exposure to whipsaws.
Scalping & Intraday Edge: Particularly effective on lower timeframes where choppy periods are common.
⚠️ Important Disclaimer
This is Version 1 — future versions may expand on features based on trader feedback.
This script is for educational purposes only. Always combine with risk management and thorough strategy validation.
No indicator guarantees profitability — use this tool as part of a broader trading system.
[CRTT] Dragon TrendModified Sonic R system based on Wyckoff logic to indicate current trend phase and strength based on the Dragon (EMA34) color.
1. Red : downtrend but the trend strength is weak and can be consider as phase |B| or |D|. Open positions in this color is risk, we should wait more.
2. Green : uptrend but the trend strength is weak and can be consider as phase |B| or |D|. Open positions in this color is risk, we should wait more.
3. Purple : uptrend and the strength of trend is strongly bullish that can be considered as phase |D| or |E| in accumulation phase. This is where we place our Long positions because the trend is strongly bullish and price could continue to run upward.
4. Blue : downtrend and the strength of trend is strongly bearish that can be considered as phase |D| or |E| in distribution phase. This is where we place our Short positions because the trend is strongly bearish and price could continue to run downward.
MCDX with MAs📌 MCDX with MAs – Market Participant Flow Analyzer
🔍 Overview
This invite-only indicator is a powerful evolution of the MCDX concept, designed to analyze market behavior by profiling three key trader types—Bankers (Smart Money), Hot Money, and Retail Traders—using a proprietary RSI-based model and group-specific Moving Averages (MAs). It provides a real-time visualization of market participant dominance, momentum, and potential reversals to support strategic decision-making.
⚙️ How It Works
Each participant group is independently analyzed through:
✅ Custom RSI Calculations – Each group's RSI is computed using a proprietary method that adjusts sensitivity, smoothing, and thresholds to capture group-specific momentum. The logic goes beyond standard RSI, incorporating dynamic level zones (L1/L2/L3) and smoothing tailored to institutional or retail behavior.
✅ Group-Specific MAs – Users can assign unique MA types (EMA, SMA, WMA, RMA, SMMA) and lengths for each group, which are applied to the group’s custom RSI output rather than price.
✅ Histogram Visuals – Each group is displayed using capped histograms to normalize scale, making participant dominance and trend strength easier to interpret visually.
✅ Multi-Timeframe Support – RSI and MA values can be sourced from higher timeframes, allowing for alignment with broader market context.
🟢 Bullish Bias Conditions
Banker RSI is rising and crosses above one or more of its MAs.
Hot Money RSI is rising and above its MA.
Retail RSI is falling (indicating retail exit).
Setup is stronger if Banker or Hot Money RSI recovers from oversold zones.
🔴 Bearish Bias Conditions
Banker RSI is falling and below all of its MAs.
Hot Money RSI is falling.
Retail RSI is rising (indicating retail entering into weakness).
Setup is stronger if RSI values are near overbought levels.
📊 Visual Representation
Bankers (Smart Money): Green histogram (strong or light based on RSI-MA alignment)
Hot Money: Yellow histogram (bright or soft)
Retail Traders: Red histogram (bright or soft)
Histogram bars reflect real-time momentum and dominance shifts based on the relationship between each group’s RSI and its MAs.
🔔 Alert Logic (User-Configurable in Code)
RSI crossing above/below any group-specific MA
Entry or exit from dynamic RSI threshold zones (L1, L2, L3)
Divergence between Bankers and Retail behavior
Full alignment or trend shifts across all three groups
🛠️ Key Features
Custom RSI sensitivity control
Per-group MA type and length inputs
Multi-timeframe sourcing for trend confirmation
User-defined RSI thresholds for extreme zone detection
Scaled histogram visualization for intuitive analysis
✅ Why Invite-Only?
This script uses a proprietary model combining custom RSI logic, group-segmented MA filtering, and behavioral divergence detection between trader types. The closed-source format is used to protect the intellectual property of these unique implementations, while this transparent explanation ensures traders fully understand how to use and benefit from the tool.
⚠️ Important Notes
This tool is intended for strategic support and educational use only.
Always use in combination with price action, volume analysis, and support/resistance levels.
It is not financial advice.
📈 Best For
Swing traders seeking accumulation/distribution insights
Traders identifying trend strength via institutional behavior
Those analyzing divergence between Smart Money and Retail activity
ATR Trend Color📌 ATR Trend Color — Visually clean trend-following tool based on adaptive ATR trailing stop
► Description
ATR Trend Color is a simple yet powerful indicator designed to visually identify and follow the market trend using an adaptive ATR-based trailing stop. Its main advantage lies in clarity — it uses just a single line that dynamically changes color based on trend direction:
✅ Blue line indicates price is above the trailing stop (bullish trend).
🔻 Black line indicates price is below the trailing stop (bearish trend).
This clean display allows for instant trend recognition and potential exit or reversal zones.
► How it works
The indicator uses the Average True Range (ATR) to calculate a dynamic trailing stop level. ATR measures volatility and adjusts the trailing line to match current market conditions:
When the price rises, the line moves up and acts as dynamic support.
When the price drops, the line moves down and acts as resistance.
This behavior makes it ideal for trend following and volatility-adjusted stop-loss placement.
► Key Features:
✅ Clean chart with just one ATR trailing line
✅ Dynamic color changes in real-time
✅ Great for trend confirmation and management
✅ Customizable ATR period and multiplier
✅ Step line with diamonds for high visual clarity
► How to use
Add the indicator to your chart.
Adjust ATR period and multiplier to your strategy (default: ATR 7 / multiplier 3.1).
Follow the line color:
Blue: Bullish trend — may signal to stay in long positions.
Black: Bearish trend — may suggest exit or short entries.
► Originality
Unlike typical ATR trailing stop indicators that display two lines or static colors, ATR Trend Color simplifies visualization by using a single smart line with real-time visual feedback on trend direction.
Additionally, it uses the “Step line with diamonds” display mode to enhance readability in fast or noisy markets.