Strengthen Python timeout recovery and candidate freshness

This commit is contained in:
Hiroaki86
2026-05-30 08:59:40 +09:00
parent 265d378e07
commit 321431d8ec
17 changed files with 454 additions and 48 deletions
+1
View File
@@ -6,6 +6,7 @@ set PYTHONIOENCODING=utf-8
set "APP_DIR=%~dp0.."
set PY_FILE=get_entry_reply.py
if not "%~1"=="" set "MT5_EA_FILE_PREFIX=%~1"
if not "%~2"=="" set "MT5_PRICE_DIGITS=%~2"
for %%I in ("%APP_DIR%") do set "APP_DIR=%%~fI"
cd /d "%APP_DIR%"
+1
View File
@@ -6,6 +6,7 @@ set PYTHONIOENCODING=utf-8
set "APP_DIR=%~dp0.."
set PY_FILE=get_trend_reply.py
if not "%~1"=="" set "MT5_EA_FILE_PREFIX=%~1"
if not "%~2"=="" set "MT5_PRICE_DIGITS=%~2"
for %%I in ("%APP_DIR%") do set "APP_DIR=%%~fI"
cd /d "%APP_DIR%"