DBG X WOLONG📊 USER GUIDE – DBG X WOLONG ALGORITHM
🎯 OVERVIEW
The DBG X WOLONG Future Algorithm is a Pine Script v5 that integrates multiple advanced technical indicators, enabling traders to analyze markets and make precise trading decisions.
⚙️ MAIN SETTINGS
🔹 Sensitivity
Value: 1–20 (Default: 6)
Function: Adjusts the sensitivity of the SuperTrend signal
Guidelines:
Low value (1–5): Fewer signals, higher accuracy
High value (15–20): More signals, but with possible noise
🎨 DISPLAY SETTINGS
🔹 Candle Colors
Version 1: Based on MACD histogram
Version 2: Based on SuperTrend
🔹 Color Themes
Theme 1: Traditional Green/Red
Theme 2: Gold/Purple
Theme 3: Blue/Orange
No Fill: No background color displayed
📊 TRADING SIGNALS
🔹 Buy/Sell Signals
BUY 🚀 appears when:
SuperTrend shifts from bearish to bullish
Closing price > SMA 13
Braid Filter confirms
SELL appears when:
SuperTrend shifts from bullish to bearish
Closing price < SMA 13
Braid Filter confirms
🔹 Reversal Signals
▲ (Up Arrow): Buy signal when RSI crosses above 30
▼ (Down Arrow): Sell signal when RSI crosses below 70
🔹 Pullback Signals
▲ Purple: Pullback in bullish trend
▼ Purple: Pullback in bearish trend
🎯 TAKE PROFIT & STOP LOSS
🔹 TP Modes
Version 1: TP based on pivot points
Version 2: TP based on regression line
Close Price: TP at candle close
🔹 TP/SL Settings
TP Ratio: 2.0 (Default)
TP Length: 150 (Default)
ATR SL Length: 10
ATR SL Risk: 1.9
🔹 Labels Displayed
ENTRY: Entry point
STOP LOSS: Stop loss point
TP 1/2/3: 3 take profit levels
☁️ MOVING AVERAGE CLOUD
🔹 Supported MA Types
SMA – Simple Moving Average
EMA – Exponential Moving Average
WMA – Weighted Moving Average
HMA – Hull Moving Average
ALMA – Arnaud Legoux Moving Average
McGinley – McGinley Dynamic
FRAMA – Fractal Adaptive Moving Average
🔹 Cloud Cycles
Default: 2, 6, 11, 18, 21, 24, 28, 34
Customizable: All 8 cycles
🔹 Ribbon Cycles
Default: 6, 13, 20, 28, 36, 45, 55, 444
Customizable: All 8 cycles
🔧 BRAID FILTER
🔹 Function
Filters out noise signals
Confirms strong trends
🔹 Settings
MA Filter: McGinley (Recommended)
Filter Strength: 80% (Default)
📈 TRENDS & INDICATORS
🔹 SuperTrend
Main trend indicator
Generates primary buy/sell signals
🔹 Advanced Ichimoku
Tenkan-Sen: Blue line
Kijun-Sen: Orange line
Senkou Span A/B: Ichimoku cloud
🔹 Trend Tracking
Based on EMA 10 vs EMA 20
Candle colors follow trend direction
🔹 Trend Catcher
Range Filter with multiple options
Adjustable sensitivity
📊 MULTI-TIMEFRAME TREND PANEL
🔹 Displayed Timeframes
1m, 3m, 5m
15m, 30m, 1H
2H, 4H, 8H, Daily
🔹 Displayed Info
Current Position: Bullish/Bearish
Trend: Per timeframe
Volume: Current trading volume
🔹 Panel Positioning
9 selectable positions
Sizes: Large, Normal, Small, Extra Small
🚀 TRADE EXECUTION
📈 LONG ENTRY
✅ Entry Conditions
BUY 🚀 signal appears
SuperTrend turns from red to green
Price > SMA 13
Braid Filter confirms (green)
Trend Panel shows "Bullish" across multiple TFs
📊 Additional Confirmations
MACD Histogram > 0 and rising
RSI crosses above 30 (if reversal signal)
EMA Pullback shows ▲ purple
🎯 Trade Management
Entry: According to ENTRY label
Stop Loss: According to STOP LOSS label
Take Profit: TP1 → TP2 → TP3
📉 SHORT ENTRY
✅ Entry Conditions
SELL signal appears
SuperTrend turns from green to red
Price < SMA 13
Braid Filter confirms (red)
Trend Panel shows "Bearish" across multiple TFs
📊 Additional Confirmations
MACD Histogram < 0 and declining
RSI crosses below 70 (if reversal signal)
EMA Pullback shows ▼ purple
🎯 Trade Management
Entry: According to ENTRY label
Stop Loss: According to STOP LOSS label
Take Profit: TP1 → TP2 → TP3
🎛️ RECOMMENDED SETTINGS
👥 For Beginners
Sensitivity: 6
Candle Colors: Version 1
Buy/Sell Signals: ON
Reversal Signals: OFF
Trend Panel: ON
🏆 For Experienced Traders
Sensitivity: 4–8 (depending on market)
Reversal Signals: ON
Pullback: ON
All indicators: ON
ATR SL Risk: 1.5–2.0
⚡ For Scalping
Sensitivity: 8–12
Timeframes: 1m, 3m, 5m
Use only: SuperTrend + Braid Filter
Quick TP: Only TP1
📊 For Swing Trading
Sensitivity: 4–6
Timeframes: 1H, 4H, 1D
Use all: Full signals
TP: All 3 levels (TP1, TP2, TP3)
⚠️ IMPORTANT NOTES
🔴 Avoid Trading When
Signals conflict across timeframes
Market is strongly ranging/sideways
Abnormally low volume
Price is at major support/resistance zones
🟢 Prefer Trading When
At least 2–3 confirmations align
Clear trend across multiple timeframes
Strong volume surge
Breakout from consolidation zone
💡 Usage Tips
Always wait for confirmation: Never enter with just 1 signal
Risk management: Place SL according to STOP LOSS label
Follow trend panel: Prioritize overall trend
Use multiple timeframes: Analyze top-down
Backtest first: Test strategy on historical data
🛠️ TROUBLESHOOTING
❓ No signals appear
Check if inputs are enabled
Adjust sensitivity
Try switching timeframe
❓ Too many false signals
Lower sensitivity
Increase Braid Filter strength
Trade only with main trend
❓ Trend panel not showing
Enable "Display Dashboard"
Select proper panel position
Adjust panel size
📞 SUPPORT
If you encounter issues using this script, please:
Carefully read this guide
Practice on a demo account
Backtest thoroughly before live trading
📈 Wishing you successful trading! 🚀
Medie mobili
CTM — Composite Trend & Momentum The Composite Trend & Momentum (CTM) indicator is designed to bring together multiple dimensions of market analysis — trend, momentum, and volatility — into a single, easy-to-read tool.
🔹 Trend Detection
Uses a Hull Moving Average (or optional SMA/EMA/WMA) to smooth price action.
Direction is confirmed with ADX (trend strength).
🔹 Momentum Signals
RSI is scaled to highlight overbought/oversold shifts.
MACD-style momentum is normalized against ATR for consistency across assets.
🔹 Volatility Filter
ATR ensures signals only appear when there’s enough price movement to matter.
Helps filter out false signals in flat markets.
🔹 Composite Score
All components are blended into a single “composite strength” line.
Histogram and background colors visualize bullish/bearish conditions.
🔹 Buy & Sell Signals
Arrows and markers show entry points when trend, momentum, and volatility align.
Alerts included for buy/sell signals and trend flips.
✅ Best used for:
Identifying when trend and momentum agree (stronger setups).
Filtering noise with volatility confirmation.
Swing trading and intraday setups across stocks, forex, crypto, and futures.
⚠️ Note: This is not financial advice. Always combine with risk management and your own analysis.
Tal's multi-indicator trading system# Tal's Trading Indicator - Complete Analysis
## Overview
This is a comprehensive TradingView Pine Script indicator that combines multiple technical analysis tools into one unified system. The indicator is primarily written in Hebrew and includes several advanced features.
## Main Components
### 1. Cup & Handle Pattern Detection
The core feature of this indicator is automated Cup & Handle pattern recognition:
**Key Parameters:**
- **Left/Right lookback periods**: Controls pivot point detection (3 left, 1 right default)
- **Search range**: Looks back 50 bars for pattern formation
- **Angle percentage**: 22% maximum angle between cup rim points
- **Cup height percentages**: 22% for both top and bottom cup measurements
- **Maximum breakouts**: 20% tolerance for false breakouts above/below pattern lines
**Pattern Validation:**
- Detects pivot highs and validates cup formation
- Uses mathematical cosine calculations for cup shape validation
- Checks for breakout violations within acceptable thresholds
- Identifies handle formation within 30 bars maximum
- Confirms breakout above cup rim
### 2. Technical Ratings System
Integrates TradingView's technical rating system across multiple timeframes:
**Supported Timeframes:**
- Current timeframe (customizable)
- 1 Hour, 4 Hour, Daily, Weekly, Monthly
**Rating Categories:**
- Moving Averages ratings
- Oscillator ratings
- Combined (All) ratings
**Visual Display:**
- Color-coded table (Strong Buy, Buy, Neutral, Sell, Strong Sell)
- Multi-timeframe comparison
- Customizable position and colors
### 3. Analyst Ratings Integration
Displays professional analyst recommendations:
**Included Data:**
- Average price target
- Median price target
- High/low price estimates
- Buy/Hold/Sell recommendation counts
- Strong buy/sell recommendations
**Visual Elements:**
- Price target lines on chart
- Comprehensive analyst table
- Color-coded recommendation display
### 4. Moving Averages & Trend Analysis
**Displayed Averages:**
- 20-period SMA (blue)
- 50-period SMA (yellow)
- 150-period SMA (green)
**Trend Logic:**
- Bullish: Close > SMA20 > SMA50 > SMA150
- Used for signal filtering when enabled
### 5. Entry/Exit Signal System
**Entry Conditions:**
- Cup & Handle breakout confirmed
- Optional trend filter (bullish alignment required)
- No existing position
**Take Profit Methods:**
1. **Classic Pattern Target**: Entry price + cup height
2. **Analyst Average Target**: Uses analyst average price target
**Stop Loss Methods:**
1. **Handle Low**: Uses the lowest point of the handle
2. **Breakout Line**: Uses the cup rim level
## Visual Features
### Status Panel
Real-time display showing:
- Cup detection status
- Handle detection status
- Breakout confirmation
- Current trend direction
### Color Coding
- **Cup patterns**: Yellow fill with aqua borders
- **Retracement zones**: Red highlighting
- **Signals**: Green triangles for entries
- **Levels**: Green/red lines for TP/SL
## User Customization
### Cup & Handle Settings
- Pivot detection sensitivity
- Pattern angle tolerance
- Height requirements
- Breakout thresholds
- Visual display options
### Technical Ratings
- Timeframe selection
- Rating type focus (MAs, Oscillators, All)
- Color scheme customization
- Table positioning
### Signal System
- Enable/disable signals
- Trend filtering toggle
- TP/SL calculation methods
- Alert conditions
## Advanced Features
### Mathematical Validation
- Uses cosine functions for cup shape verification
- Percentage-based breakout tolerance
- Dynamic handle detection within time windows
### Memory Management
- Automatic cleanup of old pattern data
- Array size limitations to prevent memory issues
- Efficient storage of historical patterns
### Alert System
- Configurable entry signal alerts
- Real-time notifications for new opportunities
## Use Cases
1. **Pattern Traders**: Automated Cup & Handle detection with precise entry/exit levels
2. **Multi-timeframe Analysis**: Compare technical strength across different periods
3. **Fundamental Integration**: Combine technical patterns with analyst expectations
4. **Risk Management**: Built-in stop loss and take profit calculations
## Strengths
- Comprehensive pattern recognition with mathematical validation
- Multi-timeframe technical analysis integration
- Professional analyst data inclusion
- Flexible customization options
- Built-in risk management tools
## Considerations
- Complex indicator with many parameters to optimize
- Pattern detection may have false signals in choppy markets
- Requires understanding of Cup & Handle pattern characteristics
- Best used in conjunction with other confirmation signals
This indicator represents a sophisticated approach to combining classical chart patterns with modern technical analysis tools, making it suitable for both discretionary and systematic trading approaches.
Breakout/Buy/Sell v6.5
Break Buy Sell Indicator v6.5 — Publish Description
What it is
A Heikin Ashi breakout event marker that runs a simple, sequential playbook:
BRK (intrabar) → BUY (bar close) → SELL (first Red Top-Test close).
Not a swing-high/low tool and not a full strategy—this is a breakout event detector.
How it works
A BRK prints intrabar only when core breakout confluence is present on the current bar:
Squeeze: Bollinger Band width below its lookback average × factor.
Break: High/close pushes beyond the lookback high (Early/Strict modes).
Volume: Volume > SMA(volume) × multiplier (mode-dependent).
Candle quality: Close in the top of the bar’s range (mode-dependent).
Adaptive override (optional): Close > prior high + k·ATR and body ≥ k·ATR.
After a BRK:
BUY prints on bar close (confirmation of that breakout bar).
A Top-Test Ladder (tiny triangles above bars) tracks “pressure” via spacing:
green → yellow → red (defaults: Yellow=2, Red=4).
SELL prints on the first red top-test bar close.
Notes:
Built and tuned on Heikin Ashi; use HA for matching placements.
Replay shows BRK & BUY on the same bar (no intrabar simulation). Live: they are staggered.
Inputs
Core Conditions:
BB Length • BB Mult • Squeeze Lookback • Squeeze Factor • Breakout Lookback
Volume SMA Length • Volume Mult (Early/Strict) • Candle Close-in-Range %
Mode: Early (high may break) / Strict (close must break)
Adaptive Override (ATR): Enable • ATR Length • k (break) • k (body)
Top-Test Ladder: Bars gap for Yellow • Bars gap for Red (≥)
Trade Signals: Enable Buy/Sell • Suppress extra BRK while in trade • Plot labels
Visuals: Debug paints (squeeze bg, Pmp diamonds, volume dots, ladder marks)
Signals & Alerts
BRK (intrabar): triangle below bar
BUY (on close): label below bar
SELL (Red Top-Test, on close): label above bar
Create these alerts (exactly three):
Breakout — Once Per Bar
BUY — Once Per Bar Close
SELL (Red Top-Test) — Once Per Bar Close
How to use
Wait for BRK intrabar (attention).
BUY at the close of that bar.
Ride through green/yellow ladder; SELL on the first red top-test close.
Optional: keep “Suppress extra BRK” ON to avoid spam during the trade.
Suggested settings
Chart: Heikin Ashi
Defaults to match screenshots:
Mode Early • BB 20/2.0 • Squeeze 0.60 • Breakout Lookback 20
Volume SMA 20 • Early mult 1.5
Adaptive ON (ATR 14, break/body 0.5)
Ladder Yellow=2, Red=4
Enable Buy/Sell ON • Suppress extra BRK ON • Debug paints ON
Timeframes: 15–45m, 2–4h, 1D (1–5m = advanced/noisier)
What it does NOT do
Not a full strategy, risk model, or trade manager.
Not a swing high/low system.
No multi-timeframe logic; it runs on the chart timeframe.
Tips & Notes
If yellow rarely appears, that’s normal—Pmp thrusts reset the ladder to green.
Keep alerts exactly as listed to avoid duplicates (don’t also use “Any alert() function call”).
Switching off HA will shift BUY/SELL timing (different OHLC basis).
Changelog
v6.5 — BRK intrabar retained; BUY on bar close; SELL on first Red Top-Test close; cleaner 3-alert workflow; ladder defaults tuned (Yellow=2, Red=4).
Disclaimer
Educational only. Not financial advice. Backtest and size risk before live use.
GRANDEFAKO
This indicator combines EMA, RSI, and MACD to highlight trend strength, entry opportunities, and caution zones.
EMA (14/34/55 selectable) defines the main trend.
Candles turn yellow on a new MACD buy signal and purple when RSI crosses above 50.
RSI alerts: “Buy Opportunity” when RSI enters 30–35, “Caution” when RSI crosses above 70/80.
Designed to support trend-following and momentum-based trading decisions.
FijuThis indicator is designed to identify buy opportunities and then assist in trade management.
It relies on several technical filters:
Long-term trend: price above the 200-period moving average.
Momentum: bullish MACD (MACD line > signal line) and optionally positive.
Relative strength: RSI above 30, with detection of overbought conditions and weakness through the RSI moving average.
Timing: additional validation using candle color and proximity of the price to the SMA200 (limited deviation).
The indicator highlights different states using background colors and a label on the last candle:
🟢 Buy: potential buy signal.
🔵 Hold: keep the position.
🟠 Warning: caution, RSI is overbought or losing strength.
🔴 Sell: conditions invalidated, exit recommended.
👉 This is not an automated system but a decision-support tool. It only works for long entries and must be combined with a proper trade management methodology (money management, stop-loss, take-profit, trend following, etc.).
Daily HOD / LOD Anchored VWAP (24/7 Markets)mart Daily HOD/LOD Anchored VWAP (Auto Detect + Alerts)
This indicator automatically anchors VWAP at the High of Day (HOD) and Low of Day (LOD) for each session/day.
No more manual anchoring — the script tracks intraday highs and lows in real-time and resets cleanly at the start of each trading day or session.
✨ Features
✅ Auto-anchored AVWAP at daily High and Low
✅ Works for stock markets (with fixed sessions) and crypto markets (24/7)
✅ Clean reset every session/day
✅ Separate AVWAP lines for HOD and LOD
✅ Customizable colors & line widths
✅ Alerts included 🚨 (get notified instantly when a new High/Low AVWAP starts)
📈 Use Cases
Spot true intraday support/resistance levels
Track where institutions may be defending positions
Combine with price action, orderflow, or volume profile strategies
Perfect for intraday trading, scalping, and swing entries
⚡ Alerts
New HOD AVWAP → Fires when price makes a fresh high of day, starting a new anchored VWAP.
New LOD AVWAP → Fires when price makes a fresh low of day, starting a new anchored VWAP.
🛠️ Settings
Show/hide HOD or LOD VWAP
Customize line colors and thickness
Works seamlessly across stocks, futures, forex, and crypto
💡 Pro Tip:
AVWAP from the high and low of the day often acts as a magnet for price. Watch how price reacts when revisiting these levels — confluence with other indicators = high-probability setups.
⚠️ Disclaimer:
This script is for educational purposes only. It is not financial advice. Always manage your own risk.
Trend Strength Confidence AI Meter (ADX + Hull MA)The Trend Strength Confidence AI Meter is a trading decision tool that shows you what matters most:
Trend → Which Direction?
Confidence → Act Fast
Strength → Tailwinds
A simple dashboard for clarity, confidence, and conviction — without the clutter.
It strips out the noise of traditional charts and indicators, translating them into a clear visual you can trust. Instead of juggling multiple tools, you get one clean meter that highlights direction, conviction, and strength in real time.
Powered by the Hull Moving Average (faster than EMA) for responsive trend bias, and ADX tuned to catch strong trends, the Confidence Meter confirms when trend and buying strength are directionally aligned.
Built for ADX, Hull MA, and Trend Analysis.
Advanced Indicators Made Simple — Provided by The AI Trading Desk.
ADX, Hull MA, DI, Trend Strength, Confidence, Decision Tool, AI Trading Desk, signals, dashboard, meter
ARMA(Autoregressive Moving Average) Model -DeepALGO-📊 ARMA Model Indicator
This script is a custom indicator based on the ARMA (Autoregressive Moving Average) model, one of the fundamental and widely used models in time series analysis.
While ARMA is typically employed in statistical software, this implementation makes it accessible directly on TradingView, allowing traders to visualize and apply the dynamics of ARMA in financial markets with ease.
🧩 What is the ARMA Model?
The ARMA model explains time series data by combining two components: Autoregression (AR) and Moving Average (MA).
AR (Autoregression) component
Captures the dependence of current values on past values, modeling the inherent autocorrelation of the series.
MA (Moving Average) component
Incorporates past forecast errors (residuals), smoothing out randomness and noise while improving predictive capability.
By combining these two aspects, ARMA models can capture both the underlying structure of the data and the random fluctuations, providing a more robust description of price behavior than simple averages alone.
⚙️ Design of This Script
In classical statistics, ARMA coefficients are estimated using the ACF (Autocorrelation Function) and PACF (Partial Autocorrelation Function). However, this process is often too complex for trading environments.
This script simplifies the approach:
The coefficients theta (θ) and epsilon (ε) are fixed, automatically derived from the chosen AR and MA periods.
This eliminates the need for statistical estimation, making the indicator easy to apply with simple parameter adjustments.
The goal is not academic rigor, but practical usability for traders.
🔧 Configurable Parameters
AR Period (p): Order of the autoregressive part.
MA Period (q): Order of the moving average part. Shorter periods yield faster responsiveness, while longer periods produce smoother outputs.
Offset: Shifts the line forward or backward for easier comparison.
Smoothing Period: Additional smoothing to reduce noise.
Source: Choose from Close, HL2, HLC3, High, or Low.
🎯 Advantages Compared to Traditional Moving Averages
Commonly used moving averages such as SMA (Simple Moving Average) and EMA (Exponential Moving Average) are intuitive but have limitations:
SMA applies equal weights to past data, which makes it slow to respond to new price changes.
EMA emphasizes recent data, providing faster response but often introducing more noise and reducing smoothness.
The ARMA-based approach provides two key advantages:
Balance of Responsiveness and Smoothness
AR terms capture autocorrelation while MA terms correct residuals, resulting in a smoother line that still reacts more quickly than SMA or EMA.
Flexible Adaptation
By adjusting the MA period (q), traders can fine-tune how closely the model follows price fluctuations—ranging from rapid short-term responses to stable long-term trend recognition.
📈 Practical Use Cases
The ARMA indicator can be applied in several practical ways:
Trend Direction Estimation
The slope and position of the ARMA line can provide a straightforward read of bullish or bearish market conditions.
Trend Reversal Identification
Changes in the ARMA line’s direction may signal early signs of a reversal, often with faster reaction compared to traditional moving averages.
Confirmation with Other Indicators
Combine ARMA with oscillators such as RSI or MACD to improve the reliability of signals.
Combination with Heikin-Ashi
Heikin-Ashi candles smooth out price action and highlight trend changes. When used together with ARMA, they can significantly enhance reversal detection. For example, if Heikin-Ashi indicates a potential reversal and the ARMA line simultaneously changes direction, the confluence provides a stronger and more reliable trading signal.
⚠️ Important Notes
Risk of Overfitting
Excessive optimization of AR or MA periods may lead to overfitting, where the indicator fits historical data well but fails to generalize to future market conditions. Keep parameter choices simple and consistent.
Weakness in Sideways Markets
ARMA works best in trending environments. In range-bound conditions, signals may become noisy or less reliable. Consider combining it with range-detection tools or volume analysis.
Not a Standalone System
This indicator should not be used in isolation for trading decisions. It is best employed as part of a broader analysis framework, combining multiple indicators and fundamental insights.
💡 Summary
This script brings the theoretical foundation of ARMA into a practical, chart-based tool for traders.
It is particularly valuable for those who find SMA too lagging or EMA too noisy, offering a more nuanced balance between responsiveness and smoothness.
By capturing both autocorrelation and residual structure, ARMA provides a deeper view of market dynamics.
Combined with tools such as Heikin-Ashi or oscillators, it can significantly enhance trend reversal detection and strategy reliability.
Moving Average Colored EMA/SMA (MadDogX)The script will give you the ability to put an EMA and/or SMA on the chart that changes color based upon the direction. This edition allows you to select the timeframe for the EMA/SMA line, whether it by on the chart's timeframe or any other timeframe.
When the MA is moving up, it is green. When the MA is moving down, it is red. When it is flat, the line is blue.
All colors, thickness, etc, can be changed in the Settings.
Based on the script by Robert Nance on 072315
Pi Cycle OscillatorThis oscillator combines the Pi Cycle Top indicator with a percentile-based approach to create a more precise and easy to read market timing tool.
Instead of waiting for moving average crossovers, it shows you exactly how close you are to a potential market top.
Orange background means you should start preparing for a potential top and look into taking profits.
Red background means that the crossover has happened on the original Pi Cycle Indicator and that you should have already sold everything. (Crossover of the gray line aka 100)
Thank you
Bollinger Band Width Percentile - The_Caretaker
Pi Cycle Top - megasyl20
GRANDEFAKO2"This indicator allows you to select different EMAs (14/34/55), choose RSI and MACD on daily or weekly basis, and highlights candles with color signals. It also shows 'Caution' labels when RSI reaches overbought levels (70–90) and 'Buy Opportunity' when RSI drops below 30."
Trend-Momentum Volatility Breakout🚀 Trend-Momentum Volatility Breakout Strategy 🔥
Catch the biggest moves in the market with a strategy that blends:
📈 Trend (EMA Filter)
💪 Momentum (RSI Confirmation)
🌊 Volatility (ATR Breakouts)
✅ Dynamic Stop Loss & Take Profit
✅ Works on Forex, Crypto, Indices & Stocks
✅ No repainting – 100% clean signals
✅ Optimized for trending markets 📊
💡 Best used on higher timeframes (1H, 4H, Daily) but fully customizable!
Trade smarter, not harder 🧠💰
EMA Crossover with Touch ConfirmationThis indicator gives signals on the first touch of the 200 and 50 EMA cross within the first three candles closing either above or below the 50 EAM whatever the case is.
فلتر EMA 20/50/200 - صعودي فقط//@version=5
indicator("فلتر EMA 20/50/200 - صعودي فقط", overlay=true)
// مدخلات
lenFast = input.int(20, "EMA Fast")
lenSlow = input.int(50, "EMA Slow")
lenTrend = input.int(200,"EMA 200")
// حساب المتوسطات
emaFast = ta.ema(close, lenFast)
emaSlow = ta.ema(close, lenSlow)
emaTrend = ta.ema(close, lenTrend)
// ميل EMA200
slopeBars = input.int(5, "عدد الشموع لميل EMA200")
emaTrendSlope = emaTrend - emaTrend
// شروط الفلتر
trendUp = close > emaTrend and emaFast > emaSlow and emaSlow > emaTrend and emaTrendSlope > 0
bullCross = ta.crossover(emaFast, emaSlow)
// إشارة الفلتر
longFilter = trendUp and bullCross
// عرض على الشارت
plot(emaFast, color=color.orange, title="EMA20")
plot(emaSlow, color=color.blue, title="EMA50")
plot(emaTrend, color=color.green, title="EMA200")
plotshape(longFilter, title="فلتر شراء", style=shape.labelup,
text="✅ فلتر صعودي", color=color.green, location=location.belowbar, size=size.tiny)
// إخراج بوول (للإكسيل أو فرز الرموز في Screener)
filterOutput = longFilter ? 1 : 0
plotchar(filterOutput, char="●", color=longFilter ? color.green : na, title="فلتر فعّال")
5ema&1maI wanted a simple indicator that had 5 EMAs and 1 MA. But I wanted to be able to change the values for all averages depending on my use.
This is a simple script that does that.
Matts Moving Average's The 50,62,80,100moving average's
I use them for direction and strength also trend is easy to see
waiting for them to cross offer the best opportunities
3-Layer Trend Trail SystemThia is best for first 15 min after market opens. It will show you Buy and Sell signals with 85% accurate.
SMA_magistratura⚜️ Custom Indicator "SMA_Magistratura" — Why It’s Better Than Classic Indicators
🔹 Moving to advanced strategies
— But before we dive in, it’s essential to understand:
→ What a classic indicator is,
→ And how it differs from a custom-built one.
🔹 Example with classic SMA
— Open the BSPR stock (Bank Saint Petersburg),
— Add several Simple Moving Averages (SMA):
9, 21, 50, 100 periods,
→ Each is a separate indicator,
→ Takes up space and requires individual setup,
→ And may repaint or shift slightly over time.
📌 The problem:
— TradingView limits the number of indicators per chart,
— The more you add — the higher the chance of hitting the subscription limit,
→ Forcing you to upgrade to a more expensive plan.
🔹 Comparison with EMA (Exponential Moving Average)
— EMA reacts faster to price changes,
— But it repaints over time,
→ If you placed an order based on EMA yesterday — today it might appear in a different place.
→ This is its main drawback.
🔹 Why did we create our own indicator?
— To save time and money,
— To avoid cluttering the chart,
— To see everything at once: all SMAs and Order Blocks in a single tool.
🔹 How SMA Magistratura works
— We use a color-coded system for each timeframe:
1 hour — purple,
4 hours — black/white,
1 day — aqua,
1 week — peach,
1 month — maroon,
3 months — brown.
→ Easy to remember, simple to navigate.
🔹 Why is it better than classic SMA?
→ All moving averages are locked in place,
→ They don’t shift when switching timeframes,
→ When moving to lower timeframes — lower SMAs appear, higher ones remain visible,
→ When moving to higher timeframes — lower SMAs disappear, keeping the chart clean.
📌 Key benefit:
→ Minimizes visual noise,
→ Everything is fixed, stable, and does not repaint,
→ Helps make clear, confident trading decisions.
🔹 Additional features of SMA Magistratura
— Includes a built-in Order Block module,
— Highlights zones where order clusters formed,
→ Directly integrated into the indicator.
📌 All of this — in one single tool.
🔹 Why is this the best choice?
— Saves time,
— Frees up chart space,
— Increases analysis accuracy,
— Enables complex strategies without overload.
🔹 Conclusion:
— Classic indicators are useful — but inefficient for large-scale trading,
— The SMA Magistratura is a clear, structured system with real advantages.
💡 Use it — and you’ll see the market more clearly, and trade with greater confidence.
Matts Moving Average's The 50,62,100moving average's
I use them for direction and strength also trend is easy to see
waiting for them to cross offer the best opportunities
Ribbon — multi-MA trend bandsRibbon paints five translucent bands between six moving averages to visualize trend structure and regime at a glance. You can choose the MA type (EMA/SMA/WMA), customize lengths, and switch the coloring logic between an anchor-based mode and strict alignment.
What it shows
Six MAs on the current timeframe (defaults: 5 / 34 / 55 / 89 / 144 / 233).
Five bands filled between consecutive MAs:
5–34, 34–55, 55–89, 89–144, 144–233.
Optional plotting of MA lines (hidden by default to keep the chart clean).
Coloring modes
1. By EMA233 (Anchor mode)
Each band is colored Up or Down by comparing its upper MA to the anchor (the 6th MA in inputs, default length 233).
If MA > anchor → Up color (supportive regime).
If MA < anchor → Down color (resistive regime).
2. By Alignment
All bands share one color depending on strict ordering:
Up if MA1 > MA2 > MA3 > MA4 > MA5 > MA6
Down if MA1 < MA2 < MA3 < MA4 < MA5 < MA6
Gray otherwise (no clean alignment).
Inputs (key)
MA Type : EMA / SMA / WMA (applies to all six MAs).
MA 1…MA 6 (anchor) : lengths for each average (defaults form a classic ribbon up to 233).
Up/Down colors : band palette.
Base transparency / step : controls band opacity gradient (top band uses Base, each next band adds Step).
Show MA lines + Lines transparency : optionally draw the six MA curves.
How to read it
Directional bias : when most bands are green (anchor mode) or the whole ribbon is green (alignment mode), momentum favors the upside; red implies downside pressure.
Quality of trend : a persistent alignment (all ordered) signals a cleaner trend. Mixed/gray suggests chop or transition.
Pullback zones : price returning toward inner bands can mark areas to watch for continuation vs. failure.
Implementation notes
No higher-timeframe data, no lookahead — this is a non-repainting, current-TF visualization.
Bands still render even when MA lines are hidden (the script uses hidden plot anchors under the hood).
This is an indicator , not a strategy — it does not open/close trades or calculate P&L.
Disclaimer
This script is for educational and informational purposes only and does not constitute financial advice. Always test on historical data and manage risk appropriately.
EMA Crossover Alert with Pullback and Crossthis is mr. priyank sharma sir 's ema strategy indicator
it will plot buy or sell signal after ema break and opposite candle formed
it will aslo plot "cross" signal if price cross ema again
thank you priyanks sir for this awsome knowledge