EA that implements the Silver Bullet strategy (easy version) implemented with AI that filters signals and predicts the TP/SL
| .forgejo/workflows | ||
| AiAd | ||
| Core | ||
| Img | ||
| Models | ||
| Resrc | ||
| Validation | ||
| dependencies.json | ||
| Ea.mq5 | ||
| EasySbAi.mqproj | ||
| LICENSE.md | ||
| README.md | ||
MetaTrader 5 Expert Advisor implementing the Silver Bullet strategy, enhanced with AI
Main Features
- Full risk management
- Fast execution
- Full News and ICT concepts configuration
- AI-based SL/TP prediction and signal filtering
Repository Structure
EasySbAi/
├── AiAd/ # Data preparation and model output handling
├── Core/ # Strategy logic and execution
├── Img/ # Repo banner, etc..
├── Models/ # ONNX model wrappers
└── Resrc/ # Embedded resources used as model input features
Requirements
You must have the following products purchased before using this EA:
See dependencies.json for the full dependency list.
Installation
- Clone the repository into your MT5 Shared Projects folder via CMD
- Or contact me on MQL5 (user:
nique_372) to be added as a collaborator with read-only access — the repository will appear automatically in your Shared Projects folder - Or fork the repository
Quick Start
- Download the latest
.zipand.ex5from the Releases section - Extract the
.zipinto your MT5Files\Common\folder — this contains the ONNX models and required resources - Copy the
.ex5file into your MT5Experts\folder - Optimize parameters using the MT5 Strategy Tester before live use
You must have the following products purchased:
License
By downloading or using this repository, you accept the license terms.
Commercial Licensing
Need to use this software beyond the permitted scope? Commercial licenses are available for:
- Source code modification rights
- Development of derivative products
- Distribution to clients or end users
- Integration as a main component in commercial products
- White-label implementations
- Enterprise deployments
Contact for licensing:
Platform: MQL5 Community
User: nique_372
Profile: https://www.mql5.com/es/users/nique_372
Disclaimer
Trading involves substantial risk of loss.
- This software is a technical tool, not financial advice
- Past performance does not guarantee future results
- You are solely responsible for your trading decisions
- Always test thoroughly before deploying with real capital
- Use appropriate risk management at all times
The authors assume no liability for trading losses, system failures, or any damages arising from the use of this software.
Contact and Support
- Platform: MQL5 Community
- Profile: https://www.mql5.com/es/users/nique_372
- Issues: Use the repository issue tracker for bug reports and questions
Copyright © 2026 Nique-Leo. All rights reserved.