104 linhas
Sem EOL
3,1 KiB
Markdown
104 linhas
Sem EOL
3,1 KiB
Markdown
<p align="center">
|
|
<img src="./Img/EasySbAi.png" alt="EasySbAi Logo" width="1150" height="175"/>
|
|
</p>
|
|
|
|
<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">
|
|
<img src="https://img.shields.io/badge/License-Nique%26Leo%20FPU-orange.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
|
|
|
|
```
|
|
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:
|
|
> - 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)**
|
|
|
|
By downloading or using this repository, you accept the license terms.
|
|
|
|
---
|
|
|
|
## 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](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
|
|
|
|
---
|
|
|
|
**Copyright © 2026 Nique-Leo. All rights reserved.** |