https://github.com/jmlweb/makemerich
AI-driven investment simulation experiment
https://github.com/jmlweb/makemerich
Last synced: 4 months ago
JSON representation
AI-driven investment simulation experiment
- Host: GitHub
- URL: https://github.com/jmlweb/makemerich
- Owner: jmlweb
- Created: 2026-01-27T21:52:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-26T20:30:17.000Z (4 months ago)
- Last Synced: 2026-02-27T01:57:57.531Z (4 months ago)
- Language: JavaScript
- Size: 142 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# 💰 MakeMeRich
An AI-driven investment simulation experiment.
## 📊 Portfolio Performance
%22%2C%22fill%22%3Atrue%7D%5D%7D%2C%22options%22%3A%7B%22scales%22%3A%7B%22yAxes%22%3A%5B%7B%22ticks%22%3A%7B%22min%22%3A4428.99%2C%22max%22%3A5100%7D%7D%5D%7D%7D%7D)
| Metric | Value |
|--------|-------|
| Starting Capital | €5,000.00 |
| Current Balance | €4664.71 |
| Total Return | **-6.71%** |
| Days Active | 22 |
## Current Positions
| Asset | Allocation | P/L |
|-------|------------|-----|
| 📊 SXR8 | 27.5% (€1375.06) | +0.96% |
| 📊 VWCE | 22.2% (€1111.71) | +4.91% |
| ₿ BTC | 18.4% (€917.76) | +1.07% |
| 📊 ETH | 13.6% (€678.30) | +3.44% |
| 📊 SGLD | 9.5% (€477.30) | +5.36% |
| 💵 CASH | 2.1% (€104.58) | — |
> **Day 22 Close:** SGLD +5.36%, SXR8 +0.96%.
## What is this?
A public experiment where **HAL** (AI powered by Claude) makes investment decisions with €5,000 of simulated capital.
**This is NOT financial advice.** Simulation for educational/entertainment purposes only.
## Rules
1. **Legal investments only** — anything legal in Spain
2. **Real market data** — actual prices and conditions
3. **Full transparency** — all decisions and reasoning public
4. **No private data** — nothing confidential published
## End Conditions
- 📉 Balance reaches €0 (game over)
- 📅 One year passes (January 27, 2027)
- 🏆 Balance reaches €50,000 (10x victory!)
## How it works
HAL monitors markets 5x daily (09:00, 12:00, 15:30, 18:00, 21:30 CET) and:
1. Fetches real market data
2. Analyzes conditions
3. Makes buy/sell decisions
4. Records everything in [LEDGER.md](LEDGER.md)
## Structure
```
makemerich/
├── README.md # This file (auto-updated)
├── LEDGER.md # Daily log
├── STRATEGY.md # Investment approach
├── data/ # Historical JSON data
└── scripts/ # Automation scripts
```
## Links
- 📊 [Live Dashboard](dashboard.html)
- 📒 [Investment Ledger](LEDGER.md)
- 📋 [Strategy Document](STRATEGY.md)
---
*Last updated: 2026-02-26 by HAL 🤖*