21/50 EMA Breakout StrategyDuring the new york session, if the candle closes more than 2 points above a down facing 21 ema and if the 50 ema is also down, then you will get a sell signal and vice versa.
Göstergeler ve stratejiler
EMA 20/50/100/200 Color-Coded20/50/100/200 EMA indicator with a color-coding option that changes the color of an EMA line to green every time the price is above the EMA and red every time the price is below the EMA.
Smart Volume Spike Helperhis indicator is designed to help confirm FU (liquidity sweep) candles and other smart money setups by highlighting volume spikes with directional bias.
🔍 Key Features:
Shows raw volume bars.
Plots a customizable volume moving average.
Highlights volume spikes based on a user-defined threshold (e.g., 1.5x average).
Color-coded for directional context:
🟢 Green = High volume bullish candle
🔴 Red = High volume bearish candle
⚪ Gray = Low/normal volume (no spike)
📈 Use this tool to:
Confirm FU candles or stop hunts with high volume
Filter out weak traps with low conviction
Spot institutional interest during London and NY Killzones
Complement smart money tools like Order Blocks, FVGs, and PDH/PDL sweeps
🔧 Inputs:
Volume MA Length (default: 20 bars)
Spike Threshold (default: 1.5× average volume)
💡 Best used in combination with price action or liquidity-based indicators. Works well on 15m to 1H timeframes.
Custom Blue Zones//@version=5
indicator("Custom Blue Zones", overlay=true)
// === Input: Toggle + Levels ===
showLevel1 = input.bool(true, "Show 3440", inline="l1")
level1 = input.float(3440.0, "", inline="l1")
showLevel2 = input.bool(true, "Show 3360", inline="l2")
level2 = input.float(3360.0, "", inline="l2")
showLevel3 = input.bool(true, "Show 3280", inline="l3")
level3 = input.float(3280.0, "", inline="l3")
showLevel4 = input.bool(true, "Show 3240", inline="l4")
level4 = input.float(3240.0, "", inline="l4")
showLevel5 = input.bool(true, "Show 3148", inline="l5")
level5 = input.float(3148.0, "", inline="l5")
showLevel6 = input.bool(true, "Show 3120", inline="l6")
level6 = input.float(3120.0, "", inline="l6")
showLevel7 = input.bool(true, "Show 3040", inline="l7")
level7 = input.float(3040.0, "", inline="l7")
showLevel8 = input.bool(true, "Show 2880", inline="l8")
level8 = input.float(2880.0, "", inline="l8")
// === Draw Lines if Enabled ===
if showLevel1
line.new(x1=bar_index, y1=level1, x2=bar_index + 200, y2=level1, color=color.new(color.blue, 0), width=2, extend=extend.right)
if showLevel2
line.new(x1=bar_index, y1=level2, x2=bar_index + 200, y2=level2, color=color.new(color.blue, 0), width=2, extend=extend.right)
if showLevel3
line.new(x1=bar_index, y1=level3, x2=bar_index + 200, y2=level3, color=color.new(color.blue, 0), width=2, extend=extend.right)
if showLevel4
line.new(x1=bar_index, y1=level4, x2=bar_index + 200, y2=level4, color=color.new(color.blue, 0), width=2, extend=extend.right)
if showLevel5
line.new(x1=bar_index, y1=level5, x2=bar_index + 200, y2=level5, color=color.new(color.blue, 0), width=2, extend=extend.right)
if showLevel6
line.new(x1=bar_index, y1=level6, x2=bar_index + 200, y2=level6, color=color.new(color.blue, 0), width=2, extend=extend.right)
if showLevel7
line.new(x1=bar_index, y1=level7, x2=bar_index + 200, y2=level7, color=color.new(color.blue, 0), width=2, extend=extend.right)
if showLevel8
line.new(x1=bar_index, y1=level8, x2=bar_index + 200, y2=level8, color=color.new(color.blue, 0), width=2, extend=extend.right)
extend=extend.right
38-Ticker Volume Alertcompares ticker volume with its volume moving average and sends alert in case of volume surprise
Triple Moving Average by XeodiacThis script, "Triple Moving Average Indicator", is a simple yet powerful tool designed to help traders track trends and detect potential market reversals. Here’s what it does:
What It Does:
Plots three moving averages on your chart.
Customizable to suit your trading style with options for the type of moving average, the period, color, and thickness of the lines.
Alerts you when important crossovers occur, helping you stay on top of potential trading opportunities.
Features:
Customizable Moving Averages (MAs):
Choose from four types of MAs:
Simple Moving Average (SMA)
Exponential Moving Average (EMA)
Smoothed Moving Average (SMMA)
Weighted Moving Average (WMA)
Set individual periods, colors, and line thickness for each moving average.
Alerts:
Notifies you when:
The price crosses above or below any moving average.
One moving average crosses another (e.g., short-term crosses above long-term).
Visual Clarity:
Plots three distinct lines on the chart for easy comparison and interpretation.
Why Use It?
Track Trends: See the direction of short, medium, and long-term trends at a glance.
Spot Crossovers: Identify golden crosses (bullish) or death crosses (bearish) to refine entry and exit points.
Stay Informed: With alerts, you’ll never miss a key market movement.
RSI - PRIMARIO -mauricioofsousa
MGO Primary – Matriz Gráficos ON
The Blockchain of Trading applied to price behavior
The MGO Primary is the foundation of Matriz Gráficos ON — an advanced graphical methodology that transforms market movement into a logical, predictable, and objective sequence, inspired by blockchain architecture and periodic oscillatory phenomena.
This indicator replaces emotional candlestick reading with a mathematical interpretation of price blocks, cycles, and frequency. Its mission is to eliminate noise, anticipate reversals, and clearly show where capital is entering or exiting the market.
What MGO Primary detects:
Oscillatory phenomena that reveal the true behavior of orders in the book:
RPA – Breakout of Bullish Pivot
RPB – Breakout of Bearish Pivot
RBA – Sharp Bullish Breakout
RBB – Sharp Bearish Breakout
Rhythmic patterns that repeat in medium timeframes (especially on 12H and 4H)
Wave and block frequency, highlighting critical entry and exit zones
Validation through Primary and Secondary RSI, measuring the real strength behind movements
Who is this indicator for:
Traders seeking statistical clarity and visual logic
Operators who want to escape the subjectivity of candlesticks
Anyone who values technical precision with operational discipline
Recommended use:
Ideal timeframes: 12H (high precision) and 4H (moderate intensity)
Recommended assets: indices (e.g., NASDAQ), liquid stocks, and futures
Combine with: structured risk management and macro context analysis
Real-world performance:
The MGO12H achieved a 92% accuracy rate in 2025 on the NASDAQ, outperforming the average performance of major global quantitative strategies, with a net score of over 6,200 points for the year.
MK Multi-Timeframe MA RibbonThe MK Ribbon MTF is an overlay indicator that lets you plot up to eight independently configurable moving averages on any chart.
For each MA you can choose its length, type (EMA, SMA, WMA, or HMA), timeframe (current chart, Daily, Weekly, or Monthly), and easily toggle it on or off. Each MA line colors itself above, below, or equal to price—green, red, or gray by default—and you can freely customize those colors to suit your theme.
You also get optional semi-transparent “Golden Cross” and “Death Cross” labels for daily 50/200 SMA crossovers, which you can enable or disable separately, so you can tailor the ribbon and signals exactly to your workflow.
Bearish Pennant DetectorHere’s a simple Pine Script that attempts to identify bearish pennant patterns and plot a clear visual on TradingView. This version uses:
A downtrend check using moving averages.
A tight consolidation (pennant body) via narrowing Bollinger Bands.
A bearish breakout trigger.
A red triangle visual on the chart when a bearish pennant is detected.
Technical Signal Master概要
このインジケーターは、30種類以上のテクニカル指標を自動で分析し、「買い」「売り」「中立」に分類して視覚的なテーブル形式で表示します。
トレンド・モメンタム・ボリューム・オシレーターなどを横断的に統合し、裁量トレーダーの意思決定を補助することを目的としています。
🔍 独自性(オリジナリティ)と設計思想
単なるマッシュアップではなく、カテゴリ別に機能分類された構造
Pine Scriptが読めないユーザーでも視覚的に判断できる設計
全指標の同時出力を整理・要約し、チャート上の混乱を回避
EMA群(20/50/75/100/200)・TDI・CCI・Force Indexなど高度な構成
🧭 使用方法
チャートに追加すると、左下にテーブル形式のシグナル判定表が表示されます
テーブルの各行には「買い」「売り」「中立」のいずれかが表示され、判断の補助となります
同じ方向のシグナルが多い場合、その方向への優位性が高いと判断できます
スキャル・デイトレ・スイングのすべてで活用可能です
✅ 推奨される活用場面
複数インジケーターの同時判断(コンフルエンス)
トレード前の環境認識や、逆張り時の過熱感の確認
ファンダメンタルズ判断と併用したテクニカル裏付け
📌 注意事項
このスクリプトは単体で使用可能です。他のスクリプトと併用する必要はありません
Overview
Technical Signal Master automatically analyzes 30+ technical indicators and summarizes their states in a visual signal table with "Buy", "Sell", or "Neutral" results. It combines trend, momentum, oscillator, and volume-based tools into a single panel to support discretionary traders.
🔍 Originality
Not a simple mashup: indicators are categorized and structured logically
Designed for users who cannot read Pine Script
Summarizes all signals clearly without overlapping chart clutter
Includes advanced tools like EMA sets, CCI, TDI, Force Index, etc.
🧭 How to Use
Add the script to any chart
Signal table will appear in the corner of the screen
When multiple signals align in the same direction, it suggests a high-probability setup
Useful for scalping, day trading, and swing trading alike
✅ Best Use Cases
Signal confluence analysis
Overbought/oversold confirmation
Visual risk management and bias confirmation
📌 Note
This script is standalone; no other scripts are needed
Crypto Scalping Dashboard [Dubic]Crypto Scalping Dashboard - 5m
This powerful and user-friendly indicator is designed specifically for crypto scalpers trading the 5-minute timeframe. It combines trend-following and pullback detection techniques to help you enter trades with high confidence and precision.
Key Features:
EMA Trend Detection: Uses fast (9) and slow (21) EMAs to identify the primary market trend.
SuperTrend Confirmation: Filters trades based on the SuperTrend indicator to confirm momentum direction.
Pullback Re-entry Signals: Detects optimal pullbacks using RSI and price action around the fast EMA, enabling you to re-enter trending moves for maximized profits.
Recent High/Low Avoidance: Prevents entries near recent extreme price levels to reduce false signals and premature reversals.
Clear Visual Alerts: Buy and sell arrows mark initial entries and pullback re-entries right on your chart.
Intuitive Dashboard: A compact on-chart table displays real-time signals from EMA, SuperTrend, RSI pullback status, and overall trade bias.
Alert-Ready: Custom alert conditions for new entries and re-entries ensure you never miss a trading opportunity.
How It Works:
The indicator combines multiple trend and momentum signals to identify the start of strong trends and potential re-entries after pullbacks. It only signals entries when the market conditions align across EMA, SuperTrend, and RSI, ensuring high-probability trades. It also avoids taking trades too close to recent support or resistance levels to minimize risks.
Ideal for traders seeking a balanced blend of trend following and tactical pullback entries in fast-moving crypto markets.
High Conviction MACD Entry//@version=5
indicator("High Conviction MACD Entry", overlay=true)
// === INPUTS === //
smaShortLen = input.int(20, title="Short SMA (Fast)")
smaLongLen = input.int(200, title="Long SMA (Slow)")
macdFast = input.int(12, title="MACD Fast")
macdSlow = input.int(26, title="MACD Slow")
macdSignal = input.int(9, title="MACD Signal")
volumeMultiplier = input.float(1.5, title="Volume Multiplier (1m candle)", step=0.1)
// === CALCULATIONS === //
// MACD
= ta.macd(close, macdFast, macdSlow, macdSignal)
macdBullish = hist > 0 and hist <= 0 and macdLine > signalLine
// Volume
avgVolume = ta.sma(volume, 20)
highVolume = volume > avgVolume * volumeMultiplier
// SMA trend
smaFast = ta.sma(close, smaShortLen)
smaSlow = ta.sma(close, smaLongLen)
smaBullish = smaFast > smaSlow and close > smaFast and close > smaSlow
// Final signal
entrySignal = macdBullish and highVolume and smaBullish
// === PLOTS & ALERT === //
plotshape(entrySignal, location=location.belowbar, color=color.green, style=shape.labelup, size=size.small, title="Entry Signal", text="ENTRY")
alertcondition(entrySignal, title="MACD Entry Signal", message="MACD Entry Signal: {{ticker}} at {{close}}")
// Show SMAs
plot(smaFast, color=color.orange, title="SMA 20")
plot(smaSlow, color=color.blue, title="SMA 200")
EMAsThe TradingView Multiple EMA Indicator is a powerful and versatile tool designed to provide traders with a comprehensive view of market trends across multiple timeframes. By incorporating SIX Exponential Moving Averages (EMAs) with customizable lengths and sources, this indicator offers a nuanced approach to trend analysis, suitable for both novice and experienced traders.
Key Features:
SIX customizable EMAs for multi-timeframe analysis
Flexible source inputs for each EMA
Color-coded plots for easy visual interpretation
Overlay functionality for direct price action comparison
Crypto Scalping Dashboard [Dubic] - 15mThis indicator is designed for high-precision crypto scalping on the 15-minute chart, providing reliable trend-based BUY and SELL signals backed by multiple confirmations.
✅ Features:
🔄 EMA Trend Filter (Fast vs. Slow)
🔰 SuperTrend Confirmation
📈 CCI Momentum Signal
📊 Range Filter Volatility Detection
📍 VWAP Institutional Bias
🧠 Smart Entry Control – Only one trade per trend!
♻️ Pullback Re-entries when RSI confirms
📡 Real-time Alerts & Labels
🧩 Interactive Dashboard shows all condition statuses
📉 How It Works:
A BUY is signaled when all filters align in the bullish direction.
A SELL is signaled when all filters align in the bearish direction.
No repeated signals during a trend to avoid false entries.
Re-entry signals appear on pullbacks validated by RSI.
Built-in filters avoid signals near recent highs/lows for safer entries.
Whether you're scalping BTC, ETH, or altcoins, this tool helps you stay in sync with short-term momentum shifts.
200-дневная SMACalculates a simple moving average of 200 candles
Draws it on the chart as an orange line
Works on any timeframe: daily, hourly, etc.
Horizontal ATR LinesDisclaimer:
This script was generated using OpenAI’s ChatGPT. I take no responsibility for the correctness, performance, or financial impact of this indicator. Use it at your own risk and discretion.
This indicator draws horizontal ATR-based levels from the last closed candle on a user-selected timeframe. It is designed for traders who want to visualize realistic volatility zones for setting dynamic support/resistance, take-profit, or stop-loss levels.
What it does:
Calculates the Average True Range (ATR) using a customizable period and timeframe.
Plots four horizontal lines:
+1 ATR and –1 ATR from the last closed candle’s close
+X ATR and –X ATR, where X is a second custom multiplier
Each level includes a compact label showing:
The price of the level
The percentage distance from the close price
Use cases:
Identify realistic intraday or swing price movement boundaries
Build volatility-aware take-profit and stop-loss zones
Visually track market compression or expansion in context
Customization:
ATR period and timeframe
Two independent ATR multipliers
Custom color settings for each group of levels
EMA 5 con fondo tipo cintaEMMA 5 FLEX Estrategia canal youtube: tradingconflex operando diariamente.
RSI - SECUNDARIO - mauricioofsousaSecondary RSI – MGO
Reading the rhythm behind the price action
The Secondary RSI is a specialized oscillator developed as part of the MGO (Matriz Gráficos ON) methodology. It works as a refined strength filter, designed to complement traditional RSI readings by isolating the true internal rhythm of price action and reducing the influence of market noise.
While the standard RSI measures price momentum, the Secondary RSI focuses on identifying breaks in oscillatory balance—the moments when the market shifts from accumulation to distribution or from compression to expansion.
🎯 What the Secondary RSI highlights:
Internal imbalances in energy between buyers and sellers
Micro-divergences not visible on standard RSI
Areas of price fatigue or overextension that often precede reversals
Confirmation zones for MGO oscillatory events (RPA, RPB, RBA, RBB)
📊 Recommended use:
Combine with the Primary RSI for dual-layer validation
Use as a noise-reduction tool before entering trends
Ideal in medium timeframes (12H / 4H) where oscillatory patterns form clearly
🧠 How it works:
The Secondary RSI recalculates the momentum signal using a block-based interpretation (aligned with the MGO structure) instead of simply following raw candle data. It adapts to the periodic nature of price behavior and provides the trader with a more stable and reliable measure of true market strength.
VWAP Sessione EU/US con Deviazione 1σVWAP Sessione EU/US
This indicator calculates and displays the VWAP (Volume Weighted Average Price) and its first standard deviation (±1σ) separately for the European session (EU, 8:30–22:00 CET) and the US/New York session (US/NY, 14:30–22:00 CET).
EU VWAP and bands: Displayed in orange during the European session, and turn red outside the session (from 22:00 to 8:30).
US (NY) VWAP and bands: Displayed in blue during the NY session (14:30–22:00 CET), gray during the pre-session (8:30–14:29 CET), and red outside the European session.
The VWAP and its bands remain flat and visible even outside the session, maintaining the last calculated value until the new session starts.
The standard deviation is calculated using the volume-weighted variance, providing a real-time measure of session volatility.
Utility:
This tool is designed for intraday traders who want to monitor volume-weighted average levels and volatility during the main market sessions (London/Europe and New York), identifying equilibrium zones and potential dynamic support/resistance levels.
Dynamic coloring:
The automatic coloring helps visually distinguish the market context: active session, pre-session, or out-of-session, enabling a clearer reading of price action in relation to traded volumes.
Supply and Demand ZonesEasily visualize powerful institutional supply and demand levels on your charts with this advanced Pine Script indicator!
This tool helps you identify potential price reversal and reaction zones where institutional orders are likely to be present, giving you an edge in your trading decisions.
Features:
Automatic Detection: The script automatically identifies and highlights fresh supply (resistance) and demand (support) zones based on significant candle patterns and volatility.
Multi-Timeframe Support: Visualize zones from multiple timeframes (30m, 45m, 1h, 2h, 3h, 4h, Daily, Weekly) and optionally lower timeframes for a more comprehensive view.
Customizable Zone Settings: Adjust the sensitivity for zone detection, extension length, and colors to match your personal trading style.
Clean Chart Visualization: Zones are plotted as shaded rectangles, making key institutional levels stand out without cluttering your chart.
Clear Numeric Labels: Each zone displays the precise top and bottom price levels for full transparency and reference.
Flexible Display: Choose to show or hide forming (unconfirmed) zones, numeric price values, or select which timeframes to include.
Performance Optimized: Designed to handle many zones efficiently, with automatic cleanup of broken or invalidated zones.
How to Use:
Add the indicator to your chart from the TradingView Public Library or paste the script into your Pine Script editor.
Configure the zone detection settings and display preferences in the script’s input menu.
Look for price action signals or trade setups when price enters highlighted supply or demand zones.
Use the numeric price labels for precise entry, exit, or stop-loss planning.
Who is this for?
Swing traders, day traders, and scalpers who want to add institutional order flow concepts to their technical analysis.
Anyone interested in supply and demand trading strategies, support/resistance, or looking to spot high-probability reversal points.
Tip: Combine with your favorite price action or volume analysis tools for even more powerful setups!
Disclaimer:
This script is for educational purposes and not financial advice. Always do your own research and risk management.
VWMA/EMA Crossover with Volume Signal Indicator is based on vwma 20 and ema 25 with buy signals when vwma crosses above ema with bullish volume and sell signals when vwma crosses below ema with bearish volume. based on volume label changes to strong buy/sell signal
Futures Strategy: EMA + CPR + RSI + Volume + AlertsBuy when:
20 EMA crosses above 50 EMA
Price is above CPR
RSI is in acceptable zone (optional)
Volume is above average
📉 Sell when:
20 EMA crosses below 50 EMA
Price is below CPR
RSI is in acceptable zone (optional)
Volume is above average
Polarity-VoVix Fusion Index (PVFI) Polarity-VoVix Fusion Index (PVFI) - Order Flow and Volatility Regime Detector
The PVFI is a next-generation indicator that fuses the Order Flow Polarity Index (OFPI) with a proprietary VoVix Volume Delta (VVD) engine. This tool is designed for traders who want to see not just how much volume is trading, but who is in control and how volatility is shifting beneath the surface.
What Makes PVFI Standout from the rest?
- Dual Engine: PVFI combines two advanced signals:
* OFPI: Measures real-time buy/sell pressure using candle body position and volume, then smooths it with a T3 moving average for clarity and responsiveness.
* VVD: Captures the "volatility of volume delta" - a normalized, memory-boosted measure of aggressive buying/selling, with a custom non-linear clamp for organic, non-pegged signals.
- Visual Clarity: Neon-glow OFPI line and shadowed, color-gradient VVD area make regime shifts and momentum instantly visible.
- Adaptive Dashboard: Toggle between a full-featured dashboard (desktop) and a compact info line (mobile) for seamless use on any device.
- Universal: Works on any asset - crypto, stocks, futures, forex - and any timeframe.
- No Chart Clutter: Clean, modern visuals and toggles for a pro look.
Inputs:
OFPI Lookback Length (ofpi_len): Sets the window for order flow pressure calculation. Shorter = more sensitive, longer = smoother. For scalping, try 5-10. For swing trading, 15-30. Crypto often benefits from shorter windows due to volatility.
OFPI T3 Smoothing Length (t3_len): Controls the smoothness of the OFPI line. Lower = more responsive, higher = smoother. Use 3-7 for fast markets, 8-15 for slow or higher timeframes.
OFPI T3 Volume Factor (t3_vf): Adjusts the T3’s sensitivity. Higher = more responsive, lower = more stable. 0.6-0.8 is typical. Raise for more “snappy” signals, lower for less noise.
VVD Delta Lookback (delta_len): Sets the window for VVD’s volume delta calculation. 10-20 for most assets. Shorter for high-volatility, longer for slow markets.
VVD Volatility Normalization Length (vol_norm_len): Normalizes VVD by recent volume. 15-30 is typical. Use higher for assets with wild volume swings.
VVD Momentum Memory (momentum_mem): Adds a “memory” boost to VVD, amplifying persistent buying/selling. 2-5 is common. Lower for choppy markets, higher for trending.
Show Dashboard (showDash): Toggles the full dashboard table (best for desktop). Turn off for a minimalist or mobile setup.
Show Compact Info Line (showInfoLabel): Toggles a single-line info label (best for mobile). Turn on for mobile or minimalist setups.
How PVFI Works:
- OFPI Calculation: Splits each candle’s volume into buy/sell pressure based on where the close is within the range. Aggregates over your chosen lookback, then smooths with a T3 moving average for a neon, lag-minimized signal.
- VVD Calculation: Measures the “aggression” of volume (body-weighted), normalizes by recent volume, and applies a memory boost for persistent trends. Uses a custom tanh clamp for a natural, non-pegged range.
- Visuals: OFPI is plotted as a neon line (with glow). VVD is a color-gradient area with a soft shadow, instantly showing regime shifts.
- Dashboard/Info Line: Desktop: Full dashboard with all key stats, color-coded and branded. Mobile: Compact info line with arrows for quick reads.
How you'll use PVFI:
- Bullish OFPI (Teal Neon, Up Arrow): Buyers are dominating. Look for breakouts, trend continuations, or confirmation with your own system.
- Bearish OFPI (Green Neon, Down Arrow): Sellers are in control. Watch for breakdowns or short setups.
- VVD Positive (Teal Area): Aggressive buying is increasing. Confirm with price action.
- VVD Negative (Purple Area): Aggressive selling is increasing. Use for risk management or short bias.
- Neutral/Flat: Market is balanced or indecisive. Consider waiting for a clear regime shift.
- Dashboard/Info Line: Use the dashboard for full context, or the info line for a quick glance on mobile.
Tips:
- For scalping, use lower lookbacks and smoothing.
- For swing trading, increase lookbacks and smoothing for stability.
- Works on all assets and timeframes - tune to your style.
Why PVFI is Unique:
- Fusion of Order Flow and Volatility: No other indicator combines body-based order flow with a volatility-of-volume delta, both visualized with modern, pro-grade graphics.
- Adaptive, Not Static: PVFI adapts to market regime, not just price movement.
- Mobile-Ready: Dashboard and info line toggles for any device.
- No Chart Clutter: Clean, color-coded, and easy to read.
For Educational Use Only
PVFI is a research and educational tool, not financial advice. Always use proper risk management and combine with your own strategy.
Trade with clarity. Trade with edge.
— Dskyz , for DAFE Trading Systems