Market Watch: multiplayer GARP paper trading simulator
- Game engine with multiplayer support (create games, join, leaderboard) - GARP stock screener (S&P 500 + 400 MidCap, 900+ tickers) - Automated trading logic for AI player (Case) - Web portal at marketwatch.local:8889 with dark theme - Systemd timer for Mon-Fri market hours - Telegram alerts on trades and daily summary - Stock analysis deep dive data (BAC, CFG, FITB, INCY) - Expanded scan results (22 GARP candidates) - Craigslist account setup + credentials
This commit is contained in:
14
projects/market-watch/data/games/7ebf65c7/game.json
Normal file
14
projects/market-watch/data/games/7ebf65c7/game.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"game_id": "7ebf65c7",
|
||||
"name": "GARP Challenge",
|
||||
"starting_cash": 100000.0,
|
||||
"start_date": "2026-02-08",
|
||||
"end_date": null,
|
||||
"creator": "case",
|
||||
"created_at": "2026-02-08T15:15:43.402301",
|
||||
"players": [
|
||||
"case",
|
||||
"testplayer"
|
||||
],
|
||||
"status": "active"
|
||||
}
|
||||
@ -0,0 +1,4 @@
|
||||
{
|
||||
"cash": 100000.0,
|
||||
"positions": {}
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
[]
|
||||
@ -0,0 +1 @@
|
||||
[]
|
||||
@ -0,0 +1,4 @@
|
||||
{
|
||||
"cash": 100000.0,
|
||||
"positions": {}
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
[]
|
||||
@ -0,0 +1 @@
|
||||
[]
|
||||
Reference in New Issue
Block a user