Indicator

Indicator

Indicator

Indicator

Indicator

Indicator

Indicator

Indicator

HA Daily Bias & EMA SetupDisclaimer
This indicator is inspired by the trading concepts discussed by Animesh K in "Learn Dual Edge Trading and Mindset."
This indicator is an independent implementation of selected concepts and should not be considered an official version of his strategy.
Trading involves risk. This indicator is intended as a decision-support tool and does not guarantee profitable trades.
Indicator Objective
The purpose of this indicator is to combine:
Daily Heikin Ashi Trend Bias
34 EMA Dynamic Trend Levels
Entry Confirmation
Exit Confirmation
Trend Filtering
to provide a clean trend-following trading system.
The indicator attempts to keep traders aligned with the higher timeframe trend while using the current timeframe for entries.
Core Trading Logic
The strategy is built around two ideas:
Determine the higher timeframe market bias.
Only take trades in the direction of that bias.
Instead of predicting reversals, the indicator follows momentum.
Daily Heikin Ashi Bias
The indicator first checks the previous day's Heikin Ashi candle.
Bullish Bias
Previous HA Close > Previous HA Open
Market Bias = Bullish
Only LONG trades are allowed.
Bearish Bias
Previous HA Close < Previous HA Open
Market Bias = Bearish
Only SHORT trades are allowed.
Neutral
If neither condition exists,
No directional bias exists.
Daily Support and Resistance
The indicator plots:
Previous Daily HA High
Previous Daily HA Low
These become important reference levels for:
Support
Resistance
Trend continuation
Risk management
Green Dots
= Previous HA Low
Red Dots
= Previous HA High
EMA Setup
The indicator uses two separate EMAs.
EMA 1
Length: 34
Default Source:
High
Purpose:
Bullish confirmation.
EMA 2
Length: 34
Default Source:
Low
Purpose:
Bearish confirmation.
Long Entry Rules
A LONG signal appears only when all conditions are true.
Condition 1
Daily Bias = Bullish
AND
Condition 2
Previous candle crosses above EMA High
AND
Condition 3
Current candle closes above EMA High
If all three conditions are satisfied,
A LONG label is printed.
Long Exit
The position exits when
Previous candle crosses below EMA Low
AND
Current candle closes below EMA Low
EXIT label appears.
Short Entry Rules
A SHORT signal appears only when:
Daily Bias = Bearish
AND
Previous candle crosses below EMA Low
AND
Current candle closes below EMA Low
SHORT label appears.
Short Exit
Exit occurs when
Previous candle crosses above EMA High
AND
Current candle closes above EMA High
EXIT label appears.
Signal Filtering
The indicator contains a built-in state management system.
Possible states:
Flat
Long
Short
This prevents duplicate entries.
Example:
LONG
LONG
LONG
LONG
Instead, only the first LONG signal is displayed until an EXIT occurs.
Likewise,
SHORT
SHORT
SHORT
SHORT
Only one SHORT signal is displayed.
Historical Signals
Option:
Show Historical Signals
ON
Displays every historical signal.
OFF
Displays only the latest signal.
Useful for clean charts.
Dashboard
The dashboard displays:
Previous Day HA Bias
Bullish
Bearish
Neutral
and
Previous HA Support Level
User Inputs
EMA Settings
Setting Default
EMA Length 34
EMA High Source High
EMA Low Source Low
Style Settings
Option Description
Show Daily HA Levels Display previous HA High and Low
Show Historical Signals Display all signals
Filter Consecutive Signals Prevent repeated LONG or SHORT signals
Recommended Timeframes
The indicator works best on:
5 Minute
15 Minute
30 Minute
1 Hour
4 Hour
The Daily Heikin Ashi bias remains constant throughout the trading day while entries are generated from the selected chart timeframe.
Suggested Workflow
Step 1
Determine Daily Bias.
If Bullish
Only look for LONG trades.
If Bearish
Only look for SHORT trades.
Step 2
Wait for EMA confirmation.
Do not anticipate the signal.
Step 3
Enter only after the label appears.
Step 4
Allow the trend to continue.
Step 5
Exit only when the opposite EMA confirmation occurs.
Risk Management Suggestions
Although this indicator generates entry and exit signals, every trade should include predefined risk controls.
Common approaches include:
Risk a fixed percentage of account equity per trade (e.g., 1–2%).
Place a protective stop below the recent swing low for long trades or above the recent swing high for short trades.
Consider taking partial profits at predetermined risk-reward levels while allowing the remainder to follow the exit signal.
Avoid forcing trades when the market is range-bound or during unusually low liquidity.
Best Market Conditions
This indicator generally performs best in:
Trending markets
Strong directional momentum
Stocks, ETFs, Index Futures, and Forex pairs with sustained trends
It may generate more false signals during sideways or choppy markets.
Indicator Summary
Feature Description
Higher Timeframe Filter Previous Day Heikin Ashi Bias
Trend Filter 34 EMA (High) & 34 EMA (Low)
Long Entries Bullish bias + EMA breakout confirmation
Short Entries Bearish bias + EMA breakdown confirmation
Exits Opposite EMA confirmation
Daily Levels Previous HA High & Low
Dashboard Current Daily Bias and HA Support
Signal Filter Prevents duplicate consecutive signals
Indicator

Indicator

CQ_(-)_MTF Countdown Table================================================================================
CQ_(-)_MTF COUNTDOWN TABLE — USER MANUAL
© CQuevedo345
================================================================================
Pine Script v6 | Overlay Indicator | Multi-Timeframe Candle Timer
────────────────────────────────────────────────────────────────────────────────
OVERVIEW
────────────────────────────────────────────────────────────────────────────────
The CQ MTF Countdown Table is a real-time, multi-timeframe candle progress
monitor that displays how far into — and how far from the close of — each
major candle period you currently are. It renders a compact table directly
on your chart showing elapsed time, remaining time, and progress percentages
for up to four timeframes simultaneously: 1H, 4H, 1D, and 1W.
The table updates live on every bar close and on the last bar using timenow,
so the countdown is always accurate to the second.
────────────────────────────────────────────────────────────────────────────────
FEATURE SUMMARY
────────────────────────────────────────────────────────────────────────────────
• Multi-Timeframe Coverage
Tracks candle progress across 1H, 4H, 1D, and 1W simultaneously.
Each timeframe can be independently shown or hidden.
• Elapsed Percentage Column
Shows what percentage of the current candle has already elapsed,
displayed as a whole number (e.g. 73%). The cell background uses a
color gradient that transitions from a user-defined "low" color at 0%
to a user-defined "high" color at 100%, giving an instant visual read
of candle age at a glance.
• Elapsed Time Columns (Days + Time)
For 1H, 4H, and 1D rows, the Days column is intentionally left blank
(those candles don't span multiple days) and the Time column shows
elapsed time formatted as MM m (1H) or HH h : MM m (4H, 1D).
For the 1W row, both the Days column (e.g. 03D) and the Time column
(e.g. 14h : 22m) are populated to reflect the full weekly structure.
• Remaining Time Columns (Days + Time)
Mirror of the elapsed columns, but counting down toward the candle
close. The 1W row shows remaining days and remaining intraday time
separately. The remaining columns have their own independent text-size
setting so they can be made larger or smaller than the rest of the
table without affecting other columns.
• Seconds Alert Column
When remaining time on any row drops below a user-configured threshold
(0–5 minutes), a dedicated RMNG SECS cell lights up showing the exact
remaining seconds (e.g. 47s). The cell and text color change to a
high-contrast alert style automatically. Above the threshold the cell
stays blank and dim.
• Bullish / Bearish TF Label Color
The leftmost cell of each row (the TF label: 1H, 4H, 1D, 1W) is
colored green or red depending on whether the current close is at or
above the candle's open (bullish) or below it (bearish). Colors are
fully customizable.
• Active Timeframe Marker
When the chart's current timeframe matches one of the table rows, that
row's label is prefixed with a ▶ arrow so you can instantly see which
row corresponds to the candle you are currently trading on.
• Gradient on Time Cells (Optional)
When the gradient toggle is enabled, elapsed time cells adopt the same
low→high gradient as the percentage column. Remaining time cells use
the inverse (high→low). When the gradient is enabled, the otherwise-
empty "Days" cells on 1H/4H/1D rows are also filled with the matching
gradient color, keeping the row visually cohesive instead of leaving
dead dark gaps. When the toggle is off, all time cells use a uniform
dim background.
• Orientation Toggle
The entire table can be switched between Horizontal (timeframes as
rows, columns as data fields — the default) and Vertical (timeframes
as columns, data fields as rows). All cell logic, merging, and
alignment adapts automatically.
• Position, Size, and Color Customization
Every visual aspect of the table is configurable: table position
(8 anchor points), global text size, remaining-column text size
(independent), title background, header background, text colors for
elapsed and remaining fields, gradient low/high colors, bullish and
bearish background colors, and seconds-alert text color.
• Week Anchor — Monday 00:00 UTC
The 1W candle is anchored to Monday midnight UTC regardless of the
broker or exchange session, matching PulseWire's standard weekly
candle definition. The calculation uses timenow and UTC dayofweek to
derive the exact open timestamp of the current week dynamically.
• Accurate 4H and 1D Duration
Rather than assuming fixed 4-hour or 24-hour durations, the indicator
reads time_close from request.security for 4H and 1D so that DST
shifts, session gaps, and exchange-specific candle lengths are handled
correctly.
────────────────────────────────────────────────────────────────────────────────
TABLE LAYOUT
────────────────────────────────────────────────────────────────────────────────
Horizontal orientation (default):
┌─────────────────────────────────────────────────────────────────────┐
│ MTF ELAPSED/REMAINING CANDLE TIME │
├────────┬───────────┬────────────┬────────────┬───────────┬──────────┤
│ TF │ ELPSD % │ ELPSD DAYS │ ELPSD TIME │ RMNG DAYS │ RMNG TIME│ RMNG SECS
├────────┼───────────┼────────────┼────────────┼───────────┼──────────┤
│ 1H │ 73% │ │ 43m │ │ 17m │
│▶ 4H │ 18% │ │ 00h : 43m │ │ 03h : 17m│
│ 1D │ 62% │ │ 14h : 52m │ │ 09h : 07m│
│ 1W │ 44% │ 03D │ 14h : 22m │ 04D │ 09h : 37m│
└────────┴───────────┴────────────┴────────────┴───────────┴──────────┘
Column index reference:
Col 0 — TF label (bull/bear colored)
Col 1 — Elapsed percentage (gradient colored)
Col 2 — Elapsed days (1W only; gradient-filled on other rows if gradient ON)
Col 3 — Elapsed time (formatted per TF)
Col 4 — Remaining days (1W only; gradient-filled on other rows if gradient ON)
Col 5 — Remaining time (formatted per TF)
Col 6 — Remaining seconds alert (appears only near candle close)
In Vertical orientation the rows and columns are transposed: each
timeframe becomes a column and each data field becomes a row.
────────────────────────────────────────────────────────────────────────────────
INPUT SETTINGS REFERENCE
────────────────────────────────────────────────────────────────────────────────
── Timeframes ──
Show 1H Toggle the 1-hour row on or off.
Show 4H Toggle the 4-hour row on or off.
Show 1D Toggle the daily row on or off.
Show 1W Toggle the weekly row on or off.
── Display ──
Show Elapsed Time Shows/hides the Elapsed Days and Elapsed Time
(Col 2) columns (cols 2–3). When hidden both cells are
rendered as blank dim cells.
Show Remaining Time Shows/hides the Remaining Days and Remaining
(Col 3) Time columns (cols 4–5). When hidden both cells
are rendered as blank dim cells.
Seconds Alert Sets the threshold in whole minutes (0–5) below
Threshold (min) which the RMNG SECS column activates. At 0 the
seconds column never appears. At 5 it lights up
during the final 5 minutes of every candle.
Table Orientation Horizontal (default) — timeframes as rows.
Vertical — timeframes as columns.
Table Position Anchor point for the table on the chart.
Options: top-left, top-center, top-right,
middle-left, middle-right, bottom-left,
bottom-center, bottom-right.
Text Size Size of text in the title row and all data
cells except the remaining-time columns.
Options: tiny, small, normal, large.
Remaining Time Independent text size for cols 4, 5, and 6
Columns Text Size (remaining days, remaining time, seconds alert).
Options: tiny, small, normal, large.
Useful for making the countdown more prominent
without enlarging the rest of the table.
── Colors ──
Bullish Background Cell background for the TF label when
close >= open on that timeframe.
Bearish Background Cell background for the TF label when
close < open on that timeframe.
Elapsed % Low (0%) The gradient start color shown when a candle
has just opened (0% elapsed).
Elapsed % High (100%) The gradient end color shown when a candle is
nearly complete (100% elapsed).
Title Background Background of the merged title row.
Header Background Background of the column header row.
Text Color Default text color used across most cells.
Text Color (Elapsed) Color of elapsed header labels and elapsed cell
text values.
Text Color (Remaining) Color of remaining header labels and remaining
cell text values.
Seconds Alert Text Text color inside the RMNG SECS cell when the
alert threshold is active.
Use Gradient on OFF (default): elapsed and remaining time cells
Elapsed/Remaining use a uniform dim background regardless of
Time Cells candle progress.
ON: elapsed time cells use the same low→high
gradient as the % column. Remaining time cells
use the inverse high→low gradient. Additionally,
the empty "Days" cells on 1H, 4H, and 1D rows
are filled with the matching gradient color
(elapsed gradient for col 2, remaining gradient
for col 4) instead of staying as dark gaps.
────────────────────────────────────────────────────────────────────────────────
TIME FORMATTING REFERENCE
────────────────────────────────────────────────────────────────────────────────
1H elapsed / remaining → MM m (e.g. 43m, 17m)
4H elapsed / remaining → HH h : MM m (e.g. 00h : 43m)
1D elapsed / remaining → HH h : MM m (e.g. 14h : 52m)
1W days column → DD D (e.g. 03D, 04D)
1W time column → HH h : MM m (e.g. 14h : 22m)
Seconds alert → SS s (e.g. 47s)
All values are floored to whole minutes or seconds; no rounding up occurs
so the display never shows a value higher than the actual remaining time.
────────────────────────────────────────────────────────────────────────────────
NOTES AND TIPS
────────────────────────────────────────────────────────────────────────────────
• The table renders only on the last bar (barstate.islast). It does not
paint on historical bars and adds no visual noise to your chart history.
• timenow is used for all live calculations, so the indicator reflects
real wall-clock time even when the chart is not actively ticking (e.g.
outside regular session hours on session-limited instruments).
• The 1H row uses a simplified lookahead=off request to avoid peeking at
future hour opens. The 4H, 1D, and 1W rows use lookahead=on so that
time_close values are correctly available on the current bar.
• For instruments with irregular sessions (futures, crypto, forex) the
1D duration is derived from the actual time_close returned by the
exchange feed, so DST and session-length variations are handled
automatically.
• If all four timeframe rows are hidden the table will still render its
title and header row. Toggle at least one timeframe on for meaningful
output.
• Setting both "Show Elapsed Time" and "Show Remaining Time" to OFF will
leave only the TF label, percentage, and seconds alert columns visible,
producing a compact minimal layout useful for small screen areas.
────────────────────────────────────────────────────────────────────────────────
VERSION HISTORY
────────────────────────────────────────────────────────────────────────────────
v1.0 Initial release. 1H/4H/1D/1W timers, gradient %, bull/bear colors,
orientation toggle, seconds alert, elapsed/remaining columns.
v1.1 Added independent text size control for remaining-time columns
(cols 4, 5, 6). Gradient fill extended to empty "Days" cells on
1H/4H/1D rows when the gradient toggle is enabled, eliminating
dark gaps and keeping row backgrounds visually consistent.
────────────────────────────────────────────────────────────────────────────────
© CQuevedo345 — Mozilla Public License 2.0
================================================================================ Indicator

Indicator

Indicator

Boombastic V1 10AM Levels V2Boombastic V2 is an intraday reference tool built around the ICT-style 10:00 AM (ET) candle, combined with a full set of higher-timeframe and previous-period highs and lows. Every level is read from a fixed source timeframe (1-minute by default), so the lines stay locked to the exact candle they were drawn from no matter which chart timeframe you switch to.
Make sure you chart is on EST
What it plots
The 10 AM candle ("full candle")
Open and Close lines
Body midpoint — (open + close) / 2
Full-candle box (high → low) with a Consequent Encroachment / equilibrium line at (high + low) / 2
Optional body shading
A per-day label anchored to the box equilibrium
The current day's candle box can be highlighted with its own border and background color
You aren't limited to 10:00 — change the hour, minute, timezone, or source timeframe to mark any candle you track (the 9:30 open, a session candle, the midnight candle, etc.).
True Day Open
A dotted line at the midnight (00:00 ET) candle open — the ICT "true day open" — with its own retention setting and label.
Higher-timeframe highs & lows (4H / 1H / 30m / 15m)
The previous (last closed) candle's high and low for each timeframe, drawn as solid lines and labeled. Each timeframe toggles on or off independently and has its own color.
Previous Day / Week / Month (PDH/PDL, PWH/PWL, PMH/PML)
The prior day, week, and month highs and lows — classic draws on liquidity — each toggleable with its own color and labeled in the same clean style as the 10 AM candle labels.
Key behaviors
Locked to the source candle. Levels are pulled from the source timeframe, so they don't shift when you change chart timeframes.
Swept levels turn dotted. When price trades through a high or low, that line automatically switches from solid to dotted — an instant read on which liquidity has been taken and which is still resting. It resets when the period rolls over (new candle / day / week / month).
Labeled with leaders. Every level's label sits in a column to the right of price, connected back to its line by a dotted leader. The offset distance is adjustable.
History & projection. Keep a configurable number of past days, project levels into the future whitespace, and optionally carry previous days' zones forward as live reference.
Settings highlights
Target candle: hour, minute, timezone, source timeframe
Days to keep: separate controls for the Sessions (10 AM candles) and the True Day Open
Elements: toggle and color each component, plus current-day box highlight colors
Style: line width, label offset, extend distance, extend-previous behavior
HTF and D/W/M groups: per-item toggles, colors, and independent line widths
Notes
This is a charting and reference tool — not a signal generator or financial advice. 1-minute history is limited by your PulseWire plan, so very old sessions only appear if that data loads on your chart. Indicator

Indicator

Indicator

Indicator

Aquila Reale Gold/DXY Correlation v1.4 by giua64🦅 Aquila Reale Gold/DXY Correlation — by giua64
WHAT IT DOES
This indicator measures the rolling inverse correlation between Gold and the US Dollar in real time. Gold and the Dollar normally move in opposite directions — when that relationship holds, the Dollar is the driver and you can trust it. When the relationship breaks, something else is pushing Gold (real yields, safe-haven flows, fear). Spotting that break is the real edge.
HOW TO READ IT
The correlation is inverted so the chart is intuitive:
Line HIGH and GREEN = strong inverse link (healthy). Gold and Dollar move opposite as they should.
Line YELLOW = the link is weakening.
Line LOW and RED (below zero) = the link is broken. Gold and Dollar are moving the same way — anomaly. Gold is running on its own, not on Dollar weakness.
The midline (zero) is the key reference: above it the inverse relationship is still alive, below it the relationship has flipped.
WHY USDX AND NOT DXY
By default you can use any Dollar symbol in the input. I personally use USDX instead of TVC:DXY because USDX carries volume data, while the TVC Dollar index does not. Correlation is symmetrical (corr A,B = corr B,A), so you only need this indicator on ONE chart — Gold or Dollar, it reads the same link from either side. Using USDX simply lets you keep volume on the Dollar panel.
SETTINGS
Gold symbol and Dollar symbol: fully editable.
Length mode: Auto (preset per timeframe) or Manual. Auto adapts the lookback to the chart TF: 5m=14, 15m=16, 30m=18, 1h=20, 4h=24.
Healthy-link threshold: the level above which the inverse link is considered strong. Suggested sets — Scalping 0.4, Intraday 0.5, Swing 0.6.
ALERTS
Link BROKEN (correlation drops below threshold)
Link RESTORED (correlation back above threshold)
ANOMALY (correlation turns negative — moving together)
DISCLAIMER
This script is for educational and informational purposes only. It is not financial advice. Trading involves risk; always do your own analysis and manage your risk.
🦅 Royal Eagles — born to fly, born to dare!
🦅 Aquile Reali — Be Stable. Be Strong. Indicator

Indicator

X Trading Auto-Pilot V2.0Welcome to X Trading Auto-Pilot V2.0 — the ultimate minimalist trading system designed for traders who want zero chart clutter and 100% execution clarity.
We stripped away the noise, removed the complex lines and bands, and built a highly accurate, automated signal engine optimized strictly for the 15-Minute timeframe.
🌟 Core Features:
1. Zero Clutter, Pure Action
Analysis paralysis is the enemy of profitability. This indicator removes all visual noise from your chart. You will only see the institutional macro trend and the exact entry signals.
2. High-Accuracy 15m Engine
By locking the algorithm to the 15-minute chart, we eliminate the random algorithmic wicks of the lower timeframes. The engine runs quietly in the background, measuring hidden market exhaustion (RSI/ATR alignment) and waiting for high-volume engulfing candles in the direction of the macro trend.
3. Automated Trade Management
When a signal triggers, the script instantly calculates a mathematically perfect 1:2 Risk-to-Reward ratio based on current market volatility. It plots a clean, visual box on your chart detailing your exact:
💰 ENTRY Price
😢 STOP LOSS Price
🔥 TARGET (Take Profit) Price
4. Bot-Ready JSON Alerts (Fully Automated)
Want to trade hands-free? The alert system has been re-engineered to output clean, structured JSON webhooks. Whether you use 3Commas, Cornix, or your own custom trading bot, the indicator sends perfectly formatted data instantly:
{"Action": "BUY", "Asset": "BTCUSDT", "Entry": 65120.50, "SL": 64800.00, "TP": 65760.50}
5. Universal Asset Compatibility
This Auto-Pilot suite dynamically adapts its risk math to the asset you are trading. Fully compatible with: EURUSD, USDCAD, BTCUSDT, ETHUSDT, XAUUSD, XAGUSD, US100, WTI, and DXY.
How to get access:
This is a premium, Invite-Only system locked exclusively for the X Trading community.
📲 To request access, ask questions, or see how we automate these trades, reach out to me on TikTok: @xtrading38 Indicator

X Trading Universal L3 - Liquidity & Order FlowWelcome to the pinnacle of algorithmic scalping: X Trading Universal L3.
This indicator bridges the gap between Smart Money Concepts (SMC) and Level 2 Order Flow (Bookmap-style liquidity tracking). It has been mathematically engineered from the ground up to dynamically scale its risk engine across the world's most heavily traded institutional assets.
🌐 Universal Asset Compatibility
This suite is locked and optimized strictly for the 5-minute timeframe on the following premium assets:
Forex: EURUSD, USDCAD, DXY
Crypto: BTCUSDT, ETHUSDT
Commodities: XAUUSD (Gold), XAGUSD (Silver), WTI (Oil)
Indices: US100 (Nasdaq/NDX)
🌟 Level 3 Core Mechanics:
1. Simulated Order Flow & Liquidity Pools
We bring Level 2 book data visualization directly to your chart. The L3 engine actively scans for overlapping structural pivots to map out dense concentrations of institutional limit orders.
Watch price gravitate toward these dashed Liquidity Bands to hunt stops before reversing.
2. Dynamic ATR Risk Scaling (Universal Engine)
You no longer need to adjust inputs when switching from Crypto to Forex. The mathematical engine reads the real-time True Range (ATR) of the asset you are viewing and dynamically builds your Stop Loss and Take Profit boxes to perfectly fit that exact market's pip/tick volatility.
3. The L3 Sniper Signal Matrix
Signals are highly filtered and only trigger when three institutional factors align:
Macro Alignment: Price must be trading with the 1-Hour Institutional Trend.
Liquidity Sweep: Price must sweep a major L3 Liquidity Pool or structural Order Block.
Volume Imbalance: A massive engulfing candle must confirm the market makers are stepping in.
When these align, you receive the exact 💰 Entry, 😢 Stop Loss, and 🔥 Take Profit zones drawn beautifully on your chart.
4. Advanced Trade Management (Breakeven Tech)
The live Win Rate dashboard doesn't just track raw wins and losses. It features professional trade management: if a trade reaches 50% of the Take Profit target, the algorithm internally moves your Stop Loss to Breakeven, protecting your capital and accurately updating your win rate stats.
5. The X Trading Dashboard & Market Rhythm
Live Session Overlays: Clean background shading for Asia, London, and NY sessions.
Market Rhythm: Real-time dashboard tracking of the 1H trend, current active asset, live ATR volatility, and overall daily range.
How to get access:
This is a premium, Invite-Only system locked exclusively for the X Trading community.
📲 To request access, ask questions, or watch this system dominate live in action, reach out to me on TikTok: @xtrading38 Indicator

Indicator

X Trading - BTCUSDT Master SuiteWelcome to the X Trading Master Suite BTCUSDT ONLY— a complete, all-in-one algorithmic trading system engineered specifically for high-probability scalping and day trading.
Built around the core concepts of Smart Money Concepts (SMC), market rhythm, and the AMD (Accumulation, Manipulation, Distribution) cycle, this suite gives you institutional-level context directly on your chart without the clutter.
🌟 Core Features:
1. The X Trading Dashboard (Live Rhythm Tracking)
Never second-guess market conditions again. The live dashboard tracks the current trading session (Asia, London, NY), the 1-Hour macro trend, today's total range ($ move), and the exact market state (Break vs. Retest) so you know exactly when to execute.
2. Institutional SMC Matrix
The algorithm automatically tracks major liquidity zones in real-time:
Order Blocks (OB): Dynamic support and resistance boxes drawn from structural pivots.
Fair Value Gaps (FVG): Auto-detected market imbalances showing where institutions left unfilled orders.
3. Precision Signals with Automated Risk Management
When a highly filtered, institutional liquidity sweep aligns with market momentum, the indicator fires a Sniper Buy/Sell signal. It instantly plots:
💰 Exact Entry Line
😢 Dynamic Stop Loss (SL) and an Extended SL (🛡️) for high volatility.
🔥 Target Take Profit (TP) Box: A visual "ghost candle" showing the exact zone to take profits.
🚀 Runner Target: For extended momentum plays.
4. Market Rhythm & Momentum
Session Backgrounds: Clean, transparent overlays showing the Asian, London, and NY sessions.
Double Bollinger Band Faint Overlays: Visually identifies when the market is ranging, breaking out, or retesting the mean.
EMA Ribbon (8/34) & Moving Averages: A custom momentum ribbon fill paired with the 50, 100, and 200 EMAs to keep you on the right side of the trend.
Early Exit (X Marks): If momentum shifts sharply against your trade, the algorithm prints a visual "X" to warn you to secure profits early.
5. Automated Alert System
Fully compatible with PulseWire alerts. Receive exact Entry, SL, and TP prices directly to your device the second a setup occurs, as well as high-momentum session open warnings.
How to get access:
This is a premium, Invite-Only system locked for the X Trading community.
📲 To request access, ask questions, or watch this system dominate live in action, reach out to me on TikTok: @xtrading38 Indicator
