From a4d60b0ec08e295303b52ca6576df70006d5a919 Mon Sep 17 00:00:00 2001 From: Mohammad Aghdam Date: Tue, 7 Oct 2025 09:08:04 +0200 Subject: [PATCH] created start_bot file --- start_bot.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 start_bot.bat 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