Gold Scalping Trend Strategy [Optimized] ANT1 GOLD🟡 Gold Scalping Trend Strategy – Explained
This is a short-term scalping strategy designed for XAU/USD (gold), but it can also be applied to other volatile instruments.
It combines trend detection (moving averages + ATR filter) with scalping take-profit levels and a safety stop-loss.
The goal is to ride small but high-probability moves in the direction of the intraday trend while protecting capital.
지표 및 전략
CHOP Debug//@version=6
indicator("CHOP Debug", overlay=false)
// your f_chop from the strategy
f_chop(_len) =>
atr_sum = math.sum(ta.atr(1), _len)
pr_range = ta.highest(high, _len) - ta.lowest(low, _len)
safe_range = pr_range != 0 ? pr_range : 1e-10
100 * math.log10(atr_sum / safe_range) / math.log10(_len)
// input & compute
chopLen = input.int(14, "CHOP Length")
chopVal = f_chop(chopLen)
// plot CHOP line
plot(chopVal, color=color.purple, title="CHOP(14)")
hline(60, color=color.gray, title="Threshold")
// optional: show value as a label at the last bar
if barstate.islast
label.new(bar_index, chopVal, text=str.tostring(chopVal, format.mintick),
yloc=yloc.price, style=label.style_label_left,
color=color.purple, textcolor=color.white)
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.
Swing Support and Resistance with Breakout AlertsOverview
The indicator is a custom Pine Script tool designed for TradingView that automatically identifies and plots Swing Highs (Resistance) and Swing Lows (Support). It dynamically draws horizontal lines at these key price reversal points, extending them forward until they are broken, which provides traders with visual, data-driven support and resistance levels. The indicator also includes customizable alerts to notify users when a breakout occurs.
Key features
Dynamic Swing Detection: The indicator automatically detects significant swing high and low points based on a user-adjustable "Swing Detection Length" parameter. This allows traders to fine-tune the sensitivity, focusing on either short-term swings or major market turning points. Swing Length Adjustable.
Adaptive Support and Resistance Zones: The script plots horizontal lines at the detected swing levels. These lines dynamically extend forward in time, acting as predictive support and resistance zones until the price convincingly breaks through them.
Historical Context: Once a support or resistance level is broken, the indicator can optionally keep the line on the chart but changes its appearance (e.g., to a dashed line). This allows traders to see how previous levels have held or been violated, as broken resistance often becomes new support and vice versa.
Customizable Breakout Alerts: A key feature is the ability to generate alerts. When the price closes above a recent resistance line or below a recent support line, a notification is triggered. This helps traders monitor potential breakouts in real-time.
Visual Clarity: Users can customize the colors and styles of the lines and labels to suit their preferences, making it easier to distinguish between different levels and maintain a clean chart.
How to use
This indicator is a powerful tool for technical analysis and can be used in several ways:
Identify Market Structure: It provides a clear, visual representation of a market's recent structure and key reversal points.
Develop Trading Strategies: It can form the basis of a breakout strategy by using the alert function to identify when a key level is broken.
Set Stop-Loss and Take-Profit Levels: The swing highs and lows act as natural reference points for placing stop-loss orders and potential profit targets.
Confirm Trend Reversals: A failure to make a new swing high or low while the price moves in that direction can be a sign of a weakening trend and a potential reversal.
Always use proper risk management and stop-loss orders to protect your capital in case the market moves against your trade.
Keep in mind that the provided indicator is a simple example based on the Swing Highs (Resistance) and Swing Lows (Support) concepts and should not be considered financial advice.
Traders often combine multiple concepts to develop their trading strategies. The provided indicator should be treated as a starting point to explore and implement in your trading strategy.
ORB Pro — Auto Market + DST (자동 시장·썸머타임 ORB)_[by Irum]ORB Pro — Purpose & Definition (EN)
Purpose
Standardize and visualize the Opening Range Breakout process across markets (KR/US/EU/Crypto) with DST-safe auto session detection; generate three trade-friendly signals (Breakout, Retest, Fakeout); optionally gate by trend and volume; and fire both fixed alertcondition() and runtime alerts that include market names.
Definitions
Opening Range (OR): High/Low (and Mid) built over the configured “opening window”. Auto mode maps by timezone:
KRX 09:00–09:30, US 09:30–10:00 (Eastern, DST-safe), LSE 08:00–08:30, EU 09:00–09:30, Crypto 00:00–00:30.
Breakout: Close above ORH (+ optional ATR buffer) or below ORL (– buffer) for N consecutive closes.
Retest: Within retestBars after a breakout, a return toward ORH/ORL within a tolerance (retestTolPct × OR range) and closing back in the breakout direction.
Fakeout: Within fakeoutBars after the breakout, price re-enters the range past ORH/ORL by the buffer the other way.
ORB Pro — 목적 & 정의 (KR)
목적
시장(한국/미국/유럽/암호화폐)별 개장 구간을 DST(썸머타임)에 맞춰 자동 인식하고, OR(오프닝 레인지)을 시각화한 뒤 브레이크아웃·리테스트·페이크아웃 3종 신호를 제공합니다. 필요 시 추세/거래량 필터로 품질을 높이고, 정적 알림과 실시간 알림(시장명 포함)을 함께 발사할 수 있습니다.
정의
오프닝 레인지(OR): 개장 윈도우 동안의 고가/저가(및 중앙값). 자동 모드 기본 매핑:
KRX 09:00–09:30, 미국 09:30–10:00(동부시간·DST 적용), 런던 08:00–08:30, EU 09:00–09:30, 크립토 00:00–00:30.
브레이크아웃: 종가가 ORH(또는 ORL)를 ATR 버퍼 고려해 연속 N봉 돌파.
리테스트: 브레이크아웃 후 retestBars 이내, ORH/ORL 근방(OR 범위 대비 retestTolPct)을 재접근하고, 돌파 방향으로 종가 복귀.
페이크아웃: 브레이크아웃 후 fakeoutBars 이내, 반대 방향으로 버퍼 넘겨 재유입.
=================================================================================
Settings Manual (EN → KR)
0) Auto Session Detection
Auto-detect Market & ORB Session (DST-safe)
EN: Uses syminfo.timezone and ticker prefix to pick market and opening window (DST aware).
KR: 심볼의 타임존/접두사로 시장·세션 자동 결정(DST 자동 반영).
Manual ORB Session (when Auto is OFF)
EN: Session string like 0930-1000. Use for non-standard opens, RTH-only, etc.
KR: 수동 세션(예: 0930-1000). 변형 장세/정규장만 등 수동 지정.
Show Previous-Day OR
EN: Plots prior day’s OR lines outside today’s session.
KR: 전일 ORH/ORL 표시.
1) Signals & Logic
Breakout confirmation closes (연속 종가 수)
EN: Require 1–3 consecutive closes beyond ORH/ORL (+/– buffer). Higher = fewer false breaks.
KR: ORH/ORL 돌파 종가 연속 N봉 요구(높일수록 잡음 감소).
Use ATR Buffer (진입 버퍼?) / ATR Length / ATR Buffer (×ATR)
EN: Adds a cushion around OR to avoid wicky false triggers. Start 0.10×ATR on 5–15m, raise on volatile coins.
KR: OR 경계에 버퍼(쿠션) 부여. 5–15분 0.10×ATR 시작→변동 크면 상향.
Retest window (bars) & Retest tolerance (% of OR range)
EN: How long after break you accept a retest, and how near to OR line counts as “retest”.
KR: 브레이크아웃 후 리테스트 허용 시간과 OR 근접 허용폭.
Fakeout if back inside within bars
EN: Window to flag failed breaks.
KR: 되돌림 실패(페이크)로 간주할 시간창.
2) Filters
Trend Filter: EMA Direction / EMA Length / Direction Mode
EN: Gate signals to long-only above EMA, short-only below, or both. Default EMA 200.
KR: EMA 기준 상방만/하방만/전체 허용(기본 EMA200).
Volume Filter: Volume ≥ k × SMA / Volume SMA Length / Min Volume (% of SMA)
EN: Demand volume ≥ X% of SMA(volume). Use 110–150% on stocks; optional on crypto.
KR: 거래량이 SMA 대비 X% 이상일 때만 신호 인정(주식 110–150% 권장).
3) Visualization
Show OR Box / Lines / Midline
EN: Box during session; lines & midline after session.
KR: 세션 중 박스, 종료 후 라인/중앙선 표시.
Show Signal Markers / Text Labels / Market Header Label
EN: Triangles (break), circles (retest), crosses (fakeout), header at session start.
KR: 삼각(브레이크), 원(리테스트), X(페이크), 세션 시작 헤더 라벨.
4) Alerts
또한 alert()로 시장명 포함 동적 메시지 발사
EN: Besides the six alertcondition() (fixed texts), you can also push runtime alerts with market names.
KR: 6개 alertcondition()(고정문구) 외에 시장명 포함 실시간 알림도 발사.
How to add alerts (EN → KR)
Condition: ORB Pro Auto DST → choose one of:
ORB Long/Short Breakout, ORB Long/Short Retest, ORB Long/Short Fakeout.
Options: If using runtime alerts too, set “Once per bar” to avoid duplicates.
Webhook/Message: Your exchange bridge (e.g., TradingView → BingX) can parse the fixed message.
조건: ORB Pro Auto DST → 다음 중 선택:
롱/숏 브레이크아웃, 롱/숏 리테스트, 롱/숏 페이크아웃
옵션: 런타임 알림도 켜면 “바마다 1회” 권장(중복 방지).
웹훅/메시지: 고정 메시지 기반으로 자동매매 연동.
Fibonacci Pivot Trading System with EMA Filter & AlertsDescription
The Fibonacci Pivot Trading System is a versatile and powerful indicator designed for traders seeking to identify key support and resistance levels using Fibonacci-based pivot points. This system supports multiple pivot types (Fibonacci, Traditional, Woodie, Classic, DM, and Camarilla) and allows customization of timeframes (Daily, Weekly, Monthly, and more). It integrates advanced trading signals based on price rejection or breakout at pivot levels, enhanced by volume and RSI confirmations, and an optional EMA trend filter (20/50/100/200). The system avoids generating signals within the consolidation zone (between R1 and S1) to reduce false signals in low-volatility ranges. The indicator visually plots pivot levels, consolidation zones, and trade management levels (Take Profit and Stop Loss) with customizable labels and colors. Ideal for traders looking to capitalize on pivot-based price action with robust confirmation mechanisms.
Features
Customizable Pivot Types: Choose from Fibonacci, Traditional, Woodie, Classic, DM, or Camarilla pivot calculations.
Flexible Timeframes: Supports Daily, Weekly, Monthly, Quarterly, Yearly, and extended anchor periods.
Trading Signals: Generates buy/sell signals based on price rejection or breakout at pivot levels, avoiding the consolidation zone (R1-S1).
Confirmation Filters: Includes optional volume and RSI confirmation for signal validation.
EMA Trend Filter: Optional EMA (20/50/100/200) filter to align trades with the trend.
Visual Tools: Displays pivot levels, consolidation zones, and TP/SL lines with customizable colors, widths, and labels.
Alerts: Configurable alerts for trade opportunities based on Fibonacci pivot signals.
How to Use
Select the desired Pivot Type and Timeframe from the input settings.
Enable Trade on Rejection or Trade on Breakout to generate signals based on price action outside the consolidation zone (R1-S1).
Use Volume Confirmation and RSI Confirmation to filter signals for higher accuracy.
Apply the EMA Filter to ensure trades align with the broader trend.
Customize the display of pivot levels, labels, and TP/SL lines to suit your chart preferences.
Set up alerts to be notified of potential trade opportunities.
Full Stochastic (TC2000-style EMA 5,3,3)Full Stochastic (TC2000-style EMA 5,3,3) computes a Full Stochastic oscillator matching TC2000’s settings with Average Type = Exponential.
Raw %K is calculated over K=5, then smoothed by an EMA with Slowing=3 to form the Full %K, and %D is an EMA of Full %K with D=3.
Plots:
%K in black, %D in red, with 80/20 overbought/oversold levels in green.
This setup emphasizes momentum shifts while applying EMA smoothing at both stages to reduce noise and maintain responsiveness. Inputs are adjustable to suit different symbols and timeframes.
ATR% + 1y Percentile (panel, v6) by chaidiagnostic panel. It plots ATR% and its 1-year percentile, so you can visually confirm whether a name is truly in a low-volatility regime and how extreme the percentile is.
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.
ASM Pro EMA Indicator – Smart Buy/Sell SignalsAdvanced EMA crossover indicator with auto Buy/Sell signals, real-time alerts, and multi-market support. Perfect for Indian Market, Crypto, Forex & Stocks traders.
🔹ASM Pro EMA Indicator – Key Features:
1.Dual EMA Crossover Strategy – Detects market trend shifts using Fast & Slow EMA crossover.
2.Auto Buy/Sell Labels – Instantly shows clear green BUY and red SELL signals on chart.
3.Multi-Timeframe Support – Works smoothly from 1-minute to daily charts.
4.Real-Time Alerts – Receive instant alerts on TradingView app, email, or pop-up.
5.Beginner Friendly – Simple, easy-to-use with no complex setup.
6.Professional Look – Premium design with Blue & Orange EMAs + smart labels.
7.Universal Market Fit – Optimized for Crypto, Forex, Stocks, and Gold.
8.Low Lag Signals – Faster and more reliable than standard EMA crossovers.
9.Risk-Reward Friendly – Helps traders find clear entries, stop-loss, and exit zones.
10.Premium Access Model – Available via monthly & yearly subscription.
🔹How to Make Profit with ASM Pro EMA Indicator:
1.Follow Buy/Sell Signals with Discipline – Enter on Green BUY, exit/short on Red SELL.
2.Use Multi-Timeframe Confirmation – Small timeframe entry, big timeframe trend confirmation.
3.Set Stop-Loss at EMA Levels – Below EMA for BUY, above EMA for SELL.
4.Book Partial Profits – Secure 50% at key levels, trail the rest with EMA.
5.Trade Only Trending Markets – Works best in strong uptrend or downtrend.
もちぽよRCI subもちぽよさん監修の元作成したRCIのインジケーターです
RCIの短期+中期が上限下限到達時に背景色が変わり、加えて長期も到達すれば色が濃ゆくなります
サブチャートに表示されます
作成者のXのアカウントはこちら→@keito_trader
This is an RCI indicator created under the supervision of Mochipoyo.
When the short-term and medium-term RCIs reach the upper or lower limits, the background color changes.
If the long-term RCI also reaches the limit, the color becomes darker.
It is displayed in the sub-chart.
Creator’s X account → @keito_trader
智能资金BOS指标“智能资金BOS指标”是一个复杂的主图指标,整合了多种市场分析工具,基于智能资金(Smart Money)理念,分析市场结构(Market Structure)、订单块(OB)、公平价值缺口(FVG)以及溢价/折扣区域
The "Smart Money BOS Indicator" is a complex main chart indicator that integrates multiple market analysis tools. Based on the concept of Smart Money, it analyzes market structure, order block (OB), fair value gap (FVG), and premium/discount areas
进阶增强版MACD 这是一个增强版 MACD(移动平均线收敛-发散)指标,集成了多时间框架分析、面积统计、背离检测、仪表盘显示和警报功能。
该指标在传统 MACD 指标的基础上进行了大幅扩展,增加了多时间框架(本级别和高级别)、面积分析、背离概率计算、交互式仪表盘和表格显示等功能,旨在为交易者提供更全面的市场动态信息。核心功能包括:双级别 MACD:同时计算本级别(默认快线12、慢线26、信号线9)和高级别(默认快线66、慢线143、信号线50)的 MACD 和信号线。
面积分析:统计 MACD 直方图的面积(红绿柱),并与历史最大面积对比。
背离检测:识别价格与 MACD 的顶背离和底背离,并计算背离概率。
可视化:提供丰富的图形输出,包括直方图、MACD 线、信号线、金叉/死叉标记、背离线、面积标签、表格和仪表盘。
警报系统:为金叉/死叉、面积变化、背离信号等设置多种警报条件。
指标适用于趋势跟踪、背离交易和强度分析,适合日内交易、波段交易等场景。
This is an enhanced MACD (Moving Average Convergence Divergence) indicator that integrates multi time frame analysis, area statistics, divergence detection, dashboard display, and alert functions.
This indicator has been greatly expanded on the basis of the traditional MACD indicator, adding functions such as multi time frame (local and high-level), area analysis, deviation probability calculation, interactive dashboard and table display, aiming to provide traders with more comprehensive market dynamic information. The core functions include: dual level MACD: simultaneously calculating the MACD and signal lines of this level (default fast line 12, slow line 26, signal line 9) and high-level (default fast line 66, slow line 143, signal line 50).
Area analysis: Calculate the area of the MACD histogram (red and green bars) and compare it with the historical maximum area.
Deviation detection: Identify the top and bottom deviations between prices and MACD, and calculate the probability of deviation.
Visualization: Provides rich graphical output, including histograms, MACD lines, signal lines, golden/dead cross markers, backlit lines, area labels, tables, and dashboards.
Alarm system: Set multiple alarm conditions for golden/dead forks, area changes, deviation signals, etc.
The indicator is suitable for trend tracking, divergence trading, and intensity analysis, and is suitable for intraday trading, band trading, and other scenarios.
多因子交易系统该指标是一个多功能的技术分析工具,结合了以下核心模块:线性回归通道:通过计算不同周期(短期、中期、长期)的线性回归通道,识别价格趋势和关键价格水平。
范围检测:基于加权移动平均和自适应 ATR 检测价格横盘整理区域。
支撑阻力识别:通过摆动点和线性回归通道的上下轨自动识别关键支撑和阻力位,并存储在矩阵中。
交易信号生成:结合通道突破、范围突破和支撑阻力突破生成多头/空头信号,并通过成交量过滤和冷却期机制优化信号质量。
可视化:提供丰富的图形化输出,包括通道线、关键位线、范围框、信号标记和仪表盘。
警报系统:为突破、回踩、关键位触及等事件设置了多种警报条件。
指标的目标是帮助交易者识别趋势、横盘、关键价格水平,并提供可操作的交易信号,适合日内交易、波段交易等多种场景。
This indicator is a multifunctional technical analysis tool that combines the following core modules: Linear Regression Channel: By calculating the linear regression channels of different periods (short-term, medium-term, long-term), price trends and key price levels are identified.
Range detection: Based on weighted moving average and adaptive ATR, detect price sideways consolidation areas.
Support resistance identification: Key support and resistance positions are automatically identified through swing points and the upper and lower tracks of the linear regression channel, and stored in a matrix.
Trading signal generation: Combining channel breakthrough, range breakthrough, and support resistance breakthrough to generate long/short signals, and optimizing signal quality through volume filtering and cooling off mechanism.
Visualization: Provides rich graphical output, including channel lines, keylines, range boxes, signal markers, and dashboards.
Alarm system: Multiple alarm conditions are set for events such as breakthroughs, retracements, and key position touches.
The goal of the indicator is to help traders identify trends, sideways movements, key price levels, and provide actionable trading signals, suitable for various scenarios such as intraday trading and band trading.
SMI Ergodic Dual Pro [Point Algo]Overview
This indicator is designed to provide traders with a structured approach to analyzing price action using custom-drawn pro lines. It aims to help identify potential support and resistance zones, trend direction, and possible trading opportunities. The tool is built to assist in decision-making, not to guarantee profitable outcomes.
Features
• Custom pro lines highlighting potential key market levels.
• Trend direction assistance for better clarity.
• Works across multiple timeframes.
• Easy-to-use interface suitable for both beginners and experienced traders.
• Non-repainting signals for reliability.
How It’s Used
Traders can apply the indicator to their charts to:
• Identify potential reversal zones.
• Confirm market structure with pro lines.
• Enhance trading strategies with clearer entry and exit zones.
• Use in combination with other technical analysis tools for better accuracy.
Conclusion
This indicator is a supportive tool designed to improve market analysis. It should be used as part of a broader trading plan and not as a standalone buy/sell signal generator. Results may vary based on individual strategies and market conditions.
Disclaimer
This script is for educational and informational purposes only. It is not financial advice. Trading involves risk, and past performance does not guarantee future results. The developer of this indicator is not responsible for any financial losses that may occur from its use.
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
FXWIZ Smooth MA✅ FXWIZ Smooth MA — Hybrid Smoother with Bias Cloud (EMA 144/189)
What it is
A clean, adaptive trend tool that blends two smoothing bases (A/B) into one “Smooth MA,” adds an optional Signal EMA for timing, and overlays a Bias Cloud (EMA 144/189) to filter regime. It’s designed to be readable on a clean chart and easy for beginners.
Why it’s different
Most indicators show one fixed moving average. This script lets you choose two base filters (e.g., Jurik-style + McGinley), blend their contribution, and keep only what’s visually essential: a single Signal line and a soft gradient fill for context. The Bias Cloud adds a longer-view regime so you avoid trading against major direction.
How it works (conceptual)
🔹 Base A/B (selectable): Jurik-style (phase/power to reduce lag), McGinley (adapts to price velocity), T3, KAMA, FRAMA, Gaussian, Butterworth, SuperSmoother, ZLEMA, Kalman-lite, DEMA/TEMA, Decycler.
🔹 Blend (0→1): Weight of A→B. Example: 0.25 means “mostly A, some B.”
🔹 Signal EMA: EMA of the blended line; many traders use cross / slope change of Smooth vs Signal as entries/exits.
🔹 FXWIZ Gradient Fill: Global-scope fill between Smooth & Signal. Color flips by slope/cross to show bias without clutter.
🔹 Bias Cloud (EMA 144/189): Long-horizon regime. Separate brightness/opacity so it stays subtle while guiding direction.
Quick start (2 minutes)
➤ Step 1: Clean chart, apply FXWIZ Smooth MA.
➤ Step 2: Timeframe: 5m (works on 1m–1h).
➤ Step 3: Base A = Jurik-Style (phase +15, power 2.0), Base B = McGinley (k 0.60).
➤ Step 4: Blend = 0.25.
➤ Step 5: Signal EMA = 8.
➤ Step 6: Bias Cloud = ON, Fast 144 / Slow 189, Brighten 0.30.
Basic read:
🔹 Trade with Bias. Go long only when price and Smooth align above the Bias Cloud; short when below.
🔹 Timing: Use Smooth vs Signal cross or slope flip.
🔹 Context: Fill shows momentum build/decay; thinner fill = weaker push, wider fill = stronger push.
Presets
🔹 Trending (fast & tight): phase +18, power 1.9, k 0.55, blend 0.23, sig 7
🔹 Range/Noisy (smoother): phase +12, power 2.2, k 0.65, blend 0.29, sig 9
🔹 After news spike: phase +14, power 2.1, k 0.60, blend 0.27, sig 8
Suggested workflow
🔹 Top-down: Enable Bias Cloud; check 15m/1h first → trade the 5m in that direction.
🔹 Trigger: Smooth crosses Signal; confirm with Bias.
🔹 Stops: ATR multiple or swing beyond Signal.
🔹 Exits: Opposite cross, trail under Signal, or fixed R multiples.
Inputs reference
🔹 Base A/B: Choose any two filters.
🔹 Blend: 0 (A only) … 1 (B only).
🔹 Signal EMA: 6–10 typical.
🔹 Bias Cloud: EMA 144/189; Brighten 0.2–0.5; opacity defaults 85/100.
Limitations / best practices
🔹 No indicator removes whipsaws → filter with session/time/news.
🔹 Jurik-style here is an approximation (not proprietary JMA).
🔹 Use on liquid markets; avoid illiquid spikes.
Credits & license
🔹 Clean-room implementation; no third-party dependencies.
🔹 This Pine Script® code is MPL-2.0 licensed. © mplus2trust.
🔹 Built for invite-only use with educational intent; not financial advice.
Order Flow Entry Quality ScannerOrder Flow Entry Quality Scanner
The order flow entry quality scanner is an educational technical analysis indicator designed to help traders evaluate the quality of potential entry points based on multiple technical factors. This indicator combines momentum, volume, delta analysis, and trend evaluation to provide an objective scoring system for market conditions.
Key Features
Comprehensive scoring system (0-10)
- momentum analysis: Evaluates price acceleration over recent bars
- volume delta: Measures buying vs selling pressure
- volume analysis: Compares current volume with historical averages
- vwap position: Determines price position relative to vwap
Advanced filters
- rsi filter: Optional to avoid overbought/oversold conditions
- value area filter: Helps identify fair price zones
- confluence analysis: Detects when multiple factors align
Clear visualization
- information table: Shows key metrics in real-time
- color coding: Intuitive system (green=favorable, yellow=caution, red=avoid)
- timing signals: Indicates when to consider, wait, or avoid entries
Configurable Parameters
Main configuration
- signal sensitivity (0-100): Adjusts overall scanner sensitivity
- volume periods(5-50): Defines period for volume analysis
- momentum bar (2-10): Number of bars for momentum calculation
Advanced filters
- rsi filter: Enable/disable rsi filtering
- rsi period (5-30): rsi period configuration
- value area filter: Enable value area analysis
Visual options
- show table: Enable/disable information table
- table position: Select chart location
Technical Calculations
Delta analysis
Calculates the difference between bullish and bearish volume based on tick direction to estimate buying/selling pressure.
Momentum acceleration
Measures the rate of price change over a specific period to identify acceleration or deceleration in movement.
Relative volume
Compares current volume with moving average to identify unusual activity.
Price efficiency
Evaluates how efficiently price moves within the bar's range.
Alert System
The indicator includes alerts for:
- High-quality bullish entries
- High-quality bearish entries
- Bullish factor confluence
- Bearish factor confluence
Recommended Usage
This indicator is an educational tool for technical analysis. It does not constitute financial advice nor guarantees results. Users should:
- Use it as part of a broader trading strategy
- Combine with other analysis methods
- Practice proper risk management
- Perform backtesting before live use
- Consider market conditions and fundamental news
Disclaimer
- educational purposes only: This indicator is designed for technical analysis learning
- no guarantees: Past results do not guarantee future performance
- risk warning: Trading involves risk of capital loss
- own decision: Trading decisions are solely the user's responsibility
- complementary analysis: Should be used alongside other analysis methods
- Works on all timeframes
- Compatible with all financial instruments
Always remember to do your own research and consult with financial professionals before making investment decisions.
Muzyorae - Quarterly TheoryQuarterly Theory — NY Session Macro Model
The Quarterly Theory Model is a structured framework for analyzing intraday market behavior based on institutional activity and macro-level cycles.
It divides the New York trading session into four sequential “quarters” (Q1–Q4), each representing distinct phases of market participation, liquidity accumulation, and directional bias.
This model is designed for professional traders who aim to align their strategies with institutional flows, key liquidity zones, and market structure shifts.
It accommodates both AMDX (Accumulation → Manipulation → Distribution → Expansion) and XAMD (reversal sequences) fractal patterns, allowing traders to adapt to varying market conditions.
Price action may expand early during Q1 in an XAMD sequence, representing an initial breakout or early liquidity sweep before the typical Q2 manipulation phase. Traders should be aware that Q1 can occasionally produce unexpected volatility or directional bias in such sequences.
Session Breakdown (New York Time)
Q1 – Accumulation
Time: 9:30 – 10:00 AM
Phase Characteristics: Early session positioning, initial liquidity sweeps, and false moves. Institutions build positions while retail participants often react to gaps and premarket activity.
Note: Price may expand early in an XAMD sequence, creating a short-term directional move before Q2.
Q2 – Manipulation / Expansion
Time: 10:00 – 11:30 AM
Phase Characteristics: The main directional move develops, often characterized by breaks of structure, fair value gaps, and liquidity sweeps. This is a prime area for trend initiation.
Q3 – Distribution / Retracement
Time: 11:30 AM – 1:30 PM
Phase Characteristics: Price consolidates and retraces into prior accumulation zones, reflecting profit-taking or redistribution by institutions. Market chop and sideways movement are common.
Q4 – Final Expansion / Repricing
Time: 1:30 – 4:00 PM
Phase Characteristics: The afternoon session often produces final liquidity sweeps, trend continuation, or reversals, setting the high or low of the day and completing the daily macro cycle.
Key Features of the Model
Fractal-Based Structure: Q1–Q4 cycles reflect institutional behavior at a macro level, scalable to other intraday or multi-day fractals.
Supports AMDX & XAMD: Allows for both standard accumulation → manipulation → distribution → expansion sequences and reversal patterns depending on market behavior.
Early Expansion in Q1: Recognizes that in XAMD sequences, Q1 may produce early directional moves or breakout activity.
True Open Q2 Line: Highlights the opening price of Q2 as a reference for trend validation and potential entry zones.
Dynamic Time Alignment: Fully synchronized with New York (ET) time zone, ensuring accurate representation of market cycles.
Professional Visualization: Optional labels and vertical markers for each quarter, supporting quick visual analysis and pattern recognition.
Integration with ICT Concepts: Compatible with Smart Money Techniques (SMT), Fair Value Gaps (FVGs), Order Blocks (OBs), and Break of Structure (BOS) for enhanced trade planning.
Purpose and Application
Anticipates areas of liquidity accumulation and manipulation.
Identifies optimal entry and exit zones within institutional cycles.
Structures trades around probable trend initiation and continuation periods.
Aligns retail activity with institutional flow for higher probability setups.
Adapts to market variability through AMDX and XAMD fractal patterns.
Accounts for early expansions or breakout activity during Q1 in XAMD sequences.
By using the Quarterly Theory Model, traders gain a systematic, time-based framework to interpret market structure and maximize alignment with institutional participants.
David Dang - Scalp M15/H1 (XAUUSD)How to use:
Select your timeframe and XAUUSD pair.
Watch Buy/Sell arrows (BUY green, SELL red) for entry signals.
Follow the auto SL/TP lines to manage risk.
Enable alerts to get notified when signals appear.
神奇九转 - 优化版Turns Indicator - Optimized VersionOverview
The Turns indicator is based on Tom Sequential system, a powerful technical analysis tool designed to identify potential market reversal points. This indicator counts consecutive price bars that meet specific criteria, helping traders spot exhaustion in trends and potential tops or bottoms.