Crypto Market Watch game - VWAP+RSI scanner, paper trading, systemd timer
This commit is contained in:
37
projects/crypto-watch/data/portfolio.json
Normal file
37
projects/crypto-watch/data/portfolio.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user