Files
2025-10-07 09:08:04 +02:00

6 lines
224 B
Batchfile

@echo off
echo Starting the bot in LIVE mode...
"C:\Users\moham\miniconda3\envs\drl\python.exe" "g:\My Drive\Github\Deep-Reinforcement-Learning-MT5-Bot\live_bot.py" --live
echo.
echo The bot has finished or was closed.
pause