EMA Cross + Latest CRT + RSIWith the Help of this you can find stong crossover and weak crossover of bullish and Bearish
Candlestick analysis
VECTOR CODE V3.20 betait use for measuring volume and direction for nasdaq futures. this is just a test don't use.
Session High/LowWhat it does:
Plots the High and Low of three sessions—Asia (19:00–02:00), London (02:00–08:00), New York (09:30–16:00)—all in UTC-4. After a session closes, it draws a horizontal line starting at the bar where the level first formed, extends it live to the current bar, and shows a label at the line’s end. If price sweeps the level (by wick or close, configurable), the line stops at that bar.
Settings: show/hide sessions, sweep on close toggle, how many past sessions to keep, line style/width, colors per session, and custom label text.
Works on any timeframe. Note: session times are fixed to UTC-4 (adjust if your market uses DST).
SMA 20/50/200 Strategy with TP/SLHere is a TradingView Pine Script indicator for the 20/50/200 SMA strategy. It generates Buy/Sell Signals and calculates Take Profit and Stop Loss prices for each signal.
Features:
Triggers only on the cross over/cross under bar (not continuous).
Buy: 20 SMA crosses above 50 SMA and is above 200 SMA.
Sell: 20 SMA crosses below 50 SMA and is below 200 SMA.
Plots take profit and stop loss.
Alerts repeat every cross over/cross under occurrence.
PD Break Behavior AnalysisThe PD Break Behavior Analysis indicator tracks and classifies daily price action relative to the previous day's high (PDH) and low (PDL). It evaluates how often price:
Breaks only the PDH (single upper breakout)
Breaks only the PDL (single lower breakdown)
Breaks both PDH and PDL (double breakout)
Remains inside the previous day’s range (no break)
Gaps and stays entirely above the previous day’s high (strong bullish gap)
The indicator maintains rolling counts for the past:
50 trading days
100 trading days
300 trading days
These statistics are displayed in a clear on-chart table, providing insight into market behavior over multiple timeframes.
Candle Body Break (M/W/D/4H/1H)v5# Candle Body Break (M/W/D/4H/1H) Multi-Timeframe Indicator
This indicator identifies and plots **Candle Body Breaks** across five key timeframes: Monthly (M), Weekly (W), Daily (D), 4-Hour (4H), and 1-Hour (1H).
## Core Logic: Candle Body Break
The core concept is a break in the swing high/low defined by the body of the previous counter-trend candle(s). It focuses purely on **closing price breaks** of remembered highs/lows established by full candle bodies (close > open or close < open).
1. **Remembering the Swing:**
* After a bullish break (upward trend), the indicator waits for the first **bearish (close < open) candle** to appear. This bearish candle's high (`rememberedHigh`) and low (`rememberedLow`) are saved as the **breakout level**.
* Subsequent bearish candles that make a new low update this saved level, continuously adjusting the level to the most significant recent resistance/support established by the body's range.
2. **Executing the Break:**
* **Bull Break (Long signal):** Occurs when a **bullish candle's closing price** exceeds the last remembered bearish high (`rememberedHigh`).
* **Bear Break (Short signal):** Occurs when a **bearish candle's closing price** falls below the last remembered bullish low (`rememberedLow_Bull`).
Once a break occurs, the memory is cleared, and the indicator waits for the next counter-trend candle to establish a new level.
## Features
* **Multi-Timeframe Analysis:** Displays break lines and labels for M, W, D, 4H, and 1H timeframes on any chart.
* **Timeframe Filtering:** Break lines are only shown for timeframes **equal to or higher** than the current chart timeframe (e.g., on a 4H chart, only 4H, D, W, and M breaks are displayed).
* **Candidate Lines (Dotted Green):** Plots the current potential breakout level (the remembered high/low) that must be broken to trigger the next signal.
* **Direction Table:** A table in the top right corner summarizes the latest break direction (⇧ Up / ⇩ Down) for all five timeframes. This can be optionally limited to the 4H chart only.
* **1H Alert:** Triggers an alert when a 1-Hour break is detected.
## Input Settings Translation (for Mod Compliance)
| English Input Text | Original Japanese Text |
| :--- | :--- |
| **Show Monthly Break Lines** | 月足ブレイクを描画する |
| **Show Weekly Break Lines** | 週足ブレイクを描画する |
| **Show Daily Break Lines** | 日足ブレイクを描画する |
| **Show 4-Hour Break Lines** | 4時間足ブレイクを描画する |
| **Show 1-Hour Break Lines** | 1時間足ブレイクを描画する |
| **Show Monthly Candidate Lines** | 月足ブレイク候補ラインを描画する |
| **Show Weekly Candidate Lines** | 週足ブレイク候補ラインを描画する |
| **Show Daily Candidate Lines** | 日足ブレイク候補ラインを描画する |
| **Show 4-Hour Candidate Lines** | 4時間足ブレイク候補ラインを描画する |
| **Show 1-Hour Candidate Lines** | 1時間足ブレイク候補ラインを描画する |
| **Show Only Current TF Candidate Lines** | チャート時間足の候補ラインのみ表示 |
| **Show Table Only on 4H Chart** | テーブルを4Hチャートのみ表示 |
*Please note: The default alert message "1-Hour Break Detected" is also in English.*
※日本語訳
ろうそく足実体ブレイク(M/W/D/4H/1H)マルチタイムフレーム・インジケーター(日本語訳)
このインジケーターは、月足(M)、週足(W)、日足(D)、4時間足(4H)、1時間足(1H)の5つの主要な時間足におけるろうそく足実体ブレイクを検出し、プロットします。
コアロジック:ろうそく足実体ブレイク
このロジックの中核は、直近の**逆行ろうそく足(カウンター・トレンド・キャンドル)**の実体によって定義されたスイングの高値/安値のブレイクです。終値が実体のレンジ外で確定することを純粋に追跡します。
スイングの記憶(Remembering the Swing):
強気のブレイク(上昇トレンド)の後、インジケーターは最初に現れる弱気(終値<始値)のろうそく足を待ちます。この弱気ろうそく足の高値(rememberedHigh)と安値(rememberedLow)が、ブレイクアウトレベルとして保存されます。
その後、安値を更新する弱気ろうそく足が続いた場合、この保存されたレベルが更新され、実体のレンジによって確立された最新の重要なレジスタンス/サポートにレベルが継続的に調整されます。
ブレイクの実行(Executing the Break):
ブルブレイク(買いシグナル): 最後に記憶された弱気ろうそく足の高値(rememberedHigh)を、強気ろうそく足の終値が上回ったときに発生します。
ベアブレイク(売りシグナル): 最後に記憶された強気ろうそく足の安値(rememberedLow_Bull)を、弱気ろうそく足の終値が下回ったときに発生します。
一度ブレイクが発生すると、記憶されたレベルはクリアされ、インジケーターは次の逆行ろうそく足が出現し、新しいレベルを確立するのを待ちます。
機能
マルチタイムフレーム分析: 現在のチャートの時間足に関わらず、M、W、D、4H、1Hのブレイクラインとラベルを表示します。
時間足フィルタリング: ブレイクラインは、現在のチャート時間足と同じか、それよりも上位の時間足のもののみが表示されます(例:4時間足チャートでは、4H、D、W、Mのブレイクのみが表示されます)。
候補ライン(緑の点線): 次のシグナルをトリガーするためにブレイクされる必要がある、現在の潜在的なブレイクアウトレベル(記憶された高値/安値)をプロットします。
方向テーブル: 右上隅のテーブルに、5つの全時間足の最新のブレイク方向(⇧ 上昇 / ⇩ 下降)をまとめて表示します。これは、オプションで4時間足チャートのみに表示するように制限できます。
1時間足アラート: 1時間足のブレイクが検出されたときにアラートをトリガーします。
入力設定の翻訳
コード内の入力設定(UIテキスト)の日本語訳は以下の通りです。
英語の入力テキスト 日本語訳
Show Monthly Break Lines 月足ブレイクを描画する
Show Weekly Break Lines 週足ブレイクを描画する
Show Daily Break Lines 日足ブレイクを描画する
Show 4-Hour Break Lines 4時間足ブレイクを描画する
Show 1-Hour Break Lines 1時間足ブレイクを描画する
Show Monthly Candidate Lines 月足ブレイク候補ラインを描画する
Show Weekly Candidate Lines 週足ブレイク候補ラインを描画する
Show Daily Candidate Lines 日足ブレイク候補ラインを描画する
Show 4-Hour Candidate Lines 4時間足ブレイク候補ラインを描画する
Show 1-Hour Candidate Lines 1時間足ブレイク候補ラインを描画する
Show Only Current TF Candidate Lines チャート時間足の候補ラインのみ表示
Show Table Only on 4H Chart テーブルを4Hチャートのみ表示
Alert Message: 1-Hour Break Detected アラートメッセージ: 1時間足ブレイク発生
Engulfing bull & bear w/ Volume Confirmation (v6)This script ID's bullish & bearish engulfing bars with volume ≥ SMA (volume, 20) x 1.3 and (optionally) ≥ previous bar's volume.
Parameters adjustable
HTF Candles Pro (Murshid FX) - Multi-Timeframe AnalysisHTF Candles Pro - Professional Higher Timeframe Analysis Tool
🎯 OVERVIEW:
Display Higher Timeframe (HTF) candles directly on your chart for multi-timeframe
analysis without switching between charts.
✨ KEY FEATURES:
• Dual HTF System - View two different timeframes simultaneously
• Sweep Detection - Identify liquidity sweeps and stop hunts
• Midpoint Lines - Automatic 50% retracement levels
• Session Opens - Track 30m, 4H, Day, Week, Month opening prices
• Interval Separators - Visual boundaries for HTF periods
• Smart Time Labels - Auto-formatted based on timeframe
• Live Dashboard - Real-time countdown and session info
• Custom Watermark - Personalize your charts
📊 PERFECT FOR:
• Multi-timeframe traders
• Market structure analysis
• Session open tracking
• Support/resistance identification
• Professional chart analysis
⚙️ FULLY CUSTOMIZABLE:
• All features can be enabled/disabled independently
• Customizable colors, styles, and positioning
• Optimized default settings
• Clean, professional appearance
💡 HOW TO USE:
1. Add indicator to your chart
2. Enable desired features in settings
3. Adjust colors and styles to match your theme
4. Customize candle count and positioning
⚠️ DISCLAIMER:
This indicator is for educational and analysis purposes only.
Not financial advice. Trading involves risk. Use proper risk management.
📌 Version 2.3 - Latest stable release
🏷️ Created by Murshid FX
FVG - Sweep [TradeWithRon]FVG – Sweep - A multi-layer liquidity and imbalance detection system designed to help traders identify high-probability zones where price is likely to react.
🔍 Overview
This indicator combines Sweep Detection , Fair Value Gap (FVG) logic, and Change in State of Delivery (CISD) confirmation into a single streamlined tool. It helps traders visually connect liquidity grabs, displacement imbalances, and continuation or reversal opportunities — all in one chart.
⚙️ How It Works
1. Sweep Detection (Liquidity Grabs)
Detects when price takes liquidity above a previous high or below a previous low, then rejects it.
Alerts trigger when a bullish or bearish sweep is confirmed.
2. CISD Confirmation (Change in State of Delivery)
Identifies structural shifts using candle body direction and previous swing breaks.
Confirms when price transitions from expansion to contraction or vice versa.
CISD alerts notify when new shifts occur on any selected timeframe.
3. Fair Value Gap (FVG) Detection
Automatically highlights the first valid FVG following a confirmed sweep optional or CISD.
Optional alert for IFVG confirmation.
🧩 Why It’s Powerful
Multiple conditions across separate tools — sweeps, imbalances, and structure shifts.
This indicator integrates all three into one system that can:
Detect liquidity grabs,
Confirm displacement through FVGs,
Validate momentum or reversals with CISD logic.
🧩 Ideal Use Case
Combine this tool with your existing strategy to:
Build liquidity + imbalance confluence zones
Spot reversal setups after sweeps
Track continuations after structural shifts
Automate alerts for precision entries
PumpC Tick Levels Marker🧾 Description
PumpC Tick Levels Marker
A precision price-level visualization tool designed for futures and tick-based traders.
Easily mark a single reference price and automatically plot symmetrical tick levels above and below it.
🔍 How It Works
Select your Anchor Price — this acts as the central reference point.
The script automatically plots upward and downward tick levels spaced by your chosen tick multiple.
Labels display tick distance (+/- ticks) and can be offset to the right by a set number of bars for clean alignment near the price scale.
⚙️ Key Features
One-click anchor control — define a single reference price.
Custom tick spacing — choose your tick multiple and number of levels to show (up to 10 in each direction).
Independent Up/Down toggles — display only the levels you need.
Label offset control — move labels closer or farther from the price scale.
Fully customizable styling — line color, width, and style (solid, dashed, dotted).
Efficient cleanup logic — lines and labels refresh dynamically on update.
🧩 Perfect For
Futures and index traders tracking tick increments (e.g., ES, NQ, CL).
Measuring quick scalp targets or ATR-based micro-ranges.
Visualizing equidistant price steps from a key breakout or reversal point.
Created by: PumpC Trading Tools
Version: 1.0 (Pine Script v6)
License: Open for personal use — please credit “PumpC Tick Levels Marker” if reused or modified.
Dante Strat FTC BarsThis script can be used as multiple timeframe indicators below price chart to line up timeframe agreement by STRAT traders. It is very similar to the one commonly seen on other platforms but could not find one for tradingview so built one. Open to feedback.
Price Change x% from Prior CloseThis indicator identifies candles where price moved a specified percentage below the prior candle's Close price.
The script plots a gray bar at the threshold price for each candle and a green up-arrow for candles where the price crosses below the threshold price.
The Threshold Price Percentage can be set in the indicator settings window.
MARITradesGold Indicator A - BUY AND SELL ModelThe MARITrades Gold Indicator A – BOS Model is a professional charting tool designed to help traders visually identify structure breaks (BOS) and potential Fibonacci retracement zones during key market sessions on XAU/USD.
It combines session timing filters, Break of Structure logic, and a WMA160 trend bias to help users study clean continuation or reversal setups with precision.
This indicator is intended for traders who are learning or refining their market structure and session-based gold strategy.
KEY FEATURES AND HOW TO USE
Apply the indicator to XAU/USD on a preferred timeframe
Wait for a Break of Structure (BOS) during valid session hours.
Watch for retracement into 0.5–0.618 Fib levels for possible continuation zones which are marked out with coloured lines. you can edit the colours to your preference
Confirm direction with Moving average160 trend bias.
Use Stop loss and take profit levels for educational visualization — not for direct trade execution.
you can keep the indicator free or lines which optional to view the BUY and SELL signals
📊 BOS Detection: Marks bullish or bearish structure breaks after key levels.
📈 Fibonacci Zones: Auto-calculates retracement zones and gives you signal bias
🕒 Session Filters: Includes Sydney, Asian, London, and New York session timing tools.
🧭 Trend Filter: Moving Average (MA160) helps define directional bias.
🧩 Clean Visualization: retracement zones, and structure markers for chart clarity.
🚨 Optional Alerts: Alerts can be added when structure breaks align with session filters.
ADIL_TREND// ===== NOTES =====
// - I interpreted the cover confirmation rule as symmetric to buy (confirm by HIGH > critical high within next N bars). If you intended a different rule (your message had an ambiguous line), tell me and I'll adjust.
// - Exits/covers are only confirmed when the corresponding position is open (inLong/inShort).
// - A pending critical will not be recreated while it's active; also you won't generate new buy/short pending when already in that position.
VWAP-Delta Fade / Reversal (Webhook Alerts V1)⚖️ VWAP Delta Fade / Reversal Strategy – 1-Minute Chart (GC VWAP Delta Fade)
⚙️ Purpose
• Fade overextended price moves away from VWAP (Volume-Weighted Average Price).
• Capture mean reversion trades as price snaps back toward equilibrium.
• Ideal for scalp-style trades or early-trend reversals after a strong imbalance.
• Built for futures instruments (MNQ, NQ, ES, MES, etc.) with clear intraday volume profiles.
⸻
🕒 Timeframe & Session
• Chart: 1-Minute (occasionally confirm with 5-Minute for structure).
• Trading Window:
• Active between 9:45 AM – 3:45 PM EST (avoid open/close whipsaws).
• Skip major news windows (10:00 AM and 2:00 PM).
⸻
🧩 Setup
1. Add VWAP to your chart with standard session reset (each day).
2. Enable Delta or Cumulative Delta indicator — helps visualize aggressive buyers/sellers.
3. Identify conditions where price extends far from VWAP (typically 1.5–2.0 standard deviations).
4. Look for momentum exhaustion — Delta diverging from price, volume tapering off.
5. Prepare for entry as price stalls and begins reverting toward VWAP.
⸻
📈 Entry Rules
LONG Fade (buy reversal):
• Price is below VWAP by a large margin.
• Delta shows seller exhaustion (less negative Delta while price still dropping).
• Candle closes bullish showing rejection wicks or engulfing strength.
• Enter long with target toward VWAP.
SHORT Fade (sell reversal):
• Price is above VWAP significantly.
• Delta shows buyer exhaustion (less positive Delta while price still rising).
• Candle closes bearish showing upper rejection or engulfing weakness.
• Enter short with target back toward VWAP.
⸻
🎯 Trade Management
• Position Size: 1–10 contracts depending on volatility.
• Take Profit (TP): +110 ticks default.
• Stop Loss (SL): −128 ticks default.
• Target Zone: VWAP reversion — partials can be taken once VWAP is tagged.
• Risk/Reward Ratio: ~1:1 by design (mean-reversion fade).
• Optional trailing stop: Enable after +60 ticks to protect partial profits.
⸻
🧠 Best Practices
• Only trade clear extremes — if price hovers around VWAP, skip it.
• Use Delta divergence for confirmation, not standalone signals.
• Avoid entries directly before high-impact news.
• Prefer trades with support/resistance confluence near the VWAP extremes.
• Don’t fade strong trending sessions (where VWAP is one-sided with EMAs stacked).
• Wait for confirmation candle close before entry — avoid trying to catch the exact
top/bottom.
GC ORB Break-Retrace (Webhook V2)🧭 ORB Strategy – 5-Minute Chart (GC ORB Break-Retrace)
⚙️ Purpose
• Capture early momentum from the market’s opening volatility window (first 5–15
minutes).
• Focused on NASDAQ Micro Futures (MNQ) but adaptable to ES, NQ, MES, etc.
• Designed for short, structured trades with tight stop-loss and take-profit levels.
⸻
🕒 Timeframe & Session
• Chart: 5-Minute.
• Trading Window:
• Monitor from 9:25 AM to 10:30 AM EST.
• Signals begin only after 9:30 AM open once the first 5-minute candle closes.
• Avoid entries during major news releases (10 AM or 2 PM economic reports).
⸻
🧩 Setup
1. Load the 5-minute chart for your instrument (e.g., MNQZ25).
2. Mark the Opening Range (OR):
• High and Low of the 9:30–9:35 AM candle.
3. Wait for price to break above or below that range.
4. Use the retrace-confirmation entry rule:
• After breakout, wait for a small pullback that respects the broken OR line.
• Enter on the retest continuation in the breakout direction.
⸻
📈 Entry Rules
LONG Entry:
• Price breaks above OR high.
• Wait for a pullback that holds above that high.
• Enter long on the next bullish 5-min candle close confirming strength.
SHORT Entry:
• Price breaks below OR low.
• Wait for a pullback that fails to reclaim the OR low.
• Enter short on the next bearish 5-min candle close confirming weakness.
⸻
🎯 Trade Management
• Position Size: 1–10 contracts (based on risk).
• Take Profit (TP): +100 ticks (can be adjusted to volatility).
• Stop Loss (SL): −132 ticks default.
• Risk/Reward Ratio: ~1:1.3 by default.
• Trailing: Optional — can be enabled once trade moves +60–80 ticks in profit.
⸻
🧠 Best Practices
• Trade only one breakout per session — avoid chasing reversals.
• Prefer clean OR zones with clear structure, no overlapping wicks.
• Skip trades if volume is low or volatility is extreme (e.g., after CPI/FOMC).
• Always confirm trend direction with VWAP slope and EMA alignment (9/21/50).
• Avoid trades during the first minute of breakout — wait for confirmation candle close.
Sicari Stress Map - Flash Crash / Stabilising Detection EngineA flash crash & stabilisation detection engine measuring volatility compression in 5 min candles printed no matter what timeframe you are on.
Most “flash-crash” legs start with a local stress shock on a small timeframe (5-min works well):
- a burst in true range (high TR percentile),
- short-term vol jumps vs long-term (RV ratio),
- bands expand and price snaps below fast EMA,
- often a quick reflex bid (buy-the-dip) for a few 5-min candles…
…and then the main liquidation leg hits.
This engine keys off that first shock on 5m and bubbles it up to your chart TF as a single FLASHCRASH pulse. Then it watches for Stabilising, when panic fades:
- ATR compresses,
- BB width z goes negative (pinch),
- ranges shrink,
- structure improves (≥ fast EMA by default).
Engulfing Failure & Overlap Zones [HASIB]🧭 Overview
Engulfing Failure & Overlap Zones is a smart price action–based indicator that detects failed engulfing patterns and overlapping zones where potential liquidity traps or reversal setups often occur.
It’s designed to visually highlight both bullish and bearish failed engulfing areas with clean labels and zone markings, making it ideal for traders who follow Smart Money Concepts (SMC) or price action–driven trading.
⚙️ Core Concept
Engulfing patterns are powerful reversal signals — but not all of them succeed.
This indicator identifies:
When a Buy Engulfing setup fails and overlaps with a Sell Engulfing zone, and
When a Sell Engulfing setup fails and overlaps with a Buy Engulfing zone.
These overlapping areas often represent liquidity grab zones, reversal points, or Smart Money manipulation levels.
🎯 Key Features
✅ Detects both Buy and Sell Engulfing Failures
✅ Highlights Overlapping (OL) zones with colored rectangles
✅ Marks Buy EG OL / Sell EG OL labels automatically
✅ Fully customizable visuals — colors, padding, and zone styles
✅ Optimized for both scalping and swing trading
✅ Works on any timeframe and any instrument
⚡ How It Helps
Identify liquidity traps before reversals happen
Visually see Smart Money overlap zones between opposing engulfing structures
Strengthen your entry timing and confirmation zones
Combine with your own SMC or ICT-based trading setups for higher accuracy
📊 Recommended Use
Use on higher timeframes (e.g., M15, H1, H4) to confirm major liquidity zones.
Use on lower timeframes (e.g., M1–M5) for precision entries inside the detected zones.
Combine with tools like Order Blocks, Break of Structure (BOS), or Fair Value Gaps (FVG).
🧠 Pro Tip
When a failed engulfing overlaps with an opposite engulfing zone, it often signals market maker intent to reverse price direction after liquidity has been taken. Watch these zones closely for strong reaction candles.
MAX TRADEA professional smart trading indicator built for precision and profitability.
It automatically detects market structure breaks, trendline breaches, and Fibonacci zones to generate high-probability BUY and SELL signals.
Optimized for XAU/USD and crypto pairs, it works best on lower timeframes (M1–M15).