רצועות וערוצים
MCL - Real Price (KRW/USD) - PUBLICThis indicator was developed by the chart analysis specialist team at the YouTube channel Money Copy Lab.
This indicator reflects the exchange rate between the US dollar and the South Korean won, enabling you to view domestic stock and domestic stock index charts correctly from an American investor's perspective.
As foreign investors, particularly American investors, participate heavily in domestic stocks, such exchange rate-reflected charts are highly significant.
KC Trading System9/1/2025: Initial Release of KC trading System
This system is containing the Signals for
1. Bottom/Top Catch
2. Long/Short Trend Changing
3. Short Term Long/Short signals
4. Uptrend/Downtrend channel
OptiPivotOptiPivot is a simple yet powerful TradingView indicator that provides traders with daily and weekly pivot levels along with dynamic stop-loss (SL) settings, enhancing clarity in technical analysis. It calculates pivot, support (S1, S2, S3), and resistance (R1, R2, R3) levels, optimizing position management with trend-based dynamic SL adjustments.
**Daily and Weekly Pivots**: Displays Pivot, R1, R2, R3, S1, S2, S3 levels for daily and weekly timeframes.
A table in the top-right corner shows the levels, and labeled lines on the chart ensure easy tracking.
支撑带User Guide
Trend Filter:
When price stays above both lines ⇒ primary trend is bullish;
when price stays below both lines ⇒ primary trend is bearish.
Buy-the-pullback to the band (strong trend):
During an uptrend, if price pulls back into the “support band” (between the two lines or slightly below) and shows a stabilization candle/volume confirmation, consider a probing long.
Sell-the-rebound to the band (weak trend):
During a downtrend, if price rebounds into the “support band” and fails to break through, with weakening candles, consider a trend-following short.
In-band consolidation:
If price oscillates between the two lines, treat it as a consolidation/rotation zone. Reduce chase trades and wait for a clean exit above/below the band.
Strength/Weakness Transition Watchpoints:
A first close breaking above/below the “support band” and holding for ≥ 3 bars increases reliability.
When the two lines expand in the same direction (widening distance), trends tend to be cleaner; when they converge, a reversal or choppier action may be near.
使用说明:
趋势过滤:价格整体在两线之上 ⇒ 大趋势偏强;整体在两线之下 ⇒ 大趋势偏弱。
回踩带买(强势行情):上涨途中回落至“支撑带”区域(两线之间或略下探)出现止跌K/量能配合,可考虑试探性做多。
反抽带空(弱势行情):下跌途中反弹触“支撑带”不破、转弱K线出现,可考虑顺势做空。
带内震荡:价格在两线间来回切换,视作整理/换手区,减少追单冲动,等待带上/下的有效离开。
强弱切换关注点:
首次收盘突破/跌破“支撑带”并能维持 ≥3根K,可信度提升。
两线“同向发散”(距离拉大)时,趋势更干脆;“收敛”时,可能接近转折或震荡加剧。
交易节奏建议
入场:等价格触带后出现确认信号(例如:形态反转、关键K线、震荡指标),而不是盲目摸带。
止损:放在“支撑带”另一侧或最近 swing 点外侧(别卡点,一点点空间给波动)。
止盈:分批落袋 + 移动止损。沿带奔跑的趋势,别一次吃干抹净,留点给行情发挥。
错峰加仓:顺势时允许在带附近“阶梯加仓”,但每次加仓都要收紧总体风险。
多周期联动(强烈推荐):
上位周期(W/M)判定方向;
交易周期(H4/D)执行;
只有当交易周期与上位周期的“支撑带”方向一致时,信号才加分。反向就降级看待。
适配品种与周期:
黄金/XAU、期金/期权标的均可用;
趋势型周期H4以上级别体验最佳;超短周期噪音多,带内来回“抽耳光”的几率上升。
与其它工具的“配套打法:
价量/结构:在带附近结合关键高低点、缺口、成交密集区做确认。
风控仪表:配合ATR等指标决定止损距离与仓位。
节奏日:非农、CPI 等高波动日,宁肯等确认,也别在带上“硬扛”。以上翻译成英文。
Advanced Liquidation [DR 966]The Advanced Liquidation HeatMap is a next-generation indicator designed to visualize liquidity zones and liquidation areas directly on the chart. It combines multiple layers of market intelligence to help traders spot hidden risks and opportunities.
🔹 Key Features:
Dynamic detection of high / medium / low liquidity zones
Hidden liquidity detection using volume and price-range anomalies
Stop Hunt analysis to uncover false breakouts and liquidity grabs
Smart Money tracking to highlight accumulation vs. distribution phases
Simplified machine-learning based pattern analysis to forecast directional bias
Fully adaptive Dark / Light theme for seamless integration with any chart style
Interactive analysis table summarizing real-time signals and strength levels
Auto-extending support/resistance zones that react to price action
🔹 Practical Use:
This indicator helps traders identify liquidity pools, anticipate potential stop hunts, and monitor institutional flows, providing a sharper edge in market decision-making.
📌 Follow me for more updates:
Twitter: @HZBR_AL
Telegram: @dr_basl
Anchorman - EMA Channel + EMA + MTF Status Table PRICE BREAKOUTUses a high/low EMA Channel to tell you when strong price breakouts are happening plus comes with a EMA to help follow the trend if you like. I designed it so it can alert you when a single TF touch happens or a breakout alignment on MTF happens (I recommend this) its up to you also its single alert so no need to do bullish or bearish signals just one signal will alert you when a breakout happens in EITHER direction.
Yaso- Structural Signals: Buy/Sell (Clean v5)//@version=5
indicator("Structural Signals: Buy/Sell (Clean v5)", overlay=true)
//===================== Inputs =====================
grpCtx = "Context (Structure)"
lenDon = input.int(20, "Donchian Lookback (S/R proxy)", minval=5, group=grpCtx)
ema20On = input.bool(true, "Show EMA 20", group=grpCtx)
ema50On = input.bool(true, "Show EMA 50", group=grpCtx)
ema200On = input.bool(true, "Show EMA 200", group=grpCtx)
grpVol = "Volume Confirmation"
volLen = input.int(20, "Volume SMA Length", minval=2, group=grpVol)
volMult = input.float(1.5, "Volume Spike × SMA", minval=1.0, step=0.1, group=grpVol)
grpCand = "Candlestick Reversal (at Structure)"
useHammer = input.bool(true, "BUY: Hammer/Bottoming Tail near Support", group=grpCand)
useStar = input.bool(true, "SELL: Shooting Star/Topping Tail near Resistance", group=grpCand)
srNearPct = input.float(0.004, "‘Near’ S/R tolerance (0.004=0.4%)", step=0.001, minval=0.0, group=grpCand)
grpBreak = "Breakouts / Breakdowns"
useBO = input.bool(true, "BUY: Breakout above Resistance (Donchian High)", group=grpBreak)
useBD = input.bool(true, "SELL: Breakdown below Support (Donchian Low)", group=grpBreak)
grpPats = "Double Tops / Bottoms (pivots)"
useDB = input.bool(true, "BUY: Double Bottom / Higher Low", group=grpPats)
useDT = input.bool(true, "SELL: Double Top / Lower High", group=grpPats)
pvLeft = input.int(3, "Pivot Left Bars", minval=2, group=grpPats)
pvRight = input.int(3, "Pivot Right Bars", minval=2, group=grpPats)
matchTolPct = input.float(0.0075, "Price Match Tolerance (0.75%)", step=0.0005, minval=0.0, group=grpPats)
grpXover = "Trend Filters (Crosses)"
useGolden = input.bool(true, "BUY: Golden Cross (EMA50 > EMA200)", group=grpXover)
useDeath = input.bool(true, "SELL: Death Cross (EMA50 < EMA200)", group=grpXover)
grpGap = "Gap Fills (Daily preferred)"
useGapUpRev = input.bool(true, "SELL: Gap-Up Fill & Reversal (close < prior close)", group=grpGap)
useGapDnRev = input.bool(true, "BUY: Gap-Down Fill & Reversal (close > prior close)", group=grpGap)
minGapPct = input.float(0.01, "Min Gap % (1% = 0.01)", minval=0.0, step=0.001, group=grpGap)
grpAgg = "Alert Controls"
aggregateAlerts = input.bool(true, "Enable Aggregate BUY/SELL Alerts", group=grpAgg)
//===================== Context =====================
ema20 = ta.ema(close, 20)
ema50 = ta.ema(close, 50)
ema200 = ta.ema(close, 200)
donHi = ta.highest(high, lenDon)
donLo = ta.lowest(low, lenDon)
plot(ema20On ? ema20 : na, "EMA 20", color=color.new(color.teal, 0), linewidth=2)
plot(ema50On ? ema50 : na, "EMA 50", color=color.new(color.orange, 0), linewidth=2)
plot(ema200On ? ema200 : na, "EMA 200", color=color.new(color.blue, 0), linewidth=2)
plot(donHi, "Donchian High", color=color.new(color.red, 40))
plot(donLo, "Donchian Low", color=color.new(color.green,40))
volSMA = ta.sma(volume, volLen)
volSpike = volume > volSMA * volMult
//===================== Helpers =====================
near(val, ref, pct) =>
// true if |val - ref| / ref <= pct (with nz guard)
math.abs(val - ref) / nz(ref, val) <= pct
lowerWick() =>
(open < close ? open : close) - low
upperWick() =>
high - (open > close ? open : close)
bodySize() =>
math.abs(close - open)
isHammer() =>
lw = lowerWick()
uw = upperWick()
bd = bodySize()
lw >= bd * 2 and uw <= bd * 0.6 and close > open
isShootingStar() =>
lw = lowerWick()
uw = upperWick()
bd = bodySize()
uw >= bd * 2 and lw <= bd * 0.6 and close < open
nearSupport = near(low, donLo, srNearPct) or near(low, ema200, srNearPct)
nearResist = near(high, donHi, srNearPct) or near(high, ema200, srNearPct)
//===================== Signals =====================
// Breakouts / Breakdowns
buyBreakout = useBO and ta.crossover(close, donHi ) and (volSpike or close > donHi )
sellBreakdown = useBD and ta.crossunder(close, donLo ) and (volSpike or close < donLo )
// Pivots → Double Bottom / Top
pL = ta.pivotlow(low, pvLeft, pvRight)
pH = ta.pivothigh(high, pvLeft, pvRight)
lastLow = ta.valuewhen(pL, low , 0)
prevLow = ta.valuewhen(pL, low , 1)
lastHigh = ta.valuewhen(pH, high , 0)
prevHigh = ta.valuewhen(pH, high , 1)
priceMatch(a, b, tol) =>
not na(a) and not na(b) and math.abs(a - b) / b <= tol
doubleBottom = useDB and priceMatch(lastLow, prevLow, matchTolPct) and nz(lastLow) > nz(prevLow)
doubleTop = useDT and priceMatch(lastHigh, prevHigh, matchTolPct) and nz(lastHigh) < nz(prevHigh)
// Crosses (trend)
goldenCross = useGolden and ta.crossover(ema50, ema200)
deathCross = useDeath and ta.crossunder(ema50, ema200)
// Gap fill reversals (daily)
isDaily = timeframe.isdaily
gapUp = isDaily and open > close * (1 + minGapPct)
gapDown = isDaily and open < close * (1 - minGapPct)
gapUpFillRev = useGapUpRev and gapUp and high >= close and close < close
gapDnFillRev = useGapDnRev and gapDown and low <= close and close > close
// Candles at structure
hammerAtSupport = useHammer and isHammer() and nearSupport
starAtResist = useStar and isShootingStar() and nearResist
// Aggregate booleans (no arrays, no loops)
anyBuy = hammerAtSupport or buyBreakout or doubleBottom or goldenCross or gapDnFillRev
anySell = starAtResist or sellBreakdown or doubleTop or deathCross or gapUpFillRev
//===================== Plots =====================
plotshape(hammerAtSupport, title="BUY: Hammer @ Support", style=shape.triangleup, color=color.new(color.lime, 0), size=size.tiny, location=location.belowbar, text="Hammer@S")
plotshape(buyBreakout, title="BUY: Breakout", style=shape.triangleup, color=color.new(color.green, 0), size=size.tiny, location=location.belowbar, text="BO")
plotshape(doubleBottom, title="BUY: Double Bottom", style=shape.triangleup, color=color.new(color.teal, 0), size=size.tiny, location=location.belowbar, text="DB")
plotshape(goldenCross, title="BUY: Golden Cross", style=shape.triangleup, color=color.new(color.aqua, 0), size=size.tiny, location=location.belowbar, text="GC")
plotshape(gapDnFillRev, title="BUY: Gap-Down Reversal",style=shape.triangleup, color=color.new(color.fuchsia,0), size=size.tiny, location=location.belowbar, text="GapDnREV")
plotshape(starAtResist, title="SELL: Star @ Resistance",style=shape.triangledown, color=color.new(color.red, 0), size=size.tiny, location=location.abovebar, text="Star@R")
plotshape(sellBreakdown, title="SELL: Breakdown", style=shape.triangledown, color=color.new(color.maroon, 0), size=size.tiny, location=location.abovebar, text="BD")
plotshape(doubleTop, title="SELL: Double Top", style=shape.triangledown, color=color.new(color.orange, 0), size=size.tiny, location=location.abovebar, text="DT")
plotshape(deathCross, title="SELL: Death Cross", style=shape.triangledown, color=color.new(color.purple, 0), size=size.tiny, location=location.abovebar, text="DC")
plotshape(gapUpFillRev, title="SELL: Gap-Up Reversal", style=shape.triangledown, color=color.new(color.yellow, 0), size=size.tiny, location=location.abovebar, text="GapUpREV")
plotshape(aggregateAlerts and anyBuy, title="BUY (Aggregate)", style=shape.labelup, color=color.new(color.green, 70), textcolor=color.black, text="BUY", location=location.belowbar, size=size.tiny)
plotshape(aggregateAlerts and anySell, title="SELL (Aggregate)", style=shape.labeldown, color=color.new(color.red, 70), textcolor=color.black, text="SELL", location=location.abovebar, size=size.tiny)
//===================== Alerts =====================
alertcondition(hammerAtSupport, "BUY: Hammer @ Support", "Hammer/Bottoming Tail at support on {{ticker}} {{interval}}")
alertcondition(buyBreakout, "BUY: Breakout", "Breakout above Donchian High on {{ticker}} {{interval}}")
alertcondition(doubleBottom, "BUY: Double Bottom", "Double Bottom/Higher Low on {{ticker}} {{interval}}")
alertcondition(goldenCross, "BUY: Golden Cross", "EMA50 crosses above EMA200 on {{ticker}} {{interval}}")
alertcondition(gapDnFillRev, "BUY: Gap-Down Reversal","Gap-down filled & reversed on {{ticker}} {{interval}}")
alertcondition(starAtResist, "SELL: Star @ Resistance","Shooting Star/Topping Tail at resistance on {{ticker}} {{interval}}")
alertcondition(sellBreakdown, "SELL: Breakdown", "Breakdown below Donchian Low on {{ticker}} {{interval}}")
alertcondition(doubleTop, "SELL: Double Top", "Double Top/Lower High on {{ticker}} {{interval}}")
alertcondition(deathCross, "SELL: Death Cross", "EMA50 crosses below EMA200 on {{ticker}} {{interval}}")
alertcondition(gapUpFillRev, "SELL: Gap-Up Reversal", "Gap-up filled & reversed on {{ticker}} {{interval}}")
// Aggregate
alertcondition(aggregateAlerts and anyBuy, "BUY: Aggregate", "Structural BUY signal on {{ticker}} {{interval}}")
alertcondition(aggregateAlerts and anySell, "SELL: Aggregate", "Structural SELL signal on {{ticker}} {{interval}}")
Trap Zone Lite – Shinobi LabThis indicator is designed for day traders, especially on lower timeframes such as the 2-minute chart. It highlights the Trap Zone: an area of congestion created by the 20-period moving average, the 200-period moving average, and the previous day’s closing price. This zone often acts as a heavy area of support or resistance where price can stall or trap participants.
What it shows:
A shaded Trap Zone box (congestion zone).
Two boundary lines that extend outward from the zone:
Zone + (above the trap) → context for bullish confirmation. A long signal forming here has stronger reliability.
Zone – (below the trap) → context for bearish confirmation. A short signal forming here has stronger reliability.
How to use:
The Trap Zone is meant as context, not signals. Traders should avoid taking setups inside the zone due to congestion. The value comes from using the boundaries:
Avoid shorting in Zone + (too much overhead resistance from prior day close + MAs).
Avoid longing in Zone – (too much downward pressure).
Focus on confirmations that occur outside the trap zone for higher-quality setups.
Ambitious IndicatorAmbitious indicator helps you see which way you should be trading.
Also use this with multi time frame analysis.
It will show which way trend is going. trade with the trend, don't predict.
Sinyal Dominasi Volatilitas (dengan Alarm)sinyal perbandingan btc dan total3 perbedaan yang signifikan di candle TF15 menit
BIST/TL_RSI+MA+FibThis indicator combines RSI, Moving Averages, ATR-based volatility bands, and Fibonacci levels into a powerful multi-strategy scanner.
Features:
Selectable combinations: RSI, MA, ATR, or mixed conditions (RSI+ATR, MA+RSI, RSI under 50, RSI < Fib 0.5, etc.)
Customizable Moving Averages (EMA, SMA, WMA, VWMA, TEMA, etc.)
ATR bands for dynamic volatility-based support/resistance zones
RSI with Fibonacci retracements for confluence signals
Multiple timeframe & screening group selection
Use this tool to spot momentum shifts, volatility breakouts, and Fibonacci-based RSI reversals across BIST stocks or your own custom list.
Dynamic Fibonacci MTF Zones v1🔹 Overview
This indicator automatically detects Fibonacci retracement levels across multiple timeframes (MTF) and highlights the most relevant zones around the current price.
Instead of cluttering the chart with too many lines, it only shows the 3 nearest levels above and below the current price, with clear labels and lines.
🔹 Key Features
Multi-Timeframe Support
Up to 7 custom timeframes can be analyzed simultaneously
Example: 5m, 15m, 1H, 4H, 1D, 1W, 1M
Dynamic Fibonacci Levels
Based on recent high/low within N bars
Uses extended set of 25 ratios (0.045 ~ 0.955)
Golden Pocket (0.382–0.618) zones are auto-highlighted
Nearest 3 Levels Display
Picks the 3 closest levels above and below current price
Labels and lines are plotted for clarity
Identical levels across TFs are merged automatically for clean display
Labels with Details
Direction (▲ / ▼)
Timeframe
Fibonacci ratio
Exact price
Visual Customization
Above levels in blue tones, below levels in red tones
Transparency darkens gradually from TF1 → TF7
Line style: solid / dashed / dotted
Zone fills with adjustable colors
🔹 How to Use
Identify strong support/resistance zones where multiple TF Fibonacci levels overlap
Scalpers: Combine short TFs (5m, 15m, 1H)
Swing traders: Use higher TFs (4H, 1D, 1W)
Investors: Track broader zones (1D, 1W, 1M)
🔹 Settings
Recent Range Bars (R): lookback period for Fibonacci highs/lows
Golden Pocket Highlight: toggle 0.382–0.618 shading
Line Style: switch between line/circle visualization
MTF Control: enable/disable TF1~TF7 with custom timeframe selection
✅ Core Idea:
This tool doesn’t just draw Fibonacci lines — it dynamically selects the most relevant MTF levels, merges duplicates, and highlights only the critical zones you need for real trading decisions.
Support & Resistance Interactive PROThe Support & Resistance Interactive PRO indicator allows traders to plot and fully customize up to 10 Support & Resistance levels with maximum flexibility.
It is designed to provide clear, professional, and visually attractive charts for daily market analysis.
Features
Choose between Zone or Line mode for each level.
Adjustable Zone Size (percentage or ticks) to control the width of areas.
Custom labels & names for every level (e.g., Call Entry, Bot Target, Take Profit).
Automatic price display next to each level for better clarity.
Highlighted zones/lines with shadows for a more professional look.
Built-in alerts when price enters an SR zone or breaks support/resistance.
Usage:
Perfect for SPX, NASDAQ, Forex, and Crypto traders.
Helps identify reaction levels, breakout points, and trading zones with full control and clean visualization.
مؤشر الدعم والمقاومة التفاعلي PRO
هذا المؤشر يساعد المتداولين على رسم وتخصيص حتى 10 مستويات دعم ومقاومة بكل سهولة ومرونة.
تم تصميمه ليمنحك شارت واضح، احترافي، وجذاب للتحليل اليومي.
الميزات:
الاختيار بين عرض كمنطقة (Zone) أو خط (Line) لكل مستوى.
التحكم في حجم المنطقة (نسبة مئوية أو تيك) لتوسيع أو تضييق النطاق.
إمكانية تخصيص أسماء لكل مستوى (مثل: نقطة دخول كول، هدف بوت، جني ربح).
عرض السعر تلقائيًا بجانب كل مستوى لزيادة الوضوح.
مناطق وخطوط مميزة مع ظل بصري لزيادة احترافية الشارت.
تنبيهات مدمجة عند دخول السعر في منطقة S/R أو كسر دعم/مقاومة.
الاستخدام:
مثالي لمتداولي SPX، ناسداك، الفوركس، والكريبتو.
يساعد على تحديد مناطق الارتداد، الاختراقات، وأهم مستويات التداول بشكل مرن وواضح.
Ultimate Power S/R by Abu-SarahUltimate Power S/R by Abu-Sarah – Beta v1
An advanced indicator that automatically plots dynamic Support & Resistance levels using pivots and strength analysis.
It highlights the strongest levels respected by price and provides clear visual guidance for trading decisions.
✨ Features:
- Automatic drawing of S/R levels (no manual input).
- Extended levels across the chart (extend both).
- Auto coloring: Red = Resistance, Green = Support.
- Clear labels with price displayed next to lines.
- Filter levels by pivot strength & frequency.
- Full customization of line style, width, and colors.
- Built-in alerts for breakout & breakdown events.
📊 Usage:
Perfect for SPX / NASDAQ / Forex / Crypto traders.
Helps identify reversals and breakout zones with high accuracy.
Excellent tool for confirming entry & exit levels.
مؤشر القوة المطلقة S/R | BY ABU-SARAH – الإصدار التجريبي (بيتا v1)
مؤشر متطور يرسم مستويات الدعم والمقاومة الديناميكية بشكل ذكي باستخدام البيفوت وقوة تكرارها.
يعرض المستويات الأقوى التي يحترمها السعر، مع ألوان واضحة (أحمر للمقاومة – أخضر للدعم)،
ملصقات أسعار، وتنبيهات تلقائية عند الاختراق أو الكسر.
Trendlines AI Radar by Abu-SarahTrendlines AI Radar – v1
The Trendlines AI Radar is a professional tool built to automatically detect swing highs and lows and dynamically draw uptrend and downtrend lines with high accuracy.
This indicator filters out market noise by displaying only the most recent active trendlines, ensuring clarity and focus on the real price direction.
It combines multiple slope calculation methods: ATR, Standard Deviation, and Linear Regression – making it suitable for both intraday and swing traders.
Key Features:
- Automatic detection of dynamic trendlines.
- Displays only the latest active uptrend & downtrend.
- Multiple slope methods (ATR / Stdev / LinReg).
- Real-time alerts on breakout/breakdown.
- Fully customizable colors & extended lines.
- Designed for clarity, speed, and precision.
مؤشر Trendlines AI Radar هو أداة احترافية تقوم تلقائيًا باكتشاف القمم والقيعان ورسم الترندات الصاعدة والهابطة بدقة عالية.
يعتمد على طرق رياضية متقدمة لحساب الميل (ATR، Stdev، LinReg)، ويعرض فقط آخر ترند فعال لتقليل الضوضاء وتوضيح الاتجاه الحقيقي.
مصمم للمضارب اليومي والمتداول المتوسط المدى، مع تنبيهات فورية عند الاختراق أو الكسر.
Buyside & Sellside Liquidity by Abu-SarahThe Liquidity Zones Indicator automatically identifies liquidity pools (Buyside above highs, Sellside below lows)
and visualizes them on the chart. It also includes the option to display liquidity voids (FVGs) and custom labels.
Features:
- Buyside Liquidity: Detects zones above repeated highs.
- Sellside Liquidity: Detects zones below repeated lows.
- Liquidity Voids: Highlights imbalances (bullish & bearish).
- Customization: Line style, width, transparency, and label size.
- Mode: Present (last 500 bars) or Historical (full chart scan).
How it works:
Liquidity pools represent clusters of orders (stops).
When price sweeps these areas, reactions often occur:
1) Reversal (fakeout / stop hunt).
2) Continuation (break & retest).
Liquidity voids highlight inefficiencies that price often revisits.
مؤشر مناطق السيولة يكشف تلقائياً السيولة الشرائية فوق القمم والسيولة البيعية تحت القيعان،
مع إمكانية عرض الفجوات السعرية (FVG).
يساعد في كشف مناطق الستوبات، الاختراقات الوهمية، وتوقع تحركات المؤسسات.
MC3 Pro Ultra e10Al-Brooks style MC3/Thrust signals with smart gating: EMA, Wilder ADX/DI, Consolidation, BO+FT, Z-score, Volume, RSI div, HTF EMA, Structure, OR/Blackout, Smart Cooldown. Non-repainting.
Full Description (for the main page)
MC3 Pro Ultra — Invite-Only (Al Brooks–inspired)
A high-discipline entry tool for 3-bar micro-channels (MC3) and optional 1-bar thrusts (MC1). Signals are filtered by a layered “gate” system: EMA side/slope/distance, Wilder ADX/DI, Consolidation (Box, BB<KC, Efficiency Ratio), Breakout+Follow-Through (BO+FT), TR Z-score expansion, Volume (mild/strict), true RSI divergence, HTF EMA (side/slope/strict), Market Structure (HH/HL vs LH/LL with optional BOS), Liquidity sweep guard, Open Range gate, Blackout windows (news) and Smart Cooldown v2.
Everything is non-repainting (evaluated on bar close or using closed higher-TF values).
What it does
MC3 (3-bar micro-channel) & Thrust (MC1) entries in both directions.
Auto regime: dynamically tightens thresholds in chop and relaxes them in trend.
BO+FT confirm: bar-3 must close beyond prior H/L by X points and near the extreme; optional follow-through (no immediate pullback).
Z-Score (TR): requires statistical range expansion (any bar inside the MC3).
EMA filter: side rule (All 3 / Any 2 / Last), slope, and max ATR distance.
Wilder ADX/DI: strength/rend bias; optional DI dominance.
Consolidation filter: Box+ATR (with break confirmation), Squeeze (BB<KC), or ER (Efficiency Ratio).
Volume gate: mild (above SMA×mult) or strict (3-bar rising).
True RSI divergence: pivot-based; blocks when divergence contradicts direction.
HTF EMA (non-repainting): side/slope/strict from a higher timeframe using closed bars.
Market Structure: longs only in HH/HL, shorts only in LH/LL; optional fresh BOS.
Liquidity Sweep guard: block-against or require-with sweep.
Open Range gate: require OR breakout before entries (optional).
Blackout windows: disable signals during macro/news windows.
Smart Cooldown v2: EMA-stretch + clustering penalty to avoid over-trading.
Retest mode (visual): after a signal, watch for a pullback to prev H/L or an EMA±ATR band.
Panel & Debug: status panel (regime, ADX, HTF, CONS, Z/TR, score, gates) + debug reasons for blocked signals.
R overlay: draws entry/stop/targets and an approximate position size.
Non-repainting: uses barstate.isconfirmed and closed HTF values. Signals print on bar close.
Presets
NQ A+ (2m/5m) – fast trend bias. BO+FT & Z-score on, Volume mild, DI dominance on, HTF strict.
NQ Pullback-safe (5m) – more conservative, higher min score & BO/Z thresholds.
ES 5m – balanced default.
(You can also use Custom and tweak only 2–3 knobs at a time.)
Suggested markets/timeframes: CME index futures (NQ/ES), 2m/5m/15m. Works on FX/indices/crypto with sensible retuning.
How to read signals
Green/Red arrows mark confirmed MC3 or Thrust entries (printed after bar closes).
Label shows S=Score and THR if the thrust override triggered.
Panel (top-right) shows: Regime (TREND/CHOP), ADX (prev closed bar optional), HTF (side/slope), Consolidation mode, OR status, current Z/TR vs threshold, Score≥, and quick Gates (✓/✗) for long/short.
Debug (optional, last bar): concatenated reasons why a signal did not pass (e.g., ).
Retest mode places “RT” markers when price pulls back to the chosen retest source.
Key inputs (high-level)
Definition: MC3 (color / close-to-close / micro-channel HL / combo), optional Thrust override.
EMA: side rule, slope, max ATR distance (with soft scoring).
ADX/DI: Wilder ADX len/threshold, optional DI dominance.
Consolidation: Box+ATR (with min breaks & confirm), Squeeze (BB<KC), ER.
BO+FT: min points beyond prior H/L, close% near extreme, “no-pullback” option.
Z-Score: TR Z-score length & min threshold.
Volume: mild (SMA×mult) or strict (3-bar rising).
RSI divergence: pivot L/R, max lookback age.
HTF: timeframe/length, rule (Side only / Slope only / Strict).
Structure gate: pivot L/R, optional BOS with max age.
Sweep guard: Off / BlockAgainst / RequireWith.
Open Range: session window + “require breakout” toggle.
Blackout: one or two session windows (e.g., FOMC/CPI).
Smart Cooldown v2: base cooldown, EMA-stretch bonus, cluster penalty.
Alerts
Comes with alertconditions for Bull/Bear signals.
Optional JSON payload (direction, score, preset, regime, price, est. R, symbol, timeframe) for webhook-based managers (auto-filtering or auto-sizing).
How to set: Add alert on this indicator → choose condition “Bull MC3/Thrust” or “Bear MC3/Thrust” → Once-per-bar-close → webhook (optional).
Best practices
In trend: keep Auto regime ON; you can slightly lower min score / Z / BO.
In chop: raise min score (+1~2), use Volume strict + DI dominance, increase Z and close% thresholds, optionally require OR breakout.
Retest entries: enable “Retest mode” to get better fills (prev H/L or EMA band).
HTF Strict + Structure gate will materially improve selectivity (fewer trades, higher quality).
Avoid trading during Blackout windows (macro releases, roll).
Respect Smart Cooldown to prevent clustering and revenge trades.
Disclaimers
This is not financial advice. Backtest/forward-test before risking capital.
No indicator guarantees win rate or profits; use stops and position sizing.
Invite-Only access at the author’s discretion. Redistribution is prohibited.
Credits
Inspired by Al Brooks methodology (micro-channels, breakouts, trend vs chop context) and classic Wilder ADX/DI.
ConfluenceX Scanner • Setup + EntryThe ConfluenceX Scanner is a precision trading tool that combines multiple confirmations into one system — giving you high-probability setups in real time.
✔ Support & Resistance detection
✔ Stochastic extremes (92/6)
✔ Keltner channel breakouts
✔ Setup vs Strong Buy/Sell signals
Instead of guessing, you’ll know exactly when multiple factors align.
Binary traders use it for fast, 60-second entries.
Forex traders use it for precise, high-probability setups.
Access is invite-only and managed through Whop. Purchase a license on Whop to unlock full access, alerts, and community support.
CheckList คนใจร้อนThink of this indicator as your trend sanity check. It won’t tell you what to do—but it’ll help you see the bigger picture before you act. Your risk is your responsibility. No shortcuts, no excuses—just disciplined decisions and solid money management.
Built for traders who value structure over impulse. This tool helps you stay aligned with your plan, not your emotions. Use it to reinforce discipline, not override it.
VXN Levels! Curated Supply and Resistance!VXN Levels!! is a clean, no-nonsense auto-draw tool that displays handpicked support & resistance zones for selected major forex pairs.
Unlike most indicators that rely on formulas and often repaint, every level here comes from a manually curated database. Each price zone is chosen based on precision rejections, wick re-tests, and institutional footprints — the same levels we trade daily.
Because these levels are database-driven, they never repaint. They will only change if we manually update them on our end, ensuring you see exactly what we see.
🔄 Levels are updated daily/weekly as needed to reflect current market conditions.
Pre-loaded pairs include:
AUDCAD, AUDJPY, AUDUSD
CADJPY
EURCAD, EURJPY, EURUSD, EURAUD
GBPAUD, GBPCAD, GBPJPY, GBPUSD
USDJPY
🧭 If you're viewing this on an unlisted pair, no levels will appear.
📨 Contact us if you’d like custom auto-levels tailored for your pair.
⚙️ All levels are static, not repainted, and built for clean S/R retest strategies — suitable for both intraday and swing setups.
📌 For more insights & updates:
Follow us on Instagram → @vxnvixions
rsi jokerعندنا رسم بياني (شارت) على منصة TradingView.
واضح أنه شارت زمني قصير (ممكن M5 أو M15).
مرسوم عليه مستويات HH (Higher High), LL (Lower Low), HL (Higher Low), LH (Lower High).
الاتجاه الحالي:
من الرسم نلاحظ أن السعر عمل HH (قمة جديدة أعلى) ثم بعدها هبط بقوة وسجل LL (قاع جديد أقل).
بعد الـ LL، بدأ السعر يصعد لكن سجل LH (قمة أقل من السابقة)، مما يعني أن الاتجاه على المدى القريب يميل للهبوط (ترند هابط).
الخطوط المرسومة:
الخط الأحمر العلوي يمثل ترند هابط يربط القمم (مقاومة مائلة).
الخطوط الخضراء في الأسفل تمثل قناة سعرية هابطة أو دعم مائل.
الخط الأصفر يمثل خط اتجاه ثانوي/ضعيف داخل الترند.
المناطق المهمة:
المنطقة الحمراء بالأعلى: منطقة مقاومة قوية (إمداد/Supply Zone).
المنطقة الخضراء بالأسفل: منطقة دعم (طلب/Demand Zone).
الوضع الحالي للسعر:
السعر ارتد من الدعم (LL) وطلع لمستوى الترند الأحمر.
الآن يختبر المقاومة المائلة، ولو كسرها مع ثبات أعلى ممكن نشوف صعود للتجربة على المنطقة الحمراء.
لكن لو فشل بالكسر (رفض عند الترند)، ممكن يرجع للهبوط ويعيد اختبار المنطقة الخضراء.
📌 السيناريوهات المتوقعة:
صعود مشروط: إذا كسر الترند الأحمر + ثبات بشمعة واضحة → أهدافه المنطقة الحمراء (منطقة العرض).
هبوط مرجح: إذا فشل بالكسر → يرجع يعيد اختبار القاع السابق (LL) أو يكمل ضمن القناة الهابطة.
تحليل مختصر:
الاتجاه العام قصير المدى هابط، وأي صعود حالياً يعتبر تصحيح ما لم يكسر الترند العلوي والمنطقة الحمراء بثبات. Alright ✅ Let’s break this chart down in English:
General Structure:
This is a chart from TradingView on a short timeframe (likely M5 or M15).
It shows marked levels: HH (Higher High), LL (Lower Low), HL (Higher Low), LH (Lower High).
Trend Analysis:
Price created a Higher High (HH) but then dropped sharply to form a Lower Low (LL).
After the LL, price bounced but only managed to form a Lower High (LH) → this indicates a downtrend (bearish structure).
Drawn Lines:
Red descending line: main downtrend resistance (connecting lower highs).
Green lines below: channel support (downward sloping support zone).
Yellow line: minor/secondary trendline inside the main structure.
Key Zones:
Red zone (top): strong supply/resistance area.
Green zone (bottom): demand/support area.
Current Price Action:
Price bounced from the LL (support) and is now testing the red trendline (resistance).
If price breaks above and holds, it could push toward the red supply zone.
If price fails to break, it will likely drop back down, retesting the LL or sliding further inside the bearish channel.
📌 Scenarios:
Bullish case: Break + hold above the red trendline → target = red supply zone.
Bearish case (more likely): Rejection at the trendline → continuation downward to test LL or lower channel support.
🔎 Summary:
The short-term structure is bearish. Any upside move is just a correction unless price breaks above the trendline and supply zone.
🔥 MomentumWave HA Trend1. Heikin Ashi Candles
The indicator calculates Heikin Ashi candles to smooth price movements.
Heikin Ashi reduces market noise, making it easier to spot trends than regular candlesticks.
Bullish candle: close > open → green-ish candle.
Bearish candle: close < open → red-ish candle.
2. Exponential Moving Averages (EMA)
Two EMAs are plotted on the chart: fast EMA and slow EMA.
Fast EMA: reacts quickly to recent price changes.
Slow EMA: shows the overall trend.
When fast EMA > slow EMA → market is trending up.
When fast EMA < slow EMA → market is trending down.
3. Momentum Filters
EMA slope: the indicator checks if the fast EMA is rising or falling to confirm momentum.
ROC (Rate of Change): ensures price movement is strong in the current direction.
RSI filter: prevents signals when the market is overbought or oversold.
RSI above lower bound → allows bullish trend.
RSI below upper bound → allows bearish trend.
4. Optional MACD Filter
If enabled, the indicator uses the MACD slope to confirm trend strength.
This reduces false signals in weak trend periods.
5. Confirmation of Consecutive Candles
The indicator requires a certain number of consecutive Heikin Ashi candles in the same direction before generating a signal.
This avoids acting on a single volatile candle and increases accuracy.
6. Cooldown Period
After a signal is generated, a cooldown period prevents immediate repeated signals.
This reduces overtrading in volatile markets.
7. Signals
TREND-RISE (triangle below candle): indicates a confirmed bullish trend.
TREND-FALL (triangle above candle): indicates a confirmed bearish trend.
Alerts can be set for both signals to notify you in real time.
8. How to Use
Open a chart and add the MomentumWave HA Trend indicator.
Look at the EMA fast (teal) and EMA slow (maroon) lines.
Wait for a signal:
TREND-RISE: consider long positions or buying opportunities.
TREND-FALL: consider short positions or selling opportunities.
Check RSI and MACD (if enabled) to confirm signal strength.
Observe consecutive Heikin Ashi candle confirmation.
Respect the cooldown period before opening another position.
Apply risk management (stop-loss, position size) based on your strategy.
9. Disclaimer
This indicator is a technical analysis tool and does not guarantee profits.
Always use proper risk management and validate signals with your own analysis before trading.