2026-04-11 12:40:02 +00:00
<p align="center">
2026-04-11 12:40:30 +00:00
<img src="./Img/EasySbAi.png" alt="EasySbAi Logo" width="1150" height="175"/>
2026-04-11 12:40:02 +00:00
</p>
2026-04-10 20:45:13 +00:00
2026-04-11 12:40:02 +00:00
<p align="center">
MetaTrader 5 Expert Advisor implementing the Silver Bullet strategy, enhanced with AI
</p>
<p align="center">
<img src="https://img.shields.io/badge/Language-MQL5-1B6CA8?style=flat-square"/>
<img src="https://img.shields.io/badge/Platform-MetaTrader%205-0D1B2A?style=flat-square"/>
<img src="https://img.shields.io/badge/Author-nique__372%20And%20Leo-C9D6DF?style=flat-square&logoColor=white"/>
<img src="https://img.shields.io/badge/Articles-mql5.com-1B6CA8?style=flat-square"/>
<a href="./LICENSE.md">
<img src="https://img.shields.io/badge/License-Proprietary-red.svg"/>
</a>
<a href="./LICENSE.md">
<img src="https://img.shields.io/badge/Source-Available-blue.svg"/>
</a>
</p>
---
## Main Features
- Full risk management
- Fast execution
- Full News and ICT concepts configuration
- AI-based SL/TP prediction and signal filtering
---
## Repository Structure
2026-04-10 15:47:40 -05:00
```
2026-04-11 12:40:02 +00:00
EasySbAi/
├── AiAd/ # Data preparation and model output handling
├── Core/ # Strategy logic and execution
2026-04-11 12:40:30 +00:00
├── Img/ # Repo banner, etc..
2026-04-11 12:40:02 +00:00
├── Models/ # ONNX model wrappers
└── Resrc/ # Embedded resources used as model input features
2026-04-10 15:47:40 -05:00
```
2026-04-11 12:40:02 +00:00
---
## Requirements
> You must have the following products purchased before using this EA:
> - ICTLibrary — https://www.thebotplace.com/bot/ict-fastlibrary
> - FastNL — https://www.thebotplace.com/bot/fast-newslibrary
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
1. Download the latest `.zip` and `.ex5` from the [Releases ](../../releases ) section
2. Extract the `.zip` into your MT5 `Files\Common\` folder — this contains the ONNX models and required resources
3. Copy the `.ex5` file into your MT5 `Experts\` folder
4. Optimize parameters using the MT5 Strategy Tester before live use
> You must have the following products purchased:
> - ICTLibrary — https://www.thebotplace.com/bot/ict-fastlibrary
> - FastNL — https://www.thebotplace.com/bot/fast-newslibrary
---
## License
**[Read Full License ](./LICENSE.md )**
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.**
2026-04-10 15:47:40 -05:00
2026-04-11 12:40:02 +00:00
- 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
2026-04-10 15:47:40 -05:00
2026-04-11 12:40:02 +00:00
The authors assume no liability for trading losses, system failures, or any damages arising from the use of this software.
2026-04-10 15:47:40 -05:00
2026-04-11 12:40:02 +00:00
---
2026-04-10 15:47:40 -05:00
2026-04-11 12:40:02 +00:00
## Contact and Support
2026-04-10 15:47:40 -05:00
2026-04-11 12:40:02 +00:00
- **Platform:** [MQL5 Community ](https://www.mql5.com/es/users/nique_372 )
- **Profile:** https://www.mql5.com/es/users/nique_372
- **Issues:** Use the repository issue tracker for bug reports and questions
2026-04-10 15:47:40 -05:00
2026-04-11 12:40:02 +00:00
---
2026-04-10 15:47:40 -05:00
2026-04-11 12:40:02 +00:00
**Copyright © 2026 Nique-Leo. All rights reserved.**