2 Commits

Author SHA1 Message Date
LEGSTECH Optimizer d9ed625579 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>
2026-04-26 08:14:24 +00:00
LEGSTECH Optimizer 96680cde63 docs: beginner-friendly guide to open source + cloning APEX
For non-technical users (forex traders, hackathon judges, anyone curious)
and as a NotebookLM source for an audio overview.

Covers, in 12 sections with zero jargon:
1. What open source is (recipe-on-the-wall analogy, MIT license explained)
2. What GitHub is (shared filing cabinet)
3. What a repository is
4. What cloning means (photocopy analogy)
5. Installing prerequisites (Git, Python, MT5)
6. Cloning APEX two ways: ZIP download or `git clone` (with `git pull`
   for future updates)
7. Setting up after cloning: pip install, config.yaml, API key, MT5 paths
8. Running APEX in demo mode and real mode
9. When things go wrong (8 common errors + fixes)
10. Updating to the latest version
11. Glossary of every technical term used
12. What to do next

Two formats:
- docs/GETTING_STARTED.md  — renders on GitHub, searchable, easy to update
- docs/GETTING_STARTED.pdf — 8 pages, ready for NotebookLM ingest
2026-04-25 15:19:55 +00:00