Crypto Market Watch game - VWAP+RSI scanner, paper trading, systemd timer

This commit is contained in:
2026-02-09 20:18:08 -06:00
parent f8e83da59e
commit ab7abc2ea5
7 changed files with 29453 additions and 1 deletions

View File

@ -0,0 +1,37 @@
{
"cash": 75000.0,
"positions": {
"SEI": {
"qty": 67125.80718783144,
"avg_price": 0.074487,
"total_cost": 5000,
"last_buy": "2026-02-10T02:17:32.521805+00:00"
},
"ICP": {
"qty": 2057.6131687242796,
"avg_price": 2.43,
"total_cost": 5000,
"last_buy": "2026-02-10T02:17:32.522284+00:00"
},
"PUMP": {
"qty": 2496068.691810399,
"avg_price": 0.00200315,
"total_cost": 5000,
"last_buy": "2026-02-10T02:17:32.522670+00:00"
},
"TRUMP": {
"qty": 1492.5373134328358,
"avg_price": 3.35,
"total_cost": 5000,
"last_buy": "2026-02-10T02:17:32.524179+00:00"
},
"HYPE": {
"qty": 158.8814744200826,
"avg_price": 31.470000000000002,
"total_cost": 5000,
"last_buy": "2026-02-10T02:17:32.524900+00:00"
}
},
"starting_balance": 100000.0,
"created_at": "2026-02-10T02:17:32.521767+00:00"
}

View File

@ -0,0 +1,58 @@
[
{
"cash": 75000.0,
"positions_value": 25000.0,
"total_value": 100000.0,
"total_pnl": 0.0,
"total_pnl_pct": 0.0,
"positions": [
{
"symbol": "SEI",
"qty": 67125.80718783144,
"avg_price": 0.074487,
"current_price": 0.074487,
"value": 5000.0,
"pnl": 0.0,
"pnl_pct": 0.0
},
{
"symbol": "ICP",
"qty": 2057.6131687242796,
"avg_price": 2.43,
"current_price": 2.43,
"value": 5000.0,
"pnl": 0.0,
"pnl_pct": 0.0
},
{
"symbol": "PUMP",
"qty": 2496068.691810399,
"avg_price": 0.00200315,
"current_price": 0.00200315,
"value": 5000.0,
"pnl": 0.0,
"pnl_pct": 0.0
},
{
"symbol": "TRUMP",
"qty": 1492.5373134328358,
"avg_price": 3.35,
"current_price": 3.35,
"value": 5000.0,
"pnl": 0.0,
"pnl_pct": 0.0
},
{
"symbol": "HYPE",
"qty": 158.8814744200826,
"avg_price": 31.470000000000002,
"current_price": 31.47,
"value": 5000.0,
"pnl": 0.0,
"pnl_pct": 0.0
}
],
"num_positions": 5,
"timestamp": "2026-02-10T02:17:32.525557+00:00"
}
]

View File

@ -0,0 +1,52 @@
[
{
"id": 1,
"timestamp": "2026-02-10T02:17:32.522012+00:00",
"action": "BUY",
"symbol": "SEI",
"price": 0.074487,
"qty": 67125.80718783144,
"amount_usd": 5000,
"reason": "Strong buy signal (score 60): Deep below VWAP (-2.7%), RSI oversold (0)"
},
{
"id": 2,
"timestamp": "2026-02-10T02:17:32.522427+00:00",
"action": "BUY",
"symbol": "ICP",
"price": 2.43,
"qty": 2057.6131687242796,
"amount_usd": 5000,
"reason": "Strong buy signal (score 45): Deep below VWAP (-13.5%), RSI low (39)"
},
{
"id": 3,
"timestamp": "2026-02-10T02:17:32.523774+00:00",
"action": "BUY",
"symbol": "PUMP",
"price": 0.00200315,
"qty": 2496068.691810399,
"amount_usd": 5000,
"reason": "Strong buy signal (score 40): Deep below VWAP (-5.7%), RSI low (30), Low volume (0.4x)"
},
{
"id": 4,
"timestamp": "2026-02-10T02:17:32.524471+00:00",
"action": "BUY",
"symbol": "TRUMP",
"price": 3.35,
"qty": 1492.5373134328358,
"amount_usd": 5000,
"reason": "Strong buy signal (score 40): Deep below VWAP (-2.6%), High volume (1.5x)"
},
{
"id": 5,
"timestamp": "2026-02-10T02:17:32.525072+00:00",
"action": "BUY",
"symbol": "HYPE",
"price": 31.47,
"qty": 158.8814744200826,
"amount_usd": 5000,
"reason": "Buy signal (score 25): Below VWAP (-0.8%), Low volume (0.1x), Momentum reversal (bullish)"
}
]