window agent local warp This is the repository to bridge VPS with local setting up by @Jules. NO COMPLEX CODE IN THIS REPOSITORY. WILL USE FOR MQL5 LANGUAGE OR PYTHON 3 . WILL DEPLOYED TO MQL5 VPS SINGAPORE 09. WILL USE ONLY OR MT5 TRAFING . WILL USE EXNESS FOR BROKER. 👨‍💻 YOU (Developer) │ │ Push code / EA / scripts ▼ ┌──────────────────┐ │ GitHub │ │ Source Control │ │ CI/CD Pipeline │ └──────────────────┘ │ │ Pull / Sync / API access ▼ ┌──────────────────┐ │ ForgeMQL5.io │ │ Build + Compile │ │ EA Automation │ └──────────────────┘ │ │ Export compiled EA / artifacts ▼ ┌──────────────────┐ │ Docker │ │ Runtime Env │ │ Dependencies │ └──────────────────┘ │ │ Deploy container / files ▼ ┌────────────────────────┐ │ MQL5 VPS Singapore 09 │ │ (MetaQuotes Hosting) │ └────────────────────────┘ │ │ Run trading terminal ▼ ┌──────────────────┐ │ MT5 │ │ EA Execution │ └──────────────────┘ │ │ Send trade orders ▼ ┌──────────────────┐ │ Exness Broker │ │ Trade Execution │ └──────────────────┘ │ │ Market Data / Trade Result ▼ ─────── BACK TO MT5 ─────── https://soloist.ai/invite
Find a file
LengKundee 906e75f196
2026-01-29 22:11:47 +07:00
411534497 2026-01-29 22:11:30 +07:00
Expert/Test/DateTimeMsc 2025-12-17 00:13:12 +07:00
Experts i am not sure 2025-12-06 22:11:58 +07:00
Files 2025-12-15 20:36:57 +07:00
I'm Good 2025-12-15 20:37:13 +07:00
Images 2025-12-06 22:12:38 +07:00
Include 2025-12-06 22:12:57 +07:00
Indicators 2025-12-06 22:14:36 +07:00
Logs/Indicators 2025-12-15 20:37:35 +07:00
Scripts 2025-12-06 22:15:20 +07:00
README.md 2025-12-15 14:32:57 +07:00

MQL5 Workspace

MQL5 Algo Forge / LengKundee

Paths

  • Terminal data: C:\Users\USER\AppData\Roaming\MetaQuotes\Terminal\53785E099C927DB68A545C249CDBCE06\MQL5
  • Experts: MQL5\Experts\Advisors
  • Profiles: MQL5\Profiles (charts/templates)
  • Logs: MQL5\Logs

Active EAs (enhanced)

  • ExpertMACD_Enhanced.mq5
  • ExpertMAMA_Enhanced.mq5
  • ExpertMAPSAR_Enhanced.mq5

Maintenance

  • Profiles fix: copy defaults into Profiles\Charts\<profile> if missing/empty.
  • Compile EAs in MetaEditor (F7) after updates.
  • Keep API/credentials out of this tree (store in Credential Manager).

Git (Forge)

  • Upstream: https://forge.mql5.io/LengKundee/mql5.git
  • Use token via env var when pulling/pushing; do not store tokens in files.