-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactive_trades.json
More file actions
34 lines (34 loc) · 787 Bytes
/
active_trades.json
File metadata and controls
34 lines (34 loc) · 787 Bytes
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
{
"trades": [
{
"id": "20260214T02431385050",
"email": "user@whilber.ai",
"symbol": "XAUUSD",
"direction": "BUY",
"entry_price": 0.0,
"sl_price": 1.185,
"tp1_price": 0.0,
"tp2_price": 0.0,
"tp3_price": 0.0,
"lot_size": 0.01,
"strategy_name": "",
"strategy_id": "",
"opened_at": "2026-02-14T02:43:13.850507+00:00",
"status": "closed",
"sl_moved_to_be": true,
"partial_closed": [
{
"pct": 0,
"price": 0.0,
"time": "2026-02-14T02:43:13.907502+00:00"
}
],
"notes": "",
"exit_price": 0.0,
"exit_reason": "manual",
"closed_at": "2026-02-14T02:43:13.910502+00:00",
"pnl_pips": 0.0,
"pnl": 0.0
}
]
}