"Dominator M4tr1x" logo
Indicator
Version 1.0, Mar 2026
Windows, Mac
"Dominator M4tr1x" uploaded image
"Dominator M4tr1x" uploaded image
"Dominator M4tr1x" uploaded image
"Dominator M4tr1x" uploaded image
"Dominator M4tr1x" uploaded image
"Dominator M4tr1x" uploaded image
"Dominator M4tr1x" uploaded image
"Dominator M4tr1x" uploaded image
"Dominator M4tr1x" uploaded image
"Dominator M4tr1x" uploaded image
"Dominator M4tr1x" uploaded image
Since 01/12/2025
127
Free installs

Dominator M4tr1x


This is a basic informative tool that combines smart-money price structure analysis on the chart with multiple information dashboard panels. Here's a breakdown of every major system:


1. ๐Ÿ“Š ON-CHART: Smart Money Structure Analysis

Draws directly on the price chart:

Feature

What it does ;

Swing Detection

Identifies swing highs/lows using a configurable lookback strength, marks them with arrows (โ–ฒ/โ–ผ)

Structure Labels

Labels each swing as HH (Higher High), HL (Higher Low), LH (Lower High), LL (Lower Low) to map market structure

BOS (Break of Structure)

Draws dotted lines + labels when price breaks a prior swing high/low in the direction of the trend

CHoCH (Change of Character)

Same as BOS but against the trend โ€” signals a potential trend reversal

Break Invalidation

If price reverses back through a BOS/CHoCH level, it marks it as failed (greyed out with โœ—) and logs it

Liquidity Sweeps

Detects when price wicks above a swing high (or below a swing low) but closes back inside โ€” a classic liquidity grab pattern

FVG (Fair Value Gaps)

Detects 3-candle imbalances (gaps between candle 1's high and candle 3's low). Draws colored rectangles on chart

IFVG (Inversed FVG)

When price returns to fill an FVG, it labels it as "IFVG" (the gap becomes a potential support/resistance zone)

FVG Invalidation

If price closes decisively through an FVG zone, it's marked as invalidated

Impulse Waves

Connects swing points with trend lines โ€” green for impulse legs (with-trend), yellow for corrective legs

Consolidation Zones

Detects when consecutive swing highs and lows are within a narrow ATR-based range, draws a box with a "CONSOL BULL/BEAR/NEUTRAL" label showing direction bias and pip width


2. ๐Ÿ“ˆ SENTIMENT PANEL (top-left by default)

A real-time bull/bear scoring gauge for the current chart symbol/timeframe using:

  • RSI (oversold/overbought + divergence detection)
  • MACD (crossovers, histogram momentum)
  • 3 EMAs (fast/medium/slow alignment and price position relative to them)
  • Bollinger Bands (price at upper/lower band extremes)

Displays:

  • A percentage score from -100% to +100% (e.g., "+67% STRONG BULL")
  • Visual bull vs. bear point bars (โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘)
  • Running signal statistics (total signals, confirmed, invalidated, accuracy %)


3. ๐Ÿ”ข MULTI-TIMEFRAME MATRIX (main panel)

A grid/heatmap showing bull/bear sentiment scores across multiple symbols ร— multiple timeframes simultaneously.

Aspect

Details

Symbol groups

Forex Majors/Minors/Exotics, Crypto, Indices, US Stocks, Metals, Energy, Commodities, or Custom

Timeframe groups

Common (M5โ€“W1), All, or Custom

Each cell

Shows a color-coded score like "+42โ–ฒ" (green) or "-67โ–ผ" (red) using the same RSI/MACD/EMA/BB scoring engine

Symbol resolution

Extremely robust โ€” auto-detects broker naming conventions (suffixes like .r, m, .cash, slashes like EUR/USD), tries dozens of alias permutations, caches results

External data

For symbols the broker doesn't carry (especially crypto), fetches OHLC data from Binance, Bybit, OKX, Kraken, Bitfinex APIs (free, no key needed)

Premium APIs

Optionally supports TwelveData, AlphaVantage, Polygon, Stooq for stocks/indices/forex via API keys

Interactive

Click any symbol name โ†’ opens a searchable symbol picker with 100+ symbols across all categories, showing 24h % change. Click any timeframe header โ†’ opens a timeframe picker to swap columns

Alerts

When any cell exceeds a configurable threshold (e.g., ยฑ60%), plays an alert sound


4. ๐Ÿ“ฐ NEWS + INFORMATION PANELS

Economic Calendar

Aggregates upcoming high/medium-impact economic events from 8+ redundant sources:

  • ForexFactory (JSON + XML), TradingView, Finnhub, TradingEconomics, MQL5, FXStreet, FMP (FinancialModelingPrep)
  • Color-coded by urgency (red = NOW, orange = <15 min, yellow = <1 hour, green = later)

Market News Headlines

Aggregates from 12+ RSS/API sources:

  • Crypto: CryptoCompare, CoinDesk, CoinTelegraph, NewsBTC, Binance announcements, OKX system status
  • Forex: FXStreet, ForexLive
  • Indices/Stocks: MarketWatch, CNBC, Reuters, Yahoo Finance
  • Auto-categorizes headlines (crypto/forex/metals/energy/stocks) by keyword detection
  • Filterable by tab (All, Forex, Crypto, Metals, Indices, Stocks, Energy, Economic)

Fear & Greed Index

  • Fetches the Crypto Fear & Greed Index (alternative.me API, with CNN Business fallback)
  • Shows numeric value (0โ€“100), label (Extreme Fear โ†’ Extreme Greed), color bar, and 7-day sparkline history (โ–โ–‚โ–ƒโ–„โ–…โ–†โ–‡โ–ˆ)

Trending

  • Fetches top crypto movers from Binance 24hr ticker (top 5 gainers + top 5 losers)
  • Falls back to CoinGecko trending or CoinPaprika


5. ๐Ÿ“ DOMINATOR LOG + LEARNING SYSTEM

  • Keeps a running signal log showing the last 8 signals with status (โ— active, โœ“ confirmed, โœ— invalidated)
  • Tracks overall accuracy statistics (total signals, confirmed fills, invalidations, accuracy %)
  • Optional CSV persistence: writes every signal event (new/confirm/invalid) to a CSV file (dominator_learning.csv) with full metadata โ€” designed to feed into future machine learning or backtesting


6. ๐Ÿ›  Technical Architecture Highlights

  • Fully overlay (IsOverlay = true) โ€” draws on the price chart, not a separate panel
  • AccessRights = None โ€” runs in the broker's sandbox (no file system / network access beyond what cAlgo allows)
  • Asynchronous data fetching โ€” all HTTP calls run on background threads via Task.Run() to never block the chart
  • Intelligent caching โ€” symbol resolution, external OHLC data, ticker prices, and trend percentages are all cached with configurable refresh intervals
  • Auto-retry โ€” failed symbol resolutions and external data fetches retry every 45 seconds
  • Collapsible sections โ€” each panel section (Matrix, Fear & Greed, News, Trending, Log) can be collapsed/expanded by clicking its header


In Summary

Dominator M4tr1x is an Informative indicator that replaces an entire trading dashboard. It maps smart-money structure on the chart (BOS, CHoCH, FVGs, sweeps, consolidation), scores multi-asset/multi-timeframe sentiment via technical indicators, aggregates economic calendars and market news from 20+ sources, tracks Fear & Greed, shows trending assets, logs all its own signals with accuracy tracking, and lets you interactively swap symbols and timeframes โ€” all while fetching missing data from 5+ external exchange APIs in the background.

Indicator profile
0.0
Reviews: 0
Customer reviews
No reviews for this product yet. Already tried it? Be the first to tell others!
Signal
Indices
Commodities
GBPUSD
RSI
Bollinger
Fibonacci
Scalping
AI
XAUUSD
NAS100
MACD
BTCUSD
Forex
Breakout
EURUSD
NZDUSD
Martingale
Prop
ZigZag
Supertrend
Fair Value Gap
SMC
Crypto
Grid
Stocks
ATR
USDJPY
VWAP
Products available through cTrader Store, including trading bots, indicators and plugins, are provided by third-party developers and made available for informational and technical access purposes only. cTrader Store is not a broker and does not provide investment advice, personal recommendations or any guarantee of future performance.

More from this author

Indicator
RSI
SMC
+17
The Dominator SMC Base, Smart Money Concept Indicator.

You may also like

Indicator
AI
Grid
+9
Pivot Point MultiTimeFrame with Order Block
Indicator
ATR
Prop
+6
๐ŸŸข Strength-ranked S/R zones with MTF levels and Pro labels. Nearest-zone band and HUD for faster, cleaner entries. ๐Ÿ”ด
Indicator
Channel
Fibonacci
+5
Professional dynamic tunnel for cTrader. Accurate market structure and fractal confluence analysis for expert traders.
Indicator
Prop
Forex
+13
Decision System Indicator According to Cosmic Laws
Indicator
EMA
SMA
+2
Exhaustion Hunter by BeyondTrading โ€” When price hits the limit, the reversal is next.
Indicator
AI
ATR
+21
Logarithmic Framework by LudwigICT
Indicator
Forex
Crypto
+3
Trend filter based on Alfred Franรงois Tagher's price-time methodology. Identifies trends when close breaks prior period'
Indicator
Forex
BTCUSD
+12
Pro Structure Patterns Detector
Indicator
EMA
MACD
+5
Multi-timeframe MACD with color-changing line, 4-color histogram & triangle signals.
Indicator
Channel
Key Levels
+1
Trend channel + price forecast + automatic support & resistance zones Knows where the price is going.
Indicator
AI
Prop
+16
Pro trading dashboard: WVAP analysis + Volume Profile + Neural AI tracking + News alerts. All-in-one tool!
Indicator
ATR
RSI
+16
Multi-timeframe trend indicator using EMA, MACD & ADX to confirm high-probability buy and sell bias.
Indicator
Aggressive
Supertrend
+5
Stop trading with tunnel vision! ๐Ÿšซ The Heat Map Dashboard is an institutional-grade visual trading assistant
Indicator
ATR
Volume
+4
This allows traders to see not just the trend, but whether the momentum itself is overextended.
Indicator
AI
SMC
+7
The ultimate tool for Price Action and ICT. High, Low and Mid levels for days, weeks Inc. NY Midnight and Custom Range.
Indicator
AI
Forex
+5
Whale Hunting Indicator
Indicator
Forex
NZDUSD
+2
RCS: 8 majors! AUD,USD,EUR,JPY,GBP,CAD,CHF,NZD. Find how strong each currency is relatively and trade smarter!
Indicator
BTCUSD
EURUSD
+6
๐Ÿ”ฎ Projectsย statistically probable future price pathsย using MC simulation and evaluates directional bias through a.....
Since 01/12/2025
127
Free installs