6 lines
224 B
Batchfile
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 |