docs: update repo URLs after rename to Apex_AI_MT5_EA_Optimizer
Replace all 13 occurrences of github.com/tonnylegacy/MT5_Optimizer with github.com/tonnylegacy/Apex_AI_MT5_EA_Optimizer across: - README.md (clone instructions) - SUBMISSION.md (GitHub URL field + checklist) - TODO_NEXT.md (next-session prompt) - PROJECT_HANDOFF.md (header + status table + footer) - docs/GETTING_STARTED.md (clone instructions, issue tracker link) - ui/templates/dashboard.html (Source on GitHub nav link) Also clean up the SUBMISSION.md Video/GIF block to list both the YouTube video and the in-README demo GIF. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+4
-4
@@ -2,7 +2,7 @@
|
||||
|
||||
**Last Updated:** 2026-04-13
|
||||
**Status:** ✅ Phase 1 (Backend Engine) + ✅ Phase 2 (Live Web Dashboard) — BOTH COMPLETE
|
||||
**GitHub:** https://github.com/tonnylegacy/MT5_Optimizer
|
||||
**GitHub:** https://github.com/tonnylegacy/Apex_AI_MT5_EA_Optimizer
|
||||
**Primary EA:** LEGSTECH_EA_V2 | Symbol: XAUUSD | Timeframe: H1 | Broker TZ: UTC+2
|
||||
|
||||
---
|
||||
@@ -218,7 +218,7 @@ broker:
|
||||
| ui/static/js/dashboard.js | ✅ | SocketIO + Chart.js + live updates |
|
||||
| reports/writer.py | ✅ | HTML + CSV + JSON per run |
|
||||
| Launch Optimizer.bat | ✅ | Double-click launcher |
|
||||
| GitHub | ✅ | https://github.com/tonnylegacy/MT5_Optimizer |
|
||||
| GitHub | ✅ | https://github.com/tonnylegacy/Apex_AI_MT5_EA_Optimizer |
|
||||
|
||||
---
|
||||
|
||||
@@ -290,7 +290,7 @@ git push
|
||||
| Item | Value |
|
||||
|---|---|
|
||||
| Python | 3.11 — `C:\Users\DELL\AppData\Local\Programs\Python\Python311\python.exe` |
|
||||
| GitHub | https://github.com/tonnylegacy/MT5_Optimizer |
|
||||
| GitHub | https://github.com/tonnylegacy/Apex_AI_MT5_EA_Optimizer |
|
||||
| MT5 Terminal ID | `D0E8209F77C8CF37AD8BF550E51FF075` |
|
||||
| MT5 Broker | HFMarketsGlobal-Live3 (Build 5660) |
|
||||
| Tester Agent | `Agent-127.0.0.1-3000` |
|
||||
@@ -401,5 +401,5 @@ First successful parser test on real MT5 report (2026-04-13):
|
||||
---
|
||||
|
||||
*Last updated by Antigravity AI — 2026-04-13*
|
||||
*GitHub: https://github.com/tonnylegacy/MT5_Optimizer*
|
||||
*GitHub: https://github.com/tonnylegacy/Apex_AI_MT5_EA_Optimizer*
|
||||
*Both Phase 1 and Phase 2 are complete. Continue from Phase 3 (packaging).*
|
||||
|
||||
@@ -77,7 +77,7 @@ to the UI flows through [`optimizer/pipeline.py`](optimizer/pipeline.py) via Soc
|
||||
### 1. Clone + install
|
||||
|
||||
```bash
|
||||
git clone https://github.com/tonnylegacy/MT5_Optimizer.git
|
||||
git clone https://github.com/tonnylegacy/Apex_AI_MT5_EA_Optimizer.git
|
||||
cd MT5_Optimizer
|
||||
python -m venv .venv
|
||||
.venv\Scripts\activate # Windows
|
||||
|
||||
+7
-5
@@ -72,7 +72,7 @@ Claude Opus 4.7 (the reasoning loop), Flask + Flask‑SocketIO (real‑time UI),
|
||||
|
||||
## GitHub URL
|
||||
|
||||
https://github.com/tonnylegacy/MT5_Optimizer
|
||||
https://github.com/tonnylegacy/Apex_AI_MT5_EA_Optimizer
|
||||
|
||||
---
|
||||
|
||||
@@ -89,7 +89,8 @@ No hosted demo (the app runs locally to drive a local MT5 install). For judges:
|
||||
|
||||
## Video / GIF
|
||||
|
||||
`screenshots/apex_demo.gif` (438 KB, GitHub‑embedded in README hero)
|
||||
- **YouTube (3-minute submission video):** https://youtu.be/XM3tQig0oWI
|
||||
- **GIF (animated hero in README):** `screenshots/apex_demo.gif`
|
||||
|
||||
---
|
||||
|
||||
@@ -119,7 +120,7 @@ MIT
|
||||
|
||||
## Submission checklist
|
||||
|
||||
- [x] Repo public on GitHub: <https://github.com/tonnylegacy/MT5_Optimizer>
|
||||
- [x] Repo public on GitHub: <https://github.com/tonnylegacy/Apex_AI_MT5_EA_Optimizer>
|
||||
- [x] LICENSE file (MIT)
|
||||
- [x] README with pitch + screenshots + install + architecture diagram
|
||||
- [x] No leaked API keys (config.yaml git‑ignored, env‑var fallback wired, GET /api/settings masks key)
|
||||
@@ -128,5 +129,6 @@ MIT
|
||||
- [x] Demo mode that runs without MT5 (`python -m demo.run_demo`)
|
||||
- [x] Opus 4.7 is the default model (config + AIReasoner class default)
|
||||
- [x] Streaming reasoning visible to the user (SSE → `ai_thinking_chunk`)
|
||||
- [ ] Recorded a 30–60 second screen capture for any "video" field — *do this last; the GIF can substitute*
|
||||
- [ ] Submission form filled — *paste blocks above into the Cerebral Valley form when it opens*
|
||||
- [x] Recorded a 3-minute submission video (founder story → live demo → outro)
|
||||
- [ ] Video uploaded to YouTube (unlisted) — paste link in the form
|
||||
- [ ] Submission form filled — *paste blocks above into the Cerebral Valley form*
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ that any MT5 user can run.
|
||||
### Prompt for next session
|
||||
|
||||
> Draft a PyInstaller spec + first-run wizard for the APEX MT5 Optimizer
|
||||
> (https://github.com/tonnylegacy/MT5_Optimizer). Goal: turn the project
|
||||
> (https://github.com/tonnylegacy/Apex_AI_MT5_EA_Optimizer). Goal: turn the project
|
||||
> into a double-click .exe for forex traders.
|
||||
>
|
||||
> **(1)** Create `apex.spec` that bundles `app.py`, all submodules,
|
||||
|
||||
@@ -43,7 +43,7 @@ The act of making that personal copy is called **cloning**. We'll do this in Par
|
||||
|
||||
A "repo" is just a folder, but a very organised folder. APEX's repo lives at:
|
||||
|
||||
> **https://github.com/tonnylegacy/MT5_Optimizer**
|
||||
> **https://github.com/tonnylegacy/Apex_AI_MT5_EA_Optimizer**
|
||||
|
||||
If you visit that link in any web browser, you'll see:
|
||||
|
||||
@@ -126,7 +126,7 @@ If you want real backtests:
|
||||
|
||||
If terminals scare you, this is fine.
|
||||
|
||||
1. Visit <https://github.com/tonnylegacy/MT5_Optimizer> in your browser.
|
||||
1. Visit <https://github.com/tonnylegacy/Apex_AI_MT5_EA_Optimizer> in your browser.
|
||||
2. Click the green **<> Code** button (top right of the file list).
|
||||
3. Click **Download ZIP** at the bottom of the dropdown.
|
||||
4. Save the ZIP file somewhere you'll remember — like your Desktop or Documents folder.
|
||||
@@ -151,7 +151,7 @@ That's it. You have APEX. The downside: when the project updates next week, you
|
||||
3. Run the clone command. **Copy this exactly:**
|
||||
|
||||
```
|
||||
git clone https://github.com/tonnylegacy/MT5_Optimizer.git
|
||||
git clone https://github.com/tonnylegacy/Apex_AI_MT5_EA_Optimizer.git
|
||||
```
|
||||
|
||||
4. Press Enter. You'll see a few lines of progress. After 10–30 seconds it'll finish.
|
||||
@@ -353,4 +353,4 @@ Welcome to open source. The whole world's code is now yours to read.
|
||||
|
||||
---
|
||||
|
||||
*Last updated 2026-04-25 · APEX version: see git log · Questions? Open an issue at <https://github.com/tonnylegacy/MT5_Optimizer/issues>*
|
||||
*Last updated 2026-04-25 · APEX version: see git log · Questions? Open an issue at <https://github.com/tonnylegacy/Apex_AI_MT5_EA_Optimizer/issues>*
|
||||
|
||||
@@ -1679,7 +1679,7 @@
|
||||
Reports
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/tonnylegacy/MT5_Optimizer" target="_blank" rel="noopener" class="nav-item" data-page="github">
|
||||
<a href="https://github.com/tonnylegacy/Apex_AI_MT5_EA_Optimizer" target="_blank" rel="noopener" class="nav-item" data-page="github">
|
||||
<svg width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/>
|
||||
</svg>
|
||||
|
||||
Reference in New Issue
Block a user