Bneu AI Sentinel Pro
- Yardımcı programlar
- Marvinson Salavia Caballero
- Sürüm: 1.2
- Güncellendi: 30 Mart 2026
- Etkinleştirmeler: 15
```
Bneu AI Sentinel — AI Risk Enforcement for MetaTrader 5
Sentinel is a risk management utility for MetaTrader 5 that monitors all trades on your account from any EA or manual trading. The utility enforces configurable limits through a 6-layer protection system, uses cloud-based analysis to detect trading behavior patterns, and includes a kill switch that closes all positions when limits are breached.
What It Does
Sentinel runs alongside all your EAs and manual trading. It monitors every position, enforces hard limits, and uses cloud analysis to detect behavior patterns. When limits are breached, the kill switch activates, closing all positions and blocking new trades until the next trading day.
6-Layer Architecture
1. Order Interceptor:
Monitors every trade via OnTradeTransaction. Catches entries from any EA or manual order. Validates against all limits before allowing. Immediately closes violating positions.
2. Hard Limits Engine:
Daily loss limit ($ or % of balance), daily target (auto-stop), max trades per day, max consecutive losses, max open positions (total + per symbol), max lot size per trade.
3. AI Behavior Detection:
Cloud engine analyzes every new trade in context. Sends account state, recent history, market conditions. Returns safety score (0-100) and verdict (ALLOW/BLOCK). Detects 6 patterns: REVENGE trading (larger sizes after losses), MARTINGALE (doubling after losses), OVERCONFIDENCE (frequency spike after wins), SESSION_MISMATCH (trading in low-volume hours), SL_TOO_TIGHT (stop loss below ATR minimum), POSITION_TOO_LARGE (lot size exceeds average).
4. State Management:
Survives MT5 restarts with state saved to binary file. Rebuilds daily stats from deal history on startup. Day rollover at configurable hour (default midnight). All counters persist across chart changes and restarts.
5. Kill Switch:
Activates when any limit is breached. Closes all monitored positions immediately. Cancels all pending orders. Blocks new trading until daily reset. Sends Telegram, email, and sound alerts. Cannot be overridden by other EAs.
6. Dashboard Panel:
Live status: ACTIVE or BLOCKED. Daily P/L (realized + unrealized). Trade count, win/loss, consecutive losses. Open positions vs limit. Loss budget remaining. Risk score, pattern, reasoning. Cloud provider status and latency. Violation count.
Stop Loss Enforcement
Sentinel enforces stop loss rules on every position:
- No SL: Position closed immediately
- SL too tight: Warning + log (min pips configurable)
- SL vs ATR: Must be at least 0.5x ATR(14) on H1
Works on positions from any EA.
AI Risk Scoring
Every new trade is analyzed by cloud engine before allowing:
- Full context sent: account state, last 10 trades, market data
- Returns risk_score (0-100) and verdict (ALLOW/BLOCK)
- Detects revenge trading, martingale, overconfidence patterns
- Dual cloud engines with automatic failover
- If both endpoints offline, trade is allowed by default (safe fallback)
- Configurable cooldown between calls (default 30 seconds)
Monitoring Modes
Monitor everything or specific strategies:
- Monitor ALL: watches every EA and manual trade
- Monitor Specific: enter magic numbers (comma-separated)
- Monitor Manual: tracks magic=0 trades only
Input Parameters
General:
Enable/disable Sentinel, Password to disable (optional security), Daily reset hour and minute (server time)
Monitoring:
Monitor all EAs (on/off), Specific magic numbers (comma-separated), Monitor manual trades (on/off)
Daily Loss Limits:
Max daily loss $ (default $300), Max daily loss % (default 5%), Daily target $ (default $500), Daily target % (default 8%)
Trade Limits:
Max trades per day (default 15), Max consecutive losses (default 5), Max open positions (default 10), Max positions per symbol (default 3), Max lot size per trade (default 2.0)
Stop Loss Settings:
Require SL on every trade (on/off), Min SL distance in pips (default 10), Min SL as ATR multiple (default 0.5x)
AI Risk Settings:
Enable AI scoring (on/off), Min safety score to allow (default 60), Auto-block EXTREME risk (on/off), Log reasoning (on/off), API timeout (default 3000ms), Cooldown between calls (default 30 seconds)
Kill Switch:
Auto-close on limit (on/off), Block new orders after limit (on/off), Cancel pending orders (on/off)
Alerts:
Telegram (bot token + chat ID), Sound alerts (on/off), Email alerts (on/off)
Dashboard:
Show/hide panel, X/Y position, Background, text, and status colors
How To Use
1. Attach Sentinel to any chart alongside your other EAs
2. Set your daily loss limit, trade limits, and SL rules
3. Enable AI if you want behavior pattern detection
4. Enable Telegram alerts for mobile notifications
5. Trade normally — Sentinel monitors in background
6. If limits are breached, kill switch activates automatically
Requires WebRequest permission. Add the endpoint URL to allowed URLs in Tools, Options, Expert Advisors.
Testing
The AI engine is not engaged in Strategy Tester. MetaTrader does not allow WebRequest during backtesting. All limit checks, SL enforcement, and kill switch still work in tester.
To test with live AI, run on a Demo account. Attach Sentinel to any Demo chart alongside your EAs. The AI engine connects and scores every trade the same as on a live account.
System Requirements
MetaTrader 5 platform. Requires WebRequest permission for cloud analysis. Works alongside any EAs and manual trading.
15 activations included.
Important Notes
This utility is a risk management tool that monitors trades and enforces configured limits. It does not generate trading signals or execute trades. The AI engine provides behavior pattern detection but does not ensure trading outcomes. Risk limits help manage exposure but do not eliminate risk. Trading involves risk of loss. Users should test on demo accounts before live use. Users remain responsible for all trading decisions.
Full documentation available on our MQL5 profile page.
Support
Support available through MQL5 Service Desk.
If you find this utility useful, please consider leaving an honest review.
AI TECHNOLOGY DISCLOSURE
This product connects to a proprietary cloud-based analysis server (ai.bneutech.com) hosted on private infrastructure.
How It Works:
EA collects market data locally (price, indicators, volatility metrics)
Data is sent via WebRequest to ai.bneutech.com
Server processes data using a weighted multi-factor scoring algorithm
Server returns analysis results (score, bias, confidence, levels)
EA displays results and/or executes based on the response
Technical Details:
Server: Private infrastructure at ai.bneutech.com
Protocol: HTTPS (encrypted)
Data Sent: Symbol, timeframe, indicator values, price data
Data Returned: Score (0-100), direction, confidence, entry/SL/TP levels
No personal data is collected or stored
The scoring algorithm is a deterministic weighted decision matrix that evaluates:
Technical indicator alignment
Volatility conditions
Spread quality
Session timing
Trend strength
This is NOT machine learning or neural networks. It is a rule-based scoring system that produces consistent, reproducible results for identical market conditions.
```
