created start_bot file

This commit is contained in:
Mohammad Aghdam
2025-10-07 09:08:04 +02:00
parent 2362ca9e77
commit a4d60b0ec0
+6
View File
@@ -0,0 +1,6 @@
@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