fix: risk_leverage改为0自动读MT5杠杆(2000x)统一

This commit is contained in:
silencesdg
2026-05-15 13:01:31 +08:00
parent 6c84f44073
commit 1fdcc72873
5 changed files with 673 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# cron 环境修复:设置正确的 PYTHONPATH 后运行优化器
export PYTHONPATH="/home/songkl/.hermes/profiles/bot1/home/.local/lib/python3.13/site-packages:$PYTHONPATH"
cd /home/songkl/mt5_python_ea_suite
exec /usr/bin/python3 scripts/daily_optimize.py "$@"