Dominator M4tr1x
مؤشر
الإصدار 1.0، Mar 2026
Windows, Mac
صورة "Dominator M4tr1x" المحملةصورة "Dominator M4tr1x" المحملةصورة "Dominator M4tr1x" المحملةصورة "Dominator M4tr1x" المحملةصورة "Dominator M4tr1x" المحملةصورة "Dominator M4tr1x" المحملةصورة "Dominator M4tr1x" المحملةصورة "Dominator M4tr1x" المحملةصورة "Dominator M4tr1x" المحملةصورة "Dominator M4tr1x" المحملةصورة "Dominator M4tr1x" المحملة
منذ 01/12/2025
73
التثبيتات المجانية
نبذة عن الإصدار التجريبي
- Users can work on demo and live accounts for seven days with the specified restrictions. To continue using the trial version after its expiration, users must either redownload the trial version or purchase the full version to unlock all features, including: 1. Consolidations and liquidations legends and markings will be disabled. 2. Only a limited number of FOREX symbols and common timeframes will be available in the trial version. To unlock all symbols and all timeframes, users must purchase the full version. 3. The alerts feature has been disabled for the trial version. 4. BYOK API keys will not be supported in the trial version.

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.

نبذة عن الإصدار التجريبي
- Users can work on demo and live accounts for seven days with the specified restrictions. To continue using the trial version after its expiration, users must either redownload the trial version or purchase the full version to unlock all features, including: 1. Consolidations and liquidations legends and markings will be disabled. 2. Only a limited number of FOREX symbols and common timeframes will be available in the trial version. To unlock all symbols and all timeframes, users must purchase the full version. 3. The alerts feature has been disabled for the trial version. 4. BYOK API keys will not be supported in the trial version.
0.0
التقييمات: 0
تقييمات العملاء
لا توجد تقييمات لهذا المنتج حتى الآن. هل جرَّبته بالفعل؟ كن أول من يخبر الآخرين!
NAS100
NZDUSD
Martingale
Forex
Fibonacci
EURUSD
MACD
BTCUSD
SMC
Indices
ATR
Stocks
Grid
RSI
Breakout
XAUUSD
FVG
Commodities
Signal
Bollinger
GBPUSD
AI
VWAP
ZigZag
Prop
Supertrend
Crypto
USDJPY
Scalping

المزيد من هذا المؤلف

مؤشر
NAS100
NZDUSD
+17
The Dominator SMC Base, Smart Money Concept Indicator.

قد يعجبك أيضًا

مؤشر
NAS100
NZDUSD
+27
The profit and loss of your current trades are always displayed on the chart.
شعار "ATR SnapBack Bands"
نسخة مجانية
$ 39
مؤشر
NAS100
NZDUSD
+12
ATR Band Channel – Spot high-probability reversals when price snaps back inside dynamic ATR bands. Built for precision.
شعار "HTF Power 3"
مشهور
نسخة مجانية
$ 19
/
$20
مؤشر
XAUUSD
Commodities
+2
HTF POWER 3 ICT Power of 3 · M1 Precision · H4 Intelligence Auto-detect Accumulation → Manipulation → Distribution
مؤشر
NZDUSD
XAUUSD
+4
PSP is a professional-grade trading tool built to detect candle-level SMT divergence between correlated markets
مؤشر
NAS100
NZDUSD
+16
Inside Bars • Outside Bars • Strong Bars • Round Numbers • Smart EMA Momentum
مؤشر
NAS100
NZDUSD
+25
The truth lies in its unwavering nature. 【Defeate prospect theory.】
مؤشر
NAS100
NZDUSD
+27
SR Commander is a clean and intelligent support and resistance indicator for cTrader, built to help traders identify key
مؤشر
NAS100
NZDUSD
+13
Hurst HCCO Advanced / Cycle Phase Detection / Volatility Filter / Info Table / Momentum Histogram
شعار "MACD  -  advanced"
مشهور
نسخة مجانية
$ 20
/
$30
مؤشر
NAS100
NZDUSD
+15
MACD Advanced -- It combines the standard MACD logic with a rich set of visual tools
شعار "Sessions PRO"
مشهور
نسخة مجانية
$ 20
/
$25
مؤشر
NAS100
Breakout
+11
Sessions PRO is a professional session visualization indicator - 4 Fully Customizable Sessions
مؤشر
Indices
Stocks
+5
QQE osc. Smoothed RSI with ATR-based smoothing that generates crossover and level-based signals, supports MTF
منذ 01/12/2025
73
التثبيتات المجانية