Candlestick analysis
ShunK MFFSShunK Multi-Factor Flexible Strategy: Combines built-in moving averages (EMA, SMA, etc.) with up to 5 external indicator signals, generating buy/sell signals via AND/OR logic. Supports long/short trades, stop-loss/take-profit, hybrid exit mode, customizable signal intervals, and backtest periods, suitable for diverse trading needs.
ShunK 多因子灵活策略:结合内置均线(支持EMA、SMA等)和最多5个外部指标信号,通过AND/OR逻辑生成买卖信号。支持多空方向、止损止盈、混合模式平仓,灵活设置信号间隔与回测时间,适用于多样化交易需求。
Indicator: Volatility Candle Based 📊 Volatility Candle-Based Indicator (Pine Script v6)
This custom TradingView indicator is designed for futures traders who want to analyze volatility, candle patterns, and support/resistance zones within specific market hours. It overlays price charts and provides visual signals that help determine potential momentum shifts, trend continuations, or reversals.
🔧 Core Features
⏰ Futures Time Filter
The indicator activates only during specific trading hours, customized per futures contract (e.g., NQ, ES, GC).
Time is adjusted to the New York (EST) timezone.
This ensures the logic only runs during relevant futures market sessions.
💹 Contract-Specific Multipliers
Applies custom point multipliers for futures contracts (e.g., GC = 30, ES = 24).
Supports three types of multipliers:
Trailing Stop
Trailing Plot Stop
Stop Loss
Ensures accurate backtesting and risk modeling for each contract.
📈 Trendline Support & Resistance
Uses pivot high/low logic to dynamically plot:
Central pivot zones
Step-like support/resistance lines
These trendlines update based on price behavior and can indicate bullish or bearish control.
🔍 Candle Momentum Analysis
Evaluates each candle's:
Body-to-range ratio (e.g., Marubozu, Doji)
Shadow dominance (upper/lower wicks)
Detects important reversal or continuation patterns such as:
Bullish/Bearish Inside Candles
Doji Star formations
Uses a custom moving average to confirm directional bias.
🕯️ Plotter Candle Signals
Identifies BullishPlotter and BearishPlotter candles:
Highlights candles likely to signal upcoming momentum.
Also accounts for neutral signals when no clear bias is detected.
Tracks the high/low of recent signal candles for reference.
📌 Visual Elements (not shown in snippet but implied by logic)
Signal arrows, dashed current levels, and filled support/resistance zones can be plotted to provide real-time feedback.
These are useful for both manual trading and strategy development.
🎯 Use Case
Perfect for intraday or short-term futures traders on instruments like:
🟡 Gold (GC), 🟠 Silver (SI)
📉 Nasdaq (NQ/MNQ), S&P 500 (ES/MES)
This script provides both structural context (trendlines, pivots) and price action signals (candle formations, momentum shifts), helping traders align their decisions with the underlying market flow.
Multi-Period ChartsThis Pine Script v6 indicator is titled "Multi-Period Charts" and is designed to provide traders with dynamic support/resistance levels, momentum-based trendlines, and shaded areas representing higher timeframes—all layered over the current chart to offer multi-timeframe market context.
🔍 Overview
The script offers a comprehensive view of market structure, combining:
Pivot-based support and resistance
Momentum-driven trendlines
MACD-style candle coloring
Higher-timeframe box overlays
Each element is modular and can be customized through inputs for different strategies and timeframes.
🧱 Key Features
1. Pivot-Based Support & Resistance Lines
Uses ta.pivothigh and ta.pivotlow to detect significant swing highs/lows.
A dynamic centerline is calculated from recent pivots.
Generates TUp and TDown bands that evolve with price action.
Determines the trend direction based on whether the price is above or below these bands.
2. Trendline Signal Support
Based on moving averages of high/low and close prices across a long period.
Draws a support line with a slope-check to determine if the market is bullish or bearish.
Support lines are color-coded to reflect the directional bias (bullish, bearish, or neutral).
3. Candle Coloring Logic
Candles are categorized into:
LongCandles (above both trend and support lines)
ShortCandles (below both lines)
NeutralCandle (between them)
Candles can also be shaded differently when they are downward candles, even within a bullish setup.
4. Multi-Timeframe Box Overlays
Automatically selects a higher timeframe (HTF) based on the current chart.
Draws boxes that represent the range of the selected HTF bar (e.g., day, week, month).
Boxes are colored based on whether price closed up or down.
Supports multiple methods to determine the top/bottom of the box:
High/Low Range (HLR)
True Range (TR)
Heikin Ashi Range (HAR)
5. Period Line
Calculates a smoothed line from the average of each HTF box’s top/bottom.
Useful for identifying long-term trend alignment.
⚙️ Inputs & Customizations
Pivot settings: Number of bars to look back and forward, factor, and spread.
Trendline settings: Moving average lengths and slope sensitivity.
HTF box settings: Resolution (manual or auto), color options, calculation method.
📈 Visual Output
Trendline and support line (optional display).
HTF range boxes (highlighting bullish or bearish sessions).
Color-coded candles indicating alignment or divergence from trend.
Invisible PeriodLine for advanced strategy developers.
💡 Use Case
This indicator is ideal for:
Swing and intraday traders who want to trade in the direction of larger trends.
Traders who rely on multi-timeframe analysis to find confluence.
Users looking to combine price structure (pivot-based) and momentum (moving average-based) for trend validation.
VSA Signale - Optimiert für Krypto//@version=5
Key Enhancements:
Signal Alignment Fix
Added ta.barstate.isconfirmed to ensure signals only appear after candle close
Removed repainting potential through bar confirmation checks
Regulatory Compliance
Persistent red warning label in chart
Mandatory 3-step confirmation process
MiFID-II compliant risk warnings in alerts
Improved Usability
Parameter grouping for better organization
Color-coded EMA lines with toggle options
Clear stop-loss/take-profit guidance in alerts
Risk Management
Integrated ATR-based spread validation
Dynamic volume thresholds with input controls
Trend context filters (visible in EMA plots)
Usage Requirements:
Minimum 6 months VSA experience
Understanding of Wyckoff principles
Demo account testing mandatory
This version addresses the signal alignment issue while maintaining compliance with EU financial regulations. The script now prevents unauthorized use through its confirmation system and provides clear visual/audible warnings.
Customizable Vertical LinesThe indicator lets you see the session times. all it does is allows you to customise your own session start and finish time forming a window with 6 vertical lines
Indicador EMA/Vela v2.1IN ENGLISH: This indicator is based on trend detection using 4 EMAs (4,12,26 and 50). For a BUY signal, if there is an uptrend and the previous closed candle is red (bearish) and the new candle is green (bullish) it generates a BUY signal. There are a couple filters that adds other criteria to the signal. The first filter defines the initial and end-hour of your trading session, so the indicator will filter those signals that are outside your trading session. The next filter applies two volume conditions, you can set up a minimum volume requirement and a minimum increase of volume between the last candle and the new one. Finally, there is a last filter, that identifies if the actual price is above (or below on a bearish trend) the open price of the last candle, which signals a micro break out. You can apply each filter independently to identify the signals that better suit your strategy.
Data High/LowMarks out High and Low of a specified candle.
Intended use for news candle's data high and low.
Time, line color, and line length are customizable in settings options.
Lines are only draw on 1m timeframe and lower.
Sabbz Golden indicatorIndicator Name: Sabbz Golden Indicator
Short Title: Sabbz
Purpose: A comprehensive trading indicator designed for multiple trading styles (scalping, day trading, and trend following) by combining technical analysis tools such as EMAs, VWAP, support/resistance levels, order blocks, supply/demand zones, RSI, MACD, and volume analysis. It provides visual signals, trend analysis, and a dashboard for real-time decision-making.
Key Features
Exponential Moving Averages (EMAs):
Calculates four EMAs (Fast: 9, Medium: 21, Slow: 50, Trend: 200) to assess short, medium, and long-term trends.
Dynamic coloring based on trend direction:
Fast EMA: Lime (bullish), Red (bearish), Yellow (neutral).
Medium EMA: Blue (bullish), Orange (bearish), Gray (neutral).
Slow EMA: Green (bullish), Red (bearish), Purple (neutral).
Trend EMA: Green (bullish), Red (bearish).
Volume-Weighted Average Price (VWAP):
Plots VWAP with ±1σ deviation bands to identify dynamic support/resistance.
VWAP trend direction (bullish if close > VWAP and VWAP rising, bearish if close < VWAP and VWAP falling) informs trading signals.
Multi-Timeframe Analysis:
Incorporates 5-minute and 15-minute EMA (9 and 21) data to confirm trends across timeframes, enhancing signal reliability.
Support and Resistance Levels:
Detects key support/resistance levels using fractal-based pivot points (5-bar left/right lookback).
Tracks touches of levels (minimum 3 touches required) within a 50-bar lookback.
Levels are filtered to stay within ±0.5% of the current price to avoid clutter.
Break of structure (BoS) signals are generated when price breaks key levels by a user-defined threshold (default: 0.1%).
Order Blocks:
Identifies bullish and bearish order blocks based on strong price reversals with high volume.
Visualized as green (bullish) or red (bearish) boxes on the chart.
Supply and Demand Zones:
Detects fresh demand zones (price drops to a 10-bar low, bounces with high volume) and supply zones (price reaches a 10-bar high, reverses with high volume).
Plotted as blue (demand) or orange (supply) boxes, adjusted by ±0.5 ATR for width.
Scalping Signals:
Generates scalp long/short signals for 1-5 minute timeframes based on:
Short-term EMA trend (9 > 21 for long, 9 < 21 for short).
RSI oversold (<30, rising) for longs or overbought (>70, falling) for shorts.
MACD momentum (histogram positive and rising for longs, negative and falling for shorts).
Volume spike (volume > 1.5x 20-period SMA).
Price above/below VWAP.
Day Trading Signals:
Generates day trading long/short signals for 5-15 minute timeframes based on:
Medium-term trend (EMA 9 > 21 and 21 > 50 for long, opposite for short).
Break of key resistance (long) or support (short).
Multi-timeframe EMA confirmation (5m and 15m).
Volume spike.
Trend Following Signals:
Generates swing/position trading signals based on:
Strong trend (short, medium, long-term EMAs aligned, VWAP trend, and multi-timeframe confirmation).
Presence of fresh demand/supply zones or order blocks.
RSI not overextended (<60 for longs, >40 for shorts).
Volume Analysis:
Uses a 20-period SMA of volume to detect spikes (>1.5x SMA) and high volume (>2x SMA) for signal confirmation.
Dashboard:
Displays real-time data in a top-right table with:
Timeframe: Scalping, Day Trading, Trend Following.
Trend: Bullish, Bearish, Neutral, or Strong Bull/Bear based on EMA and VWAP conditions.
Signal: Long, Short, or Wait based on entry conditions.
Levels: Key support, resistance, VWAP, and RSI values with status (Overbought, Oversold, Neutral).
Color-coded for quick interpretation.
Visual Elements:
Plots EMAs, VWAP, support/resistance levels, order blocks, and supply/demand zones.
Entry signals are marked with triangles (up for long, down for short) of varying sizes (small for scalping, normal for day trading, large for trend following) and colors (e.g., aqua for scalp long, purple for scalp short).
Background coloring indicates trend strength (green for bullish, red for bearish, gray for neutral).
Alerts:
Configurable alerts for:
Scalping Long/Short entries.
Day Trading Long/Short entries.
Trend Following Long/Short entries.
Resistance/Support breaks.
Input Parameters
EMAs:
Fast EMA (default: 9), Medium EMA (21), Slow EMA (50), Trend EMA (200).
Support/Resistance:
Lookback (50 bars), Minimum Touches (3), Break Threshold (0.1%).
Scalping:
RSI Length (14), Overbought (70), Oversold (30), Volume MA (20).
Display Options:
Toggle signals, support/resistance levels, supply/demand zones, and order blocks (all default to true).
Usage
Scalping: Use on 1-5 minute charts for quick entries/exits based on scalp signals.
Day Trading: Use on 5-15 minute charts for break-of-structure trades with multi-timeframe confirmation.
Trend Following: Use on higher timeframes (e.g., 1H, 4H) for swing/position trades aligned with strong trends.
Dashboard: Monitor trend and signal status for all timeframes in real-time.
Alerts: Set up alerts to automate trade notifications.
Notes
Performance: The indicator is computationally intensive due to multi-timeframe calculations and array-based support/resistance logic. Test on your platform to ensure smooth performance.
Customization: Adjust input parameters (e.g., EMA lengths, RSI thresholds) to suit specific markets or trading styles.
Limitations: Signals are based on historical data and technical conditions; always combine with risk management and market context.
Sadi’s Oh Yes! ReversalA very rare long side indicator. Target a 10% move from the prior days close. Not a long term buy signal. Best used for short term trading.
Sadi's Oh No! ReversalA strong reversal signal that could yield you a quick downside move. Best book profits when the asset has declined by 10% from the prior close. Can be used for anything from equities, to crypto etc.
OBV_RD To A7f2cZ9A7f2cZ9
This is a super comprehensive OBV volume alert module. Functionality and Purpose OBV + EMA determines momentum divergence strength (RD). Red and green blocks visually display the strength of bullish and bearish energy. Dots + text prompts clearly mark the points of increased or decreased volume. Automatic transparency + colour conversion display volume intensity without adjustment. The midline aligns with the 0-axis strength boundary.
這是一個超完整的 OBV 爆量提示模組
功能 作用
OBV + EMA 判斷動能乖離強度(RD)
紅綠區塊 視覺上顯示多空能量強弱
圓點 + 文字提示 明確標記爆量轉強、轉弱點
自動透明度 + 顏色轉換 不需調整就能顯示放量強度
中線 對齊 0 軸強弱分界
これは、OBVのボリュームエクスプロージョン通知の非常に完全なモジュールです。機能:OBV + EMAは、運動エネルギーの偏差(RD)の強度を評価します。赤と緑のブロックは、長期と短期のエネルギーの強度を視覚的に示します。ポイントとテキストの指示が、ボリュームが強化されるポイントと弱まるポイントを明確にマークします。自動透明度と色の変換により、調整なしでボリュームの強度を表示できます。中央値の線は、強度と弱さの境界を0軸に合わせます。
EMA Confluence Alert v6 - Manual & CleanTrying to write a script to make sure that I get alerts with every EMA touch or confluence
All-in-One S/R Zones + Anchored VWAPWeekly and daily support and resistance zones - use for swing trading
PVSRA Candele e VolumeThis indicator changes the colors of the candlesticks in your chart highlighting Market Makers' activity
Auto FaustAuto Faust – Intraday Market Context & Structure
Auto Faust is a visual market overlay designed for intraday traders who want fast context without relying on signals or automation. It combines classic price tools — VWAP, EMAs, RSI, Chop Score, and market structure trendlines — into a single glanceable dashboard.
🔍 What It Does:
VWAP (Volume Weighted Average Price): Shows the day's fair value price anchor.
EMAs (3, 21, 113, 200): Map short-term to long-term trend alignment. Crossovers can be used for confluence or caution.
RSI (10): Monitors local momentum. Displayed in a compact table.
Chop Score: Measures how directional price action is. High chop = ranging conditions; low = trending.
Session High/Low Tracker: Tracks the daily extremes in real-time.
Volume Monitor: Shows current candle volume, color-coded vs previous bar (green = higher, red = lower).
Dynamic Support & Resistance Lines: Plotted from pivot highs/lows (not static levels).
Automatic Trendlines: Drawn from swing structure, updating live.
📊 How to Use:
Use EMAs + VWAP alignment to assess directional bias.
Confirm clean trends with low Chop Score and RSI support.
Watch for price interaction around dynamic S/R lines and trendline breaks.
Use volume coloring to assess if momentum is increasing or fading.
No buy/sell signals are generated — this is a trader-facing tool to guide discretionary decision-making.
PSP - Zinho"Precision Swing Point " is well-structured and aims to highlight specific conditions in the chart while factoring in time zones and user configurations. Here's a quick breakdown and a couple of improvements or fixes to consider:
Key Features:
Multi-Symbol Analysis:
Incorporates three symbols (Symbol 1, Symbol 2, and Symbol 3) and compares their open/close values to derive candle states (green/red).
MTF Candle Direction Forecast + Breakdown🧭 MTF Candle Direction Forecast + Breakdown 🔥📈🔼
This script is a multi-timeframe (MTF) price action dashboard that helps traders assess real-time directional bias across five customizable timeframes — with a focus on candle behavior, trend alignment, and confidence strength.
📌 What It Does
For each timeframe, this dashboard summarizes:
Current direction → Bullish, Bearish, or Neutral
Confidence score (0–100) → How strongly price is likely to continue in that direction
Candle strength → 🔥 icon appears if the current candle has a large body relative to its range
Trend alignment:
📈 = EMA9 is above EMA20
🔼 = Price is above VWAP
Color-coded background to visually reinforce directional state
Each row gives you a visual “at-a-glance” readout of what price is doing right now — not in the past.
💡 Why It’s Useful
✅ Direction forecasting based on price action
Instead of lagging indicators, this script prioritizes:
Candle body-to-range ratio (momentum)
Real-time VWAP/EMA structure
Immediate price positioning
✅ Confidence is quantified
The score (0–100) helps you judge how reliable each directional signal is:
90+ → Strong conviction
50–70 → Mixed but potentially valid
<40 → Weak move or early signal
✅ Timeframe confluence at a glance
See whether multiple timeframes are aligning directionally — helpful for scalping, day trading, or waiting for multi-timeframe breakout setups.
✅ Visual & intuitive
Icons, colors, and layout make it easy to scan your dashboard instead of deciphering charts or code.
🛠️ Adjustable Settings
Setting Description
Timeframe 1–5 Choose any timeframes to monitor (e.g., 5m, 15m, 1h, 4h)
Candle Display Mode Show trend color via emoji (🟢/🔴) or background shading
Strong Candle Threshold Adjust the body-to-range % needed to trigger 🔥 strength
Bullish/Bearish Background Customize label color coding
Neutral Background (opacity) Set transparency or styling for flat/consolidating zones
Table Location Place the dashboard anywhere on the chart
🎯 Use Cases
Scalpers: Confirm trend across 1m/5m/15m before entering
Day Traders: Use confidence score to avoid low-momentum setups
Swing Traders: Monitor higher timeframes for trend shifts while tracking intraday noise
VWAP/EMA traders: Quickly see when price is reclaiming or losing critical trend levels
🧠 What Makes It Unique?
Unlike generic trend meters or mashups of standard indicators, this script:
Uses live candle dynamics (not just closes or lagging values)
Computes directional bias and confidence together
Visualizes strength and structure in a compact, readable interface
Let’s you filter by price action, not just indicator alignment
💥 Why Traders Love Will Love It
✅ Instant clarity on which timeframes agree
✅ No more guessing candle strength or trend health
✅ Confidence score keeps you out of weak trades
✅ Works with any strategy — trend following, VWAP reclaim, EMA scalps, even breakouts
✅ Keeps your chart clean — all the context, none of the clutter
⚠️ Transparency🧬 Under the Hood
Powered by live candle body analysis, trend structure (EMA9 vs EMA20), and VWAP placement.
All scores are generated in real-time — No repainting or lookahead bias: all values are computed with lookahead=barmerge.lookahead_on
Confidence scores reflect the current candle only — they do not predict future moves but measure momentum and alignment in real-time
Labels update per bar and respond to subtle shifts in candle structure and trend indicators
✅ MTF Trend Snapshot (Live Output Example Shown in Chart Above)
This dashboard gives you a fast, visual summary of market trend and momentum across 5 timeframes. Here's what it's telling you right now:
🕔 5 Minute (5m)
📉 EMA Trend: Down
🔼 Price: Above VWAP
Direction: Bearish (42)
🟥 Weak bearish bias. Short-term pullback against a stronger trend. Use caution — lower confidence and mixed structure.
⏱️ 15 Minute (15m)
📈 EMA Trend: Up
🔼 Price: Above VWAP
Direction: Bullish (73)
🟩 Clean bullish structure with growing momentum. Solid for intraday confirmation.
🕧 30 Minute (30m)
📈 EMA Trend: Up
🔼 Price: Above VWAP
Direction: Bullish (77)
🟩 Stronger trend forming. Above VWAP and EMAs — building conviction.
🕐 1 Hour (1h)
📈 EMA Trend: Up
🔼 Price: Above VWAP
Direction: Bullish (70)
🟩 Confident, clean trend. Good alignment across indicators. Ideal timeframe for swing entries.
🕓 4 Hour (4h)
🔥 Strong Candle
📈 EMA Trend: Up
🔼 Price: Above VWAP
Direction: Bullish (100)
🟩 Full trend alignment with max momentum. Strong body candle + structure — high confidence continuation.
🧠 Quick Takeaway
🔻 5m is pulling back short term
✅ 15m through 4h are fully aligned Bullish
🔥 4h has max confidence — big-picture trend is intact
📈 Ideal setup for momentum traders looking to ride trend with multi-timeframe confirmation
Try pinning this dashboard to your chart during live trading to read price like a story across timeframes, and filter out weak setups with low-confidence noise.
Levels [Bochka]The ability to watch the opening of the day, week, month, as well as the extremes of the previous day / week
Custom Session H/L SMT-mattktradesDetects SMT at a custom sessions high and low with a custom input comparison symbol