Super Target KingThis Pine Script implements a multi-timeframe trading system called "Super Target King", combining trend-following filters, entry/exit signals, and a market condition dashboard. Below is a breakdown of what this script does:
🔹 1. Filter & Signal Logic
✅ Smooth Range Calculation (smoothrng)
Applies exponential moving average (EMA) smoothing to volatility (absolute price change).
✅ Range Filter (rngfilt)
Filters out noise in the price using custom logic with thresholds.
✅ Direction Tracking
upward, downward: Counters that track consecutive movement directions.
✅ Entry Signal Conditions
Long Condition (longCondition):
Price above filter and rising.
Trend direction is upward.
Previous signal was short (to avoid false continuation).
Short Condition (shortCondition):
Opposite of long condition.
🔹 2. Entry & Exit Logic
When a long or short signal occurs:
Sets:
Entry (en)
Stop Loss (sl)
Take Profits (tp1 to tp4)
Draws corrent lines and labels for entry, stop loss, and profit targets.
🔹 3. Visualization (Labels & Lines)
Entry/SL/TP lines extend forward (bar_index + 15).
Colored zones (green/red) highlight risk and reward areas.
🔹 4. Multi-Timeframe Dashboard (Table)
Creates a dynamic dashboard with the following for 1m, 3m, 5m, 15m, 1h, 4h:
RSI
Moving Average Trend
MACD Signal
Buy/Sell Bias
Volume Momentum
This helps visually confirm signal strength across multiple timeframes.
🔹 6. Technical Indicators Used
RSI: For momentum analysis.
MACD: For trend confirmation.
EMA-based MA filter: Double smoothed EMA crossover.
Volume analysis: Compares current volume to previous volume and price action.
✅ Summary
The Super Target King is a full-featured trend-trading system with:
Heikin-Ashi smoothing
Noise filtering and trend direction
Entry/exit based on volatility-adjusted ranges
Visual trade planning (entry, SL, multiple TPs)
Multi-timeframe condition overview to avoid false entries.
Indicatori e strategie
RSIPro💥 RSIPro💥
RSIPro is an enhanced version of the classic RSI, built for traders who value both signal accuracy and visual clarity. This tool helps you instantly detect overbought and oversold zones using built-in color cues and automatic signal markers.
🚀 Key Features:
📊 Smooth RSI with adjustable period – fine-tune it for your strategy.
🔺🔻 Auto signals with arrows – when RSI crosses the 30 and 70 levels.
🎯 Dynamic background color – highlights overbought (red) and oversold (green) zones instantly.
⚙️ Customizable RSI zones – set your own overbought/oversold levels.
🔘 Clean horizontal lines: Overbought, Oversold, and Midline (50) for quick visual reference.
🧠 How to Use:
✅ Green background + up arrow = possible bounce from oversold zone.
⚠️ Red background + down arrow = potential correction from overbought zone.
Combine it with price action or trend filters for more powerful signals.
RSIPro makes RSI easy to read and even easier to trust.
Simple. Accurate. Effective. Ideal for traders of all levels.
Aggregated Perpetual Futures Open InterestPurpose
Aggregates perpetual futures open interest across Binance, Bybit, and OKX for the base currency of the asset loaded in your tradingview window.
How It Works
Symbol detection: The script grabs syminfo.basecurrency (e.g., “BTC”) from whatever market is on screen.
Ticker mapping: It constructs the three perp-OI feeds that TradingView publishes in the form EXCHANGE:USDT.P_OI
Data request: For each feed it fetches the full OHLC candle (request.security) on the chart’s timeframe. If a venue doesn’t list that perp, the request simply returns na.
Aggregation: The script adds the opens, highs, lows, and closes of all non-na feeds to produce a single aggregated OI candle.
General Notes
The status line shows each venue’s individual OI close.
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.
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.
(MVD) Meta-Volatility Divergence (DAFE) Meta-Volatility Divergence (MVD)
Reveal the Hidden Tension in Volatility.
The Meta-Volatility Divergence (MVD) indicator is a next-generation tool designed to expose the disagreement between multiple volatility measures—helping you spot when the market’s “volatility engines” are out of sync, and a regime shift or volatility event may be brewing.
What Makes MVD Unique?
Multi-Source Volatility Analysis:
Unlike traditional volatility indicators that rely on a single measure, MVD fuses four distinct volatility signals:
ATR (Average True Range): Captures the average range of price movement.
Stdev (Standard Deviation): Measures the dispersion of closing prices.
Range: The average difference between high and low.
VoVix: A proprietary “volatility of volatility” metric, quantifying the difference between fast and slow ATR, normalized by ATR’s own volatility.
Divergence Engine:
The core MVD line (yellow) represents the mean absolute deviation (MAD) of these volatility measures from their average. When the line is flat, all volatility measures are in agreement. When the line rises, it means the market’s volatility signals are diverging—often a precursor to regime shifts, volatility expansions, or hidden stress.
Dynamic Z-Score Normalization:
The MVD line is normalized as a Z-score, so you can easily spot when current divergence is rare or extreme compared to recent history.
Visual Clarity:
Yellow center line: Tracks the real-time divergence of volatility measures.
Green dashed thresholds: Mark the ±2.00 Z-score levels, highlighting when divergence is unusually high and action may be warranted.
Dashboard: Toggleable panel shows all key metrics (ATR, Stdev, VoVix, MVD Z) and your custom branding.
Compact Info Label : For mobile or minimalist users, a single-line summary keeps you informed without clutter.
What Makes The MVD line move?
- The MVD line rises when the included volatility measures (ATR, Stdev, Range, VoVix) are moving in different directions or at different magnitudes. For example, if ATR is rising but Stdev is falling, the line will move up, signaling disagreement.
- The line falls or flattens when all volatility measures are in sync, indicating a consensus in the market’s volatility regime.
- VoVix adds a unique dimension, making the indicator especially sensitive to sudden changes in volatility structure that most tools miss.
Inputs & Settings
ATR Length: Sets the lookback for ATR calculation. Shorter = more sensitive, longer = smoother.
Stdev Length: Sets the lookback for standard deviation. Adjust for your asset’s volatility.
Range Length: Sets the lookback for the average high-low range.
MVD Lookback: Controls the window for Z-score normalization. Higher values = more historical context, lower = more responsive.
Show Dashboard: Toggle the full dashboard panel on/off.
Show Compact Info Label: Toggle the mobile-friendly info line on/off.
Tip:
Adjust these settings to match your asset’s volatility and your trading timeframe. There is no “one size fits all”—tuning is key to extracting the most value from MVD.
How to make MVD work for you:
Threshold Crosses: When the MVD line crosses above or below the green dashed thresholds (±2.00), it signals that volatility measures are diverging more than usual. This is a heads-up that a volatility event, regime shift, or hidden market stress may be developing.
Not a Buy/Sell Signal: A threshold cross is not a direct buy or sell signal. It is an indication that the market’s volatility structure is changing. Use it as a filter, confirmation, or alert in combination with your own strategy and risk management.
Dashboard & Info Line: Use the dashboard for a full view of all metrics, or the info label for a quick glance—especially useful on mobile.
Chart: MNQ! on 5min frames
ATR: 14
StDev L: 11
Range L: 13
MDV LB: 13
Important Note
MVD is a market structure and volatility regime tool.
It is designed to alert you to potential changes in market conditions, not to provide direct trade entries or exits. Always combine with your own analysis and risk management.
Meta-Volatility Divergence:
See the market’s hidden tension. Anticipate the next wave.
For educational purposes only. Not financial advice. Always use proper risk management.
Use with discipline. Trade your edge.
— Dskyz, for DAFE Trading Systems
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.
Kinetic Price Momentum Oscillator📈 Kinetic Price Momentum Oscillator (Sri-PMO)
Author's Note:
This script is an educational and custom-adapted visualization based on the concept of the Price Momentum Oscillator (PMO). It is not a direct clone of any proprietary implementation, and it introduces enhancements such as timeframe sensitivity, customizable smoothings, multi-timeframe analysis, and visual trend meters.
🔍 Overview:
The Kinetic Price Momentum Oscillator (Kinetic-PMO) is a dynamic momentum indicator that analyzes price rate of change smoothed with dual exponential moving averages. It offers a clear view of momentum trends across multiple timeframes—the chart's current timeframe, the 1-hour timeframe, and the 1-day timeframe. It includes optional visual cues for zero-line crossovers, trend ribbon fills, and a daily trend meter.
🧮 Calculation Logic:
At its core, Kinetic-PMO calculates momentum by:
Measuring Rate of Change (ROC) over 1 bar.
Applying double EMA smoothing:
The first smoothing (len1) smooths the ROC.
The second smoothing (len2) smooths the result further.
This produces the main KPMO Line.
A third EMA (sigLen) is applied to the KPMO line to produce the Signal Line.
The formula includes a multiplier of 10 to scale values.
pinescript
Copy
Edit
roc = ta.roc(source, 1)
kmo = ta.ema(10 * ta.ema(roc, len1), len2)
signal = ta.ema(kmo, sigLen)
To allow responsiveness across timeframes, the script provides sensitivity inputs (sensA, sensB, sensC) which dynamically scale the smoothing lengths for different contexts:
Intraday (current chart timeframe)
Hourly (1H)
Daily (1D)
🧭 Features:
✅ Multi-Timeframe Calculation:
Intraday: Based on current chart resolution
1H: PMO for the hourly trend
1D: Daily trend meter using KPMO structure
✅ Trend Identification:
Green if PMO is above Signal Line (bullish)
Red if PMO is below Signal Line (bearish)
Daily Trend Meter includes nuanced color mapping:
Lime = Bullish above zero
Orange = Bullish below zero
Red = Bearish below zero
Yellow = Bearish above zero
✅ Custom Visual Enhancements:
Optional filled ribbons between KPMO and Signal
Optional zero-line crossover background highlight
Compact daily trend meter displayed as a color-coded shape
🛠 Customization Parameters:
Input Description
Primary Smoothing Controls ROC smoothing depth (1st EMA)
Secondary Smoothing Controls final smoothing (2nd EMA)
Signal Smoothing Controls EMA of the PMO line
Input Source Default is close, but any price type can be selected
Sensitivity Factors Separate multipliers for intraday, 1H, and 1D
Visual Settings Toggle zero-line highlight and ribbon fill
🧠 Intended Use:
The Kinetic-PMO is suitable for trend confirmation, momentum divergence detection, and entry/exit refinement. The multi-timeframe aspect helps align short-term and long-term momentum trends, supporting better trade decision-making.
⚖️ Legal & Attribution Statement:
This script was independently created and modified for educational and analytical purposes. While the concept of the PMO is inspired by technical analysis literature, this implementation does not copy or reverse-engineer any proprietary code. It introduces custom parameters, visualization enhancements, and multi-timeframe logic. Posting this script complies with TradingView’s policy on derivative work and educational indicators.
Gap Detection [Gold_Zilla]📌 Gap Detection
Description:
The Gap Detection indicator is designed to identify and visually mark price gaps between consecutive candles on your chart. Gaps can occur when a financial instrument opens at a significantly different price from its previous close, which some traders interpret as signals of strong momentum, market inefficiency, or upcoming reversals.
This tool helps users track such gaps in real time and monitor whether they have been filled — meaning price has retraced to the gap level after the gap appeared.
🔍 Core Features:
Automatic Gap Detection
Detects upward gaps (when today's low is above the previous close) and downward gaps (when today's high is below the previous close).
Customizable Sensitivity
Set a minimum gap size (% threshold) to filter out small price differences.
Real-Time Monitoring
Gaps are drawn as horizontal lines and persist until they are filled. Once filled (price crosses the gap level), they are automatically removed from the chart.
Visual Customization Options
Choose your gap line colors for up/down gaps
Select the line style (solid, dashed, dotted)
Adjust line width
Control the maximum number of tracked gaps (to reduce clutter)
Optional label display (disabled by default for minimalism)
⚙️ Inputs:
Minimum Gap Size (%) – Threshold to qualify a price movement as a gap (default: 1%).
Up/Down Gap Color – Colors for visualizing up/down gaps.
Line Style & Width – Format the gap lines to your preference.
Maximum Gaps to Track – Avoid performance issues by limiting active gap lines.
Show Gap Labels (currently disabled in code) – Option to label gap levels with price and direction.
📈 How to Use:
Add this script to your chart on any timeframe or asset.
Gaps will appear automatically as horizontal lines, helping you spot unfilled gaps.
Can be used to identify potential support/resistance zones, or areas where price may return to fill a gap.
Note: Not all gaps get filled — always combine with other forms of analysis or confirmation tools.
⚠️ Disclaimer:
This script is for informational and educational purposes only and does not constitute financial advice. Past performance or price behavior does not guarantee future results. Always use proper risk management and consult a financial advisor before making trading decisions.
TVC:GOLD
EMA Retest Signal Indicator (Indicator)EMA Retest Signal Indicator (Strict + Loose)
Overview:
This indicator is designed for active traders who want to identify high-probability retraction (pullback) opportunities within confirmed EMA trends. It highlights two categories of signal candles—strict and loose—based on how price interacts with fast and slow EMAs, giving you clear, visually-coded signals for both trend continuation and optimal entries.
How It Works
EMA Trend Confirmation:
The script uses a fast EMA (default 13) and a slow EMA (default 48). Trend confirmation occurs only after a user-defined number of candles have closed beyond an EMA crossover, filtering out false or premature trend shifts.
Strict Retraction Signals:
These appear when a retraction candle pulls back and tests both the fast and slow EMAs before resuming in the direction of the main trend. These are typically higher-confidence signals.
Loose Retraction Signals:
Designed to catch “shallower” or more flexible pullbacks. These signal when the candle either:
Touches only the fast EMA (but stays above/below slow EMA), or
Comes within a configurable maximum number of ticks from the slow EMA (but does not need to touch either EMA).
Blue diamonds indicate fast EMA tests; yellow diamonds indicate pure distance-based signals.
Chop Filter:
The script automatically suppresses signals if it detects the trend has shifted more than once within a configurable recent bar window (default: last 10 candles). This helps you avoid signals during choppy or sideways markets.
Trading Window Highlighting:
Optionally highlights your preferred trading hours on the chart background for visual clarity.
Inputs & Settings
Fast EMA & Slow EMA lengths
Number of bars to confirm trend after EMA crossover
Toggle for displaying strict/loose retraction signals
Maximum allowed tick distance for loose signals (yellow diamonds)
“Chop filter” (bars to look back for trend shifts)
Optional: show/hide trend background highlights
Visual Signals
Green triangle up: Strict long entry candidate
Red triangle down: Strict short entry candidate
Blue diamond: Loose retraction signal, tested fast EMA
Yellow diamond: Loose retraction signal, within max distance from slow EMA
Who Is This For?
Day traders and scalpers seeking precise pullback entries in strong trends
Algo/system traders wanting robust, visually intuitive signal logic
Anyone who wants an advanced, trend-following indicator for futures, forex, crypto, or equities
Usage Tips
Use in combination with your risk management and other confirmation tools.
Tune the “max loose ticks” and trend confirmation bars for your preferred market/volatility.
Strict retractions are usually higher confidence; loose can help catch moves that don’t quite reach the EMAs.
Note: This indicator is not financial advice and should be tested in a demo or backtest environment before live use.
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.
KX Status (Only top-left)A script for calculating amplitude, rise and fall, and the proportion of entities
Bollinger Bands on DMI (+DI / -DI)TradingView Pine Script: Bollinger Bands on +DI/-DI
Here's a custom Pine Script for TradingView that overlays Bollinger Bands on +DI and -DI:
//@version=5
True Buy/Sell Entry Signal – (Final Version)**True Buy/Sell Entry Signal – Catch Real Breakouts with Volume Power**
This script is designed to help you identify **true institutional-style breakouts** by combining:
Strong bullish candlestick structure
Above-average volume spike
Confirmation via breakout
Optional sell signal when bearish volume appears
---
### Key Features
1. **Buy Signal (BUY)**
- Bullish candle
- Closes near the high
- Increasing vs previous close
- Volume > average × threshold
- Occurs near a user-defined resistance level
2. **Entry Signal (ENTRY)**
- Appears if price breaks above the previous BUY candle’s high
- Within a confirmation window (default: 5 candles)
- Must maintain strong volume and a bullish close
3. **Strong Entry Signal (STRONG)**
- Two consecutive ENTRY signals
- Second candle must have higher volume than the first
- Filters out fake breakouts
4. **Sell Signal (SELL)**
- Strong bearish candle with volume spike
5. **Auto Take Profit / Stop Loss Lines**
- Based on the ENTRY candle’s low
- Configurable risk/reward ratio
6. **Real-Time Alerts**
- All key signals include `alertcondition()` for automated alerts
---
### Best Used For:
- 15min ~ 1hr timeframes
- Pre-breakout positioning
- Avoiding fakeouts
- Volume-based confirmation strategies
---
Use this script to **enter before the crowd** and confirm when real momentum is building behind a move.
Created by: ChartJay
WAVYORBFIB stratThis strategy combines the power of the Opening Range Breakout with the precision of Fibonacci Retracement levels, creating a dynamic approach to market entry and exit points. It focuses on identifying key breakout zones early in the trading session, while leveraging Fibonacci levels to fine-tune potential support, resistance, and profit-taking targets.
How It Works:
Opening Range Breakout (ORB):
The strategy first identifies the Opening Range, which is typically defined by the high and low of the first 30 minutes or 1 hour of the trading session. This period serves as a crucial time frame, setting the initial market sentiment.
A breakout occurs when the price moves beyond the opening range (above the high or below the low). This breakout signals the potential for a strong move in the direction of the breakout.
Fibonacci Levels:
Once the breakout is identified, Fibonacci extension levels (1.232, 1.272, 1.764) are applied to the price movement from the opening range.
These levels act as potential support and resistance zones, providing possible entry points for trades as the market extends and tests these levels.
Key Entry Signals:
Long Entry: If the price breaks above the opening range with volume, target profit is the 1.232 fib line that is plotted.
Short Entry: If the price breaks below the opening range with volume, target profit is the -1.232 fib
Exiting the Trade:
Target 1: Use Fibonacci extensions 1.232, 1.272 and 1.764 as profit-taking targets for the trend continuation. You can toggle on and off extra fibs for extra targets/levels of influence.
Target 2: If the price hits a Fibonacci level (e.g.,1.232 extension) and begins to reverse, close out a portion of the position for profits, or tighten stops for a safer exit.
Stop Loss Strategy:
Place a stop loss just outside the opening range or below/above the nearest Fibonacci level (depending on the trade direction). This ensures minimal risk while the market tests these critical levels.
Why It Works:
This strategy leverages two well-tested concepts in technical analysis:
The Opening Range Breakout, which identifies the early momentum in the market,
And the Fibonacci retracement levels, which give traders key levels of support and resistance, helping to identify high-probability entry and exit points.
Ideal Markets:
This strategy works best in volatile markets and during periods of significant market movement, especially after major economic news or events.
Prev-Day High-Low Box 09:30-15:30This indicator plots a visual range box for the previous day's regular trading session, based specifically on 09:30 AM to 3:30 PM market hours (Eastern Time by default).
Features:
Automatically detects each new trading day
Draws a box from the previous day’s high to low
Box extends into the current session for a set number of bars (default: 160)
Labels mark the previous high and previous low individually
Clean and minimal — only one box and label set is drawn at a time
Works on intraday timeframes (1min, 5min, 15min, etc.)
Use it to:
Identify zones of interest from the last session
Watch for breakouts, reversals, or mean reversion setups
Combine with VWAP, moving averages, or price action for added context
This tool is handy for day traders and scalpers who want to map out the structure of prior sessions during live trading hours.
MACDPro💥 MACDPro — Clean & Incredibly Clear Trend Indicator 💥
MACDPro is your ultimate trading ally. Forget overloaded charts and messy signals — this tool is built for clarity, simplicity, and powerful signals.
Designed for both beginners and experienced traders who value clean visuals and no-BS signals, MACDPro helps you see the market clearly and act with confidence.
🧠 What Makes MACDPro Special:
Clean visuals – only what matters: histogram and signal line, no clutter.
Crystal-clear signals – easy-to-read crossovers and momentum shifts.
Multi-timeframe optimized – works flawlessly from scalping to swing trading.
Universal use – whether it’s crypto, gold, forex, or indices — MACDPro delivers.
Efficient code – smooth, fast, and accurate without unnecessary calculations.
⚙️ How to Use:
🔄 Signal line crossover – spot entries and exits with confidence.
📉 Histogram shift – catch trend reversals and momentum changes.
🔍 (Optional) Divergence detection – advanced edge for spotting early market shifts.
MACDPro is what MACD was meant to be — clean, powerful, and effective.
No noise. Just performance. Just results.
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.
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-Dikkat Crossover Trend Belirleme Signal-1
📊 EMA-Caution Crossover Trend Detection Signal Indicator – User Guide
This indicator is designed to help you identify trend direction and detect potential buy or sell opportunities using a crossover system based on Exponential Moving Averages (EMAs). It calculates four EMAs — covering short, medium, and long-term trends — and generates signals depending on how these averages relate to each other.
🔧 Used EMAs (Exponential Moving Averages)
The indicator calculates 4 different EMAs with the following periods:
EMA 5 → Represents very short-term price action
EMA 20 → Indicates short-term trend
EMA 50 → Reflects medium-term trend
EMA 100 → Shows long-term overall trend
These EMAs are displayed on the chart with different colors:
🟡 EMA 5: Yellow – reacts quickly to price movements
🟣 EMA 20: Light Purple
🔴 EMA 50: Magenta (Dark Pink)
🔵 EMA 100: Blue – slower, reflects general trend
The relationship between these EMAs gives insight into the market’s current trend strength and direction.
🟨 Signals and Their Meanings
✅ BUY Signal
Condition: EMA 5 > EMA 20 > EMA 50
This pattern shows that the short-term trend is stronger than the medium and long-term, suggesting bullish momentum.
On the Chart:
🔶 Color: Yellow (RGB: 235, 204, 27)
🔼 Shape: Label Up – appears below the candle
Meaning: Possible buying opportunity. The trend is likely turning upward or strengthening.
❌ SELL Signal
Condition: EMA 5 < EMA 20 < EMA 50
This indicates that the short-term price is below both the medium and long-term averages, suggesting bearish pressure.
On the Chart:
💗 Color: Pink (RGB: 248, 23, 244)
🔽 Shape: Label Down – appears above the candle
Meaning: Potential sell signal. The trend may be shifting downward.
⚠️ CAUTION Signal
Condition: Neither buy nor sell signal is active (i.e., no clear EMA alignment)
This suggests the market is uncertain or ranging, and no clear trend is present.
On the Chart:
🔷 Color: Light Blue (RGB: 198, 232, 248)
✖️ Shape: Cross – appears below the candle
Meaning: Market is indecisive. It’s better to wait for more confirmation before entering a trade.
📌 How to Use on the Chart
Track the Trend: Observe the EMA lines to determine the general direction. If short-term EMAs are above long-term ones, the market is likely bullish — and vice versa.
Watch for Signals:
Yellow Up Label → Potential Buy
Pink Down Label → Potential Sell
Blue Cross Mark → Caution; better to wait
Use with Other Indicators: This system is based solely on EMAs. For stronger signals, consider combining it with RSI, MACD, or volume-based indicators.
💡 Strategy Tip
You can use this indicator in trend-following trading strategies. For example:
Enter long trades only when a buy signal appears, and exit when EMA 5 falls below EMA 20.
Or only trade during strong trends and stay out during caution signals to avoid sideways markets.