Bneu AI Stratos Pro
- Uzmanlar
- Marvinson Salavia Caballero
- Sürüm: 1.20
- Etkinleştirmeler: 15
```
Bneu AI Stratos EA — Multi-Strategy AI Day Trader
Stratos EA is a trading EA for MetaTrader 5 that combines 4 independent strategies into one confidence score. The EA performs multi-timeframe validation across M15, M30, and H1, with cloud-based validation for each signal. Dynamic risk adjustment modifies lot size based on win rate and volatility.
What It Does
Runs 4 independent strategies on every new bar:
- Moving Average Crossover (EMA 13/50): trend direction
- RSI Momentum (14 period): entry timing
- Bollinger Bands Mean Reversion (20, 2.0): pullback signals
- MACD Divergence (12/26/9): momentum confirmation
Each strategy returns a score from 0-100. The EA combines them into a weighted signal quality score. Only trades when the combined score meets your minimum threshold.
5-Layer Architecture
1. 4-Strategy Signal Engine:
Each strategy scores the current setup independently (0-100). Weighted average equals combined confidence score. Configurable weights (default 25% each).
2. Multi-Timeframe Validation:
Scores are calculated on M15, M30, and H1. Minimum 2 of 3 timeframes must agree on direction. This helps filter signals from single-timeframe noise.
3. Cloud Validation:
Every qualifying signal goes to a cloud engine for independent assessment. Returns confidence score (0-100) and risk multiplier (0.5-2.0x). Only executes when confidence meets your threshold.
4. Dynamic Risk Management:
Adjusts position size based on recent win rate. High win rate increases risk multiplier. Low win rate decreases risk multiplier. ATR-based volatility adjustment: high volatility reduces position size.
5. Position Management:
Breakeven trigger after configurable pips in the trade's favor. Partial close at first target (50% of position). Trailing stop that only moves in your favor.
Cloud Validation
Every signal is validated by a cloud engine before execution:
- Sends full setup context: symbol, direction, all 4 strategy scores
- Returns independent confidence assessment (0-100)
- Risk multiplier adjusts position size (0.5x-2.0x)
- Full reasoning logged for review
- Minimum 70% confidence required (configurable)
Risk Management
Multi-layer protection on every trade:
- Base risk: 1.0% per trade (adjustable 0.1-5.0%)
- Max concurrent positions: 5
- Max daily drawdown: 5.0% (stops trading for the day)
- Max daily target: 10.0%
- Max trades per day: 10
- Dynamic risk based on win rate and ATR volatility
Position Management
Each position is actively managed:
- Breakeven at 25 pips (move SL to entry)
- Partial close at 40 pips (close 50% of position)
- Trailing stop starts at 30 pips (trails by 15 pips)
- Stop level and freeze level validation on every modify
Session Filters
Trade only during selected sessions:
- London Session: 08:00-17:00 GMT
- New York Session: 13:00-22:00 GMT
- Asian Session: 00:00-09:00 GMT
Each session can be individually enabled or disabled.
Dashboard Panel
Live on-chart panel showing:
- All 4 strategy scores in real time (MA, RSI, BB, MACD)
- Combined signal quality score with direction
- Timeframe arrows showing M15/M30/H1 alignment
- Validation confidence and reasoning
- Open position count
- Daily P/L, win rate, current risk
- Daily drawdown meter
- Current settings summary
Input Parameters
Strategy Weights:
MA weight (default 25%), RSI weight (default 25%), BB weight (default 25%), MACD weight (default 25%). Must sum to 100.
Signal Quality:
Min signal score 0-100 (default 60), Required TF agreement 1-3 (default 2)
Validation Settings:
Enable validation toggle (default true), Min confidence 0-100 (default 70), Request timeout in ms (default 8000)
Risk Management:
Base risk % (default 1.0), Dynamic risk toggle (default true), Win rate lookback trades (default 50), Max positions (default 5), Daily drawdown / target limits
Position Management:
Breakeven toggle and trigger pips, Partial close toggle, pips, and percentage, Trailing stop toggle, start and distance
TP/SL Settings:
ATR SL multiplier (default 1.5), ATR TP1 multiplier (default 1.0), ATR TP2 multiplier (default 2.0), Min risk:reward ratio (default 1.5)
Testing
The validation engine is not engaged in Strategy Tester. MetaTrader does not allow WebRequest during backtesting. All 4 strategies and the scoring system still run normally. Validation is auto-approved so you can evaluate the core logic.
To test with live validation, run on a Demo account. WebRequest is allowed on Demo accounts. The validation engine connects and validates every signal the same as on a live account.
System Requirements
MetaTrader 5 platform. Requires WebRequest permission for cloud validation (add endpoint to allowed URLs in platform settings). Works on any symbol.
15 activations included.
Important Notes
This EA executes trades based on multi-strategy analysis and configured parameters. Trading involves risk of loss. The validation engine provides signal filtering but does not ensure accuracy. Users should test on demo accounts before live trading. Users remain responsible for all trading decisions. Drawdown limits and risk parameters help manage exposure but do not eliminate risk.
Full documentation available on our MQL5 profile page.
Support
Support available through MQL5 Service Desk.
If you find this EA 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.
```
