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
| 411534497 | ||
| Expert/Test/DateTimeMsc | ||
| Experts | ||
| Files | ||
| I'm Good | ||
| Images | ||
| Include | ||
| Indicators | ||
| Logs/Indicators | ||
| Scripts | ||
| README.md | ||
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.mq5ExpertMAMA_Enhanced.mq5ExpertMAPSAR_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.