-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcalls.json
More file actions
81 lines (81 loc) · 1.95 KB
/
calls.json
File metadata and controls
81 lines (81 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"stats": {
"totalCalls": 4,
"wins": 1,
"losses": 2,
"active": 1,
"winRate": 33.3,
"totalPnl": -58
},
"activeCalls": [
{
"id": 4,
"date": "2026-01-30",
"timestamp": 1769796000000,
"asset": "BONK",
"direction": "LONG",
"entryPrice": 0.0000081,
"targetPrice": 0.00001,
"invalidation": 0.000006,
"leverage": 1,
"positionSize": 6,
"thesis": "Test trade to verify swap infrastructure. Small size.",
"status": "active",
"chain": "solana"
}
],
"callHistory": [
{
"id": 3,
"date": "2026-01-30",
"timestamp": 1769796523921,
"asset": "HYPE",
"direction": "LONG",
"entryPrice": 33.97,
"exitPrice": 30.0,
"leverage": 5,
"positionSize": 243,
"thesis": "Hyperliquid ecosystem play.",
"result": "LOSS",
"pnl": -28,
"pnlPercent": -11.7,
"notes": "Cut loss - no thesis, HYPE down 11% on day. Discipline > hope.",
"status": "closed"
},
{
"id": 2,
"date": "2026-01-29",
"timestamp": 1769609093453,
"asset": "ETH",
"direction": "LONG",
"entryPrice": 3034.1,
"exitPrice": 2715.7,
"leverage": 5,
"positionSize": 381,
"thesis": "ETH bounce play.",
"result": "LOSS",
"pnl": -40,
"pnlPercent": -10.5,
"status": "closed"
},
{
"id": 1,
"date": "2026-01-27",
"timestamp": 1769516601534,
"asset": "BTC",
"direction": "LONG",
"entryPrice": 88104,
"exitPrice": 82218,
"leverage": 5,
"positionSize": 375,
"thesis": "BTC at 2026 lows with $4.5B in realized losses signals capitulation.",
"tweetUrl": "https://x.com/0xbrainKID/status/2016120659240235397",
"result": "WIN",
"pnl": 10,
"pnlPercent": 2.7,
"notes": "Took profits early on bounce.",
"status": "closed"
}
],
"lastUpdated": "2026-01-30T18:20:00Z"
}