KIPP UI v1, memory updates, daily notes 2026-02-10
This commit is contained in:
@ -1,7 +1,22 @@
|
||||
{
|
||||
"cash": 10000.0,
|
||||
"positions": {},
|
||||
"total_realized_pnl": 0,
|
||||
"total_fees_paid": 0,
|
||||
"cash": 9803.735582505811,
|
||||
"positions": {
|
||||
"HYPE_long_3ce0": {
|
||||
"symbol": "HYPE",
|
||||
"direction": "long",
|
||||
"leverage": 7,
|
||||
"margin_usd": 200,
|
||||
"notional": 1400,
|
||||
"entry_price": 30.45,
|
||||
"current_price": 30.33,
|
||||
"liquidation_price": 26.1,
|
||||
"unrealized_pnl": -5.52,
|
||||
"entry_fee": 0.7,
|
||||
"opened_at": "2026-02-10T05:45:17.772713+00:00",
|
||||
"reason": "Long scanner score:50"
|
||||
}
|
||||
},
|
||||
"total_realized_pnl": 7.235582505812443,
|
||||
"total_fees_paid": 3.5,
|
||||
"total_funding_paid": 0
|
||||
}
|
||||
@ -1 +1,76 @@
|
||||
[]
|
||||
[
|
||||
{
|
||||
"action": "OPEN",
|
||||
"pos_id": "PUMP_long_915b",
|
||||
"symbol": "PUMP",
|
||||
"direction": "long",
|
||||
"leverage": 7,
|
||||
"margin_usd": 200,
|
||||
"notional": 1400,
|
||||
"entry_price": 0.001989,
|
||||
"liquidation_price": 0.0017,
|
||||
"fee": 0.7,
|
||||
"reason": "Long scanner score:48",
|
||||
"timestamp": "2026-02-10T03:15:17.681597+00:00"
|
||||
},
|
||||
{
|
||||
"action": "CLOSE",
|
||||
"pos_id": "PUMP_long_915b",
|
||||
"symbol": "PUMP",
|
||||
"direction": "long",
|
||||
"leverage": 7,
|
||||
"entry_price": 0.001989,
|
||||
"exit_price": 0.00197,
|
||||
"margin_usd": 200,
|
||||
"pnl": -13.37,
|
||||
"pnl_pct": -6.69,
|
||||
"fee": 0.7,
|
||||
"liquidated": false,
|
||||
"reason": "SL hit (-6.7%)",
|
||||
"timestamp": "2026-02-10T03:30:04.448216+00:00"
|
||||
},
|
||||
{
|
||||
"action": "OPEN",
|
||||
"pos_id": "PUMP_long_8004",
|
||||
"symbol": "PUMP",
|
||||
"direction": "long",
|
||||
"leverage": 7,
|
||||
"margin_usd": 200,
|
||||
"notional": 1400,
|
||||
"entry_price": 0.00197,
|
||||
"liquidation_price": 0.0017,
|
||||
"fee": 0.7,
|
||||
"reason": "Long scanner score:53",
|
||||
"timestamp": "2026-02-10T03:30:17.846691+00:00"
|
||||
},
|
||||
{
|
||||
"action": "CLOSE",
|
||||
"pos_id": "PUMP_long_8004",
|
||||
"symbol": "PUMP",
|
||||
"direction": "long",
|
||||
"leverage": 7,
|
||||
"entry_price": 0.00197,
|
||||
"exit_price": 0.001999,
|
||||
"margin_usd": 200,
|
||||
"pnl": 20.61,
|
||||
"pnl_pct": 10.3,
|
||||
"fee": 0.7,
|
||||
"liquidated": false,
|
||||
"reason": "TP hit (+10.3%)",
|
||||
"timestamp": "2026-02-10T03:45:04.447060+00:00"
|
||||
},
|
||||
{
|
||||
"action": "OPEN",
|
||||
"pos_id": "HYPE_long_3ce0",
|
||||
"symbol": "HYPE",
|
||||
"direction": "long",
|
||||
"leverage": 7,
|
||||
"margin_usd": 200,
|
||||
"notional": 1400,
|
||||
"entry_price": 30.45,
|
||||
"liquidation_price": 26.1,
|
||||
"fee": 0.7,
|
||||
"reason": "Long scanner score:50",
|
||||
"timestamp": "2026-02-10T05:45:17.773139+00:00"
|
||||
}
|
||||
]
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"peak_pnl": {},
|
||||
"peak_pnl": {
|
||||
"HYPE_long_3ce0": -1.6099999999999999
|
||||
},
|
||||
"last_alert": null
|
||||
}
|
||||
Reference in New Issue
Block a user