• v0.70 ccec8d1367

    v0.70 Stable

    Niquel Mendoza released this 2026-04-16 13:16:47 +00:00 | 14 commits to main since this release

    ES

    En este reléase oficialmente se integra la parte de workflows, corrección de bugs, parte de training, el panel ya esta al 100% funcional, A continuación se detalla el que de cada archivo:

    • AiDataTaskRunnerByLeo.ex5: Archivo principal EA donde se renderiza el panel
    • DllFilseSelctDialog.dll: DLL para poder seleccionar archivos fuera de la sandbox de mql5
    • FolderTaskToCSV.ex5: Utilidad extra
    • Runner.ex5: EA que ejecuta los backtest (lanza el tester de mt5 con ciertas configuraciones dadas por los eventos que recibe)
    • RunnerWF.ex5: EA que se encarga de ejecutar los flujos de trabajos mandados por el panel
    • TlgBot.ex5: EA que se encarga de telegram, cada segundo va escuchando y haciendo peticiones en busca de nuevos mensajes y respondiéndolos
    • TrainingLauncher.ex5: Launcher para el PY trainer
    • run_training.exe: Ejecutor del entrenamiento de python.

    EN

    This release officially integrates the workflows, bug fixes, and training components; the panel is now 100% functional, The details of each file are explained below:

    • AiDataTaskRunnerByLeo.ex5: Main EA file where the panel is rendered
    • DllFilseSelctDialog.dll: DLL used to select files outside the MQL5 sandbox
    • FolderTaskToCSV.ex5: Additional utility
    • Runner.ex5: EA that runs backtests (launches the MT5 tester with specific configurations based on received events)
    • RunnerWF.ex5: EA responsible for executing workflows sent from the panel
    • TlgBot.ex5: EA that handles Telegram; every second it listens and sends requests to check for new messages and replies to them
    • TrainingLauncher.ex5: Launcher for the Python trainer
    • run_training.exe: Python training executor
    Downloads
  • v0.65 19d4ecff8f

    v0.65 Pre-release

    Niquel Mendoza released this 2026-03-25 23:38:46 +00:00 | 109 commits to main since this release

    ES

    En este reléase se integra oficialmente la parte de python aun esta en parte beta pero ya se puede probar cualquier error que se encuentre abrir un issue

    EN

    This release officially integrates the Python component; it's still in beta, but you can already test it and report any bugs you find by opening an issue.

    Downloads
  • v0.6 1c33b1c8f8

    v0.6 Stable

    Niquel Mendoza released this 2026-03-18 20:59:50 +00:00 | 170 commits to main since this release

    Lanzamiento beta.
    Aun nos falta la parte de python donde entrenamos los modelos ONNX, pero la parte de generación de datos funciona... bien.. también el agente LLM

    Downloads