Santhosh VWAP + 3 EMA + Buy Sell AlertI have combined VWAP and EMA , along with this generated buy and sell alert based on ATR . Best for Scalping
Moyenne mobile exponentielle (EMA)
MNQ Morning Indicator | Clean SignalsMNQ Morning Trading Indicator Summary
What It Does
This is a TradingView indicator designed for day trading MNQ (Micro Nasdaq-100 futures) during morning sessions. It generates BUY and SELL signals only when multiple technical conditions align, helping traders identify high-probability trade setups.
Core Strategy
BUY Signal Requirements (All must be true):
✅ Price above VWAP (volume-weighted average price)
✅ Fast EMA (9) above Slow EMA (21) - uptrend confirmation
✅ Price above 15-minute 50 EMA - higher timeframe confirmation
✅ MACD histogram positive - momentum confirmation
✅ RSI above 55 - strength confirmation
✅ ADX above 25 - trending market (not choppy)
✅ Volume 1.5x above average - strong participation
SELL Signal (opposite conditions)
Key Features
🎯 Risk Management
Stop Loss: 2× ATR (Average True Range)
Take Profit 1: 2× ATR (1:2 risk-reward)
Take Profit 2: 3× ATR (1:3 risk-reward)
Dollar values: Calculates P&L based on MNQ's $2/point value
⏰ Session Filter
Default: 9:30 AM - 11:30 AM ET (customizable)
Safety feature: Avoids first 15 minutes (high volatility period)
Won't generate signals outside trading hours
🛡️ Signal Quality
Rates each signal: 🔥 STRONG, ⚡ MEDIUM, or ⚠️ WEAK
Requires minimum 15 bars between signals (prevents overtrading)
📊 Visual Dashboard
Shows real-time metrics:
ATR values
ADX (trend strength)
RSI (momentum)
Market condition (TREND/CHOP)
Session status
Volume status
Signal cooldown timer
Visual Elements
📈 VWAP with standard deviation bands (1σ, 2σ, 3σ)
📉 Multiple EMAs with trend-based coloring
🟢/🔴 Buy/Sell arrows on chart
📋 Detailed trade labels showing entry, SL, TPs, and risk-reward ratios
🎨 Background highlighting for market conditions
Safety Features
Cooldown period between signals
Session restrictions (no trading outside set hours)
First 15-minute avoidance (post-open volatility)
Multi-confirmation requirement (all 7 conditions must align)
Trend filter (ADX minimum to avoid choppy markets)
Best For
Day traders focused on morning sessions
MNQ futures traders
Traders who prefer systematic, rule-based entries
Those wanting pre-calculated risk management levels
Customization
All parameters are adjustable:
EMA periods
MACD settings
RSI thresholds
ADX minimum
ATR multipliers
Session times
Visual preferences
This indicator is designed to be conservative — it waits for strong confirmation before signaling, which means fewer but potentially higher-quality trades.
EMA Candle ColorEMA Candle Color - Visual EMA-Based Candle Coloring System
Overview:
This indicator provides a visual approach to trend identification by coloring candles based on their relationship with an Exponential Moving Average (EMA). The script dynamically colors both the candle bars and plots custom candles to give traders an immediate visual representation of price momentum relative to the EMA.
How It Works:
The indicator calculates an EMA based on your chosen source (default: open price) and length (default: 10 periods). It then applies a simple yet effective rule:
When the source price is ABOVE the EMA → Candles turn GREEN (bullish)
When the source price is BELOW the EMA → Candles turn RED (bearish)
This instant visual feedback helps traders quickly identify:
Current trend direction
Potential support/resistance levels (the EMA line itself)
Momentum shifts when candles change color
Key Features:
Customizable EMA Parameters: Adjust the EMA length (1-500) and source (open, close, high, low, hl2, hlc3, ohlc4)
Custom Color Selection: Choose your preferred bullish and bearish colors to match your chart theme
Dual Visualization: Both bar coloring and custom plotcandle for enhanced visibility
Offset Capability: Shift the EMA line forward or backward for advanced analysis
Clean Design: Minimal overlay that doesn't clutter your chart
How to Use:
1. Add the indicator to your chart
2. Adjust the EMA Length based on your trading timeframe:
- Shorter periods (5-20) for day trading and scalping
- Medium periods (20-50) for swing trading
- Longer periods (50-200) for position trading
3. Watch for candle color changes as potential entry/exit signals
4. Combine with other indicators for confirmation
Trading Applications:
Trend Following: Stay in trades while candles remain the same color
Reversal Signals: Watch for color changes as early reversal warnings
Filter System: Only take long positions during green candles, shorts during red
Visual Clarity: Quickly assess market sentiment at a glance
Settings:
Length: EMA calculation period (default: 10)
Source: Price data used for EMA calculation (default: open)
Offset: Shift EMA line on chart (default: 0)
Bullish Color: Color for candles above EMA (default: green)
Bearish Color: Color for candles below EMA (default: red)
Technical Details:
The script uses Pine Script v6 and employs the standard ta.ema() function for smooth, responsive EMA calculations. The candle coloring is achieved through both barcolor() and plotcandle() functions, ensuring visibility across different chart settings.
Note:
This indicator works on all timeframes and instruments. For best results, combine with proper risk management and additional confirmation indicators. The EMA Candle Color system is designed to simplify trend identification, not as a standalone trading system.
Tips:
Use on higher timeframes for more reliable signals
Combine with volume analysis for confirmation
Consider using multiple EMA periods for confluence
Disable default candles if using the plotcandle feature to avoid overlap
This script is open-source. Feel free to use it as a foundation for your own trading system or modify it to suit your specific trading style.
Parabolic Short Criteria Parabolic Short Criteria
This indicator identifies overextended stocks that may be prime candidates for parabolic short setups, based on criteria by Bracco (@Braczyy on twitter/X) in his writeup "The Parabolic Short" (unchartedterritoryy.substack.com). One of the best in the game at Parabolic Short setups.
What It Measures:
The indicator calculates and displays metrics that quantify how overextended a stock is relative to key moving averages and its recent price action:
Distance Metrics:
ATR Extension above 50 SMA: Measures how many ATRs (Average True Range) the current price is above the 50-day Simple Moving Average. Higher values indicate extreme extension.
% Above 9/20/50/200 Moving Averages: Shows the percentage distance between current price and each key moving average level.
Momentum Metrics:
Consecutive Green Days: Counts how many days in a row the stock has closed higher
Consecutive Gap Ups: Tracks sequential gap-up openings (today's low > yesterday's high)
Range Expansion: Analyzes how many of the last 4 days showed larger percentage moves than the prior day
Volume Expansion: Counts consecutive days of increasing volume
Color Coding System:
Each metric uses a 4-tier color system for quick visual assessment:
Dark Green: Extremely overextended (highest alert level)
Light Green: Significantly overextended
Yellow: Moderately overextended
Red: Not overextended
Use Case:
This indicator is designed for traders looking to identify parabolic moves that have reached unsustainable levels. When multiple metrics show dark green or green, the stock may be due for a pullback or reversal. Not all criteria are often met at once, but the more the better.
EMA 9, 21 & 50 Indicator with Floating Labels🟢 EMA 9, 21 & 50 Indicator with Floating Labels
📘 Overview
This indicator plots three exponential moving averages (EMAs) to visualize short-, medium-, and longer-term trend structure on any timeframe:
EMA 9 – Bright Green (short-term momentum)
EMA 21 – Bright Yellow (medium-term trend)
EMA 50 – Red (broader trend confirmation)
Each EMA has a floating label on the right edge of the chart, so line identities remain visible as new candles form.
🪶 Features
Clear, fixed colors for easy recognition (Green 9 / Yellow 21 / Red 50)
Floating labels that stay visible off the right edge
Clean overlay compatible with any chart style
Lightweight and fast to render
📈 How to Use
Trend Filter:
Price above 21 & 50 → bullish bias; look for long setups or pullbacks toward the 9/21.
Price below 21 & 50 → bearish bias; look for short setups or rallies into 9/21.
Momentum vs. Structure:
9 EMA = momentum guide for quick swings.
21 EMA = primary trend line for swing entries/exits.
50 EMA = confirmation of broader direction.
🔧 Tips
Analyze trend on Daily or 4H; fine-tune entries on 1H/15m near the 9 or 21 EMA.
Pair with volume or RSI/MACD for extra confirmation at EMA touches/crosses.
Daily trend flip system📈 System 1 — Daily Trend Flip Screener
System 1 (Daily) is a trend-following screener indicator designed to help traders quickly identify assets showing strong bullish momentum, meaningful volatility, and solid liquidity.
By combining an EMA crossover with ATR filtering, this tool filters out weak or noisy signals and focuses on clean daily breakouts.
🧭 How it works
EMA Trend Flip — Signals when the fast EMA crosses above the slow EMA with an ATR-based buffer, reducing false triggers in chop.
ATR% Filter — Shows the 20-day average true range as a percentage of price to highlight assets with real movement.
$ Volume Filter — Displays average daily dollar volume over the past 20 days to ensure liquidity.
Days Since Long Trigger — Tracks how many trading days have passed since the last bullish flip, making it easy to find fresh momentum.
📊 Screener Columns
✅ LongSignal_1or0 — 1 if currently in a long signal
📈 ATR20_pct — 20-day ATR as a % of price
💰 ADDV20 — 20-day average daily dollar volume
⏳ DaysSinceLong — days since the last long trigger
💡 Use Cases
Quickly scan for daily breakout setups
Combine volatility and liquidity filters to narrow down quality tickers
Catch new momentum trades early in their trend
Build cleaner watchlists without manually scanning dozens of charts
TF weekly System 1 — Weekly Trend Flip Indicator
System 1 (Weekly) is a simple trend-following indicator that uses weekly EMAs with ATR filtering to highlight strong directional shifts.
📈 Uses weekly fast & slow EMAs
🧭 ATR filter removes weak or choppy signals
🟢 Bullish regime = fast EMA above slow + ATR margin
🔴 Bearish regime = fast EMA below slow − ATR margin
⚪ Neutral when neither condition is met
Works on any chart timeframe, but signals are based on weekly data
Ideal for position traders and longer-term swing trading
💡 Tip: Use this indicator to confirm larger trend direction and combine with lower timeframe strategies for entry timing.
Final trend following weeklySystem 1 — Weekly Trend Flip Indicator
System 1 (Weekly) is a simple trend-following indicator that uses weekly EMAs with ATR filtering to highlight strong directional shifts.
📈 Uses weekly fast & slow EMAs
🧭 ATR filter removes weak or choppy signals
🟢 Bullish regime = fast EMA above slow + ATR margin
🔴 Bearish regime = fast EMA below slow − ATR margin
⚪ Neutral when neither condition is met
Works on any chart timeframe, but signals are based on weekly data
Ideal for position traders and longer-term swing trading
💡 Tip: Use this indicator to confirm larger trend direction and combine with lower timeframe strategies for entry timing.
Trend following system with ADR and volumeSystem 1 — Trend Flip Strategy
System 1 is a simple trend-following strategy that enters on a bullish EMA flip and exits when the trend weakens or reverses. It’s built to catch clean moves and avoid chop.
Uses fast and slow EMAs with ATR filtering to detect real momentum
Enters long on a bullish flip
Exits on a bearish flip or neutral zone (optional)
Clear signals with easy-to-read entry and exit markers
Great for trending markets and momentum setups
Tip: Test across multiple timeframes and pair with volume or higher-timeframe confluence for stronger signals.
Daily/Weekly EMAs on Lower TimeframesThis indicator allows traders to view Daily and Weekly EMAs (Exponential Moving Averages) directly on lower timeframes such as 1m, 5m, 15m, or 1h charts — providing a higher timeframe perspective without switching charts.
The script includes individual checkboxes for each EMA length — 5, 8, 9, 21, 50, and 200 — organized into two clear sections:
🟢 Daily EMAs
🔵 Weekly EMAs
You can selectively enable or disable any EMA to match your trading style and reduce chart clutter.
Each EMA is color-coded for clarity and consistency:
5 EMA: Green
8 EMA: Blue
9 EMA: Blue
21 EMA: Orange
50 EMA: Purple
200 EMA: Red
Weekly EMAs appear slightly transparent to distinguish them from daily ones.
This makes it easy to visualize higher timeframe trend direction, confluence zones, and dynamic support/resistance levels while trading intraday.
💡 Key Features
View Daily and Weekly EMAs on smaller timeframes.
Individual checkbox toggles for all 6 EMA lengths.
Separate sections for Daily and Weekly EMAs.
Color-coded lines for easy visual recognition.
Works seamlessly on any symbol or timeframe below Daily.
Moving Average Ribbon AZlyMoving Average Ribbon AZly
The Moving Average Ribbon AZly is a flexible trend-following indicator that visualizes market direction, strength, and transition phases using multiple customizable moving averages. It helps traders instantly identify when short-, medium-, and long-term trends align or diverge.
🔧 How it works
Up to six moving averages can be plotted, each with its own:
Type (SMA, EMA, SMMA, WMA, VWMA, or HMA)
Length, color, and width
Custom source input
The script also adds adaptive color fills between key pairs:
MA1–MA2: short-term momentum
MA4–MA5: mid-term bias
MA5–MA6: long-term trend
Bullish alignment paints green or blue ribbons, while bearish alignment turns them red or pink. The wider the ribbon, the stronger the trend separation.
💡 Why it’s better
Unlike typical ribbon indicators, this version offers full per-line customization, adaptive color fills, and a clean, high-contrast design that makes trend shifts instantly recognizable . It’s optimized for clarity, flexibility, and smooth performance on any market or timeframe.
🎯 Trading ideas
Trend confirmation: Trade only in the direction of the ribbon (green for long, red for short).
Early reversals: Watch for the fastest MAs (MA1–MA2) crossing the mid-term pair (MA4–MA5) as early signals of a trend shift.
Momentum compression: When the ribbon narrows or colors alternate rapidly, it signals consolidation or potential breakout zones.
Pullback entries: Enter trades when price bounces off the outer ribbon layer in the direction of the dominant trend.
Multi-timeframe use: Combine with a higher timeframe ribbon to confirm overall market bias.
📊 Recommended use
Works on all markets and timeframes. Ideal for trend-following, swing trading, and visual confirmation of price structure.
Elite Entries Custom Pullback Signals PremiumElite Entries Custom Pullback Signals Premium
Turn simple MA crosses into qualified pullbacks—with risk and retest logic baked in.
What it is
A pro toolkit for trend trading and re-entries. It fuses fast/slow moving averages (SMA/EMA/HMA/WMA/HEMA/T3), MTF control per MA, volume gating, and an ATR trailing-stop engine that can gate new entries until the prior trade is closed. Visual boxes mark crossover zones, triangles tag retests aligned with your stop, and a compact HUD shows your active preset and risk settings.
Why traders love it
Smart pullback engine: crossover zones + retest signals at your live ATR stop
True MTF control: set separate timeframes for fast/slow MAs
External indicator routing: optionally feed Fast/Slow from any other plotted source
Risk first: ATR TSL (wick or close), optional “Gate while active” to block new signals mid-trade
Clean read: gradient trend fill, adaptive bar colors, compact preset HUD
Instant workflow: full alert suite for entries, retests, and stop hits
What’s inside
Presets: NQ Open Drive, NQ Trend Rider, Mean-Rev Scalps, Crypto Breakout, ES Smooth Trend, Retest Sniper, 1-Min Swing, Chop-Guard Re-Entry.
Each preset auto-loads MA types/lengths, HTFs, ATR stop, volume gates, and gating behavior.
MA Options: SMA / EMA / HMA / WMA / HEMA / T3 (with v-factor).
MTF: Select a custom timeframe for Fast and Slow independently.
External Inputs: Replace Fast/Slow with external indicator sources (great for using your HTF baseline, custom VWAP, etc.).
Volume Filter: Require volume Above/Below SMA(length).
ATR Trailing Stop: Length & multiplier, Wicks vs Close trigger, show line/labels, and Gate While Active to prevent over-trading.
Visuals:
Boxes print at crossover origin (context for the pullback zone)
Retest triangles when price re-engages near the live TSL
Stop-hit markers, gradient trend fill, bar coloring
HUD table: preset, MA specs, ATR, wicks, gate, volume status
Alerts: Bullish/Bearish crossover, Bullish/Bearish retest @ stop, Long/Short stop hit.
How to use (quick start)
Pick a Preset (start with NQ Open Drive or ES Smooth Trend).
(Optional) Route Fast/Slow from your favorite external indicator plots.
Choose MTF for each MA if you want HTF guidance.
Decide on Volume filter and set ATR TSL (Wicks vs Close).
Keep Gate While Active ON to stop double-stacking signals mid-trade.
Turn on alerts and trade the retests back into the trend.
Best-use ideas
Open drive trend: EMA(9) vs T3(34@5m), gate while active, wicks off → fast trend entries + clean stop management.
Retest sniper: HEMA(13) vs EMA(34@3m), volume Above(20), gate ON → wait for retest triangle aligned with TSL.
Mean-rev scalps: HMA(8) vs EMA(20), gate OFF, close-trigger → nimble entries without staying locked.
Works on
Any symbol, any timeframe (futures, indices, crypto, FX, stocks). Pairs especially well with Heikin Ashi for visual clarity.
Disclaimer
For education only; not financial advice. Practice and forward-test before going live.
WHANG EMA-MACD🔥 Smart EMA14 x EMA70 + MACD Trend Alert System
Description:
Tired of chasing false signals?
This simple but powerful indicator helps you catch real trend moves — not the noise.
When EMA14 crosses EMA70 with MACD confirmation, and both EMAs point the same way, you’ll get a clean Buy or Sell alert right on your chart.
No messy settings, no guessing — just clear signals in strong trends.
✨ Features:
🔔 Real-time alerts via “Any alert() function call”
🟢 Buy when EMA14 crosses above EMA70 + MACD > 0
🔴 Sell when EMA14 crosses below EMA70 + MACD < 0
📈 Trades only when both EMAs slope in the same direction
⚙️ Customizable inputs for any market or timeframe
How to use:
Add the indicator to your chart
Create an alert → choose Any alert() function call
Relax and wait for your signals — no need to watch every candle!
Perfect for traders who want to follow the trend, avoid sideways traps, and get early alerts when momentum kicks in 🚀
Elipli5648This indicator displays two moving averages on the same chart — the 9-period and 200-period simple moving averages (SMA).
Both lines are customizable in color and line width directly from the settings menu.
Useful for identifying short-term vs long-term trend direction.
elipli5648 , MA 9 & 200 (Combined) — clean versionThis indicator displays two moving averages on the same chart — the 9-period and 200-period simple moving averages (SMA).
Both lines are customizable in color and line width directly from the settings menu.
Useful for identifying short-term vs long-term trend direction.
RED RICHI EMA 34&55This indicator displays two exponential moving averages (EMA 34 & EMA 55) to identify mid-term trend direction.
It also marks crossover points with green and red circles for bullish and bearish trend shifts.
Reversal Wick with Volume, S/R, LogReg Channel & EMAsThis uses a Log Regression channel and tries to identify potential reversals based on price action
BUY, SELL, RESUME, & CAUTION signal (EMA 9 & 20 + MACD) ON CHART BUY, SELL, CAUTION signal (with RESUME)
What it does
A clean, on-chart signal set that works on whatever timeframe your chart is on. It prints labeled circles above the bar and draws a thin connector line with a tiny arrow that points to the bar. All shapes are kept above both EMAs and never touch wicks—spacing is ATR-based and fully adjustable.
Signals
• BUY – when EMA(9) crosses above EMA(20).
• SELL – when EMA(9) crosses below EMA(20).
• CAUTION – MACD momentum crosses against the current EMA trend
◦ Bull trend (EMA9 > EMA20) + MACD cross down → CAUTION
◦ Bear trend (EMA9 < EMA20) + MACD cross up → CAUTION
• RESUME – after a CAUTION, MACD crosses back with the EMA trend. The circle is labeled “RESUME” (green for bull, red for bear).
Why traders use it
• Trade with the current: BUY/SELL reflect short-vs-long EMA control on your active timeframe.
• Early risk heads-up: CAUTION flags a momentum flip against trend.
• Re-engage cleanly: RESUME helps rejoin the move after a wobble.
• Uncluttered visuals: Circles/lines/arrows are spaced off price and kept above EMAs for clarity.
Inputs
Core
• EMA Fast / EMA Slow (default 9 / 20)
• MACD Fast / Slow / Signal (default 12 / 26 / 9)
• Show circles with text, Plot EMAs
• Wait for candle close (prevents intrabar flicker; signals/alerts confirm at close)
Spacing (ATR-based)
• Gap above wick
• Base connector length
• Extra circle lift
• Line top gap under circle (so the line doesn’t touch the circle)
• Pad above higher EMA
• Extra arrow clearance above EMAs
Alerts
• BUY Crossover, SELL Crossover, MACD CAUTION, BUY Resume, SELL Resume.
• Respect the Wait for candle close setting. For close-only alerts, also choose “Once per bar close” in the alert dialog.
Suggested use
• Let BUY/SELL define bias on your chart timeframe.
• Treat CAUTION as a brake—tighten risk or wait.
• Use RESUME to re-enter when momentum realigns with trend.
• Combine with higher-TF context and your own entry/exit rules.
Notes
• Works on futures, stocks, FX, and crypto.
• Signals are calculated on the current chart timeframe (no security calls).
• With Wait for candle close ON, signals/alerts confirm at close and do not repaint.
• Educational tool only—this is not financial advice.
• When price action is sideways and choppy, this indicator doesn't function well, when this happens, wait until a trend is established and then try to get in when price touches the 9 EMA line for a higher profitability trade
Multiple EMA/SMA v6This indicator plots up to eight Exponential Moving Averages (EMAs) and six Simple Moving Averages (SMAs) on the same chart.
Each moving average can be individually customized or disabled by setting its length to 0.
It’s designed for traders who want to visually compare multiple EMAs and SMAs with consistent styling and color-coding.
Key features:
Displays up to 14 customizable EMAs/SMAs.
Adjustable line width and source (e.g., close, open, hlc3).
Simple and performance-optimized structure.
Clean color scheme for quick trend identification.
Usage:
Set any moving average length to 0 to hide it, or adjust lengths and colors to match your strategy.
Ideal for identifying short-, mid-, and long-term trend alignments.
MTF Traffic Lights (EMA 9 & 20 + MACD) — realtimeMTF Traffic Lights (4H / 1H / 15m / 5m / 3m / 1m)
What it does
This indicator paints a compact “traffic-light” panel in the top-right of your chart showing the trend state on six timeframes: 4H, 1H, 15m, 5m, 3m, 1m.
For each timeframe it evaluates:
EMA Trend: EMA(9) vs EMA(20)
(Optional) Momentum Check: MACD histogram (≥0 or ≤0)
Color logic
Green = EMA(9) > EMA(20) (and MACD hist ≥ 0 if enabled)
Red = EMA(9) < EMA(20) (and MACD hist ≤ 0 if enabled)
Yellow = Mixed / disagreement between EMA and MACD (or EMAs roughly equal)
Realtime behavior
The 1-minute row uses live chart calculations so it can flip intra-bar as price evolves.
Higher timeframes (3m/5m/15m/1H/4H) are computed on confirmed closes (no lookahead), so they update only when their candle closes—preventing repaint on those rows.
Why it’s useful
Top-down alignment at a glance: Quickly see if your entry timeframe (1m/3m) is flowing with the “big current” (15m/1H/4H).
Noise filter: Avoid counter-trend traps by waiting for green-on-green (or red-on-red) alignment before pulling the trigger.
Momentum confirmation: Enabling the MACD check requires trend and momentum to agree (fewer but higher-quality signals).
Trade management: Use shifts to yellow as an early heads-up that momentum is diverging from the EMA trend—tighten stops, scale down, or wait for re-alignment.
How it works (under the hood)
EMAs: Fast = 9, Slow = 20 (fully adjustable).
MACD: (12, 26, 9) by default; we use the histogram to judge momentum sign.
Security calls: All higher-TF rows use request.security(..., lookahead_off) to avoid repainting; the 1m row uses the live chart stream for responsiveness.
Suggested ways to use it
Entry filter: Only take 1m setups when minimum 3 timeframes align ( example 1m + 3m +15min are green; mirror for shorts in red.)
Regime detection: Treat 4H/1H as the regime "bigger current"; if they’re both red, favor short setups even if lower TFs flicker green.
Momentum mode: Turn Use MACD ON for stricter confirmation; OFF for a pure EMA view that’s more responsive.
Inputs
EMA Fast / Slow (default 9 / 20)
Use MACD for color (on/off)
MACD Fast / Slow / Signal (default 12 / 26 / 9)
Notes & best practices
No alerts included: This is a visual dashboard. Pair it with your entry/exit indicator or strategy for alerts and execution.
Repainting: HTF rows do not repaint (confirmed closes). The 1m row updates intra-bar by design; if you prefer it to wait for close, switch it to a confirmed calculation in code.
Markets: Works on futures, stocks, FX, and crypto—any symbol supported by TradingView.
Bottom line: MTF Traffic Lights gives you a fast, reliable read on trend + momentum alignment across key timeframes so you can trade with the flow, reduce noise, and time entries with greater confidence.
12/21 x 50-100-200 MA - [RZ]👁️ - 12/21 x 50-100-200 MA
A comprehensive moving average overlay indicator designed to identify trend direction and key support/resistance levels using a dual fast/slow MA crossover system combined with three major moving averages.
⛓️ - FEATURES
Dual MA Crossover System: Configurable short (default 12) and long (default 21) period moving averages that change color based on trend direction
Triple Major MAs: 50, 100, and 200 period moving averages displayed in blue, yellow, and red respectively for identifying key market structure levels
Multiple MA Types: Choose from SMA, EMA, DEMA, TEMA, LSMA, WMA, or HMA for all calculations
Customizable Source: Apply the indicator to any price source (close, open, high, low)
Optional Bar Coloring: Visualize trend direction directly on price bars
Built-in Alerts: Automated alerts for trend reversals (Trend Up/Trend Down)
🎮 - HOW TO USE
Bullish Signal: When the short MA crosses above the long MA, both MAs turn green
Bearish Signal: When the short MA crosses below the long MA, both MAs turn red
The 50/100/200 MAs serve as dynamic support/resistance levels and help confirm overall market trend
Use bar coloring for quick visual identification of current trend state
🧰 - OPTIONS
Adjustable lengths for all moving averages
Color customization for bullish/bearish trends
Toggle bar coloring on/off
Select preferred MA calculation method
⚠️ - DISCLAIMER
This indicator is provided for educational and informational purposes only and should not be considered financial advice.
Trading and investing in financial markets involves substantial risk of loss and is not suitable for every investor.
Past performance is not indicative of future results.
The signals and information generated by this indicator do not guarantee profits and may result in losses.
Users should conduct their own research and due diligence, and consult with a qualified financial advisor before making any investment decisions.
The creator of this indicator assumes no responsibility for any financial losses incurred through the use of this tool.
By using this indicator, you acknowledge that you are solely responsible for your trading decisions and their outcomes.
👑 - CREDITS
@profmichaelg for Michael's EMA indicator
Smooth Cloud + ZigZag VPOC📝 Indicator Description
The Smooth Cloud + ZigZag VPOC Indicator is a custom tool that combines three well-known concepts into one study:
Smooth Cloud Trend Filter – built from two smoothed EMAs, this visual “cloud” highlights the prevailing trend direction.
When the fast line is above the slow line, the background cloud shades teal (bullish bias).
When the fast line is below the slow line, the cloud shades red (bearish bias).
Confirmed ZigZag Pivots – plots non-repainting swing highs and swing lows using pivot confirmation. This helps traders see important structural turning points and potential breakout zones.
VPOC Approximation (Volume Point of Control) – within a lookback window, the indicator marks the price level with the highest traded volume. This level often acts as a magnet for price or an area of confluence.
Signals & Alerts
A long signal appears when price is trending up, breaks above the last confirmed pivot high, and (optionally) is above the VPOC line.
A short signal appears when price is trending down, breaks below the last confirmed pivot low, and (optionally) is below the VPOC line.
Alerts can be enabled to notify when these conditions occur.
Customization
Inputs allow adjusting the EMA lengths, smoothing factor, pivot sensitivity, and VPOC lookback.
Users can toggle on/off the cloud fill, pivot markers, bar coloring, and VPOC line to match their charting style.
✅ Notes (for compliance)
This script is for technical analysis and educational purposes only.
It does not provide financial advice or guaranteed results.
Signals are intended to highlight trend direction and breakout areas — traders should always confirm with their own risk management and strategy.
BanditExperimental %R and Moving Average Bands. This is just for fun :)
Comment below if you spot a good pattern to trade.