2026-01-06 04:21:36 +00:00
|
|
|
{
|
|
|
|
|
"description": "Startup configuration for MQL5 Trading Automation",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"components": [
|
2026-01-18 22:52:05 +00:00
|
|
|
{
|
|
|
|
|
"name": "Web Dashboard",
|
|
|
|
|
"executable": "python",
|
|
|
|
|
"args": ["scripts/web_dashboard.py"],
|
|
|
|
|
"working_dir": null,
|
|
|
|
|
"wait_seconds": 2,
|
|
|
|
|
"required": true,
|
|
|
|
|
"platform_specific": null
|
|
|
|
|
},
|
2026-01-06 04:21:36 +00:00
|
|
|
{
|
|
|
|
|
"name": "Repository Validator",
|
2026-01-10 04:30:24 +07:00
|
|
|
"executable": "python",
|
2026-01-06 04:21:36 +00:00
|
|
|
"args": ["scripts/ci_validate_repo.py"],
|
|
|
|
|
"working_dir": null,
|
|
|
|
|
"wait_seconds": 2,
|
|
|
|
|
"required": false,
|
|
|
|
|
"platform_specific": null
|
|
|
|
|
},
|
2026-01-22 19:36:23 +00:00
|
|
|
{
|
|
|
|
|
"name": "Market Research Scheduler",
|
|
|
|
|
"executable": "python",
|
|
|
|
|
"args": ["scripts/schedule_research.py"],
|
|
|
|
|
"working_dir": null,
|
|
|
|
|
"wait_seconds": 5,
|
|
|
|
|
"required": false,
|
|
|
|
|
"platform_specific": null
|
|
|
|
|
},
|
2026-01-06 04:21:36 +00:00
|
|
|
{
|
|
|
|
|
"name": "MT5 Terminal (Exness)",
|
2026-01-10 04:30:24 +07:00
|
|
|
"executable": "C:\\Program Files\\MetaTrader 5 EXNESS\\terminal64.exe",
|
2026-01-06 04:21:36 +00:00
|
|
|
"args": ["/portable"],
|
|
|
|
|
"working_dir": null,
|
|
|
|
|
"wait_seconds": 15,
|
|
|
|
|
"required": true,
|
|
|
|
|
"platform_specific": "windows"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"settings": {
|
|
|
|
|
"log_retention_days": 30,
|
|
|
|
|
"max_startup_retries": 3,
|
|
|
|
|
"startup_delay_seconds": 5
|
|
|
|
|
},
|
|
|
|
|
"mt5_paths": {
|
|
|
|
|
"windows": [
|
2026-01-10 04:30:24 +07:00
|
|
|
"C:\\Program Files\\MetaTrader 5 EXNESS\\terminal64.exe",
|
2026-01-06 04:21:36 +00:00
|
|
|
"C:\\Program Files\\Exness Terminal\\terminal64.exe",
|
|
|
|
|
"C:\\Program Files\\MetaTrader 5\\terminal64.exe",
|
|
|
|
|
"%APPDATA%\\MetaQuotes\\Terminal\\terminal64.exe"
|
|
|
|
|
],
|
|
|
|
|
"wsl": [
|
|
|
|
|
"/mnt/c/Program Files/Exness Terminal/terminal64.exe",
|
|
|
|
|
"/mnt/c/Program Files/MetaTrader 5/terminal64.exe"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notifications": {
|
2026-02-08 04:12:44 +00:00
|
|
|
"enabled": true,
|
2026-01-06 04:21:36 +00:00
|
|
|
"email": "",
|
2026-02-08 04:12:44 +00:00
|
|
|
"webhook_url": "https://core.telegram.org/bots/api",
|
|
|
|
|
"telegram": {
|
2026-02-08 04:15:17 +00:00
|
|
|
"bot_name": "t.me/your_bot_name",
|
|
|
|
|
"bot_token": "your_bot_token_here",
|
2026-02-08 04:12:44 +00:00
|
|
|
"enabled": true
|
|
|
|
|
}
|
2026-01-06 04:21:36 +00:00
|
|
|
}
|
|
|
|
|
}
|