diff --git a/start_bot.bat b/start_bot.bat new file mode 100644 index 0000000..8129017 --- /dev/null +++ b/start_bot.bat @@ -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 \ No newline at end of file