AM PRO – KDJ Long v3.0 (TV×BingX×Auto)AM Pro – Long Only v3.0 • TradingView Publication
AM Pro – Long Only v3.0 • TradingView 發表說明
Backtest (hypothetical), ETHUSDT.P 5m, 2024-09-18→2025-09-18, fee 0.05%, slippage 1t: Equity +30.2%, CAGR 100%, Win 77%.
歷史回測(模擬),ETHUSDT.P 5分,2024-09-18→2025-09-18,手續費 0.05%,滑點 1跳:權益 +30.2%,年化 100%,勝率77%。
Overview
概覽
This strategy automates long-only entries by blending KDJ momentum, MACD trend confirmation, EMA structure, ADX strength, OB/FVG pullbacks, S/R touches, and a double-bottom chart pattern pack.
本策略結合 KDJ 動能、MACD 趨勢確認、EMA 結構、ADX 強度、OB/FVG 回踩、支撐阻力觸價,以及雙底圖形模組,實現「只做多」自動進場。
It is designed for crypto perpetuals but works on any symbol/timeframe; presets are included for quick ETH deployment. For other symbols/timeframes, parameters may differ and should be tuned; this strategy ships with ETH as the default preset.
主要面向加密永續合約,亦適用任意商品與週期;內建 ETH 快速部署預設。其他商品或週期之參數可能不同,請自行調整;本策略預設以 ETH 為主。
How it works
運作原理
Entries are tiered into channels: Core KDJ trend longs, OB/FVG touch longs, S/R bounce longs, CP double-bottom break, EMA pullback, VWAP reclaim, and liquidity sweep-reclaim.
訊號分層:KDJ 核心順勢、OB/FVG 觸價、S/R 觸價不破、圖形雙底突破、EMA 回踩、VWAP 收復、以及流動性掃低回收。
Signals are filtered by “trend-only” (EMA alignment, MACD>0, ADX≥閾值) plus lite guards (over-extension, candle body, DI edge).
訊號受「僅順勢」(EMA 排列、MACD>0、ADX≥門檻) 與輕量濾網(過度延伸、實體大小、DI 差距)共同篩選。
A session filter lets you restrict trading windows (up to three sessions) for different market regimes.
時段過濾可設定三段交易窗口以適配不同盤態。
Risk & exits
風險與出場
Stops use ATR, swing-low, or “ATR_or_Swing”, with optional TP cap by ATR or %.
止損可選 ATR、近端擺動低點或兩者取大,並可用 ATR 或百分比限制 TP 上限。
Breakeven and trailing are dynamic: BE arms after a target R:R, then a highest-high minus ATRx trail takes over.
保本與移動止損為動態:達到指定 R:R 後啟動保本,再以「最高價回看 − ATRx」進行追蹤。
Same-bar exits are configurable to avoid instant stop/limit on the entry candle if desired.
可設定是否允許同根 K 線觸發停利/停損以避免入場即出場。
Multi-timeframe structure
多週期結構
A trend pack (5/15/1H or 15/60/4H) provides mid/high-TF trendlines and context for touch-zones.
多週期組合(5/15/1H 或 15/60/4H)提供中/高週期趨勢線與觸價區域參考。
EMA200 bias, EMA21 proximity, and HTF trendline distance (≤ ATRx) act as structure gates.
EMA200 位階、EMA21 鄰近度與高週期趨勢線距離(≤ ATRx)共同作為結構門檻。
Chart patterns & liquidity
圖形與流動性
The CP module detects valid double bottoms with ATR-tolerant symmetry and triggers on a buffered neckline break.
圖形模組偵測 ATR 容差對稱的雙底,並於頸線加緩衝突破時觸發。
A sweep setup buys failed breakdowns: pierce a prior low then close back above with trend confluence.
掃低回收:先掃過前低再收回,上方條件符合趨勢後進場。
Presets
預設
ETH preset tightens several gates (ADX/DI/J/KDJ timing) for plug-and-play deployment.
ETH 預設收緊 ADX/DI/J/KDJ 時序門檻,開箱即用。
Position sizing
部位大小
Choose base/quote/percent/percent_local to size orders; percent_local references a local USD account value.
提供 base/quote/percent/percent_local 四種下單型式;percent_local 以本地 USD 帳戶估值計算。
Automation with TradingView + BingX
透過 TradingView + BingX 自動化
This strategy emits JSON messages via alert_message on entries/exits; use TradingView alerts with “Any alert() function call”.
策略在進出場透過 alert_message 輸出 JSON;請在 TradingView 設定警示時選擇「Any alert() function call」。
Paste your BingX bot Webhook URL into the alert’s Webhook URL field to route orders to the exchange.
將 BingX 機器人提供的 Webhook URL 貼入警示的 Webhook 欄位,即可把指令送往交易所。
Select your preferred sizing mode, leverage, and symbol mapping in the panel before starting live alerts.
啟用前於面板選好下單型式、槓桿與交易對映射,然後啟動即時警示。
When an entry triggers, TradingView sends a “buy” payload with price, qty, SL/TP; when an exit triggers, it sends a “flat/exit” payload.
當入場觸發時,TV 會送出含價格、數量、SL/TP 的「買入」訊息;當出場觸發時,會送出「平倉/出場」訊息。
BingX receives the payload and places/updates orders accordingly, achieving fully automated long-only execution.
BingX 接收訊息後自動下單/更新委託,完成全自動的只做多執行。
Plotting & labels
視覺標示
EMA200 is plotted; entry types A/B/CP/SR/D/E/F are tagged on chart with distinct colors for quick audit.
圖上繪出 EMA200;A/B/CP/SR/D/E/F 各類進場以不同顏色標示,便於回看驗證。
Optional TP/SL labels print the live targets used by the Webhook messages.
可選擇顯示 TP/SL 標籤,與 Webhook 內使用的目標一致。
Suggested workflow
建議流程
Backtest on your market/timeframe → tune session and filters → enable alerts to Webhook → monitor broker logs.
先回測目標市場/週期 → 調整時段與濾網 → 啟用 Webhook 警示 → 監看交易所日誌。
Start conservative sizing and gradually scale as stability is verified; never disable SL/TP in production.
初期使用保守倉位並逐步擴大;實盤請勿關閉 SL/TP。
Notes & disclaimer
注意與免責
Execution, slippage, and latency depend on market/liquidity and your alert/Webhook reliability.
成交、滑點與延遲取決於市場流動性與您的警示/Webhook 穩定度。
This is not financial advice; test thoroughly and trade responsibly.
本文非投資建議;請充分測試並審慎交易。
Optimized for ETH; parameters are micro-tuned for the 5-minute chart to maximize effectiveness.
本版針對 ETH 做參數微調,最佳適用於 5 分鐘圖表以獲得最大效益。
Other symbols or timeframes may need retuning; results degrade if used unchanged.
套用到其他商品或週期可能需重新調參,直接套用可能降低效果。
Use the ETH preset for plug-and-play on 5m; switch to Generic before adapting to non-ETH markets.
5 分鐘圖請使用 ETH 預設可即插即用;移轉到非 ETH 市場前請改為 Generic 再調整。
Indicators and strategies
EMA Golden Cross by BiraEMA Crossover Status Panel
This Pine Script v6 indicator provides a comprehensive overview of Exponential Moving Average (EMA) crossovers across multiple timeframes, displayed conveniently in a customizable panel on your chart. It helps traders quickly identify bullish or bearish trends based on the relationship between a fast EMA (default 50) and a slow EMA (default 200).
Features:
Multi-Timeframe Analysis: Monitors EMA50/EMA200 crossovers on 2-hour, 4-hour, 12-hour, 1-day, 1-week, and 2-week timeframes.
Visual Status Panel: A clear, concise panel (positioned in the middle-right by default) shows the latest crossover status for each timeframe:
"Bullish" (Green): Indicates the fast EMA has crossed above the slow EMA.
"Bearish" (Red): Indicates the fast EMA has crossed below the slow EMA.
"N/A" (Gray): No recent significant crossover detected or data unavailable.
Customizable EMAs: Easily adjust the fast and slow EMA periods (e.g., EMA20 and EMA100) via the indicator's input settings to suit your trading strategy.
Clean and Commented Code: The script is well-structured, commented, and designed for easy modification.
How to Use:
Simply add this indicator to your TradingView chart. The panel will automatically appear, providing real-time EMA crossover status across the selected timeframes, aiding in your multi-timeframe analysis and trend identification.
Zakaat CalculatorZakaat Calculator
The Zakaat Calculator is a dedicated tool designed to assist with transparent and structured wealth assessments based on Islamic finance principles. This script dynamically references live gold and silver prices, applies Nisab thresholds, and evaluates whether Zakaat is obligatory based on the user’s net worth.
Core Features
Live market data: Automatically fetches daily gold and silver prices (TVC:GOLD & TVC:SILVER).
Nisab thresholds: Choose between the gold standard (85g) or silver standard (595g) to set the eligibility baseline.
Flexible inputs: Enter your current holdings across gold, silver, investments, and cash.
Automated calculation: Compares your total net worth against the selected Nisab threshold and calculates the payable Zakaat at a customizable percentage (default 2.5%).
Clear visualization: Results are displayed in a structured on-chart table for full transparency, including thresholds, holdings, total net worth, and final Zakaat due.
Practical Use
This tool is built for individuals who want a precise, real-time view of their Zakaat obligations. By combining faith-based calculation rules with live market data, it ensures accuracy and ease of use.
Note
This indicator is designed for educational and personal financial planning purposes. It may also be used for broader applications such as donations or calculating contributions towards charitable causes. Always consult with qualified scholars or financial advisors for personal guidance.
Liquidity [NINE Θ]The Liquidity indicator is designed to automatically map out liquidity pools in the market by plotting swing highs and swing lows directly on your chart. These levels represent areas where stop orders and resting liquidity often accumulate — the zones that price is drawn toward and where major moves often originate.
This tool was built for traders who want a clear, minimal, and dynamic view of liquidity without the clutter of unnecessary signals.
🔑 Key Features
Automatic Swing Highs & Lows
Detects and plots liquidity levels based on customizable pivot parameters.
Dynamic Labels
Display price, timeframe, or both — giving you instant context for each liquidity level.
Custom Styling
Choose line style (solid/dashed/dotted), color themes, text size, and alignment to fit your chart layout.
Smart Extension & Cleanup
Extend lines until filled by price or automatically remove them once taken.
Optionally hide filled levels for a cleaner view.
Timeframe Awareness
Liquidity labels include the timeframe marker (e.g., , , ) to make multi-timeframe analysis seamless.
🎯 Why Use This?
Liquidity drives price. By highlighting where liquidity is resting — above highs and below lows — this indicator helps you anticipate sweeps, stop hunts, and potential reversal points.
Perfect for ICT-inspired traders, liquidity sweep strategies, or anyone who wants to see the market through the lens of liquidity.
⚙️ Recommended Use
Use on any market: futures, forex, stocks, or crypto.
Combine with session tools, order blocks, fair value gaps, or displacement concepts for confluence.
Works across all timeframes — from scalping to swing trading.
✨ Liquidity gives you the ability to map out liquidity pools automatically, stay one step ahead of the market, and trade with precision.
Elite Zone Master Pro - Advanced Multi-Session Trading System
🚀 Elite Zone Master Pro - Advanced Multi-Session Trading System
🎯 PROFESSIONAL TRADING SUITE FOR SERIOUS TRADERS
Transform your trading with this comprehensive, institutional-grade indicator that combines Market Zone Analysis, Opening Range Breakouts, and Fair Value Gap Detection into one powerful tool.
⭐ KEY FEATURES
🌍 Multi-Session Market Zones
US Market Zone - Purple highlight
EU Market Zone - Green highlight
🌏 Asia Market Zone - Red highlight
📊 Visual zone tracking with customizable colors and opacity
🎨 Dynamic zone boxes that adapt to price action
🎯 Advanced Range System
🇺🇸 US Session Range - Market opening volatility
🇪🇺 EU Session Range - European market momentum
🌏 Asian Session Range - Asian market dynamics
⚙️ Custom Session - Define your own trading hours
🕐 Multi-timezone support (UTC-10 to UTC+13)
🚀 Intelligent Breakout Signals
📈 Bullish Breakouts - Green signals above resistance
📉 Bearish Breakouts - Red signals below support
🧠 Smart Bias Mode - Range-direction aware signals
🎨 Customizable signal sizes and colors
🔔 Built-in alert system for automated notifications
⚡ Fair Value Gap (FVG) Detection
📊 Automatic FVG identification with precision algorithms
🎯 Bullish & Bearish FVG zones with distinct coloring
📏 Adjustable threshold percentages for sensitivity control
🔄 Auto-threshold mode for dynamic adaptation
📋 FVG labels and midlines for clear visualization
✨ Smart mitigation tracking - gaps disappear when filled
📈 Session Moving Average
📊 EMA, SMA, RMA, WMA, VWMA options
🎯 Session-based calculations for accurate signals
🎨 Customizable colors and display options
🔧 PROFESSIONAL CUSTOMIZATION
🎨 Visual Controls
🌈 Full color customization for all elements
📊 Adjustable opacity for zone backgrounds
📏 Scalable text sizes (Tiny to Huge)
👁️ Show/hide historical data option
🖼️ Clean, professional chart appearance
⚙️ Advanced Settings
🕐 Flexible timezone configuration
📊 Multiple timeframe support
🎯 Precision threshold controls
🔄 Dynamic range calculations
📋 Comprehensive tooltip information
🎯 TRADING APPLICATIONS
📈 Day Trading
⚡ Quick range breakout entries
🎯 Session-based momentum plays
📊 FVG scalping opportunities
📊 Swing Trading
🌍 Multi-session analysis
📈 Range expansion setups
⚡ FVG retracement entries
🔍 Market Analysis
🌍 Global session overlaps
📊 Volatility assessment
🎯 Key level identification
🛡️ BUILT-IN SAFETY FEATURES
⚠️ Error handling for invalid timeframes
🔒 Memory optimization for smooth performance
📊 Automatic cleanup of historical elements
⚡ Efficient array management
🎓 WHO IS THIS FOR?
✅ Professional day traders seeking edge in session transitions
✅ Swing traders analyzing multi-session dynamics
✅ Scalpers hunting FVG and breakout opportunities
✅ Institutional traders requiring comprehensive market analysis
✅ Serious retail traders wanting professional-grade tools
🚀 GET STARTED
📊 Add to your chart - Works on all timeframes under 1D
⚙️ Configure your sessions - Enable US, EU, or Asian ranges
🎨 Customize visuals - Match your trading style
🔔 Set up alerts - Never miss a breakout
📈 Start trading - With institutional-grade precision
💎 WHAT MAKES THIS SPECIAL?
Unlike basic range indicators, Elite Zone Master Pro provides:
🌍 Global session awareness
⚡ Advanced FVG technology
🧠 Intelligent signal filtering
🎨 Professional presentation
⚙️ Institutional-grade customization
📞 SUPPORT & UPDATES
This indicator is actively maintained with regular updates and improvements. For questions or feature requests, feel free to reach out!
three_line_strike_lib"three_line_strike_lib"
This script is a Pine Script v5 library that identifies and visualizes classic candlestick reversal patterns—Three Line Strike and Engulfing Candles—for use in custom indicators or strategies.
Key Features
Candle Color Detection: Determines whether each candle is bullish (+1), bearish (-1), or neutral/doji (0).
Engulfing Logic:
Bearish Engulfing: A green candle followed by a larger red candle.
Bullish Engulfing: A red candle followed by a larger green candle.
The body size comparison ensures that only meaningful engulfing events are flagged.
Three Line Strike (3LS):
Bearish 3LS: Three consecutive bullish candles followed by a bearish engulfing candle.
Bullish 3LS: Three consecutive bearish candles followed by a bullish engulfing candle.
Customizable Plots:
Choose between standard shapes or fun meme icons (🍆 for bullish, 🍑 for bearish) to mark detected patterns on the chart.
Toggle display of Three Line Strike patterns and “Big A$$” (Engulfing) candles independently.
Alert Support: Signals can be tied to TradingView alerts for real-time notifications.
Usage
Import this library into your own Pine Script to access the exported functions:
candleColorIndex(barIndex) – returns candle color index.
isEngulfing(checkBearish) – checks for engulfing patterns.
isBearishEngulfing() / isBullishEngulfing() – shortcut functions.
is3LSBear() / is3LSBull() – detects Three Line Strike signals.
With the provided input toggles and plotting logic, traders can quickly highlight potential reversal or trend continuation points on any timeframe. This tool is especially useful for price action traders and scalpers seeking visual confirmation of these well-known candlestick setups.
RDGD Levels: Master + Weekly + Daily - NQ ES YM RTYTitle: RDGD Levels: Master + Experts + Weekly - NQ ES YM RTY
Description:
This script allows you to manually set and manage Master, Weekly, and Daily levels for multiple index (ES, NQ, YM, RTY). Each level can be fully customized with your own price inputs, colors, line styles, and widths.
A key feature is TradingView’s built-in “Save as Default” option: once you enter your custom values, you can save them and easily reload the same levels the next day, week, or later. This makes it convenient to carry forward your price levels without re-entering them each time. You can also update or modify saved defaults anytime, ensuring your levels are always aligned with your current trading plan.
The script provides:
Master Levels (8 per preset)
Weekly High / Mid / Low
Daily Levels (Mon–Fri, with High, Mid, Low + next-day references)
Independent visibility toggles for each section and preset
Customizable label offsets for clear chart organization
This flexibility makes it easy to prepare, save, and reuse levels consistently across your trading sessions.
Features:
Master Levels: 8 manually configurable levels with uniform color, style, and thickness for long-term reference.
Weekly Levels: High, Mid, and Low levels to track weekly market structure.
Daily Levels: Day-specific levels for Monday through Friday. Each day includes High, Mid, Low, and additional next-day levels where applicable (Day-N logic).
Custom Styling: Set colors, line width, and line style for master, weekly, and daily levels individually.
Labels with Offsets: Price labels displayed at customizable bar offsets for easy reference without cluttering the chart.
On/Off Toggles: Enable or disable any section (Master, Weekly, Daily, or specific weekdays) independently.
Fully Manual Inputs: All levels are entered manually, giving full control over your strategy or trading plan.
Benefits:
Visualize multiple key levels simultaneously without manual drawing.
Quickly identify potential support and resistance areas.
Adaptable for different stocks or instruments with customizable inputs.
Helps with intraday, swing, and long-term trading analysis.
Note:
Designed for use on any chart timeframe.
Levels are drawn as lines extending both left and right, with labels for easy reference.
Stochastic Oversold/Overbought ArrowsGreen upward arrow above candles when the Stochastic %K (with a length of 5) is below 20 (oversold). Red downward arrow above candles when the Stochastic %K (with a length of 5) is above 80 (overbought).
OB Retest + BOS + RSI (Cumulative Impulse)Find the last OB before a consecutive bars break the previous high or low and enter upon retest of this OB with RSI confirmation
TRADE ORBIT : Money Flow Profile + RSI Divergence + Buy/Sell TRADE ORBIT : Money Flow Profile + RSI Divergence + Buy/Sell System
This indicator combines three powerful tools into one script:
Money Flow / Volume Profile
Plots a custom horizontal profile over a chosen lookback range.
Highlights high, average, and low traded nodes to identify liquidity levels, value areas, and supply/demand zones.
Can display bullish/bearish sentiment nodes, profile heatmap, and point of control (POC) as either a line or zone.
Supports both Volume-based and Money Flow-based calculations.
RSI Divergence Detector
Uses confirmed swing pivots to avoid repainting.
Detects and marks regular bullish divergence (price makes lower low, RSI makes higher low) and regular bearish divergence (price makes higher high, RSI makes lower high).
Draws divergence lines on both price and RSI.
Labels divergences with 🔺 (bullish) and 🔻 (bearish) markers.
Top/Bottom Buy-Sell System
Identifies bottom conditions when price makes a new significant low and top conditions when price makes a new significant high.
Generates Buy signals on crossovers of bottom vs top conditions, and Sell signals on crossunders.
Plots signals as green BUY labels below bars and red SELL labels above bars.
Colors the chart blue when bottoms dominate, and red when tops dominate.
Includes alerts for Buy and Sell conditions.
🔹 Use Case:
This script helps traders spot value areas, liquidity zones, sentiment bias, divergences, and breakout/reversal opportunities all in one tool. It can be applied for both swing trading and intraday setups.
Swing Cross NotifierThis indicator identifies swing highs and lows on the chart and draws horizontal lines at these levels.
It is designed to send an alert when the price first crosses a swing level and then closes with a reversal candle within a user-defined number of bars.
**How to Use for Alerts:**
1. Add the indicator to your chart.
2. Create an Alert.
3. In the "Condition" dropdown, select this script's name.
4. Choose "Any alert() function call".
5. Set the trigger to "Once Per Bar Close".
First Touch Predator🐆 Predator — Strong Trend Entries with Smart Confirmation
Predator is a hybrid moving‑average tool that highlights fewer but stronger trend entries.
It blends a fast, responsive line with internal momentum & trend‑strength filters and confirms signals with a higher resolution you choose—either a timeframe (e.g., 1H) or a tickframe (e.g., 1000T).
Who it’s for: Traders who want clean, high‑conviction entries on intraday or swing charts—without micromanaging a dozen settings.
What you’ll see
Predator Line (on price):
Green = strong bullish bias
Red = strong bearish bias
Gray = neutral / no trade
Arrows: One‑time signal at state change (no spam).
Optional background shading: Softly highlights current bias.
HUD (top‑right): “Bullish / Bearish / Neutral” status at a glance.
Why Predator is different
Fewer, stronger signals – Internally filters for trend direction, momentum and strength, then requires agreement with a higher resolution you choose (timeframe or tickframe).
Fast when it matters – An Adaptive Fast Mode blends toward price when volatility expands, so the line reacts faster without breaking the smoothing.
One alert per move – Arrows & alerts trigger only when the state flips (Bullish ↔ Bearish).
(The internal filters and thresholds are baked in—customers don’t have to tune them, and the logic stays protected.)
Quick Start (2 minutes)
Add Predator to your chart.
Pick your confirmation style in Confirmation Mode:
Time → choose 60 (1H), 240 (4H), 1D, etc.
Ticks → choose 1000T, 2000T, 5000T, etc.
(Optional) Keep Fast Mode ON for quicker reaction in volatile phases.
Turn Background Shading ON/OFF to suit your layout.
Set alerts:
Predator Bullish
Predator Bearish
Use “Once per bar close” for the most stable confirmations.
Inputs (customer‑friendly)
Predator Base Length – overall responsiveness (lower = faster, higher = smoother).
Confirmation Mode – Time or Ticks.
Timeframe / Tickframe – pick from curated lists so it always works as expected.
Fast Mode (Adaptive) – increases responsiveness during volatility; adjustable aggressiveness.
Styling – line width/opacity, arrow colors, arrow size, background toggle.
Tip: Popular pairs
• 5m + 1H (day trading)
• 15m + 4H (intraday swing)
• 100T + 1000T (futures scalping on tick charts)
How to use the signals
Long bias: Predator line turns green, arrow prints ▲ below price.
Short bias: Predator line turns red, arrow prints ▼ above price.
Stand aside: Gray line / no arrow (conditions not strong enough).
Combine with session levels, VWAP/support‑resistance, or volume for entries/exits and stop placement.
Alerts (built‑in)
Predator Bullish – fires once when bias flips bullish.
Predator Bearish – fires once when bias flips bearish.
Use Once per bar close for confirmation, or Once per bar if you prefer faster intrabar signals.
Notes & FAQs
Time vs Tick: TradingView supports both on many symbols. If a selected tickframe isn’t available for your market/plan, switch to another tickframe or use Time mode.
Repainting: Signals are designed to lock on bar close. Intrabar the line adapts in real‑time; for the most stable alerts choose Once per bar close.
Works on any chart resolution – from 1m to 1W, and on supported tick charts (100T, 1000T, etc.).
Best practice: Trade in the direction of the Predator line and the background bias; avoid counter‑trend trades during strong shades.
Disclaimer
Predator is a research tool, not financial advice. Trading involves risk—test thoroughly and size appropriately.
Ultimate ICT Pro — Elite (v6) — Right HUD + Reasons🚀 The Ultimate ICT Pro — Elite (v6) brings together the most powerful ICT concepts with a clean, professional HUD on your chart.
✅ Detects Fair Value Gaps (FVG), Order Blocks, Breakers, Liquidity Sweeps, and Market Structure (BOS/CHOCH).
✅ Multi-timeframe EMA + ADX filters with confluence scoring.
✅ Dynamic Risk/Reward calculator with ATR-based SL/TP.
✅ Right-side HUD showing trend, confluence, trade reasons, and patterns in real time.
✅ Clear visuals: Killzones, Premium/Discount zones, OTE, Equal Highs/Lows, and Displacement.
⚡ Whether you’re a scalper or swing trader, this tool helps you see ICT logic clearly and make confident decisions.
iTrader## 📌 iTrader
**iTrader** combines **Smart Money Concepts (SMC)** with **MACD, ADX, and EMA/SMA trend filters** to give traders a complete view of market structure, momentum, and trade opportunities.
Easily spot **Break of Structure (BOS), Change of Character (CHOCH), Order Blocks, Fair Value Gaps, Equal Highs/Lows, and premium/discount zones** directly on your chart. Complement these with **MACD crossovers, ADX confirmations, and EMA/SMA trend shifts** for higher-probability entries and exits.
Fully customizable and designed for day traders, swing traders, and price action enthusiasts, iTrader v10.1.0 delivers **clear on-chart signals, alerts, and visual tools** in one clean, easy-to-use package.
⚠️ *For educational purposes only. Not financial advice.*
Premium ORB + ICT [GC Trading Systems] v1📘 Ultimate Draw on Liquidity (DOL) Tool – Documentation
The Ultimate DOL Tool is a liquidity-based framework designed to help traders identify where price is most likely to move and when to act. Unlike standard liquidity or FVG indicators, this script combines multiple advanced liquidity concepts with entry models and unique fill-level tracking to give traders both context and execution ideas.
🔑 What Makes This Script Unique
HTF FVG Fill Tracking – Most scripts simply draw Fair Value Gaps. This tool not only plots Higher-Timeframe FVGs (HTF FVGs) but also allows them to act as Draw on Liquidity (DOL) levels. The indicator will automatically extend these gaps forward when price fills them, clearly showing when and where liquidity is taken.
Reversal Model – Goes beyond simple sweep detection. This model waits for the Opening Range Breakout (ORB) and/or user-selected liquidity levels (e.g., session highs/lows, BSL/SSL) to be swept. After the sweep, it automatically plots an entry arrow on the first internal FVG (iFVG) that forms, helping traders spot high-probability reversals.
FVG Trend Model – After price begins breaking out of the ORB, the indicator scans for FVG rebalances that align with momentum. It highlights continuation opportunities to trade in the direction of sentiment.
iFVG Trend Model – Also activates after an ORB breakout but instead scans for Inverse FVGs to follow market sentiment. This gives traders an additional entry framework not found in other scripts.
Complete Liquidity Mapping – No other tool automatically draws as many key Draw on Liquidity levels: Asia, London, Overnight, Previous Day High/Low, Buy-Side Liquidity (BSL), Sell-Side Liquidity (SSL), and HTF FVG fills — all extended forward when price meets them. This gives traders a full picture of liquidity targets.
Unique Visual Design – Every DOL level automatically extends when price interacts with it. This subtle but powerful feature allows traders to clearly see when liquidity is taken and when markets rebalance, something not offered by standard session or FVG indicators.
📖 Key Concepts
Opening Range Breakout (ORB)
The ORB marks the high/low of a defined initial session period (e.g., first 15/30/60 minutes).
- Establishes early liquidity pools.
- Breakouts or reversals from ORB levels often define intraday bias.
Fair Value Gaps (FVGs)
A Fair Value Gap occurs when a three-candle imbalance forms, leaving inefficient price delivery. Price often returns to “rebalance” these areas before continuing.
Higher-Timeframe FVGs (HTF FVGs)
HTF FVGs provide context from larger timeframes (1H, 4H, Daily). With this script, they are extended forward when filled, allowing traders to see when higher-timeframe imbalances act as liquidity magnets.
Buy-Side & Sell-Side Liquidity (BSL/SSL)
Levels above swing highs (BSL) or below swing lows (SSL) are natural liquidity pools. This tool automatically tracks and extends them forward for clear visualization.
⚙️ How to Use
This indicator is designed to give you location → direction → execution:
1. Location with ORB
- The ORB defines the early session’s liquidity pool.
- Use it to gauge where price is reacting and whether momentum is building.
2. Direction with Draw on Liquidity (DOL)
Turn on your preferred DOL levels:
- Overnight highs/lows
- Major BSL/SSL levels
- HTF FVGs with fill tracking
These levels suggest where price is most likely headed next.
3. Execution with Entry Models
Reversal Model → For liquidity sweeps and sharp reversals.
FVG Trend Model → For continuation trades after ORB breakouts.
iFVG Trend Model → For inverse gap setups in trending conditions.
Use these signals to time entries from the opening range → liquidity draw target.
📈 Best Practices
- Combine higher-timeframe context with lower-timeframe execution.
- Use DOL levels as targets and entry models as triggers.
- Always apply sound risk management.
⚠️ Disclaimer: This tool is for educational purposes only. It does not guarantee profits. Always trade responsibly.
CHiLo — HiLo Personalizado (SMA/EMA, Ativador, Sombreamento, MarWhat it does
CHiLo plots a Hi/Lo state with two modes:
HiLo (classic high/low bands)
HiLo Activator (activator-style behavior)
It includes:
SMA/EMA selection
Optional shading between Hi/Lo bands
Optional Buy/Sell labels on state flips
A right-side HiLo marker with automatic decimals derived from the symbol’s tick size
The goal is a fast, visual trend read and clear context for entries/exits designed by your own process (risk management, filters, confirmations).
How to use
Add the indicator to your chart and pick the Mode (HiLo or Activator) and MA type (SMA/EMA).
Tune Period (and Offset if desired). Higher = smoother (fewer flips), lower = more responsive.
Toggle Shading to emphasize the Hi/Lo envelope.
Toggle Buy/Sell labels if you want the change-of-state markers.
Use the HiLo marker on the right to see the current level (auto-formatted to the symbol’s decimals).
Inputs & parameters (quick reference)
Period / Offset — sensitivity vs. delay.
Type — HiLo or HiLo Activator.
MA Type — SMA (more stable) or EMA (more responsive).
HiLo Style — Points or Line.
Shading & Transparency — highlight the band area.
Buy/Sell Labels — on/off for visual flip markers.
HiLo Marker — size and horizontal offset (decimals auto).
Reading the chart
Green state suggests price above the upper reference; red state suggests price below the lower reference.
Shading reinforces directional context: rising, falling, or compressing bands.
Labels mark state flips (not signals or advice). Confirm with your toolkit (momentum, volume, volatility, S/R).
Tips & best practices
Pair CHiLo with risk rules (position sizing, stops) and a filter (e.g., volatility or regime).
Validate settings by asset/timeframe; longer Period reduces whipsaws; shorter Period reacts faster.
Treat labels as visual cues, not trade recommendations.
Disclaimer
This script is for educational purposes only and does not constitute financial advice. Always test on historical data and trade responsibly.
Volume ConfirmedVolume Confirmed — Volume Anomaly Detection (PVSRA + ADV)
Volume doesn't have the same meaning on a 1-minute chart as it does on a 4-hour chart. Volume Confirmed automatically calculates an anomaly threshold based on the ADV (Average Daily Volume) for your asset, then highlights candlesticks where the volume "deviates from the norm." In parallel, a PVSRA coloring module visually qualifies each volume candlestick (climax/abnormal vs. normal) to help you read the buying/selling intensity at a glance.
What you see
Volume histogram in a separate panel, colored PVSRA:
CU (lime): Climax Up — very high volume on a bullish candle
CD (red): Climax Down — very high volume on a bearish candle
AU (blue): Major Bullish Anomaly
AD (fuchsia): Major Bearish Anomaly
NU (light gray) / ND (dark gray): “Normal” volume (up/down)
Red “Abnormal Threshold” line: estimated minimum volume to consider a candle as exhibiting abnormal volume, automatically adapted to the timeframe (intelligent scaling from the ADV).
What the algorithm does (simply)
Dynamic ADV: Calculates a smoothed average daily volume (365-day EMA on the daily volume).
Timeframe adjustment: Redistributes this ADV over the number of "slots" in a day (e.g., 1440 minutes / minutes of the timeframe) to obtain a consistent reference: 1m, 5m, 1h, etc.
Anomaly threshold: Applies a coefficient k (logarithmic function of the ADV) to set the red line. Any bar whose volume exceeds this line triggers an anomaly alert.
PVSRA volume analysis: Classifies each bar as a major anomaly (VA=2), climax (VA=1), or normal, then colors the volume (and optionally the candlesticks on the main chart).
Key features
✅ Volume anomaly detection using dynamic thresholds (not a simple "x times the average")
✅ Integrated PVSRA reading (climax / major anomaly / normal, up vs. down)
✅ Multi-asset and multi-TU compatibility (automatic scaling)
✅ Symbol override: analyze the volume of an asset other than that of the chart (e.g., correlate an altcoin with BTC volume)
✅ Candlestick coloring (optional) on the main chart for immediate reading
✅ 2 ready-to-use alerts (vector candle / abnormal volume)
Best practices
Don't base your entries solely on an anomaly: combine with S/R, market structure, VWAP/EMA, divergences, etc.
Be wary of session openings and news: the algorithm smooths the ADV, but the anomaly can still be frequent at these times—interpret it in context.
Test on several UT (eg 5m/15m/1h) to identify confluence of signals.
GoodGuys Spot — Good Buy / Good Sell + Auto DCA Transform your long-term spot investments with a simple and readable signal flow: Good Buy / Good Sell based on confirmed daily pivots, intelligent automatic DCA, an MTF chart (1D/3D/1W), partial TPs, and dynamic exits (trailing/locking/EMA200).
Ideal for crypto, indices, and stocks in 1D timeframes.
Why this indicator?
Immediate visual clarity: green “Good Buy” dots on lows, red “Good Sell” dots on highs, with adjustable text (size & offset).
Designed for the long-term investor: EMA50/EMA200 trend filter + RSI midline (optional).
Truly usable DCA: three modes (Time / Price / Hybrid), budget per purchase, cooldown, stops below the EMA50, auto-reset.
Exit discipline: Configurable partial TPs, trailing on local ATH, buffer on EMA200, "lock" after TP1 or beyond a defined ROI.
Multi-timeframe control: 1D/3D/1W mini-dashboard to read the market regime at a glance.
Ready for automation: structured alerts + CSV export via alert() (integrable into your external tools).
How it works (in brief)
Good Buy / Good Sell Signals (Daily)
Good Buy: Appearance of a confirmed daily pivot low (ta.pivotlow), optionally filtered by trend (Close > EMA200 & EMA50 > EMA200 & RSI ≥ midline).
Good Sell: Confirmed daily pivot high (ta.pivothigh) — visual peak marker.
Anti-repaint: “Confirm at close” option (recommended).
Automatic DCA
Modes:
Time (weekly / monthly / every N days),
Price (steps below EMA50: DCA1/DCA2/DCA3),
Hybrid (priority price, otherwise time trigger).
Security & Logic: DCA budget, cooldown in days, cap on the number of purchases, resetting of levels when the price crosses back above the EMA50, "Only Bull" option (only buy if the price is bullish LT).
Integrated tracking: cumulative investment, accumulated units, average price, PnL%.
Exits / Protection
Partial TPs (TP1/TP2/TP3) expressed as a % above the avg cost.
Trailing:
from the position's local ATH (exit if retracement is X%),
and/or EMA200 + buffer.
Profit Lock: after TP1, or beyond a defined ROI (raises a protective stop level).
MTF Dashboard (1D/3D/1W)
Displays the regime (bull/bear) based on the Close vs. EMA50/200 and RSI.
Helps you stay aligned with the underlying trend.
What you see on the chart
Green/red dots at pivots (automatic offset on the pivot candlestick).
Enlarged and offset “Good Buy / Good Sell” text (up for SELL, down for BUY) — fully adjustable.
EMA50 / EMA200, Candlestick Exit, TP lines (TP1/TP2/TP3), dynamic exit line (trailing/lock).
DCA Bands (manual markers below EMA50).
Two tables:
DCA/PnL (invested, units, avg cost, PnL%, PnL$, trail level),
MTF 1D/3D/1W (rate, position vs. EMA, RSI).
Main Settings
Pivots: sensitivity (left/right bars), BUY trend filter (Close>EMA200), marker styles (Circles / Triangles / Arrows / Labels).
Good Buy/Sell text: size (Small → Very Large), BUY offset (×ATR), SELL offset (×ATR).
Auto DCA: mode (Off / Time / Price / Hybrid), "Only Bull", budget/buy, cooldown, stops below EMA50, reset above EMA50.
Exits: TP1/TP2/TP3 (%), trailing (retracement from ATH), trailing EMA200 (+buffer), lock (after TP1 or ROI ≥X%).
Display: show/hide MAs, candlesticks, tables, TP levels, dynamic exit line.
Anti-repaint: “Confirm on close” (enabled by default).
Alerts Included
Create an alert with "Any alert() function call" to receive messages and CSV:
GOOD BUY (1D Pivot Down)
GOOD SELL (1D Pivot Up)
DCA BUY (Daily)
Partial TP 1 / 2 / 3
DYNAMIC EXIT (Daily) (Trailing/Lock/EMA200)
Best Practices & Limitations
Timeframe: The algorithm is designed for 1D (daily). Signals use confirmed pivots; enable "Confirm at Close" to avoid any ambiguity.
Trend Filter: For long-term spot trading, the Only Bull mode + EMA/RSI filter reduces counter-trend buying.
Position Sizing: Auto DCA is not financial advice—adapt your budget, cooldown, and levels to your risk.
No Guarantees: Markets involve risks. Past performance is no guarantee of future performance.
Who is it for?
Long-term spot investors who want to buy on structured pullbacks (pivots & levels) and exit cleanly.
Users who want to standardize their entries/exits and automatically track their PnL/avg cost.
Getting Started (2 minutes)
Open a 1D asset and add JB Spot LT — Good Buy/Sell + DCA Auto (Daily).
In the inputs:
Choose your marker style and Good Buy/Sell text size.
Set DCA Mode (e.g., Hybrid), budget, cooldown, and thresholds.
Leave "Confirm at close" enabled.
Create an alert "Any alert() function call" (optional: enable CSV Export for your logs).
Rob — Alignment Dots (One-Line)Rob — Alignment Dots (One-Line)
The Alignment Dots indicator is designed to give traders a clean, simplified visual of market alignment across three powerful systems: Trend Catcher, Trend Tracer, and Neo Cloud. When all three confirm the same directional bias, a single dot is plotted on a dedicated alignment line — green for bullish alignment and red for bearish alignment.
This tool is ideal for traders who want to quickly spot moments of strong confluence without cluttering their charts. Instead of tracking multiple indicators separately, Alignment Dots condenses them into one easy-to-read signal.
Key Features:
Three Layers of Confirmation:
Trend Catcher: EMA crossover-based trend detection.
Trend Tracer: Price relative to baseline trend strength.
Neo Cloud: Dual EMA cloud for momentum bias.
Minimalist Visuals: Both bullish and bearish dots are plotted on the same horizontal line for a clean, unobtrusive display.
First-Dot Alerts: Built-in alerts notify you when a new alignment series begins, ensuring you catch the earliest part of a move.
Customizable Settings: Adjust dot size, colors, and sensitivity levels to fit your trading style.
How to Use:
A green dot signals full bullish alignment across all three systems, suggesting potential long opportunities.
A red dot signals full bearish alignment, suggesting potential short opportunities.
Pair with your own trade plan or other confirmations to improve timing and risk management.
Perfect For:
Day traders and scalpers looking for strong trend confluence on lower timeframes.
Swing traders wanting clear, reliable confirmation signals.
Traders who prefer clean charts with minimal visual noise.
CA786 Long SignalCA786/CA0.85 Trading Strategy for TradingView (Pine Script v5)
Based on the provided PDF attachments, I've designed a TradingView strategy script in Pine Script. The strategy focuses on the "支持阻力會被尊重" (Support/Resistance Holds) playbook, also known as CA786, with an option to use 0.85 for rapid pullbacks as discussed in the improvements (e.g., from "支持阻力會被尊重 4.pdf"). Key elements extracted from the documents:
Core Logic: Identify trends and pullbacks in an uptrend (buy) or downtrend (sell). Enter on pullbacks to the confluence of a Higher Timeframe (HTF) Congestion Area (CA, a narrow consolidation range) and a Lower Timeframe (LTF, current chart) Fibonacci retracement at 0.786 or 0.85.
Congestion Area (CA): A narrow-range consolidation after a strong impulse move (straight-line advance/decline without significant pullbacks). From documents like "支持阻力會被尊重 - Playbook 實例.pdf" and "支持阻力會被尊重.整理區的選擇.pdf", prioritize the first CA for higher success rates (85% in uptrends per Bulkowski's backtests). Automatically detected as periods of low volatility (range < ATR threshold).
Fib Levels: 0.786 as primary (risk-reward optimized); 0.85 for rapid pullbacks (e.g., "剎車距離" in rapid corrections, calculated as ≈0.857 from 1/3 between 1 and 0.786).
Trend Requirement: Impulse move after CA must be steep/straight-line (no major pullbacks), as per checklists in multiple files.
Multi-Timeframe: LTF = 5m (as specified); HTF user-input (default 15m or 30m for context).
Entry: At CA + Fib confluence. Buy in uptrends, sell in downtrends.
Stop Loss: Bottom of the impulse wave (prior pivot low for longs, high for shorts).
Targets: #1 = Prior high/low (rebound); #2 = 1.618 extension (new extremes), as in playbooks.
Filters: Only trade in trend direction (using EMA). Avoid if not straight-line impulse. Bonus: Big candle start to impulse increases odds.
Applicability: All markets/timeframes, but tuned for 5m charts. Handles longs/shorts symmetrically.
Limitations: CA detection is automated but approximate (uses volatility filter); real-world use may require manual confirmation. Backtest on your asset.