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