Topics: metatrader5, mql5, smart-money-concepts, expert-advisor, mql4, metatrader, forex-trading, indicators, technical-analysis, smart-money, order-blocks, multi-timeframe, market-structure, mt4, mt5, trading-bot, mt5-confluence-matrix, multi-timeframe-confluence, mt5-signal-scoring
An AI-style market structure analyzer for MetaTrader 5 workflows. The app evaluates multiple assets across M15, H1, H4, and D1 timeframes, then ranks confluence, confidence, bias, liquidity sweeps, break-of-structure events, and institutional signal quality in a polished desktop matrix.
Single-timeframe signals are noisy. Confluence Signal Matrix focuses on alignment: when higher and lower timeframes agree, structure quality improves, and the dashboard can rank the best market opportunities first.
It is designed for:
- Multi-timeframe trading analysis demos
- MT5 market structure dashboards
- Forex, gold, index, and crypto signal tools
- Liquidity sweep and break-of-structure visualizations
- Professional .NET WinForms portfolio projects
| Module | Description |
|---|---|
| MT5 Signal Bridge | Connects UI state to a WebSocket bridge model |
| Confluence Engine | Scores directional alignment and market structure quality |
| Matrix Grid | Shows each asset across M15, H1, H4, and D1 |
| Confidence Metrics | Displays dominant read, average confidence, and coverage |
| Intelligence Feed | Writes a narrative stream for the highest ranked assets |
| Synthetic Pulse | Simulates market updates when a live bridge is not connected |
| Account Gate | Requires MT5 ID and password before active evaluation |
| Feature | Detail |
|---|---|
| Multi-Timeframe Matrix | Evaluates seven symbols across four timeframes |
| Weighted Alignment | Gives higher weight to H4 and D1 structure |
| Liquidity Sweep Flags | Adds quality when sweeps appear in timeframe data |
| Break-of-Structure Flags | Improves confluence when market structure confirms direction |
| Order Block Quality | Uses a 0 to 1 score as part of the structure rating |
| Color-Coded Cells | Highlights bullish, bearish, watch, and pending readings |
| AI-Style Narrative | Converts raw metrics into readable market commentary |
| Synthetic Market Pulse | Generates realistic demo movement for videos and screenshots |
FX EURUSD, GBPUSD, USDJPY
Metals XAUUSD
Indices US30, NAS100
Crypto BTCUSD
Supported timeframes:
M15, H1, H4, D1
Timeframe readings
|
v
Directional weight
|
v
Structure quality
|
v
Confluence score
|
v
Confidence + signal text + status
The engine scores each asset using:
| Factor | Role |
|---|---|
| Bias Direction | Bullish, bearish, or neutral alignment |
| Timeframe Weight | Higher frames receive stronger influence |
| Liquidity Sweep | Adds context for potential stop runs |
| Break of Structure | Confirms directional shift |
| Volume Delta | Adds participation pressure |
| Order Block Quality | Adds zone quality to the final reading |
SECURE -> Strong confluence and high structure quality
WATCH -> Directional alignment is building
PENDING -> Setup exists but needs more confirmation
NO TRADE -> Market is balanced or unclear
Example output:
EURUSD: LONG / SECURE / 87%
3/4 frames aligned, 2 liquidity sweeps, 3 break-of-structure prints.
Example WebSocket payload:
{
"symbol": "EURUSD",
"timeframe": "H1",
"price": 1.0852,
"bias": "bullish",
"liquiditySweep": true,
"breakOfStructure": true,
"volumeDelta": 0.42,
"orderBlockQuality": 0.78
}Requirements:
- Windows 10 or Windows 11
- .NET 8 SDK
- Visual Studio 2022
git clone https://github.com/your-username/confluence-signal-matrix.git
cd confluence-signal-matrixOpen WinFormsApp5.slnx in Visual Studio and press F5.
- Launch the application.
- Enter MT5 ID and password.
- Click ACTIVATE SYSTEM.
- Click RUN MATRIX to refresh evaluation.
- Click SIMULATE PULSE for demo market movement.
- Feed live MT5 WebSocket payloads into the bridge for real updates.
- Review ranked signals and the AI structure feed.
- Confluence scoring engine
- Multi-timeframe matrix grid
- Synthetic market pulse
- Intelligence feed narrative
- Add live endpoint configuration
- Add strategy preset filters
- Add alert threshold rules
- Add exportable signal reports
MIT
Confluence Signal Matrix - AI-Style MT5 Market Structure Analyzer