EA that implements the Silver Bullet strategy (easy version) implemented with AI that filters signals and predicts the TP/SL
  • MQL5 99.4%
  • MQL4 0.6%
Find a file
Nique_372 7ccd8b67b2
2026-04-20 08:35:38 -05:00
.forgejo/workflows Actualizar .forgejo/workflows/on_new_tag.yaml 2026-04-12 18:39:39 +00:00
AiAd new files added 2026-04-10 15:47:40 -05:00
Core 2026-04-12 08:37:47 -05:00
Img new files added 2026-04-20 08:17:59 -05:00
Models 2026-04-10 21:47:52 -05:00
Resrc 2026-04-18 08:07:46 -05:00
Validation 2026-04-20 08:35:38 -05:00
BACKTEST.md Actualizar BACKTEST.md 2026-04-20 13:21:48 +00:00
dependencies.json Añadir dependencies.json 2026-04-11 12:23:19 +00:00
Ea.mq5 2026-04-20 08:06:20 -05:00
EasySbAi.mqproj Generated by MQL5 Wizard 2026-04-10 15:45:32 -05:00
LICENSE Actualizar LICENSE 2026-04-15 12:15:34 +00:00
README.md Actualizar README.md 2026-04-20 13:21:16 +00:00

EasySbAi Logo

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/
├── .forgejo/   # YAML MQL5 Algo Forge Workflows
├── 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
└── Validation/ # CI Test 

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

  1. Download the latest .zip and .ex5 from the 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 or Use the ready-made .set files from the zip and test the bot, read Read BACKTEST.md

You must have the following products purchased:


Train your own AI models

With the help of AiDataTaskRuner, you can easily train AI models for this bot. See the AiDataTaskRunner quick start guide: https://forge.mql5.io/nique_372/AiDataTaskRuner/wiki/QuickStartPanelUse


License

Read Full 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


Copyright © 2026 Nique-Leo. All rights reserved.