• 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