# MAGABE V5 - Raw Telemetry Export for AI Analysis
Date Generated: 2026-04-19 04:06:02 1776571562UTCC
Total Trades Analyzed: 1000
Overall Win Rate: 31% (310 Wins / 690 Losses)
Net PnL in Sample: $-54.2044

## AI Instructions
You are an expert Quantitative Researcher and HFT (High Frequency Trading) Architect.
Below is the raw JSON telemetry of my trading bot's recent executions on Binance Spot BTCUSDT.
The bot uses a maker/taker model with a 0.075% fee per side (0.15% roundtrip).

Please analyze the correlation between the entry variables (`ofi_z`, `er`, `vol`, `spread`, `wobi`, `regime`) and the trade success (`profit`, `hold_time`, `exit_reason`).
Find predictive patterns. For example: 'When volatility > 0.4%, the win rate drops to 20%', or 'In CHOPPY regimes, OFI > 2.0 is required to win'.
Provide actionable recommendations to adjust my `config.py` thresholds to maximize the Sharpe Ratio and Win Rate.

## Raw Telemetry Data (JSON format)
```json
[
    {
        "id": "1639",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68433.13000000",
        "exit_price": "68430.51000000",
        "profit": "-0.071171",
        "profit_pct": "-0.000712",
        "entry_time": "2026-04-07 10:48:16",
        "exit_time": "2026-04-07 10:49:30",
        "hold_time": "74.32",
        "ofi_z": "-3.2960",
        "er": "1.0000",
        "wobi": "-0.5476",
        "vol": "0.000154",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2423",
        "exit_reason": "OFI_REVERSAL z=+4.34 WOBI=+0.86 (th=3.5) (74s)",
        "session_id": "84"
    },
    {
        "id": "1638",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68423.33000000",
        "exit_price": "68411.58000000",
        "profit": "-0.092173",
        "profit_pct": "-0.000922",
        "entry_time": "2026-04-07 02:02:39",
        "exit_time": "2026-04-07 02:03:17",
        "hold_time": "43.37",
        "ofi_z": "1.6293",
        "er": "0.9785",
        "wobi": "0.8331",
        "vol": "0.000122",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2821",
        "exit_reason": "OFI_REVERSAL z=-4.39 WOBI=-0.54 (th=3.0) (43s)",
        "session_id": "83"
    },
    {
        "id": "1637",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68307.17000000",
        "exit_price": "68378.57000000",
        "profit": "-0.179528",
        "profit_pct": "-0.001795",
        "entry_time": "2026-04-05 22:58:21",
        "exit_time": "2026-04-05 23:00:03",
        "hold_time": "102.92",
        "ofi_z": "-2.6525",
        "er": "0.9930",
        "wobi": "-0.1734",
        "vol": "0.000159",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6706",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.90 (th=3.0) (103s)",
        "session_id": "83"
    },
    {
        "id": "1636",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66530.05000000",
        "exit_price": "66575.81000000",
        "profit": "-0.143781",
        "profit_pct": "-0.001438",
        "entry_time": "2026-04-02 14:34:27",
        "exit_time": "2026-04-02 14:35:18",
        "hold_time": "51.50",
        "ofi_z": "-2.6957",
        "er": "0.3333",
        "wobi": "-0.3717",
        "vol": "0.000189",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "1.3040",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.77 (th=3.0) (51s)",
        "session_id": "83"
    },
    {
        "id": "1635",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "65963.98000000",
        "exit_price": "66043.61000000",
        "profit": "-0.195717",
        "profit_pct": "-0.001957",
        "entry_time": "2026-04-02 13:48:25",
        "exit_time": "2026-04-02 13:49:48",
        "hold_time": "86.00",
        "ofi_z": "-4.0722",
        "er": "0.9773",
        "wobi": "-0.5098",
        "vol": "0.000197",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4230",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.75 (th=3.5) (86s)",
        "session_id": "84"
    },
    {
        "id": "1634",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66166.66000000",
        "exit_price": "66238.72000000",
        "profit": "0.033907",
        "profit_pct": "0.000339",
        "entry_time": "2026-04-02 12:04:53",
        "exit_time": "2026-04-02 12:07:33",
        "hold_time": "164.76",
        "ofi_z": "3.9769",
        "er": "0.9836",
        "wobi": "0.8621",
        "vol": "0.000151",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3686",
        "exit_reason": "OFI_REVERSAL z=-4.46 WOBI=-0.27 (th=3.5) (165s)",
        "session_id": "84"
    },
    {
        "id": "1633",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66166.66000000",
        "exit_price": "66198.00000000",
        "profit": "-0.027635",
        "profit_pct": "-0.000276",
        "entry_time": "2026-04-02 12:04:51",
        "exit_time": "2026-04-02 12:05:22",
        "hold_time": "33.86",
        "ofi_z": "3.9769",
        "er": "0.9836",
        "wobi": "0.8621",
        "vol": "0.000151",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0981",
        "exit_reason": "OFI_REVERSAL z=-4.03 WOBI=-0.53 (th=3.0) (34s)",
        "session_id": "83"
    },
    {
        "id": "1632",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68147.98000000",
        "exit_price": "68197.88000000",
        "profit": "-0.001777",
        "profit_pct": "-0.000018",
        "entry_time": "2026-04-01 14:00:58",
        "exit_time": "2026-04-01 14:02:28",
        "hold_time": "90.06",
        "ofi_z": "2.5473",
        "er": "1.0000",
        "wobi": "0.9972",
        "vol": "0.000189",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1212",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.23 (th=3.5) (90s)",
        "session_id": "84"
    },
    {
        "id": "1631",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68188.41000000",
        "exit_price": "68136.54000000",
        "profit": "-0.151069",
        "profit_pct": "-0.001511",
        "entry_time": "2026-04-01 13:58:29",
        "exit_time": "2026-04-01 13:59:25",
        "hold_time": "60.30",
        "ofi_z": "4.3194",
        "er": "1.0000",
        "wobi": "0.4753",
        "vol": "0.000203",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4876",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.94 (th=3.5) (60s)",
        "session_id": "84"
    },
    {
        "id": "1630",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68052.54000000",
        "exit_price": "68053.56000000",
        "profit": "-0.076499",
        "profit_pct": "-0.000765",
        "entry_time": "2026-03-31 20:09:36",
        "exit_time": "2026-03-31 20:10:33",
        "hold_time": "57.23",
        "ofi_z": "-2.9010",
        "er": "1.0000",
        "wobi": "-0.3293",
        "vol": "0.000137",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7347",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.97 (th=3.0) (57s)",
        "session_id": "83"
    },
    {
        "id": "1629",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67321.35000000",
        "exit_price": "67354.92000000",
        "profit": "-0.025135",
        "profit_pct": "-0.000251",
        "entry_time": "2026-03-30 14:51:32",
        "exit_time": "2026-03-30 14:52:48",
        "hold_time": "76.03",
        "ofi_z": "4.1149",
        "er": "0.9864",
        "wobi": "-0.0680",
        "vol": "0.000190",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4293",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.98 (th=3.5) (76s)",
        "session_id": "84"
    },
    {
        "id": "1628",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67271.41000000",
        "exit_price": "67325.93000000",
        "profit": "0.006045",
        "profit_pct": "0.000060",
        "entry_time": "2026-03-30 14:39:41",
        "exit_time": "2026-03-30 14:40:37",
        "hold_time": "60.58",
        "ofi_z": "2.6959",
        "er": "0.9918",
        "wobi": "0.8790",
        "vol": "0.000204",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1596",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.70 (th=3.5) (61s)",
        "session_id": "84"
    },
    {
        "id": "1627",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67368.01000000",
        "exit_price": "67362.30000000",
        "profit": "-0.066524",
        "profit_pct": "-0.000665",
        "entry_time": "2026-03-30 14:31:37",
        "exit_time": "2026-03-30 14:32:23",
        "hold_time": "46.46",
        "ofi_z": "-2.2839",
        "er": "1.0000",
        "wobi": "0.0601",
        "vol": "0.000166",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5589",
        "exit_reason": "OFI_REVERSAL z=+4.30 WOBI=+0.96 (th=3.0) (46s)",
        "session_id": "83"
    },
    {
        "id": "1626",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67809.99000000",
        "exit_price": "67708.00000000",
        "profit": "-0.225406",
        "profit_pct": "-0.002254",
        "entry_time": "2026-03-30 13:47:52",
        "exit_time": "2026-03-30 13:48:21",
        "hold_time": "29.80",
        "ofi_z": "0.0091",
        "er": "0.9940",
        "wobi": "0.9029",
        "vol": "0.000171",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8020",
        "exit_reason": "STOP_LOSS -0.150% (sl=0.15%) (30s)",
        "session_id": "83"
    },
    {
        "id": "1625",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67796.37000000",
        "exit_price": "67698.61000000",
        "profit": "-0.219197",
        "profit_pct": "-0.002192",
        "entry_time": "2026-03-30 13:47:43",
        "exit_time": "2026-03-30 13:49:05",
        "hold_time": "86.07",
        "ofi_z": "4.4210",
        "er": "1.0000",
        "wobi": "0.9967",
        "vol": "0.000171",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4813",
        "exit_reason": "OFI_REVERSAL z=-3.81 WOBI=-0.93 (th=3.5) (86s)",
        "session_id": "84"
    },
    {
        "id": "1624",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67885.31000000",
        "exit_price": "67817.62000000",
        "profit": "-0.174712",
        "profit_pct": "-0.001747",
        "entry_time": "2026-03-30 13:40:03",
        "exit_time": "2026-03-30 13:41:14",
        "hold_time": "75.87",
        "ofi_z": "3.8739",
        "er": "1.0000",
        "wobi": "0.7690",
        "vol": "0.000187",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3851",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.92 (th=3.5) (76s)",
        "session_id": "84"
    },
    {
        "id": "1623",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67882.67000000",
        "exit_price": "67895.36000000",
        "profit": "-0.056306",
        "profit_pct": "-0.000563",
        "entry_time": "2026-03-30 13:35:23",
        "exit_time": "2026-03-30 13:36:22",
        "hold_time": "68.73",
        "ofi_z": "0.1922",
        "er": "0.9600",
        "wobi": "0.8998",
        "vol": "0.000169",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.6154",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.40 (th=3.5) (69s)",
        "session_id": "84"
    },
    {
        "id": "1622",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67882.67000000",
        "exit_price": "67912.87000000",
        "profit": "-0.030511",
        "profit_pct": "-0.000305",
        "entry_time": "2026-03-30 13:35:12",
        "exit_time": "2026-03-30 13:35:56",
        "hold_time": "44.50",
        "ofi_z": "0.1922",
        "er": "0.9600",
        "wobi": "0.8998",
        "vol": "0.000169",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8398",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.62 (th=3.0) (44s)",
        "session_id": "83"
    },
    {
        "id": "1621",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67848.99000000",
        "exit_price": "67967.64000000",
        "profit": "0.099874",
        "profit_pct": "0.000999",
        "entry_time": "2026-03-30 13:31:03",
        "exit_time": "2026-03-30 13:32:08",
        "hold_time": "63.67",
        "ofi_z": "4.3667",
        "er": "1.0000",
        "wobi": "0.4783",
        "vol": "0.000201",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4953",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.86 (th=3.5) (64s)",
        "session_id": "84"
    },
    {
        "id": "1620",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68111.83000000",
        "exit_price": "68073.37000000",
        "profit": "-0.018534",
        "profit_pct": "-0.000185",
        "entry_time": "2026-03-30 13:22:57",
        "exit_time": "2026-03-30 13:24:24",
        "hold_time": "124.76",
        "ofi_z": "-1.2998",
        "er": "1.0000",
        "wobi": "0.2198",
        "vol": "0.000167",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8535",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.65 (th=3.5) (125s)",
        "session_id": "84"
    },
    {
        "id": "1619",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68111.83000000",
        "exit_price": "68061.81000000",
        "profit": "-0.001562",
        "profit_pct": "-0.000016",
        "entry_time": "2026-03-30 13:22:25",
        "exit_time": "2026-03-30 13:22:57",
        "hold_time": "31.85",
        "ofi_z": "-1.2998",
        "er": "1.0000",
        "wobi": "0.2198",
        "vol": "0.000167",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2320",
        "exit_reason": "OFI_REVERSAL z=+4.27 WOBI=+0.22 (th=3.0) (32s)",
        "session_id": "83"
    },
    {
        "id": "1618",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67171.40000000",
        "exit_price": "67206.26000000",
        "profit": "-0.126897",
        "profit_pct": "-0.001269",
        "entry_time": "2026-03-30 03:27:01",
        "exit_time": "2026-03-30 03:27:54",
        "hold_time": "52.90",
        "ofi_z": "0.5894",
        "er": "0.3333",
        "wobi": "-0.9653",
        "vol": "0.000133",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "0.5431",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.78 (th=3.0) (53s)",
        "session_id": "83"
    },
    {
        "id": "1617",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66724.86000000",
        "exit_price": "66746.16000000",
        "profit": "-0.043078",
        "profit_pct": "-0.000431",
        "entry_time": "2026-03-29 20:26:13",
        "exit_time": "2026-03-29 20:26:47",
        "hold_time": "36.40",
        "ofi_z": "-0.0078",
        "er": "0.7872",
        "wobi": "0.7262",
        "vol": "0.000129",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.6287",
        "exit_reason": "OFI_REVERSAL z=-3.20 WOBI=-0.80 (th=3.0) (36s)",
        "session_id": "83"
    },
    {
        "id": "1616",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "65956.73000000",
        "exit_price": "65975.71000000",
        "profit": "-0.046224",
        "profit_pct": "-0.000462",
        "entry_time": "2026-03-27 19:31:48",
        "exit_time": "2026-03-27 19:32:41",
        "hold_time": "53.02",
        "ofi_z": "2.1693",
        "er": "0.9921",
        "wobi": "0.8768",
        "vol": "0.000143",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4922",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.52 (th=3.0) (53s)",
        "session_id": "83"
    },
    {
        "id": "1615",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "65874.22000000",
        "exit_price": "65910.76000000",
        "profit": "-0.130469",
        "profit_pct": "-0.001305",
        "entry_time": "2026-03-27 14:23:18",
        "exit_time": "2026-03-27 14:23:47",
        "hold_time": "30.00",
        "ofi_z": "-3.0726",
        "er": "0.9710",
        "wobi": "-0.8853",
        "vol": "0.000202",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8415",
        "exit_reason": "OFI_REVERSAL z=+3.58 WOBI=+0.97 (th=3.0) (30s)",
        "session_id": "83"
    },
    {
        "id": "1614",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66596.42000000",
        "exit_price": "66593.70000000",
        "profit": "-0.079084",
        "profit_pct": "-0.000791",
        "entry_time": "2026-03-27 12:37:32",
        "exit_time": "2026-03-27 12:38:24",
        "hold_time": "53.27",
        "ofi_z": "2.4145",
        "er": "0.9928",
        "wobi": "-0.3042",
        "vol": "0.000132",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5627",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.91 (th=3.0) (53s)",
        "session_id": "83"
    },
    {
        "id": "1613",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69715.11000000",
        "exit_price": "69811.66000000",
        "profit": "0.063492",
        "profit_pct": "0.000635",
        "entry_time": "2026-03-26 13:52:14",
        "exit_time": "2026-03-26 13:53:18",
        "hold_time": "66.37",
        "ofi_z": "2.5203",
        "er": "1.0000",
        "wobi": "0.4739",
        "vol": "0.000249",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1660",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.85 (th=3.5) (66s)",
        "session_id": "84"
    },
    {
        "id": "1612",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69708.97000000",
        "exit_price": "69784.00000000",
        "profit": "0.032633",
        "profit_pct": "0.000326",
        "entry_time": "2026-03-26 13:52:11",
        "exit_time": "2026-03-26 13:52:32",
        "hold_time": "26.03",
        "ofi_z": "2.0200",
        "er": "0.9953",
        "wobi": "0.5029",
        "vol": "0.000250",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5554",
        "exit_reason": "TRAILING_STOP peak=0.208% now=0.108% trail=0.100% (26s)",
        "session_id": "83"
    },
    {
        "id": "1611",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71776.52000000",
        "exit_price": "71848.31000000",
        "profit": "-0.175019",
        "profit_pct": "-0.001750",
        "entry_time": "2026-03-25 13:31:54",
        "exit_time": "2026-03-25 13:32:55",
        "hold_time": "63.96",
        "ofi_z": "-2.8890",
        "er": "1.0000",
        "wobi": "-0.9019",
        "vol": "0.000158",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1644",
        "exit_reason": "OFI_REVERSAL z=+3.91 WOBI=+0.85 (th=3.5) (64s)",
        "session_id": "84"
    },
    {
        "id": "1610",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71776.52000000",
        "exit_price": "71830.80000000",
        "profit": "-0.150624",
        "profit_pct": "-0.001506",
        "entry_time": "2026-03-25 13:31:53",
        "exit_time": "2026-03-25 13:32:42",
        "hold_time": "51.09",
        "ofi_z": "-2.8900",
        "er": "1.0000",
        "wobi": "-0.9019",
        "vol": "0.000158",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7533",
        "exit_reason": "OFI_REVERSAL z=+3.74 WOBI=+0.84 (th=3.0) (51s)",
        "session_id": "83"
    },
    {
        "id": "1609",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71456.01000000",
        "exit_price": "71418.38000000",
        "profit": "-0.127662",
        "profit_pct": "-0.001277",
        "entry_time": "2026-03-25 12:43:35",
        "exit_time": "2026-03-25 12:44:06",
        "hold_time": "32.46",
        "ofi_z": "3.7885",
        "er": "1.0000",
        "wobi": "0.5877",
        "vol": "0.000124",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0173",
        "exit_reason": "OFI_REVERSAL z=-4.47 WOBI=-0.77 (th=3.0) (32s)",
        "session_id": "83"
    },
    {
        "id": "1608",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "69700.67000000",
        "exit_price": "69623.27000000",
        "profit": "0.036046",
        "profit_pct": "0.000360",
        "entry_time": "2026-03-24 18:40:09",
        "exit_time": "2026-03-24 18:41:16",
        "hold_time": "68.05",
        "ofi_z": "-1.7045",
        "er": "0.8857",
        "wobi": "-0.9957",
        "vol": "0.000137",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2648",
        "exit_reason": "OFI_REVERSAL z=+4.33 WOBI=+0.66 (th=3.0) (68s)",
        "session_id": "83"
    },
    {
        "id": "1607",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70031.51000000",
        "exit_price": "69926.08000000",
        "profit": "-0.225547",
        "profit_pct": "-0.002255",
        "entry_time": "2026-03-24 14:52:15",
        "exit_time": "2026-03-24 14:52:30",
        "hold_time": "16.94",
        "ofi_z": "1.4244",
        "er": "1.0000",
        "wobi": "0.8424",
        "vol": "0.000349",
        "spread": "0.000002",
        "regime": "TRENDING",
        "signal_score": "1.4631",
        "exit_reason": "STOP_LOSS -0.151% (sl=0.15%) (17s)",
        "session_id": "83"
    },
    {
        "id": "1606",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70015.86000000",
        "exit_price": "69875.54000000",
        "profit": "-0.275412",
        "profit_pct": "-0.002754",
        "entry_time": "2026-03-24 14:52:14",
        "exit_time": "2026-03-24 14:52:57",
        "hold_time": "46.13",
        "ofi_z": "2.7905",
        "er": "1.0000",
        "wobi": "0.5158",
        "vol": "0.000349",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3034",
        "exit_reason": "STOP_LOSS -0.200% (sl=0.20%) (46s)",
        "session_id": "84"
    },
    {
        "id": "1605",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69600.17000000",
        "exit_price": "69776.00000000",
        "profit": "0.252629",
        "profit_pct": "0.002526",
        "entry_time": "2026-03-24 14:51:58",
        "exit_time": "2026-03-24 14:52:02",
        "hold_time": "6.69",
        "ofi_z": "1.7397",
        "er": "1.0000",
        "wobi": "0.9684",
        "vol": "0.000264",
        "spread": "0.000004",
        "regime": "TRENDING",
        "signal_score": "1.4801",
        "exit_reason": "TAKE_PROFIT +0.253% (tp=0.25%) (7s)",
        "session_id": "83"
    },
    {
        "id": "1604",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69791.29000000",
        "exit_price": "69738.05000000",
        "profit": "-0.151285",
        "profit_pct": "-0.001513",
        "entry_time": "2026-03-20 14:58:24",
        "exit_time": "2026-03-20 14:59:27",
        "hold_time": "62.97",
        "ofi_z": "0.0542",
        "er": "0.3333",
        "wobi": "-0.7907",
        "vol": "0.000196",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "0.3254",
        "exit_reason": "OFI_REVERSAL z=-4.00 WOBI=-0.34 (th=3.5) (63s)",
        "session_id": "84"
    },
    {
        "id": "1603",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "69825.27000000",
        "exit_price": "69874.19000000",
        "profit": "-0.145061",
        "profit_pct": "-0.001451",
        "entry_time": "2026-03-20 14:51:15",
        "exit_time": "2026-03-20 14:52:06",
        "hold_time": "50.92",
        "ofi_z": "0.0889",
        "er": "0.9958",
        "wobi": "-0.9693",
        "vol": "0.000185",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8452",
        "exit_reason": "OFI_REVERSAL z=+3.73 WOBI=+0.62 (th=3.0) (51s)",
        "session_id": "83"
    },
    {
        "id": "1602",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "69937.33000000",
        "exit_price": "69974.00000000",
        "profit": "-0.127433",
        "profit_pct": "-0.001274",
        "entry_time": "2026-03-20 14:46:56",
        "exit_time": "2026-03-20 14:48:04",
        "hold_time": "72.04",
        "ofi_z": "-2.0468",
        "er": "1.0000",
        "wobi": "-0.9332",
        "vol": "0.000209",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5247",
        "exit_reason": "OFI_REVERSAL z=+3.85 WOBI=+0.98 (th=3.0) (72s)",
        "session_id": "83"
    },
    {
        "id": "1601",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69910.24000000",
        "exit_price": "69925.77000000",
        "profit": "-0.052786",
        "profit_pct": "-0.000528",
        "entry_time": "2026-03-20 14:27:03",
        "exit_time": "2026-03-20 14:29:49",
        "hold_time": "165.91",
        "ofi_z": "3.6634",
        "er": "1.0000",
        "wobi": "0.4319",
        "vol": "0.000269",
        "spread": "0.000013",
        "regime": "TRENDING",
        "signal_score": "1.4111",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.95 (th=3.5) (166s)",
        "session_id": "84"
    },
    {
        "id": "1600",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70018.10000000",
        "exit_price": "70009.03000000",
        "profit": "-0.087954",
        "profit_pct": "-0.000880",
        "entry_time": "2026-03-20 14:06:24",
        "exit_time": "2026-03-20 14:06:57",
        "hold_time": "33.91",
        "ofi_z": "2.0419",
        "er": "0.9724",
        "wobi": "0.7099",
        "vol": "0.000291",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5910",
        "exit_reason": "OFI_REVERSAL z=-4.12 WOBI=-0.92 (th=3.0) (34s)",
        "session_id": "83"
    },
    {
        "id": "1599",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70076.55000000",
        "exit_price": "69901.35000000",
        "profit": "0.250012",
        "profit_pct": "0.002500",
        "entry_time": "2026-03-20 13:34:26",
        "exit_time": "2026-03-20 13:35:13",
        "hold_time": "46.13",
        "ofi_z": "-0.2071",
        "er": "0.9782",
        "wobi": "-0.5416",
        "vol": "0.000260",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9515",
        "exit_reason": "TAKE_PROFIT +0.250% (tp=0.25%) (46s)",
        "session_id": "83"
    },
    {
        "id": "1598",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70721.22000000",
        "exit_price": "70709.88000000",
        "profit": "-0.058965",
        "profit_pct": "-0.000590",
        "entry_time": "2026-03-20 03:34:07",
        "exit_time": "2026-03-20 03:34:54",
        "hold_time": "46.69",
        "ofi_z": "-0.0046",
        "er": "0.9828",
        "wobi": "0.9313",
        "vol": "0.000169",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.7923",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.61 (th=3.0) (47s)",
        "session_id": "83"
    },
    {
        "id": "1597",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70711.00000000",
        "exit_price": "70709.88000000",
        "profit": "-0.073416",
        "profit_pct": "-0.000734",
        "entry_time": "2026-03-20 03:33:33",
        "exit_time": "2026-03-20 03:34:55",
        "hold_time": "84.11",
        "ofi_z": "-1.8489",
        "er": "1.0000",
        "wobi": "-0.7623",
        "vol": "0.000170",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9660",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.61 (th=3.5) (84s)",
        "session_id": "84"
    },
    {
        "id": "1596",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69579.54000000",
        "exit_price": "69688.65000000",
        "profit": "0.081813",
        "profit_pct": "0.000818",
        "entry_time": "2026-03-19 13:47:04",
        "exit_time": "2026-03-19 13:48:34",
        "hold_time": "90.69",
        "ofi_z": "2.6799",
        "er": "1.0000",
        "wobi": "0.9940",
        "vol": "0.000315",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2528",
        "exit_reason": "OFI_REVERSAL z=-4.69 WOBI=-0.35 (th=3.5) (91s)",
        "session_id": "84"
    },
    {
        "id": "1595",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "69348.11000000",
        "exit_price": "69299.22000000",
        "profit": "-0.004501",
        "profit_pct": "-0.000045",
        "entry_time": "2026-03-19 12:57:27",
        "exit_time": "2026-03-19 12:58:02",
        "hold_time": "34.85",
        "ofi_z": "-1.5413",
        "er": "1.0000",
        "wobi": "-0.7328",
        "vol": "0.000204",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3514",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.46 (th=3.0) (35s)",
        "session_id": "83"
    },
    {
        "id": "1594",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "74706.15000000",
        "exit_price": "74745.14000000",
        "profit": "-0.022809",
        "profit_pct": "-0.000228",
        "entry_time": "2026-03-17 19:23:16",
        "exit_time": "2026-03-17 19:25:34",
        "hold_time": "132.45",
        "ofi_z": "2.3296",
        "er": "1.0000",
        "wobi": "0.4260",
        "vol": "0.000138",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5453",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.70 (th=3.0) (132s)",
        "session_id": "83"
    },
    {
        "id": "1593",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "74241.61000000",
        "exit_price": "74285.18000000",
        "profit": "-0.016313",
        "profit_pct": "-0.000163",
        "entry_time": "2026-03-17 14:53:20",
        "exit_time": "2026-03-17 14:55:14",
        "hold_time": "115.43",
        "ofi_z": "0.1976",
        "er": "1.0000",
        "wobi": "-0.7380",
        "vol": "0.000179",
        "spread": "0.000015",
        "regime": "TRENDING",
        "signal_score": "0.6428",
        "exit_reason": "OFI_REVERSAL z=-3.73 WOBI=-0.98 (th=3.5) (115s)",
        "session_id": "84"
    },
    {
        "id": "1591",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "74147.34000000",
        "exit_price": "74131.32000000",
        "profit": "-0.096606",
        "profit_pct": "-0.000966",
        "entry_time": "2026-03-17 14:39:02",
        "exit_time": "2026-03-17 14:40:13",
        "hold_time": "71.85",
        "ofi_z": "2.8823",
        "er": "0.9853",
        "wobi": "0.6417",
        "vol": "0.000177",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1721",
        "exit_reason": "OFI_REVERSAL z=-4.25 WOBI=-0.80 (th=3.5) (72s)",
        "session_id": "84"
    },
    {
        "id": "1590",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73884.70000000",
        "exit_price": "74094.80000000",
        "profit": "-0.022175",
        "profit_pct": "-0.000222",
        "entry_time": "2026-03-17 14:28:43",
        "exit_time": "2026-03-17 14:35:22",
        "hold_time": "65.42",
        "ofi_z": "-3.5037",
        "er": "1.0000",
        "wobi": "-0.9960",
        "vol": "0.000182",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3071",
        "exit_reason": "OFI_REVERSAL z=-4.21 WOBI=-0.55 (th=3.5) (65s)",
        "session_id": "84"
    },
    {
        "id": "1589",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73721.18000000",
        "exit_price": "73768.16000000",
        "profit": "-0.011273",
        "profit_pct": "-0.000113",
        "entry_time": "2026-03-17 14:15:42",
        "exit_time": "2026-03-17 14:17:05",
        "hold_time": "86.10",
        "ofi_z": "2.7573",
        "er": "1.0000",
        "wobi": "0.9677",
        "vol": "0.000167",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7178",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.52 (th=3.0) (86s)",
        "session_id": "83"
    },
    {
        "id": "1588",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73698.26000000",
        "exit_price": "73768.16000000",
        "profit": "0.019846",
        "profit_pct": "0.000198",
        "entry_time": "2026-03-17 14:15:23",
        "exit_time": "2026-03-17 14:17:05",
        "hold_time": "102.32",
        "ofi_z": "2.8208",
        "er": "1.0000",
        "wobi": "0.9906",
        "vol": "0.000170",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1607",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.52 (th=3.5) (102s)",
        "session_id": "84"
    },
    {
        "id": "1587",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73782.31000000",
        "exit_price": "73669.79000000",
        "profit": "0.077503",
        "profit_pct": "0.000775",
        "entry_time": "2026-03-17 14:14:31",
        "exit_time": "2026-03-17 14:15:11",
        "hold_time": "40.76",
        "ofi_z": "-1.5803",
        "er": "0.9836",
        "wobi": "-0.7317",
        "vol": "0.000175",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3238",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.58 (th=3.0) (41s)",
        "session_id": "83"
    },
    {
        "id": "1586",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73563.85000000",
        "exit_price": "73674.61000000",
        "profit": "-0.225563",
        "profit_pct": "-0.002256",
        "entry_time": "2026-03-17 14:01:07",
        "exit_time": "2026-03-17 14:02:10",
        "hold_time": "62.67",
        "ofi_z": "-3.7866",
        "er": "1.0000",
        "wobi": "-0.9435",
        "vol": "0.000241",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4127",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.25 (th=3.5) (63s)",
        "session_id": "84"
    },
    {
        "id": "1585",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73611.47000000",
        "exit_price": "73650.18000000",
        "profit": "-0.022413",
        "profit_pct": "-0.000224",
        "entry_time": "2026-03-17 13:56:49",
        "exit_time": "2026-03-17 13:57:55",
        "hold_time": "65.62",
        "ofi_z": "2.6151",
        "er": "1.0000",
        "wobi": "0.9977",
        "vol": "0.000252",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1874",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.53 (th=3.5) (66s)",
        "session_id": "84"
    },
    {
        "id": "1584",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73757.99000000",
        "exit_price": "73662.81000000",
        "profit": "-0.204044",
        "profit_pct": "-0.002040",
        "entry_time": "2026-03-17 13:50:47",
        "exit_time": "2026-03-17 13:51:18",
        "hold_time": "31.36",
        "ofi_z": "2.5406",
        "er": "1.0000",
        "wobi": "0.2021",
        "vol": "0.000243",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7249",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-1.00 (th=3.0) (31s)",
        "session_id": "83"
    },
    {
        "id": "1583",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73688.02000000",
        "exit_price": "73835.40000000",
        "profit": "-0.275005",
        "profit_pct": "-0.002750",
        "entry_time": "2026-03-17 13:46:10",
        "exit_time": "2026-03-17 13:46:45",
        "hold_time": "35.29",
        "ofi_z": "-5.0000",
        "er": "1.0000",
        "wobi": "0.9575",
        "vol": "0.000246",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6594",
        "exit_reason": "STOP_LOSS -0.200% (sl=0.20%) (35s)",
        "session_id": "84"
    },
    {
        "id": "1582",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73759.54000000",
        "exit_price": "73789.51000000",
        "profit": "-0.021074",
        "profit_pct": "-0.000211",
        "entry_time": "2026-03-17 13:45:40",
        "exit_time": "2026-03-17 13:49:44",
        "hold_time": "42.93",
        "ofi_z": "-1.4004",
        "er": "1.0000",
        "wobi": "-0.8920",
        "vol": "0.000244",
        "spread": "0.000023",
        "regime": "TRENDING",
        "signal_score": "1.3458",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.75 (th=3.0) (43s)",
        "session_id": "83"
    },
    {
        "id": "1580",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73972.85000000",
        "exit_price": "73829.77000000",
        "profit": "0.118422",
        "profit_pct": "0.001184",
        "entry_time": "2026-03-17 13:42:45",
        "exit_time": "2026-03-17 13:43:58",
        "hold_time": "73.81",
        "ofi_z": "-3.4031",
        "er": "1.0000",
        "wobi": "-0.7979",
        "vol": "0.000275",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3644",
        "exit_reason": "OFI_REVERSAL z=+4.95 WOBI=+0.87 (th=3.5) (74s)",
        "session_id": "84"
    },
    {
        "id": "1578",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "74064.28000000",
        "exit_price": "74031.10000000",
        "profit": "-0.030201",
        "profit_pct": "-0.000302",
        "entry_time": "2026-03-17 13:40:17",
        "exit_time": "2026-03-17 13:40:47",
        "hold_time": "31.04",
        "ofi_z": "-3.1204",
        "er": "0.9091",
        "wobi": "0.9905",
        "vol": "0.000276",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8957",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.76 (th=3.0) (31s)",
        "session_id": "83"
    },
    {
        "id": "1577",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73820.11000000",
        "exit_price": "73830.08000000",
        "profit": "-0.061494",
        "profit_pct": "-0.000615",
        "entry_time": "2026-03-17 12:27:12",
        "exit_time": "2026-03-17 12:28:35",
        "hold_time": "82.88",
        "ofi_z": "3.7133",
        "er": "1.0000",
        "wobi": "0.9870",
        "vol": "0.000153",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3250",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.77 (th=3.5) (83s)",
        "session_id": "84"
    },
    {
        "id": "1576",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73747.86000000",
        "exit_price": "73729.99000000",
        "profit": "-0.099231",
        "profit_pct": "-0.000992",
        "entry_time": "2026-03-17 10:19:54",
        "exit_time": "2026-03-17 10:20:24",
        "hold_time": "30.47",
        "ofi_z": "3.1121",
        "er": "0.9856",
        "wobi": "0.9572",
        "vol": "0.000140",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7992",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.81 (th=3.0) (30s)",
        "session_id": "83"
    },
    {
        "id": "1575",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73676.77000000",
        "exit_price": "73686.59000000",
        "profit": "-0.088328",
        "profit_pct": "-0.000883",
        "entry_time": "2026-03-17 10:06:58",
        "exit_time": "2026-03-17 10:07:31",
        "hold_time": "32.62",
        "ofi_z": "-2.3726",
        "er": "1.0000",
        "wobi": "-0.9932",
        "vol": "0.000230",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6549",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.54 (th=3.0) (33s)",
        "session_id": "83"
    },
    {
        "id": "1574",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "74163.17000000",
        "exit_price": "74150.00000000",
        "profit": "-0.092758",
        "profit_pct": "-0.000928",
        "entry_time": "2026-03-17 06:16:12",
        "exit_time": "2026-03-17 06:16:46",
        "hold_time": "34.78",
        "ofi_z": "2.4831",
        "er": "1.0000",
        "wobi": "0.9892",
        "vol": "0.000123",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5813",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.56 (th=3.0) (35s)",
        "session_id": "83"
    },
    {
        "id": "1573",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73975.99000000",
        "exit_price": "73962.26000000",
        "profit": "-0.093560",
        "profit_pct": "-0.000936",
        "entry_time": "2026-03-17 06:03:28",
        "exit_time": "2026-03-17 06:04:42",
        "hold_time": "73.60",
        "ofi_z": "3.4727",
        "er": "1.0000",
        "wobi": "0.1343",
        "vol": "0.000128",
        "spread": "0.000005",
        "regime": "TRENDING",
        "signal_score": "1.9157",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.85 (th=3.0) (74s)",
        "session_id": "83"
    },
    {
        "id": "1572",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "74081.79000000",
        "exit_price": "74039.20000000",
        "profit": "-0.132491",
        "profit_pct": "-0.001325",
        "entry_time": "2026-03-17 05:56:02",
        "exit_time": "2026-03-17 05:57:08",
        "hold_time": "65.79",
        "ofi_z": "3.8482",
        "er": "1.0000",
        "wobi": "0.9960",
        "vol": "0.000158",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3555",
        "exit_reason": "OFI_REVERSAL z=-3.87 WOBI=-0.39 (th=3.5) (66s)",
        "session_id": "84"
    },
    {
        "id": "1571",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "74025.68000000",
        "exit_price": "74032.87000000",
        "profit": "-0.084713",
        "profit_pct": "-0.000847",
        "entry_time": "2026-03-17 05:52:32",
        "exit_time": "2026-03-17 05:53:12",
        "hold_time": "39.97",
        "ofi_z": "-1.6618",
        "er": "1.0000",
        "wobi": "-0.2910",
        "vol": "0.000192",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3791",
        "exit_reason": "OFI_REVERSAL z=+4.03 WOBI=+0.76 (th=3.0) (40s)",
        "session_id": "83"
    },
    {
        "id": "1570",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "74152.82000000",
        "exit_price": "74133.52000000",
        "profit": "-0.101027",
        "profit_pct": "-0.001010",
        "entry_time": "2026-03-17 05:38:38",
        "exit_time": "2026-03-17 05:39:20",
        "hold_time": "42.66",
        "ofi_z": "1.7841",
        "er": "1.0000",
        "wobi": "0.9935",
        "vol": "0.000142",
        "spread": "0.000003",
        "regime": "TRENDING",
        "signal_score": "1.3680",
        "exit_reason": "OFI_REVERSAL z=-3.41 WOBI=-0.78 (th=3.0) (43s)",
        "session_id": "83"
    },
    {
        "id": "1568",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "74131.79000000",
        "exit_price": "74131.61000000",
        "profit": "-0.075243",
        "profit_pct": "-0.000752",
        "entry_time": "2026-03-17 04:36:00",
        "exit_time": "2026-03-17 04:37:00",
        "hold_time": "60.05",
        "ofi_z": "0.1903",
        "er": "0.9286",
        "wobi": "0.7523",
        "vol": "0.000194",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.6219",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.52 (th=3.5) (60s)",
        "session_id": "84"
    },
    {
        "id": "1567",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "74409.52000000",
        "exit_price": "74448.72000000",
        "profit": "-0.127681",
        "profit_pct": "-0.001277",
        "entry_time": "2026-03-17 04:25:54",
        "exit_time": "2026-03-17 04:26:31",
        "hold_time": "37.05",
        "ofi_z": "-3.4840",
        "er": "0.9767",
        "wobi": "-0.3974",
        "vol": "0.000133",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9100",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.28 (th=3.0) (37s)",
        "session_id": "83"
    },
    {
        "id": "1566",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "74431.97000000",
        "exit_price": "74414.79000000",
        "profit": "-0.051919",
        "profit_pct": "-0.000519",
        "entry_time": "2026-03-17 03:57:09",
        "exit_time": "2026-03-17 03:58:11",
        "hold_time": "62.82",
        "ofi_z": "-3.8070",
        "er": "0.9839",
        "wobi": "-0.9783",
        "vol": "0.000160",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3422",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+1.00 (th=3.5) (63s)",
        "session_id": "84"
    },
    {
        "id": "1565",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "74298.82000000",
        "exit_price": "74434.36000000",
        "profit": "0.107426",
        "profit_pct": "0.001074",
        "entry_time": "2026-03-17 03:51:03",
        "exit_time": "2026-03-17 03:52:14",
        "hold_time": "70.48",
        "ofi_z": "4.2558",
        "er": "0.9588",
        "wobi": "0.8253",
        "vol": "0.000222",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4719",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.99 (th=3.5) (70s)",
        "session_id": "84"
    },
    {
        "id": "1564",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "74306.72000000",
        "exit_price": "74295.62000000",
        "profit": "-0.089938",
        "profit_pct": "-0.000899",
        "entry_time": "2026-03-17 03:49:26",
        "exit_time": "2026-03-17 03:50:27",
        "hold_time": "61.15",
        "ofi_z": "2.7219",
        "er": "1.0000",
        "wobi": "0.9897",
        "vol": "0.000226",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1873",
        "exit_reason": "OFI_REVERSAL z=-4.93 WOBI=-0.43 (th=3.5) (61s)",
        "session_id": "84"
    },
    {
        "id": "1563",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "74342.45000000",
        "exit_price": "74306.73000000",
        "profit": "-0.026952",
        "profit_pct": "-0.000270",
        "entry_time": "2026-03-17 03:48:50",
        "exit_time": "2026-03-17 03:49:26",
        "hold_time": "36.32",
        "ofi_z": "-1.6183",
        "er": "0.0000",
        "wobi": "-0.8569",
        "vol": "0.000225",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.7740",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.86 (th=3.0) (36s)",
        "session_id": "83"
    },
    {
        "id": "1562",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "74528.01000000",
        "exit_price": "74461.61000000",
        "profit": "0.014094",
        "profit_pct": "0.000141",
        "entry_time": "2026-03-17 03:40:31",
        "exit_time": "2026-03-17 03:41:43",
        "hold_time": "71.61",
        "ofi_z": "-3.4147",
        "er": "0.9200",
        "wobi": "-0.9097",
        "vol": "0.000175",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2472",
        "exit_reason": "OFI_REVERSAL z=+4.49 WOBI=+0.87 (th=3.5) (72s)",
        "session_id": "84"
    },
    {
        "id": "1560",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "74595.78000000",
        "exit_price": "74613.98000000",
        "profit": "-0.099398",
        "profit_pct": "-0.000994",
        "entry_time": "2026-03-17 03:34:19",
        "exit_time": "2026-03-17 03:35:04",
        "hold_time": "44.29",
        "ofi_z": "-2.6281",
        "er": "1.0000",
        "wobi": "-0.7063",
        "vol": "0.000157",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6644",
        "exit_reason": "OFI_REVERSAL z=+4.89 WOBI=+0.49 (th=3.0) (44s)",
        "session_id": "83"
    },
    {
        "id": "1559",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "74841.31000000",
        "exit_price": "74772.05000000",
        "profit": "0.017542",
        "profit_pct": "0.000175",
        "entry_time": "2026-03-17 03:29:40",
        "exit_time": "2026-03-17 03:30:42",
        "hold_time": "61.71",
        "ofi_z": "-0.6457",
        "er": "1.0000",
        "wobi": "0.9728",
        "vol": "0.000160",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0073",
        "exit_reason": "OFI_REVERSAL z=+4.98 WOBI=+0.69 (th=3.0) (62s)",
        "session_id": "83"
    },
    {
        "id": "1558",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "74972.50000000",
        "exit_price": "74964.05000000",
        "profit": "-0.086271",
        "profit_pct": "-0.000863",
        "entry_time": "2026-03-17 03:15:10",
        "exit_time": "2026-03-17 03:16:03",
        "hold_time": "52.91",
        "ofi_z": "3.4592",
        "er": "0.9905",
        "wobi": "0.6330",
        "vol": "0.000136",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9140",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.97 (th=3.0) (53s)",
        "session_id": "83"
    },
    {
        "id": "1557",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "75555.29000000",
        "exit_price": "75240.00000000",
        "profit": "-0.085804",
        "profit_pct": "-0.000858",
        "entry_time": "2026-03-17 02:05:28",
        "exit_time": "2026-03-17 02:10:47",
        "hold_time": "43.33",
        "ofi_z": "2.7868",
        "er": "0.9692",
        "wobi": "0.8801",
        "vol": "0.000121",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6603",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.66 (th=3.0) (43s)",
        "session_id": "83"
    },
    {
        "id": "1556",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "75565.87000000",
        "exit_price": "75615.53000000",
        "profit": "-0.140717",
        "profit_pct": "-0.001407",
        "entry_time": "2026-03-17 02:02:28",
        "exit_time": "2026-03-17 02:03:01",
        "hold_time": "33.07",
        "ofi_z": "-3.9934",
        "er": "0.9901",
        "wobi": "-0.8582",
        "vol": "0.000131",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0859",
        "exit_reason": "OFI_REVERSAL z=+3.33 WOBI=+0.74 (th=3.0) (33s)",
        "session_id": "83"
    },
    {
        "id": "1555",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72649.39000000",
        "exit_price": "72693.60000000",
        "profit": "-0.014146",
        "profit_pct": "-0.000141",
        "entry_time": "2026-03-13 14:51:13",
        "exit_time": "2026-03-13 14:51:45",
        "hold_time": "30.34",
        "ofi_z": "1.4988",
        "er": "0.9873",
        "wobi": "0.6634",
        "vol": "0.000331",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4619",
        "exit_reason": "OFI_REVERSAL z=-4.46 WOBI=-0.75 (th=3.0) (30s)",
        "session_id": "83"
    },
    {
        "id": "1554",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73375.96000000",
        "exit_price": "73262.48000000",
        "profit": "0.079656",
        "profit_pct": "0.000797",
        "entry_time": "2026-03-13 13:51:01",
        "exit_time": "2026-03-13 13:52:06",
        "hold_time": "65.21",
        "ofi_z": "-1.2875",
        "er": "1.0000",
        "wobi": "-0.9247",
        "vol": "0.000244",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3085",
        "exit_reason": "OFI_REVERSAL z=+3.05 WOBI=+1.00 (th=3.0) (65s)",
        "session_id": "83"
    },
    {
        "id": "1553",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73300.88000000",
        "exit_price": "73447.54000000",
        "profit": "-0.275079",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-13 13:50:15",
        "exit_time": "2026-03-13 13:50:45",
        "hold_time": "31.83",
        "ofi_z": "-0.2155",
        "er": "0.9492",
        "wobi": "-0.9104",
        "vol": "0.000239",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.6734",
        "exit_reason": "STOP_LOSS -0.200% (sl=0.20%) (32s)",
        "session_id": "84"
    },
    {
        "id": "1552",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72982.21000000",
        "exit_price": "72970.12000000",
        "profit": "-0.058434",
        "profit_pct": "-0.000584",
        "entry_time": "2026-03-13 13:39:36",
        "exit_time": "2026-03-13 13:40:37",
        "hold_time": "62.13",
        "ofi_z": "-3.4777",
        "er": "0.3333",
        "wobi": "-0.8631",
        "vol": "0.000285",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "1.6647",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.62 (th=3.0) (62s)",
        "session_id": "83"
    },
    {
        "id": "1550",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71252.79000000",
        "exit_price": "71295.81000000",
        "profit": "-0.014623",
        "profit_pct": "-0.000146",
        "entry_time": "2026-03-13 04:25:32",
        "exit_time": "2026-03-13 04:26:29",
        "hold_time": "53.03",
        "ofi_z": "2.7922",
        "er": "0.9907",
        "wobi": "0.6435",
        "vol": "0.000135",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6901",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.32 (th=3.0) (53s)",
        "session_id": "83"
    },
    {
        "id": "1549",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71277.08000000",
        "exit_price": "71214.40000000",
        "profit": "-0.162939",
        "profit_pct": "-0.001629",
        "entry_time": "2026-03-13 02:50:14",
        "exit_time": "2026-03-13 02:50:37",
        "hold_time": "30.13",
        "ofi_z": "3.3960",
        "er": "0.1036",
        "wobi": "0.3963",
        "vol": "0.000146",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "1.3485",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.61 (th=3.0) (30s)",
        "session_id": "83"
    },
    {
        "id": "1548",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71238.05000000",
        "exit_price": "71238.05000000",
        "profit": "-0.075000",
        "profit_pct": "-0.000750",
        "entry_time": "2026-03-13 02:39:25",
        "exit_time": "2026-03-13 02:40:05",
        "hold_time": "39.60",
        "ofi_z": "1.9217",
        "er": "0.9908",
        "wobi": "0.9271",
        "vol": "0.000124",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3894",
        "exit_reason": "OFI_REVERSAL z=-4.82 WOBI=-0.67 (th=3.0) (40s)",
        "session_id": "83"
    },
    {
        "id": "1547",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71477.47000000",
        "exit_price": "71478.18000000",
        "profit": "-0.075993",
        "profit_pct": "-0.000760",
        "entry_time": "2026-03-13 02:22:16",
        "exit_time": "2026-03-13 02:23:34",
        "hold_time": "85.87",
        "ofi_z": "-0.0155",
        "er": "1.0000",
        "wobi": "-0.7560",
        "vol": "0.000145",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.7816",
        "exit_reason": "OFI_REVERSAL z=+3.93 WOBI=+0.82 (th=3.0) (86s)",
        "session_id": "83"
    },
    {
        "id": "1546",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70501.44000000",
        "exit_price": "70456.51000000",
        "profit": "-0.011271",
        "profit_pct": "-0.000113",
        "entry_time": "2026-03-12 19:58:47",
        "exit_time": "2026-03-12 19:59:48",
        "hold_time": "60.11",
        "ofi_z": "-2.8204",
        "er": "0.9412",
        "wobi": "-0.3796",
        "vol": "0.000134",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6678",
        "exit_reason": "OFI_REVERSAL z=+4.29 WOBI=+0.87 (th=3.0) (60s)",
        "session_id": "83"
    },
    {
        "id": "1545",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70215.69000000",
        "exit_price": "70213.06000000",
        "profit": "-0.071254",
        "profit_pct": "-0.000713",
        "entry_time": "2026-03-12 19:28:39",
        "exit_time": "2026-03-12 19:29:15",
        "hold_time": "34.15",
        "ofi_z": "-2.9478",
        "er": "1.0000",
        "wobi": "-0.9958",
        "vol": "0.000133",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7464",
        "exit_reason": "OFI_REVERSAL z=+3.13 WOBI=+0.92 (th=3.0) (34s)",
        "session_id": "83"
    },
    {
        "id": "1544",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70059.84000000",
        "exit_price": "70026.00000000",
        "profit": "-0.026698",
        "profit_pct": "-0.000267",
        "entry_time": "2026-03-12 19:20:08",
        "exit_time": "2026-03-12 19:21:41",
        "hold_time": "95.20",
        "ofi_z": "-1.5677",
        "er": "0.9452",
        "wobi": "-0.7470",
        "vol": "0.000127",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2456",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+1.00 (th=3.0) (95s)",
        "session_id": "83"
    },
    {
        "id": "1543",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70014.85000000",
        "exit_price": "70006.59000000",
        "profit": "-0.086797",
        "profit_pct": "-0.000868",
        "entry_time": "2026-03-12 18:24:32",
        "exit_time": "2026-03-12 18:25:06",
        "hold_time": "32.40",
        "ofi_z": "3.6259",
        "er": "0.3333",
        "wobi": "0.5043",
        "vol": "0.000156",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "1.5799",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.37 (th=3.0) (32s)",
        "session_id": "83"
    },
    {
        "id": "1542",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "69888.01000000",
        "exit_price": "69965.85000000",
        "profit": "-0.186378",
        "profit_pct": "-0.001864",
        "entry_time": "2026-03-12 18:21:48",
        "exit_time": "2026-03-12 18:22:26",
        "hold_time": "41.59",
        "ofi_z": "-1.6705",
        "er": "0.9614",
        "wobi": "-0.8056",
        "vol": "0.000145",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3084",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.86 (th=3.0) (42s)",
        "session_id": "83"
    },
    {
        "id": "1541",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70117.00000000",
        "exit_price": "70053.12000000",
        "profit": "0.016105",
        "profit_pct": "0.000161",
        "entry_time": "2026-03-12 18:19:26",
        "exit_time": "2026-03-12 18:20:07",
        "hold_time": "46.30",
        "ofi_z": "-1.5202",
        "er": "0.9917",
        "wobi": "-0.4484",
        "vol": "0.000125",
        "spread": "0.000016",
        "regime": "TRENDING",
        "signal_score": "1.2563",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.79 (th=3.0) (46s)",
        "session_id": "83"
    },
    {
        "id": "1540",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70225.60000000",
        "exit_price": "70235.16000000",
        "profit": "-0.088613",
        "profit_pct": "-0.000886",
        "entry_time": "2026-03-12 18:15:39",
        "exit_time": "2026-03-12 18:16:59",
        "hold_time": "80.74",
        "ofi_z": "0.4346",
        "er": "0.9720",
        "wobi": "0.2074",
        "vol": "0.000132",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8904",
        "exit_reason": "OFI_REVERSAL z=+3.23 WOBI=+0.69 (th=3.0) (81s)",
        "session_id": "83"
    },
    {
        "id": "1539",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70228.19000000",
        "exit_price": "70211.33000000",
        "profit": "-0.099007",
        "profit_pct": "-0.000990",
        "entry_time": "2026-03-12 18:11:52",
        "exit_time": "2026-03-12 18:13:06",
        "hold_time": "74.72",
        "ofi_z": "-0.9900",
        "er": "1.0000",
        "wobi": "-0.9991",
        "vol": "0.000156",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.7822",
        "exit_reason": "OFI_REVERSAL z=-4.72 WOBI=-0.83 (th=3.5) (75s)",
        "session_id": "84"
    },
    {
        "id": "1538",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70202.08000000",
        "exit_price": "70266.85000000",
        "profit": "-0.167262",
        "profit_pct": "-0.001673",
        "entry_time": "2026-03-12 18:09:28",
        "exit_time": "2026-03-12 18:10:38",
        "hold_time": "69.43",
        "ofi_z": "-1.3350",
        "er": "1.0000",
        "wobi": "-0.3184",
        "vol": "0.000153",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2292",
        "exit_reason": "OFI_REVERSAL z=+4.01 WOBI=+0.99 (th=3.0) (69s)",
        "session_id": "83"
    },
    {
        "id": "1537",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70230.40000000",
        "exit_price": "70262.08000000",
        "profit": "-0.120109",
        "profit_pct": "-0.001201",
        "entry_time": "2026-03-12 18:00:50",
        "exit_time": "2026-03-12 18:02:12",
        "hold_time": "84.01",
        "ofi_z": "-2.4765",
        "er": "0.9883",
        "wobi": "-0.6401",
        "vol": "0.000139",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5876",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.67 (th=3.0) (84s)",
        "session_id": "83"
    },
    {
        "id": "1536",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70008.81000000",
        "exit_price": "69839.27000000",
        "profit": "0.167170",
        "profit_pct": "0.001672",
        "entry_time": "2026-03-12 14:29:31",
        "exit_time": "2026-03-12 14:31:15",
        "hold_time": "105.42",
        "ofi_z": "-3.2570",
        "er": "1.0000",
        "wobi": "-0.9082",
        "vol": "0.000215",
        "spread": "0.000069",
        "regime": "TRENDING",
        "signal_score": "1.2852",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.68 (th=3.5) (105s)",
        "session_id": "84"
    },
    {
        "id": "1535",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70164.37000000",
        "exit_price": "70207.20000000",
        "profit": "-0.136042",
        "profit_pct": "-0.001360",
        "entry_time": "2026-03-12 14:24:27",
        "exit_time": "2026-03-12 14:25:48",
        "hold_time": "81.73",
        "ofi_z": "-1.2456",
        "er": "1.0000",
        "wobi": "-0.6739",
        "vol": "0.000277",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3284",
        "exit_reason": "OFI_REVERSAL z=+4.26 WOBI=+0.94 (th=3.0) (82s)",
        "session_id": "83"
    },
    {
        "id": "1534",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69991.96000000",
        "exit_price": "70167.81000000",
        "profit": "0.251243",
        "profit_pct": "0.002512",
        "entry_time": "2026-03-12 14:21:26",
        "exit_time": "2026-03-12 14:23:12",
        "hold_time": "109.50",
        "ofi_z": "1.5602",
        "er": "1.0000",
        "wobi": "-0.9995",
        "vol": "0.000283",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4399",
        "exit_reason": "TAKE_PROFIT +0.251% (tp=0.25%) (109s)",
        "session_id": "83"
    },
    {
        "id": "1533",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70013.65000000",
        "exit_price": "70095.63000000",
        "profit": "0.042091",
        "profit_pct": "0.000421",
        "entry_time": "2026-03-12 13:23:34",
        "exit_time": "2026-03-12 13:24:42",
        "hold_time": "67.02",
        "ofi_z": "3.1956",
        "er": "0.9957",
        "wobi": "0.9673",
        "vol": "0.000162",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2267",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.36 (th=3.5) (67s)",
        "session_id": "84"
    },
    {
        "id": "1532",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69997.72000000",
        "exit_price": "70095.63000000",
        "profit": "0.064876",
        "profit_pct": "0.000649",
        "entry_time": "2026-03-12 13:23:32",
        "exit_time": "2026-03-12 13:24:41",
        "hold_time": "70.79",
        "ofi_z": "2.4307",
        "er": "1.0000",
        "wobi": "0.9799",
        "vol": "0.000162",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6038",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.36 (th=3.0) (71s)",
        "session_id": "83"
    },
    {
        "id": "1531",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70687.10000000",
        "exit_price": "70700.01000000",
        "profit": "-0.093264",
        "profit_pct": "-0.000933",
        "entry_time": "2026-03-11 13:33:43",
        "exit_time": "2026-03-11 13:34:18",
        "hold_time": "34.20",
        "ofi_z": "-1.5112",
        "er": "1.0000",
        "wobi": "0.9615",
        "vol": "0.000287",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4281",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.84 (th=3.0) (34s)",
        "session_id": "83"
    },
    {
        "id": "1530",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70167.96000000",
        "exit_price": "70198.27000000",
        "profit": "-0.118196",
        "profit_pct": "-0.001182",
        "entry_time": "2026-03-11 13:27:36",
        "exit_time": "2026-03-11 13:28:45",
        "hold_time": "70.71",
        "ofi_z": "0.1500",
        "er": "1.0000",
        "wobi": "0.7297",
        "vol": "0.000298",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.7327",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+1.00 (th=3.5) (71s)",
        "session_id": "84"
    },
    {
        "id": "1529",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "69308.50000000",
        "exit_price": "69306.73000000",
        "profit": "-0.072446",
        "profit_pct": "-0.000724",
        "entry_time": "2026-03-11 12:52:19",
        "exit_time": "2026-03-11 12:52:55",
        "hold_time": "39.13",
        "ofi_z": "0.1737",
        "er": "0.9706",
        "wobi": "-0.1723",
        "vol": "0.000125",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.7951",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.65 (th=3.0) (39s)",
        "session_id": "83"
    },
    {
        "id": "1528",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69190.46000000",
        "exit_price": "69239.53000000",
        "profit": "-0.004080",
        "profit_pct": "-0.000041",
        "entry_time": "2026-03-11 12:42:43",
        "exit_time": "2026-03-11 12:43:19",
        "hold_time": "36.98",
        "ofi_z": "-1.2384",
        "er": "0.9906",
        "wobi": "0.6065",
        "vol": "0.000176",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2150",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.44 (th=3.0) (37s)",
        "session_id": "83"
    },
    {
        "id": "1527",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69997.21000000",
        "exit_price": "69996.45000000",
        "profit": "-0.076086",
        "profit_pct": "-0.000761",
        "entry_time": "2026-03-10 19:50:46",
        "exit_time": "2026-03-10 19:52:15",
        "hold_time": "89.95",
        "ofi_z": "2.9553",
        "er": "1.0000",
        "wobi": "0.9984",
        "vol": "0.000179",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1949",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.66 (th=3.5) (90s)",
        "session_id": "84"
    },
    {
        "id": "1526",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70022.09000000",
        "exit_price": "69998.53000000",
        "profit": "-0.108647",
        "profit_pct": "-0.001086",
        "entry_time": "2026-03-10 19:44:20",
        "exit_time": "2026-03-10 19:44:49",
        "hold_time": "30.11",
        "ofi_z": "2.3215",
        "er": "1.0000",
        "wobi": "0.7734",
        "vol": "0.000203",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6100",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.61 (th=3.0) (30s)",
        "session_id": "83"
    },
    {
        "id": "1525",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70054.01000000",
        "exit_price": "70054.57000000",
        "profit": "-0.075799",
        "profit_pct": "-0.000758",
        "entry_time": "2026-03-10 19:41:16",
        "exit_time": "2026-03-10 19:42:34",
        "hold_time": "78.69",
        "ofi_z": "-3.0064",
        "er": "0.8000",
        "wobi": "-0.1884",
        "vol": "0.000202",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1333",
        "exit_reason": "OFI_REVERSAL z=+3.69 WOBI=+0.89 (th=3.5) (79s)",
        "session_id": "84"
    },
    {
        "id": "1524",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "69908.92000000",
        "exit_price": "69935.73000000",
        "profit": "-0.113350",
        "profit_pct": "-0.001133",
        "entry_time": "2026-03-10 19:39:24",
        "exit_time": "2026-03-10 19:39:57",
        "hold_time": "34.41",
        "ofi_z": "-1.6511",
        "er": "0.9926",
        "wobi": "-0.8415",
        "vol": "0.000174",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3519",
        "exit_reason": "OFI_REVERSAL z=+3.34 WOBI=+0.98 (th=3.0) (34s)",
        "session_id": "83"
    },
    {
        "id": "1523",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69851.80000000",
        "exit_price": "69872.13000000",
        "profit": "-0.045896",
        "profit_pct": "-0.000459",
        "entry_time": "2026-03-10 19:37:00",
        "exit_time": "2026-03-10 19:38:00",
        "hold_time": "61.10",
        "ofi_z": "3.7111",
        "er": "1.0000",
        "wobi": "0.9949",
        "vol": "0.000173",
        "spread": "0.000035",
        "regime": "TRENDING",
        "signal_score": "1.3409",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.40 (th=3.5) (61s)",
        "session_id": "84"
    },
    {
        "id": "1522",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69793.04000000",
        "exit_price": "69873.12000000",
        "profit": "0.039739",
        "profit_pct": "0.000397",
        "entry_time": "2026-03-10 19:36:58",
        "exit_time": "2026-03-10 19:37:41",
        "hold_time": "61.19",
        "ofi_z": "-0.1722",
        "er": "1.0000",
        "wobi": "-0.9993",
        "vol": "0.000173",
        "spread": "0.000005",
        "regime": "TRENDING",
        "signal_score": "0.8622",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.54 (th=3.0) (61s)",
        "session_id": "83"
    },
    {
        "id": "1521",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69648.57000000",
        "exit_price": "69892.81000000",
        "profit": "0.350675",
        "profit_pct": "0.003507",
        "entry_time": "2026-03-10 14:02:08",
        "exit_time": "2026-03-10 14:02:50",
        "hold_time": "41.41",
        "ofi_z": "-0.3425",
        "er": "1.0000",
        "wobi": "-0.9212",
        "vol": "0.000265",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.7435",
        "exit_reason": "TAKE_PROFIT +0.351% (tp=0.35%) (41s)",
        "session_id": "84"
    },
    {
        "id": "1520",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69632.93000000",
        "exit_price": "69807.36000000",
        "profit": "0.250499",
        "profit_pct": "0.002505",
        "entry_time": "2026-03-10 14:02:05",
        "exit_time": "2026-03-10 14:02:26",
        "hold_time": "23.93",
        "ofi_z": "2.5767",
        "er": "0.9892",
        "wobi": "0.4142",
        "vol": "0.000262",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7499",
        "exit_reason": "TAKE_PROFIT +0.250% (tp=0.25%) (24s)",
        "session_id": "83"
    },
    {
        "id": "1519",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70069.52000000",
        "exit_price": "69989.70000000",
        "profit": "-0.188915",
        "profit_pct": "-0.001889",
        "entry_time": "2026-03-10 06:35:02",
        "exit_time": "2026-03-10 06:36:45",
        "hold_time": "103.66",
        "ofi_z": "2.6955",
        "er": "0.9655",
        "wobi": "-0.9857",
        "vol": "0.000151",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1034",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.69 (th=3.5) (104s)",
        "session_id": "84"
    },
    {
        "id": "1518",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68494.60000000",
        "exit_price": "68493.65000000",
        "profit": "-0.076387",
        "profit_pct": "-0.000764",
        "entry_time": "2026-03-09 18:43:58",
        "exit_time": "2026-03-09 18:46:24",
        "hold_time": "153.26",
        "ofi_z": "3.1613",
        "er": "0.9820",
        "wobi": "0.7390",
        "vol": "0.000139",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8127",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.94 (th=3.0) (153s)",
        "session_id": "83"
    },
    {
        "id": "1517",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71117.16000000",
        "exit_price": "71139.79000000",
        "profit": "-0.106821",
        "profit_pct": "-0.001068",
        "entry_time": "2026-03-05 21:39:27",
        "exit_time": "2026-03-05 21:40:06",
        "hold_time": "38.98",
        "ofi_z": "-0.2838",
        "er": "1.0000",
        "wobi": "0.7271",
        "vol": "0.000143",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8689",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+1.00 (th=3.0) (39s)",
        "session_id": "81"
    },
    {
        "id": "1516",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71480.89000000",
        "exit_price": "71505.38000000",
        "profit": "-0.040739",
        "profit_pct": "-0.000407",
        "entry_time": "2026-03-05 21:28:23",
        "exit_time": "2026-03-05 21:29:04",
        "hold_time": "40.70",
        "ofi_z": "2.0353",
        "er": "1.0000",
        "wobi": "0.9557",
        "vol": "0.000135",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4443",
        "exit_reason": "OFI_REVERSAL z=-3.95 WOBI=-0.90 (th=3.0) (41s)",
        "session_id": "81"
    },
    {
        "id": "1515",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71442.00000000",
        "exit_price": "71462.19000000",
        "profit": "-0.103261",
        "profit_pct": "-0.001033",
        "entry_time": "2026-03-05 21:26:52",
        "exit_time": "2026-03-05 21:28:06",
        "hold_time": "74.81",
        "ofi_z": "-3.0952",
        "er": "0.0000",
        "wobi": "-0.7390",
        "vol": "0.000193",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.7798",
        "exit_reason": "OFI_REVERSAL z=+3.59 WOBI=+0.99 (th=3.5) (75s)",
        "session_id": "82"
    },
    {
        "id": "1514",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71480.15000000",
        "exit_price": "71429.23000000",
        "profit": "-0.146237",
        "profit_pct": "-0.001462",
        "entry_time": "2026-03-05 21:21:28",
        "exit_time": "2026-03-05 21:23:08",
        "hold_time": "99.85",
        "ofi_z": "2.5499",
        "er": "1.0000",
        "wobi": "0.9640",
        "vol": "0.000172",
        "spread": "0.000004",
        "regime": "TRENDING",
        "signal_score": "1.1082",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.75 (th=3.5) (100s)",
        "session_id": "82"
    },
    {
        "id": "1513",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71502.94000000",
        "exit_price": "71457.91000000",
        "profit": "-0.012024",
        "profit_pct": "-0.000120",
        "entry_time": "2026-03-05 21:17:41",
        "exit_time": "2026-03-05 21:19:13",
        "hold_time": "91.91",
        "ofi_z": "-3.9270",
        "er": "0.9839",
        "wobi": "-0.9977",
        "vol": "0.000166",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3705",
        "exit_reason": "OFI_REVERSAL z=+4.69 WOBI=+0.38 (th=3.5) (92s)",
        "session_id": "82"
    },
    {
        "id": "1512",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71367.74000000",
        "exit_price": "71391.08000000",
        "profit": "-0.107704",
        "profit_pct": "-0.001077",
        "entry_time": "2026-03-05 21:16:38",
        "exit_time": "2026-03-05 21:17:17",
        "hold_time": "38.51",
        "ofi_z": "0.4114",
        "er": "0.8667",
        "wobi": "-0.5462",
        "vol": "0.000145",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8302",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.98 (th=3.0) (39s)",
        "session_id": "81"
    },
    {
        "id": "1511",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71245.41000000",
        "exit_price": "71262.17000000",
        "profit": "-0.051476",
        "profit_pct": "-0.000515",
        "entry_time": "2026-03-05 20:59:57",
        "exit_time": "2026-03-05 21:00:29",
        "hold_time": "32.45",
        "ofi_z": "3.1749",
        "er": "1.0000",
        "wobi": "0.7451",
        "vol": "0.000133",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8215",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.56 (th=3.0) (32s)",
        "session_id": "81"
    },
    {
        "id": "1510",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71297.05000000",
        "exit_price": "71190.09000000",
        "profit": "-0.225020",
        "profit_pct": "-0.002250",
        "entry_time": "2026-03-05 20:27:27",
        "exit_time": "2026-03-05 20:28:44",
        "hold_time": "77.18",
        "ofi_z": "1.8842",
        "er": "1.0000",
        "wobi": "0.2767",
        "vol": "0.000145",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4039",
        "exit_reason": "STOP_LOSS -0.150% (sl=0.15%) (77s)",
        "session_id": "81"
    },
    {
        "id": "1509",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71231.11000000",
        "exit_price": "71272.00000000",
        "profit": "-0.132405",
        "profit_pct": "-0.001324",
        "entry_time": "2026-03-05 20:22:55",
        "exit_time": "2026-03-05 20:24:38",
        "hold_time": "103.66",
        "ofi_z": "-1.5448",
        "er": "1.0000",
        "wobi": "-0.9767",
        "vol": "0.000169",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3160",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+1.00 (th=3.0) (104s)",
        "session_id": "81"
    },
    {
        "id": "1508",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71275.83000000",
        "exit_price": "71272.00000000",
        "profit": "-0.069627",
        "profit_pct": "-0.000696",
        "entry_time": "2026-03-05 20:22:50",
        "exit_time": "2026-03-05 20:24:39",
        "hold_time": "111.96",
        "ofi_z": "-2.7337",
        "er": "1.0000",
        "wobi": "-0.9822",
        "vol": "0.000166",
        "spread": "0.000012",
        "regime": "TRENDING",
        "signal_score": "1.1397",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+1.00 (th=3.5) (112s)",
        "session_id": "82"
    },
    {
        "id": "1507",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71214.92000000",
        "exit_price": "71193.97000000",
        "profit": "-0.045582",
        "profit_pct": "-0.000456",
        "entry_time": "2026-03-05 20:19:44",
        "exit_time": "2026-03-05 20:20:24",
        "hold_time": "45.42",
        "ofi_z": "-0.0282",
        "er": "1.0000",
        "wobi": "0.9982",
        "vol": "0.000192",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8342",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+1.00 (th=3.0) (45s)",
        "session_id": "81"
    },
    {
        "id": "1506",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71142.93000000",
        "exit_price": "71208.40000000",
        "profit": "-0.167026",
        "profit_pct": "-0.001670",
        "entry_time": "2026-03-05 20:18:05",
        "exit_time": "2026-03-05 20:18:46",
        "hold_time": "41.43",
        "ofi_z": "-1.7576",
        "er": "1.0000",
        "wobi": "0.9962",
        "vol": "0.000198",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4169",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.64 (th=3.0) (41s)",
        "session_id": "81"
    },
    {
        "id": "1505",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71162.40000000",
        "exit_price": "71244.40000000",
        "profit": "-0.190229",
        "profit_pct": "-0.001902",
        "entry_time": "2026-03-05 20:18:02",
        "exit_time": "2026-03-05 20:19:02",
        "hold_time": "60.75",
        "ofi_z": "-3.9101",
        "er": "0.9876",
        "wobi": "-0.2625",
        "vol": "0.000199",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3968",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.38 (th=3.5) (61s)",
        "session_id": "82"
    },
    {
        "id": "1504",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71157.99000000",
        "exit_price": "71126.30000000",
        "profit": "-0.119535",
        "profit_pct": "-0.001195",
        "entry_time": "2026-03-05 20:17:09",
        "exit_time": "2026-03-05 20:17:48",
        "hold_time": "42.43",
        "ofi_z": "2.1306",
        "er": "0.9770",
        "wobi": "0.9983",
        "vol": "0.000192",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5206",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.63 (th=3.0) (42s)",
        "session_id": "81"
    },
    {
        "id": "1503",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71091.74000000",
        "exit_price": "71146.79000000",
        "profit": "0.002435",
        "profit_pct": "0.000024",
        "entry_time": "2026-03-05 20:16:02",
        "exit_time": "2026-03-05 20:17:04",
        "hold_time": "62.73",
        "ofi_z": "2.7172",
        "er": "1.0000",
        "wobi": "0.9982",
        "vol": "0.000191",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1574",
        "exit_reason": "OFI_REVERSAL z=-5.00 WOBI=-0.74 (th=3.5) (63s)",
        "session_id": "82"
    },
    {
        "id": "1502",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71136.20000000",
        "exit_price": "71073.41000000",
        "profit": "0.013267",
        "profit_pct": "0.000133",
        "entry_time": "2026-03-05 20:15:37",
        "exit_time": "2026-03-05 20:16:16",
        "hold_time": "40.10",
        "ofi_z": "-1.7229",
        "er": "1.0000",
        "wobi": "-0.9794",
        "vol": "0.000192",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3989",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.97 (th=3.0) (40s)",
        "session_id": "81"
    },
    {
        "id": "1501",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71049.20000000",
        "exit_price": "71119.17000000",
        "profit": "-0.173481",
        "profit_pct": "-0.001735",
        "entry_time": "2026-03-05 20:13:53",
        "exit_time": "2026-03-05 20:15:12",
        "hold_time": "78.36",
        "ofi_z": "-3.4658",
        "er": "0.9845",
        "wobi": "0.3673",
        "vol": "0.000214",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3194",
        "exit_reason": "OFI_REVERSAL z=+4.12 WOBI=+1.00 (th=3.5) (78s)",
        "session_id": "82"
    },
    {
        "id": "1500",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71083.97000000",
        "exit_price": "71010.62000000",
        "profit": "0.028188",
        "profit_pct": "0.000282",
        "entry_time": "2026-03-05 20:11:32",
        "exit_time": "2026-03-05 20:13:08",
        "hold_time": "99.89",
        "ofi_z": "-4.4537",
        "er": "0.9755",
        "wobi": "-0.4712",
        "vol": "0.000203",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5030",
        "exit_reason": "OFI_REVERSAL z=+4.41 WOBI=+0.94 (th=3.5) (100s)",
        "session_id": "82"
    },
    {
        "id": "1499",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71069.28000000",
        "exit_price": "71092.47000000",
        "profit": "-0.107630",
        "profit_pct": "-0.001076",
        "entry_time": "2026-03-05 20:09:11",
        "exit_time": "2026-03-05 20:10:31",
        "hold_time": "79.90",
        "ofi_z": "-4.1446",
        "er": "1.0000",
        "wobi": "-0.7232",
        "vol": "0.000194",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4454",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.60 (th=3.5) (80s)",
        "session_id": "82"
    },
    {
        "id": "1498",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70921.78000000",
        "exit_price": "70940.82000000",
        "profit": "-0.101846",
        "profit_pct": "-0.001018",
        "entry_time": "2026-03-05 20:07:35",
        "exit_time": "2026-03-05 20:08:39",
        "hold_time": "64.95",
        "ofi_z": "-2.6017",
        "er": "0.9608",
        "wobi": "-0.9842",
        "vol": "0.000162",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0920",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.86 (th=3.5) (65s)",
        "session_id": "82"
    },
    {
        "id": "1497",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70984.47000000",
        "exit_price": "70872.44000000",
        "profit": "0.082823",
        "profit_pct": "0.000828",
        "entry_time": "2026-03-05 20:05:20",
        "exit_time": "2026-03-05 20:06:27",
        "hold_time": "66.78",
        "ofi_z": "0.7807",
        "er": "1.0000",
        "wobi": "0.9925",
        "vol": "0.000152",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.7370",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.92 (th=3.5) (67s)",
        "session_id": "82"
    },
    {
        "id": "1496",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71013.99000000",
        "exit_price": "70984.46000000",
        "profit": "-0.116583",
        "profit_pct": "-0.001166",
        "entry_time": "2026-03-05 20:04:43",
        "exit_time": "2026-03-05 20:05:19",
        "hold_time": "35.92",
        "ofi_z": "3.1550",
        "er": "1.0000",
        "wobi": "0.5090",
        "vol": "0.000138",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8203",
        "exit_reason": "OFI_REVERSAL z=-3.95 WOBI=-1.00 (th=3.0) (36s)",
        "session_id": "81"
    },
    {
        "id": "1495",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71003.35000000",
        "exit_price": "70968.87000000",
        "profit": "-0.026439",
        "profit_pct": "-0.000264",
        "entry_time": "2026-03-05 19:31:13",
        "exit_time": "2026-03-05 19:32:47",
        "hold_time": "93.75",
        "ofi_z": "-0.0126",
        "er": "1.0000",
        "wobi": "-0.5888",
        "vol": "0.000143",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.7785",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.54 (th=3.0) (94s)",
        "session_id": "81"
    },
    {
        "id": "1494",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71112.54000000",
        "exit_price": "71105.97000000",
        "profit": "-0.065761",
        "profit_pct": "-0.000658",
        "entry_time": "2026-03-05 19:28:31",
        "exit_time": "2026-03-05 19:29:02",
        "hold_time": "30.75",
        "ofi_z": "-2.1871",
        "er": "0.8947",
        "wobi": "-0.8884",
        "vol": "0.000152",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4471",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.56 (th=3.0) (31s)",
        "session_id": "81"
    },
    {
        "id": "1493",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71151.52000000",
        "exit_price": "71103.21000000",
        "profit": "-0.007103",
        "profit_pct": "-0.000071",
        "entry_time": "2026-03-05 19:25:44",
        "exit_time": "2026-03-05 19:26:30",
        "hold_time": "45.84",
        "ofi_z": "-2.7486",
        "er": "1.0000",
        "wobi": "-0.9891",
        "vol": "0.000145",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6917",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.70 (th=3.0) (46s)",
        "session_id": "81"
    },
    {
        "id": "1492",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71269.38000000",
        "exit_price": "71227.68000000",
        "profit": "-0.016490",
        "profit_pct": "-0.000165",
        "entry_time": "2026-03-05 19:23:39",
        "exit_time": "2026-03-05 19:24:57",
        "hold_time": "77.91",
        "ofi_z": "-3.7440",
        "er": "0.9767",
        "wobi": "-0.5956",
        "vol": "0.000158",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0233",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+1.00 (th=3.0) (78s)",
        "session_id": "81"
    },
    {
        "id": "1491",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71279.82000000",
        "exit_price": "71227.68000000",
        "profit": "-0.001852",
        "profit_pct": "-0.000019",
        "entry_time": "2026-03-05 19:22:53",
        "exit_time": "2026-03-05 19:24:58",
        "hold_time": "124.30",
        "ofi_z": "-3.0560",
        "er": "0.8095",
        "wobi": "-0.9938",
        "vol": "0.000163",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1153",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+1.00 (th=3.5) (124s)",
        "session_id": "82"
    },
    {
        "id": "1490",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71283.55000000",
        "exit_price": "71278.82000000",
        "profit": "-0.068365",
        "profit_pct": "-0.000684",
        "entry_time": "2026-03-05 19:22:40",
        "exit_time": "2026-03-05 19:23:09",
        "hold_time": "30.00",
        "ofi_z": "-1.9615",
        "er": "0.9851",
        "wobi": "-0.9847",
        "vol": "0.000163",
        "spread": "0.000034",
        "regime": "TRENDING",
        "signal_score": "1.4394",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+0.98 (th=3.0) (30s)",
        "session_id": "81"
    },
    {
        "id": "1489",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71381.01000000",
        "exit_price": "71278.74000000",
        "profit": "0.068273",
        "profit_pct": "0.000683",
        "entry_time": "2026-03-05 19:20:45",
        "exit_time": "2026-03-05 19:21:48",
        "hold_time": "62.53",
        "ofi_z": "-2.8756",
        "er": "1.0000",
        "wobi": "-0.5323",
        "vol": "0.000199",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1951",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+1.00 (th=3.5) (63s)",
        "session_id": "82"
    },
    {
        "id": "1488",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71381.01000000",
        "exit_price": "71278.74000000",
        "profit": "0.068273",
        "profit_pct": "0.000683",
        "entry_time": "2026-03-05 19:20:44",
        "exit_time": "2026-03-05 19:21:47",
        "hold_time": "62.53",
        "ofi_z": "-2.8756",
        "er": "1.0000",
        "wobi": "-0.5323",
        "vol": "0.000199",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7903",
        "exit_reason": "OFI_REVERSAL z=+5.00 WOBI=+1.00 (th=3.0) (63s)",
        "session_id": "81"
    },
    {
        "id": "1486",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71233.48000000",
        "exit_price": "71411.57000000",
        "profit": "-0.325009",
        "profit_pct": "-0.003250",
        "entry_time": "2026-03-05 19:10:41",
        "exit_time": "2026-03-05 19:14:14",
        "hold_time": "212.71",
        "ofi_z": "-3.0757",
        "er": "1.0000",
        "wobi": "-0.7947",
        "vol": "0.000164",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6504",
        "exit_reason": "STOP_LOSS -0.250% (213s)",
        "session_id": "77"
    },
    {
        "id": "1485",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71101.31000000",
        "exit_price": "71279.21000000",
        "profit": "-0.325206",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-05 19:01:06",
        "exit_time": "2026-03-05 19:10:02",
        "hold_time": "536.58",
        "ofi_z": "-3.2464",
        "er": "1.0000",
        "wobi": "-0.8173",
        "vol": "0.000121",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6529",
        "exit_reason": "STOP_LOSS -0.250% (537s)",
        "session_id": "77"
    },
    {
        "id": "1484",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70885.79000000",
        "exit_price": "70891.18000000",
        "profit": "-0.067396",
        "profit_pct": "-0.000674",
        "entry_time": "2026-03-05 18:53:36",
        "exit_time": "2026-03-05 18:55:13",
        "hold_time": "97.24",
        "ofi_z": "0.9848",
        "er": "0.9750",
        "wobi": "0.2909",
        "vol": "0.000143",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0320",
        "exit_reason": "OFI_REVERSAL z=-4.26 WOBI=-0.22 (th=3.0) (97s)",
        "session_id": "75"
    },
    {
        "id": "1483",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70888.06000000",
        "exit_price": "70823.49000000",
        "profit": "-0.166087",
        "profit_pct": "-0.001661",
        "entry_time": "2026-03-05 18:51:07",
        "exit_time": "2026-03-05 18:52:29",
        "hold_time": "81.33",
        "ofi_z": "0.0419",
        "er": "0.9728",
        "wobi": "-0.9642",
        "vol": "0.000147",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.7725",
        "exit_reason": "OFI_REVERSAL z=-3.96 WOBI=-0.99 (th=3.0) (81s)",
        "session_id": "75"
    },
    {
        "id": "1482",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70946.16000000",
        "exit_price": "70940.11000000",
        "profit": "-0.066472",
        "profit_pct": "-0.000665",
        "entry_time": "2026-03-05 18:48:57",
        "exit_time": "2026-03-05 18:50:03",
        "hold_time": "66.26",
        "ofi_z": "-1.8852",
        "er": "1.0000",
        "wobi": "-0.9180",
        "vol": "0.000150",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3045",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.63 (th=3.0) (66s)",
        "session_id": "73"
    },
    {
        "id": "1481",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70962.08000000",
        "exit_price": "70932.06000000",
        "profit": "-0.032696",
        "profit_pct": "-0.000327",
        "entry_time": "2026-03-05 18:47:26",
        "exit_time": "2026-03-05 18:48:41",
        "hold_time": "74.24",
        "ofi_z": "-2.3195",
        "er": "0.0000",
        "wobi": "-0.4368",
        "vol": "0.000151",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.8011",
        "exit_reason": "OFI_REVERSAL z=+7.03 WOBI=+0.65 (th=3.0) (74s)",
        "session_id": "73"
    },
    {
        "id": "1480",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70948.01000000",
        "exit_price": "70910.44000000",
        "profit": "-0.022046",
        "profit_pct": "-0.000220",
        "entry_time": "2026-03-05 18:45:04",
        "exit_time": "2026-03-05 18:46:42",
        "hold_time": "97.73",
        "ofi_z": "-3.5470",
        "er": "0.9911",
        "wobi": "0.9767",
        "vol": "0.000153",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7641",
        "exit_reason": "OFI_REVERSAL z=+4.77 WOBI=+0.71 (th=3.0) (98s)",
        "session_id": "73"
    },
    {
        "id": "1479",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71023.54000000",
        "exit_price": "70958.89000000",
        "profit": "0.016026",
        "profit_pct": "0.000160",
        "entry_time": "2026-03-05 18:42:31",
        "exit_time": "2026-03-05 18:44:01",
        "hold_time": "89.47",
        "ofi_z": "-2.7720",
        "er": "1.0000",
        "wobi": "-0.9974",
        "vol": "0.000167",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5687",
        "exit_reason": "OFI_REVERSAL z=+3.62 WOBI=+1.00 (th=3.0) (89s)",
        "session_id": "73"
    },
    {
        "id": "1478",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70900.01000000",
        "exit_price": "70932.00000000",
        "profit": "-0.120120",
        "profit_pct": "-0.001201",
        "entry_time": "2026-03-05 18:40:00",
        "exit_time": "2026-03-05 18:42:02",
        "hold_time": "122.00",
        "ofi_z": "-1.8131",
        "er": "0.9900",
        "wobi": "-0.7454",
        "vol": "0.000179",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3087",
        "exit_reason": "OFI_REVERSAL z=+3.31 WOBI=+0.26 (th=2.5) (122s)",
        "session_id": "73"
    },
    {
        "id": "1477",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70939.33000000",
        "exit_price": "70946.58000000",
        "profit": "-0.085220",
        "profit_pct": "-0.000852",
        "entry_time": "2026-03-05 18:37:31",
        "exit_time": "2026-03-05 18:39:16",
        "hold_time": "104.47",
        "ofi_z": "-3.3598",
        "er": "0.9130",
        "wobi": "-0.9699",
        "vol": "0.000178",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6890",
        "exit_reason": "OFI_REVERSAL z=+9.77 WOBI=+0.71 (th=3.0) (104s)",
        "session_id": "73"
    },
    {
        "id": "1476",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71000.01000000",
        "exit_price": "70946.02000000",
        "profit": "0.001042",
        "profit_pct": "0.000010",
        "entry_time": "2026-03-05 18:36:04",
        "exit_time": "2026-03-05 18:37:11",
        "hold_time": "67.53",
        "ofi_z": "-3.2010",
        "er": "0.9902",
        "wobi": "-0.6337",
        "vol": "0.000175",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6908",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.47 (th=3.0) (68s)",
        "session_id": "73"
    },
    {
        "id": "1475",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70996.45000000",
        "exit_price": "71075.38000000",
        "profit": "0.036175",
        "profit_pct": "0.000362",
        "entry_time": "2026-03-05 18:33:46",
        "exit_time": "2026-03-05 18:35:35",
        "hold_time": "109.11",
        "ofi_z": "3.1598",
        "er": "1.0000",
        "wobi": "0.9980",
        "vol": "0.000181",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6913",
        "exit_reason": "OFI_REVERSAL z=-6.06 WOBI=-0.35 (th=3.0) (109s)",
        "session_id": "73"
    },
    {
        "id": "1474",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70803.34000000",
        "exit_price": "70851.29000000",
        "profit": "-0.142723",
        "profit_pct": "-0.001427",
        "entry_time": "2026-03-05 18:26:35",
        "exit_time": "2026-03-05 18:28:11",
        "hold_time": "95.37",
        "ofi_z": "-1.8423",
        "er": "0.9545",
        "wobi": "-0.4443",
        "vol": "0.000168",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2835",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.20 (th=3.0) (95s)",
        "session_id": "73"
    },
    {
        "id": "1473",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70915.60000000",
        "exit_price": "70907.55000000",
        "profit": "-0.086352",
        "profit_pct": "-0.000864",
        "entry_time": "2026-03-05 18:19:34",
        "exit_time": "2026-03-05 18:20:38",
        "hold_time": "64.53",
        "ofi_z": "2.9001",
        "er": "1.0000",
        "wobi": "0.8529",
        "vol": "0.000150",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5868",
        "exit_reason": "OFI_REVERSAL z=-7.81 WOBI=-0.92 (th=3.0) (65s)",
        "session_id": "73"
    },
    {
        "id": "1472",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70947.92000000",
        "exit_price": "70988.00000000",
        "profit": "-0.131492",
        "profit_pct": "-0.001315",
        "entry_time": "2026-03-05 18:12:28",
        "exit_time": "2026-03-05 18:13:28",
        "hold_time": "60.37",
        "ofi_z": "-3.2754",
        "er": "0.9720",
        "wobi": "-0.2730",
        "vol": "0.000200",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7257",
        "exit_reason": "OFI_REVERSAL z=+8.72 WOBI=+1.00 (th=3.0) (60s)",
        "session_id": "73"
    },
    {
        "id": "1471",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71039.02000000",
        "exit_price": "70961.70000000",
        "profit": "0.033842",
        "profit_pct": "0.000338",
        "entry_time": "2026-03-05 18:11:01",
        "exit_time": "2026-03-05 18:13:15",
        "hold_time": "134.35",
        "ofi_z": "-3.9496",
        "er": "1.0000",
        "wobi": "-0.9991",
        "vol": "0.000204",
        "spread": "0.000027",
        "regime": "TRENDING",
        "signal_score": "1.2174",
        "exit_reason": "OFI_REVERSAL z=+8.67 WOBI=+0.53 (th=4.0) (134s)",
        "session_id": "74"
    },
    {
        "id": "1470",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70907.53000000",
        "exit_price": "71001.84000000",
        "profit": "0.058004",
        "profit_pct": "0.000580",
        "entry_time": "2026-03-05 18:07:38",
        "exit_time": "2026-03-05 18:10:19",
        "hold_time": "161.32",
        "ofi_z": "2.9920",
        "er": "1.0000",
        "wobi": "0.9976",
        "vol": "0.000206",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0477",
        "exit_reason": "OFI_REVERSAL z=-9.21 WOBI=-0.98 (th=4.0) (161s)",
        "session_id": "74"
    },
    {
        "id": "1469",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70830.49000000",
        "exit_price": "70938.46000000",
        "profit": "-0.227434",
        "profit_pct": "-0.002274",
        "entry_time": "2026-03-05 18:06:14",
        "exit_time": "2026-03-05 18:07:21",
        "hold_time": "67.11",
        "ofi_z": "-2.2888",
        "er": "1.0000",
        "wobi": "-0.9240",
        "vol": "0.000195",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4644",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.94 (th=3.0) (67s)",
        "session_id": "73"
    },
    {
        "id": "1468",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70773.84000000",
        "exit_price": "70809.20000000",
        "profit": "-0.025038",
        "profit_pct": "-0.000250",
        "entry_time": "2026-03-05 18:03:10",
        "exit_time": "2026-03-05 18:05:10",
        "hold_time": "120.05",
        "ofi_z": "3.8796",
        "er": "1.0000",
        "wobi": "0.9759",
        "vol": "0.000206",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2062",
        "exit_reason": "OFI_REVERSAL z=-9.33 WOBI=-0.74 (th=4.0) (120s)",
        "session_id": "74"
    },
    {
        "id": "1467",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70690.58000000",
        "exit_price": "70759.08000000",
        "profit": "-0.171901",
        "profit_pct": "-0.001719",
        "entry_time": "2026-03-05 18:00:01",
        "exit_time": "2026-03-05 18:02:33",
        "hold_time": "151.86",
        "ofi_z": "-4.4004",
        "er": "0.9912",
        "wobi": "-0.7672",
        "vol": "0.000209",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2977",
        "exit_reason": "OFI_REVERSAL z=+7.42 WOBI=+0.28 (th=4.0) (152s)",
        "session_id": "74"
    },
    {
        "id": "1466",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70708.01000000",
        "exit_price": "70718.62000000",
        "profit": "-0.090005",
        "profit_pct": "-0.000900",
        "entry_time": "2026-03-05 17:59:43",
        "exit_time": "2026-03-05 18:01:03",
        "hold_time": "79.97",
        "ofi_z": "-2.2971",
        "er": "0.0000",
        "wobi": "-0.8238",
        "vol": "0.000207",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.8542",
        "exit_reason": "OFI_REVERSAL z=+6.35 WOBI=+0.98 (th=3.0) (80s)",
        "session_id": "73"
    },
    {
        "id": "1465",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70815.94000000",
        "exit_price": "70715.52000000",
        "profit": "0.066804",
        "profit_pct": "0.000668",
        "entry_time": "2026-03-05 17:56:25",
        "exit_time": "2026-03-05 17:59:04",
        "hold_time": "158.60",
        "ofi_z": "0.2164",
        "er": "1.0000",
        "wobi": "0.9981",
        "vol": "0.000205",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.5513",
        "exit_reason": "OFI_REVERSAL z=+5.36 WOBI=+0.58 (th=4.0) (159s)",
        "session_id": "74"
    },
    {
        "id": "1464",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70908.05000000",
        "exit_price": "70849.07000000",
        "profit": "-0.158178",
        "profit_pct": "-0.001582",
        "entry_time": "2026-03-05 17:53:29",
        "exit_time": "2026-03-05 17:54:31",
        "hold_time": "61.97",
        "ofi_z": "2.4025",
        "er": "1.0000",
        "wobi": "0.9992",
        "vol": "0.000189",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4893",
        "exit_reason": "OFI_REVERSAL z=-7.94 WOBI=-0.94 (th=3.0) (62s)",
        "session_id": "73"
    },
    {
        "id": "1463",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70817.83000000",
        "exit_price": "70866.15000000",
        "profit": "-0.143231",
        "profit_pct": "-0.001432",
        "entry_time": "2026-03-05 17:47:04",
        "exit_time": "2026-03-05 17:48:06",
        "hold_time": "61.96",
        "ofi_z": "-3.5300",
        "er": "1.0000",
        "wobi": "-0.9955",
        "vol": "0.000201",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8153",
        "exit_reason": "OFI_REVERSAL z=+5.88 WOBI=+0.62 (th=3.0) (62s)",
        "session_id": "73"
    },
    {
        "id": "1462",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70932.29000000",
        "exit_price": "70861.90000000",
        "profit": "-0.174235",
        "profit_pct": "-0.001742",
        "entry_time": "2026-03-05 17:40:37",
        "exit_time": "2026-03-05 17:41:36",
        "hold_time": "62.91",
        "ofi_z": "1.6784",
        "er": "1.0000",
        "wobi": "0.9492",
        "vol": "0.000221",
        "spread": "0.000032",
        "regime": "TRENDING",
        "signal_score": "1.3210",
        "exit_reason": "OFI_REVERSAL z=-3.67 WOBI=-0.99 (th=3.0) (63s)",
        "session_id": "73"
    },
    {
        "id": "1461",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70813.06000000",
        "exit_price": "70866.15000000",
        "profit": "-0.149972",
        "profit_pct": "-0.001500",
        "entry_time": "2026-03-05 17:37:21",
        "exit_time": "2026-03-05 17:39:53",
        "hold_time": "150.58",
        "ofi_z": "-3.8520",
        "er": "0.9817",
        "wobi": "0.9881",
        "vol": "0.000205",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1932",
        "exit_reason": "OFI_REVERSAL z=+5.12 WOBI=+0.99 (th=4.0) (151s)",
        "session_id": "74"
    },
    {
        "id": "1460",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70748.62000000",
        "exit_price": "70767.22000000",
        "profit": "-0.101290",
        "profit_pct": "-0.001013",
        "entry_time": "2026-03-05 17:32:19",
        "exit_time": "2026-03-05 17:35:01",
        "hold_time": "165.67",
        "ofi_z": "-3.3137",
        "er": "1.0000",
        "wobi": "-0.7738",
        "vol": "0.000190",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7437",
        "exit_reason": "OFI_REVERSAL z=+2.72 WOBI=+1.00 (th=2.5) (166s)",
        "session_id": "73"
    },
    {
        "id": "1459",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70825.10000000",
        "exit_price": "70789.46000000",
        "profit": "-0.024679",
        "profit_pct": "-0.000247",
        "entry_time": "2026-03-05 17:31:26",
        "exit_time": "2026-03-05 17:35:10",
        "hold_time": "225.19",
        "ofi_z": "-3.4798",
        "er": "1.0000",
        "wobi": "-0.9362",
        "vol": "0.000201",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1315",
        "exit_reason": "OFI_REVERSAL z=+4.39 WOBI=+0.99 (th=4.0) (225s)",
        "session_id": "74"
    },
    {
        "id": "1458",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71111.25000000",
        "exit_price": "71054.04000000",
        "profit": "-0.155451",
        "profit_pct": "-0.001555",
        "entry_time": "2026-03-05 17:25:58",
        "exit_time": "2026-03-05 17:27:06",
        "hold_time": "68.19",
        "ofi_z": "1.1793",
        "er": "1.0000",
        "wobi": "-0.8488",
        "vol": "0.000188",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1480",
        "exit_reason": "OFI_REVERSAL z=-7.86 WOBI=-0.96 (th=3.0) (68s)",
        "session_id": "73"
    },
    {
        "id": "1457",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71035.58000000",
        "exit_price": "71029.98000000",
        "profit": "-0.067117",
        "profit_pct": "-0.000671",
        "entry_time": "2026-03-05 17:18:23",
        "exit_time": "2026-03-05 17:20:06",
        "hold_time": "109.59",
        "ofi_z": "-3.6436",
        "er": "1.0000",
        "wobi": "-0.9829",
        "vol": "0.000192",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8370",
        "exit_reason": "OFI_REVERSAL z=+3.13 WOBI=+0.74 (th=3.0) (110s)",
        "session_id": "73"
    },
    {
        "id": "1456",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71042.01000000",
        "exit_price": "71044.23000000",
        "profit": "-0.078125",
        "profit_pct": "-0.000781",
        "entry_time": "2026-03-05 17:16:27",
        "exit_time": "2026-03-05 17:19:01",
        "hold_time": "154.45",
        "ofi_z": "-4.7568",
        "er": "0.9871",
        "wobi": "-0.6176",
        "vol": "0.000208",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3594",
        "exit_reason": "OFI_REVERSAL z=+6.74 WOBI=+0.56 (th=4.0) (154s)",
        "session_id": "74"
    },
    {
        "id": "1455",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71147.13000000",
        "exit_price": "71152.27000000",
        "profit": "-0.067776",
        "profit_pct": "-0.000678",
        "entry_time": "2026-03-05 17:12:48",
        "exit_time": "2026-03-05 17:15:10",
        "hold_time": "139.15",
        "ofi_z": "-0.4337",
        "er": "1.0000",
        "wobi": "-0.9774",
        "vol": "0.000210",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.5935",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.58 (th=4.0) (139s)",
        "session_id": "74"
    },
    {
        "id": "1454",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71163.10000000",
        "exit_price": "71159.88000000",
        "profit": "-0.070475",
        "profit_pct": "-0.000705",
        "entry_time": "2026-03-05 17:11:45",
        "exit_time": "2026-03-05 17:13:16",
        "hold_time": "90.17",
        "ofi_z": "-2.8066",
        "er": "0.9048",
        "wobi": "-0.3756",
        "vol": "0.000211",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5648",
        "exit_reason": "OFI_REVERSAL z=+7.39 WOBI=+0.29 (th=3.0) (90s)",
        "session_id": "73"
    },
    {
        "id": "1453",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71093.21000000",
        "exit_price": "71175.83000000",
        "profit": "-0.191214",
        "profit_pct": "-0.001912",
        "entry_time": "2026-03-05 17:09:42",
        "exit_time": "2026-03-05 17:11:59",
        "hold_time": "136.57",
        "ofi_z": "-0.2426",
        "er": "1.0000",
        "wobi": "0.9963",
        "vol": "0.000203",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.5550",
        "exit_reason": "OFI_REVERSAL z=+7.93 WOBI=+0.68 (th=4.0) (137s)",
        "session_id": "74"
    },
    {
        "id": "1452",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71541.32000000",
        "exit_price": "71435.56000000",
        "profit": "-0.222831",
        "profit_pct": "-0.002228",
        "entry_time": "2026-03-05 17:04:49",
        "exit_time": "2026-03-05 17:06:46",
        "hold_time": "115.82",
        "ofi_z": "2.0293",
        "er": "1.0000",
        "wobi": "0.9299",
        "vol": "0.000166",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3617",
        "exit_reason": "OFI_REVERSAL z=-4.43 WOBI=-1.00 (th=3.0) (116s)",
        "session_id": "73"
    },
    {
        "id": "1451",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71304.49000000",
        "exit_price": "71303.99000000",
        "profit": "-0.074299",
        "profit_pct": "-0.000743",
        "entry_time": "2026-03-05 16:58:42",
        "exit_time": "2026-03-05 16:59:42",
        "hold_time": "60.06",
        "ofi_z": "-2.2573",
        "er": "0.9927",
        "wobi": "-0.0082",
        "vol": "0.000152",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4061",
        "exit_reason": "OFI_REVERSAL z=+3.30 WOBI=+0.94 (th=3.0) (60s)",
        "session_id": "73"
    },
    {
        "id": "1450",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71292.73000000",
        "exit_price": "71218.00000000",
        "profit": "-0.179821",
        "profit_pct": "-0.001798",
        "entry_time": "2026-03-05 16:51:34",
        "exit_time": "2026-03-05 16:52:56",
        "hold_time": "82.38",
        "ofi_z": "2.3978",
        "er": "0.9677",
        "wobi": "0.8676",
        "vol": "0.000173",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4512",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.63 (th=3.0) (82s)",
        "session_id": "73"
    },
    {
        "id": "1449",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71345.19000000",
        "exit_price": "71249.17000000",
        "profit": "0.059585",
        "profit_pct": "0.000596",
        "entry_time": "2026-03-05 16:49:18",
        "exit_time": "2026-03-05 16:52:26",
        "hold_time": "187.07",
        "ofi_z": "-4.8389",
        "er": "0.9863",
        "wobi": "-0.4150",
        "vol": "0.000203",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3704",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.97 (th=4.0) (187s)",
        "session_id": "74"
    },
    {
        "id": "1448",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71338.30000000",
        "exit_price": "71327.86000000",
        "profit": "-0.060366",
        "profit_pct": "-0.000604",
        "entry_time": "2026-03-05 16:49:02",
        "exit_time": "2026-03-05 16:50:31",
        "hold_time": "88.65",
        "ofi_z": "-2.6064",
        "er": "1.0000",
        "wobi": "-0.9979",
        "vol": "0.000203",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5608",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+1.00 (th=3.0) (89s)",
        "session_id": "73"
    },
    {
        "id": "1447",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71382.53000000",
        "exit_price": "71337.08000000",
        "profit": "-0.011329",
        "profit_pct": "-0.000113",
        "entry_time": "2026-03-05 16:45:47",
        "exit_time": "2026-03-05 16:47:02",
        "hold_time": "75.08",
        "ofi_z": "-1.9699",
        "er": "1.0000",
        "wobi": "-0.9974",
        "vol": "0.000226",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4075",
        "exit_reason": "OFI_REVERSAL z=+3.20 WOBI=+0.72 (th=3.0) (75s)",
        "session_id": "73"
    },
    {
        "id": "1446",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71390.40000000",
        "exit_price": "71371.65000000",
        "profit": "-0.048736",
        "profit_pct": "-0.000487",
        "entry_time": "2026-03-05 16:45:26",
        "exit_time": "2026-03-05 16:48:04",
        "hold_time": "157.55",
        "ofi_z": "1.4968",
        "er": "1.0000",
        "wobi": "0.5199",
        "vol": "0.000223",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.7915",
        "exit_reason": "OFI_REVERSAL z=+4.82 WOBI=+0.61 (th=4.0) (158s)",
        "session_id": "74"
    },
    {
        "id": "1445",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71403.99000000",
        "exit_price": "71390.39000000",
        "profit": "-0.094047",
        "profit_pct": "-0.000940",
        "entry_time": "2026-03-05 16:44:17",
        "exit_time": "2026-03-05 16:45:25",
        "hold_time": "67.92",
        "ofi_z": "-0.7809",
        "er": "1.0000",
        "wobi": "-0.9960",
        "vol": "0.000231",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0829",
        "exit_reason": "OFI_REVERSAL z=-4.84 WOBI=-1.00 (th=3.0) (68s)",
        "session_id": "73"
    },
    {
        "id": "1444",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71423.81000000",
        "exit_price": "71375.89000000",
        "profit": "-0.142092",
        "profit_pct": "-0.001421",
        "entry_time": "2026-03-05 16:42:25",
        "exit_time": "2026-03-05 16:43:52",
        "hold_time": "86.57",
        "ofi_z": "2.2083",
        "er": "0.9592",
        "wobi": "0.7613",
        "vol": "0.000233",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4555",
        "exit_reason": "OFI_REVERSAL z=-4.38 WOBI=-1.00 (th=3.0) (87s)",
        "session_id": "73"
    },
    {
        "id": "1443",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71419.85000000",
        "exit_price": "71350.00000000",
        "profit": "-0.172802",
        "profit_pct": "-0.001728",
        "entry_time": "2026-03-05 16:42:04",
        "exit_time": "2026-03-05 16:44:46",
        "hold_time": "163.23",
        "ofi_z": "4.4068",
        "er": "1.0000",
        "wobi": "0.9974",
        "vol": "0.000238",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3202",
        "exit_reason": "OFI_REVERSAL z=-4.54 WOBI=-0.99 (th=4.0) (163s)",
        "session_id": "74"
    },
    {
        "id": "1442",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71556.82000000",
        "exit_price": "71413.17000000",
        "profit": "0.125750",
        "profit_pct": "0.001257",
        "entry_time": "2026-03-05 16:40:37",
        "exit_time": "2026-03-05 16:42:03",
        "hold_time": "85.57",
        "ofi_z": "-2.7542",
        "er": "1.0000",
        "wobi": "-0.9814",
        "vol": "0.000225",
        "spread": "0.000002",
        "regime": "TRENDING",
        "signal_score": "1.6247",
        "exit_reason": "OFI_REVERSAL z=+4.38 WOBI=+0.46 (th=3.0) (86s)",
        "session_id": "73"
    },
    {
        "id": "1441",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71351.99000000",
        "exit_price": "71538.07000000",
        "profit": "0.185792",
        "profit_pct": "0.001858",
        "entry_time": "2026-03-05 16:39:04",
        "exit_time": "2026-03-05 16:41:04",
        "hold_time": "121.25",
        "ofi_z": "3.1330",
        "er": "1.0000",
        "wobi": "0.9995",
        "vol": "0.000206",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0728",
        "exit_reason": "OFI_REVERSAL z=-4.02 WOBI=-0.89 (th=4.0) (121s)",
        "session_id": "74"
    },
    {
        "id": "1440",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71351.99000000",
        "exit_price": "71461.15000000",
        "profit": "0.077988",
        "profit_pct": "0.000780",
        "entry_time": "2026-03-05 16:39:03",
        "exit_time": "2026-03-05 16:40:07",
        "hold_time": "64.49",
        "ofi_z": "3.1330",
        "er": "1.0000",
        "wobi": "0.9995",
        "vol": "0.000206",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7099",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.31 (th=3.0) (64s)",
        "session_id": "73"
    },
    {
        "id": "1439",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71190.04000000",
        "exit_price": "71356.15000000",
        "profit": "-0.308333",
        "profit_pct": "-0.003083",
        "entry_time": "2026-03-05 16:36:06",
        "exit_time": "2026-03-05 16:37:20",
        "hold_time": "74.57",
        "ofi_z": "0.0090",
        "er": "1.0000",
        "wobi": "0.8908",
        "vol": "0.000199",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8351",
        "exit_reason": "OFI_REVERSAL z=+3.59 WOBI=+0.31 (th=3.0) (75s)",
        "session_id": "73"
    },
    {
        "id": "1438",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71193.98000000",
        "exit_price": "71359.66000000",
        "profit": "0.157716",
        "profit_pct": "0.001577",
        "entry_time": "2026-03-05 16:35:28",
        "exit_time": "2026-03-05 16:37:39",
        "hold_time": "131.26",
        "ofi_z": "4.6330",
        "er": "0.9825",
        "wobi": "0.6457",
        "vol": "0.000201",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3309",
        "exit_reason": "OFI_REVERSAL z=-9.22 WOBI=-0.77 (th=4.0) (131s)",
        "session_id": "74"
    },
    {
        "id": "1437",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71192.40000000",
        "exit_price": "71233.63000000",
        "profit": "-0.017087",
        "profit_pct": "-0.000171",
        "entry_time": "2026-03-05 16:33:51",
        "exit_time": "2026-03-05 16:35:48",
        "hold_time": "117.05",
        "ofi_z": "2.3394",
        "er": "0.9902",
        "wobi": "0.1013",
        "vol": "0.000189",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4655",
        "exit_reason": "OFI_REVERSAL z=-5.91 WOBI=-1.00 (th=3.0) (117s)",
        "session_id": "73"
    },
    {
        "id": "1436",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71140.53000000",
        "exit_price": "71204.30000000",
        "profit": "0.014639",
        "profit_pct": "0.000146",
        "entry_time": "2026-03-05 16:32:12",
        "exit_time": "2026-03-05 16:33:20",
        "hold_time": "67.96",
        "ofi_z": "0.7134",
        "er": "1.0000",
        "wobi": "0.1218",
        "vol": "0.000196",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0275",
        "exit_reason": "OFI_REVERSAL z=-6.30 WOBI=-0.78 (th=3.0) (68s)",
        "session_id": "73"
    },
    {
        "id": "1435",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70994.06000000",
        "exit_price": "71074.47000000",
        "profit": "-0.188263",
        "profit_pct": "-0.001883",
        "entry_time": "2026-03-05 16:29:56",
        "exit_time": "2026-03-05 16:31:04",
        "hold_time": "68.41",
        "ofi_z": "-1.8223",
        "er": "0.9740",
        "wobi": "-0.7234",
        "vol": "0.000186",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3091",
        "exit_reason": "OFI_REVERSAL z=+6.23 WOBI=+0.48 (th=3.0) (68s)",
        "session_id": "73"
    },
    {
        "id": "1434",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71047.03000000",
        "exit_price": "71006.62000000",
        "profit": "-0.018122",
        "profit_pct": "-0.000181",
        "entry_time": "2026-03-05 16:28:33",
        "exit_time": "2026-03-05 16:30:48",
        "hold_time": "135.09",
        "ofi_z": "-4.1200",
        "er": "0.9535",
        "wobi": "-0.9380",
        "vol": "0.000210",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2337",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.79 (th=4.0) (135s)",
        "session_id": "74"
    },
    {
        "id": "1433",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71047.03000000",
        "exit_price": "71000.00000000",
        "profit": "-0.008804",
        "profit_pct": "-0.000088",
        "entry_time": "2026-03-05 16:28:29",
        "exit_time": "2026-03-05 16:29:40",
        "hold_time": "71.23",
        "ofi_z": "-2.7956",
        "er": "0.9848",
        "wobi": "-0.8963",
        "vol": "0.000211",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6114",
        "exit_reason": "OFI_REVERSAL z=+4.62 WOBI=+0.48 (th=3.0) (71s)",
        "session_id": "73"
    },
    {
        "id": "1432",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71016.65000000",
        "exit_price": "71078.00000000",
        "profit": "0.011388",
        "profit_pct": "0.000114",
        "entry_time": "2026-03-05 16:26:34",
        "exit_time": "2026-03-05 16:27:54",
        "hold_time": "81.34",
        "ofi_z": "2.8603",
        "er": "0.9906",
        "wobi": "0.9394",
        "vol": "0.000221",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6433",
        "exit_reason": "OFI_REVERSAL z=-7.63 WOBI=-1.00 (th=3.0) (81s)",
        "session_id": "73"
    },
    {
        "id": "1431",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71044.79000000",
        "exit_price": "71098.17000000",
        "profit": "-0.150136",
        "profit_pct": "-0.001501",
        "entry_time": "2026-03-05 16:24:39",
        "exit_time": "2026-03-05 16:25:43",
        "hold_time": "63.23",
        "ofi_z": "-3.9375",
        "er": "1.0000",
        "wobi": "-0.9843",
        "vol": "0.000222",
        "spread": "0.000004",
        "regime": "TRENDING",
        "signal_score": "1.9503",
        "exit_reason": "OFI_REVERSAL z=+9.18 WOBI=+0.91 (th=3.0) (63s)",
        "session_id": "73"
    },
    {
        "id": "1430",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71087.00000000",
        "exit_price": "70962.62000000",
        "profit": "-0.249969",
        "profit_pct": "-0.002500",
        "entry_time": "2026-03-05 16:23:03",
        "exit_time": "2026-03-05 16:24:03",
        "hold_time": "60.13",
        "ofi_z": "-4.4598",
        "er": "1.0000",
        "wobi": "-0.9981",
        "vol": "0.000260",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1345",
        "exit_reason": "OFI_REVERSAL z=-3.14 WOBI=-1.00 (th=3.0) (60s)",
        "session_id": "73"
    },
    {
        "id": "1429",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70967.67000000",
        "exit_price": "71059.56000000",
        "profit": "-0.204481",
        "profit_pct": "-0.002045",
        "entry_time": "2026-03-05 16:22:01",
        "exit_time": "2026-03-05 16:25:10",
        "hold_time": "189.64",
        "ofi_z": "-3.9001",
        "er": "0.9843",
        "wobi": "0.4120",
        "vol": "0.000254",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2335",
        "exit_reason": "OFI_REVERSAL z=+4.81 WOBI=+1.00 (th=4.0) (190s)",
        "session_id": "74"
    },
    {
        "id": "1428",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70924.44000000",
        "exit_price": "71061.43000000",
        "profit": "0.118149",
        "profit_pct": "0.001181",
        "entry_time": "2026-03-05 16:21:06",
        "exit_time": "2026-03-05 16:22:21",
        "hold_time": "75.48",
        "ofi_z": "0.2315",
        "er": "0.3333",
        "wobi": "-0.4845",
        "vol": "0.000255",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "0.5387",
        "exit_reason": "OFI_REVERSAL z=-8.14 WOBI=-0.32 (th=3.0) (75s)",
        "session_id": "73"
    },
    {
        "id": "1427",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70848.51000000",
        "exit_price": "70911.11000000",
        "profit": "0.013358",
        "profit_pct": "0.000134",
        "entry_time": "2026-03-05 16:18:34",
        "exit_time": "2026-03-05 16:19:58",
        "hold_time": "83.80",
        "ofi_z": "3.0449",
        "er": "0.9770",
        "wobi": "0.5547",
        "vol": "0.000285",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7535",
        "exit_reason": "OFI_REVERSAL z=-8.37 WOBI=-1.00 (th=3.0) (84s)",
        "session_id": "73"
    },
    {
        "id": "1426",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70875.67000000",
        "exit_price": "70921.42000000",
        "profit": "-0.010450",
        "profit_pct": "-0.000105",
        "entry_time": "2026-03-05 16:18:28",
        "exit_time": "2026-03-05 16:21:12",
        "hold_time": "165.38",
        "ofi_z": "3.1593",
        "er": "1.0000",
        "wobi": "0.5510",
        "vol": "0.000279",
        "spread": "0.000011",
        "regime": "TRENDING",
        "signal_score": "1.1234",
        "exit_reason": "OFI_REVERSAL z=-7.79 WOBI=-0.51 (th=4.0) (165s)",
        "session_id": "74"
    },
    {
        "id": "1425",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71016.91000000",
        "exit_price": "71014.93000000",
        "profit": "-0.077788",
        "profit_pct": "-0.000778",
        "entry_time": "2026-03-05 16:14:34",
        "exit_time": "2026-03-05 16:17:06",
        "hold_time": "149.41",
        "ofi_z": "3.0693",
        "er": "1.0000",
        "wobi": "0.8769",
        "vol": "0.000313",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1284",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.98 (th=4.0) (149s)",
        "session_id": "74"
    },
    {
        "id": "1424",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70868.68000000",
        "exit_price": "71046.00000000",
        "profit": "-0.325209",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-05 16:12:54",
        "exit_time": "2026-03-05 16:13:31",
        "hold_time": "35.84",
        "ofi_z": "-2.8132",
        "er": "1.0000",
        "wobi": "-0.8176",
        "vol": "0.000287",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7059",
        "exit_reason": "STOP_LOSS -0.250% (36s)",
        "session_id": "73"
    },
    {
        "id": "1423",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70807.94000000",
        "exit_price": "71056.53000000",
        "profit": "0.276076",
        "profit_pct": "0.002761",
        "entry_time": "2026-03-05 16:11:42",
        "exit_time": "2026-03-05 16:14:05",
        "hold_time": "136.64",
        "ofi_z": "3.6026",
        "er": "1.0000",
        "wobi": "0.7391",
        "vol": "0.000289",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2083",
        "exit_reason": "OFI_REVERSAL z=-4.79 WOBI=-1.00 (th=4.0) (137s)",
        "session_id": "74"
    },
    {
        "id": "1422",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71107.68000000",
        "exit_price": "70911.96000000",
        "profit": "0.200245",
        "profit_pct": "0.002002",
        "entry_time": "2026-03-05 16:07:49",
        "exit_time": "2026-03-05 16:09:51",
        "hold_time": "122.92",
        "ofi_z": "-3.6841",
        "er": "1.0000",
        "wobi": "-0.9078",
        "vol": "0.000258",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2036",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.23 (th=4.0) (123s)",
        "session_id": "74"
    },
    {
        "id": "1421",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71073.77000000",
        "exit_price": "71107.68000000",
        "profit": "-0.027289",
        "profit_pct": "-0.000273",
        "entry_time": "2026-03-05 16:06:10",
        "exit_time": "2026-03-05 16:07:48",
        "hold_time": "97.65",
        "ofi_z": "2.7433",
        "er": "1.0000",
        "wobi": "0.9575",
        "vol": "0.000213",
        "spread": "0.000023",
        "regime": "TRENDING",
        "signal_score": "1.6085",
        "exit_reason": "OFI_REVERSAL z=-3.68 WOBI=-0.91 (th=3.0) (98s)",
        "session_id": "73"
    },
    {
        "id": "1420",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71393.24000000",
        "exit_price": "71032.24000000",
        "profit": "0.430650",
        "profit_pct": "0.004307",
        "entry_time": "2026-03-05 16:04:25",
        "exit_time": "2026-03-05 16:06:45",
        "hold_time": "139.45",
        "ofi_z": "-3.0304",
        "er": "1.0000",
        "wobi": "-0.7172",
        "vol": "0.000212",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0581",
        "exit_reason": "OFI_REVERSAL z=+4.09 WOBI=+0.82 (th=4.0) (139s)",
        "session_id": "74"
    },
    {
        "id": "1419",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71579.58000000",
        "exit_price": "71441.56000000",
        "profit": "-0.267820",
        "profit_pct": "-0.002678",
        "entry_time": "2026-03-05 16:01:02",
        "exit_time": "2026-03-05 16:03:55",
        "hold_time": "172.56",
        "ofi_z": "2.8878",
        "er": "0.9852",
        "wobi": "0.5651",
        "vol": "0.000238",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0433",
        "exit_reason": "OFI_REVERSAL z=-7.55 WOBI=-0.99 (th=4.0) (173s)",
        "session_id": "74"
    },
    {
        "id": "1418",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71642.76000000",
        "exit_price": "71560.15000000",
        "profit": "-0.190308",
        "profit_pct": "-0.001903",
        "entry_time": "2026-03-05 16:00:05",
        "exit_time": "2026-03-05 16:01:04",
        "hold_time": "61.43",
        "ofi_z": "-10.0000",
        "er": "1.0000",
        "wobi": "-0.9972",
        "vol": "0.000236",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "3.6484",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-1.00 (th=3.0) (61s)",
        "session_id": "73"
    },
    {
        "id": "1417",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71538.38000000",
        "exit_price": "71528.85000000",
        "profit": "-0.088322",
        "profit_pct": "-0.000883",
        "entry_time": "2026-03-05 15:57:47",
        "exit_time": "2026-03-05 15:58:46",
        "hold_time": "60.09",
        "ofi_z": "2.4046",
        "er": "1.0000",
        "wobi": "0.6260",
        "vol": "0.000249",
        "spread": "0.000009",
        "regime": "TRENDING",
        "signal_score": "1.5523",
        "exit_reason": "OFI_REVERSAL z=-5.49 WOBI=-0.77 (th=3.0) (60s)",
        "session_id": "73"
    },
    {
        "id": "1416",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71525.00000000",
        "exit_price": "71647.49000000",
        "profit": "0.096255",
        "profit_pct": "0.000963",
        "entry_time": "2026-03-05 15:57:31",
        "exit_time": "2026-03-05 16:00:02",
        "hold_time": "150.94",
        "ofi_z": "4.3887",
        "er": "0.3333",
        "wobi": "0.4604",
        "vol": "0.000251",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "1.0688",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.98 (th=4.0) (151s)",
        "session_id": "74"
    },
    {
        "id": "1415",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71596.93000000",
        "exit_price": "71492.93000000",
        "profit": "-0.220258",
        "profit_pct": "-0.002203",
        "entry_time": "2026-03-05 15:55:22",
        "exit_time": "2026-03-05 15:56:24",
        "hold_time": "62.17",
        "ofi_z": "7.4432",
        "er": "0.9474",
        "wobi": "-0.8070",
        "vol": "0.000240",
        "spread": "0.000010",
        "regime": "TRENDING",
        "signal_score": "2.9097",
        "exit_reason": "OFI_REVERSAL z=-3.02 WOBI=-0.22 (th=3.0) (62s)",
        "session_id": "73"
    },
    {
        "id": "1414",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71727.50000000",
        "exit_price": "71708.03000000",
        "profit": "-0.102144",
        "profit_pct": "-0.001021",
        "entry_time": "2026-03-05 15:53:54",
        "exit_time": "2026-03-05 15:54:59",
        "hold_time": "64.49",
        "ofi_z": "-4.1905",
        "er": "1.0000",
        "wobi": "-0.9783",
        "vol": "0.000230",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0283",
        "exit_reason": "OFI_REVERSAL z=-3.42 WOBI=-1.00 (th=3.0) (64s)",
        "session_id": "73"
    },
    {
        "id": "1413",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71602.33000000",
        "exit_price": "71586.55000000",
        "profit": "-0.097038",
        "profit_pct": "-0.000970",
        "entry_time": "2026-03-05 15:53:20",
        "exit_time": "2026-03-05 15:55:30",
        "hold_time": "130.14",
        "ofi_z": "3.8722",
        "er": "0.9955",
        "wobi": "-0.1701",
        "vol": "0.000217",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2102",
        "exit_reason": "OFI_REVERSAL z=-6.89 WOBI=-0.80 (th=4.0) (130s)",
        "session_id": "74"
    },
    {
        "id": "1412",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71612.89000000",
        "exit_price": "71602.34000000",
        "profit": "-0.060268",
        "profit_pct": "-0.000603",
        "entry_time": "2026-03-05 15:52:02",
        "exit_time": "2026-03-05 15:53:19",
        "hold_time": "77.09",
        "ofi_z": "-1.7850",
        "er": "1.0000",
        "wobi": "-0.9962",
        "vol": "0.000220",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3504",
        "exit_reason": "OFI_REVERSAL z=+3.87 WOBI=+0.52 (th=3.0) (77s)",
        "session_id": "73"
    },
    {
        "id": "1411",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71383.76000000",
        "exit_price": "71562.00000000",
        "profit": "0.174693",
        "profit_pct": "0.001747",
        "entry_time": "2026-03-05 15:50:05",
        "exit_time": "2026-03-05 15:51:22",
        "hold_time": "76.68",
        "ofi_z": "3.8688",
        "er": "0.0000",
        "wobi": "0.8039",
        "vol": "0.000222",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "1.3057",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.61 (th=3.0) (77s)",
        "session_id": "73"
    },
    {
        "id": "1410",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71338.25000000",
        "exit_price": "71422.14000000",
        "profit": "-0.192595",
        "profit_pct": "-0.001926",
        "entry_time": "2026-03-05 15:47:38",
        "exit_time": "2026-03-05 15:48:59",
        "hold_time": "81.68",
        "ofi_z": "-3.3189",
        "er": "1.0000",
        "wobi": "-0.8050",
        "vol": "0.000246",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8027",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.93 (th=3.0) (82s)",
        "session_id": "73"
    },
    {
        "id": "1409",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71364.90000000",
        "exit_price": "71387.03000000",
        "profit": "-0.043990",
        "profit_pct": "-0.000440",
        "entry_time": "2026-03-05 15:47:32",
        "exit_time": "2026-03-05 15:49:48",
        "hold_time": "135.35",
        "ofi_z": "4.5061",
        "er": "1.0000",
        "wobi": "0.7645",
        "vol": "0.000253",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3476",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.81 (th=4.0) (135s)",
        "session_id": "74"
    },
    {
        "id": "1408",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71484.00000000",
        "exit_price": "71440.12000000",
        "profit": "-0.136384",
        "profit_pct": "-0.001364",
        "entry_time": "2026-03-05 15:45:17",
        "exit_time": "2026-03-05 15:46:23",
        "hold_time": "66.17",
        "ofi_z": "1.5907",
        "er": "0.0000",
        "wobi": "0.7429",
        "vol": "0.000265",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.7183",
        "exit_reason": "OFI_REVERSAL z=-3.67 WOBI=-0.85 (th=3.0) (66s)",
        "session_id": "73"
    },
    {
        "id": "1407",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71443.97000000",
        "exit_price": "71420.17000000",
        "profit": "-0.041687",
        "profit_pct": "-0.000417",
        "entry_time": "2026-03-05 15:44:12",
        "exit_time": "2026-03-05 15:47:02",
        "hold_time": "170.73",
        "ofi_z": "-3.3899",
        "er": "0.9886",
        "wobi": "-0.9956",
        "vol": "0.000276",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1581",
        "exit_reason": "OFI_REVERSAL z=+5.63 WOBI=+0.99 (th=4.0) (171s)",
        "session_id": "74"
    },
    {
        "id": "1406",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71425.32000000",
        "exit_price": "71449.40000000",
        "profit": "-0.041286",
        "profit_pct": "-0.000413",
        "entry_time": "2026-03-05 15:43:42",
        "exit_time": "2026-03-05 15:44:54",
        "hold_time": "72.58",
        "ofi_z": "1.6426",
        "er": "0.9710",
        "wobi": "0.0481",
        "vol": "0.000282",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3566",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.60 (th=3.0) (73s)",
        "session_id": "73"
    },
    {
        "id": "1405",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71485.45000000",
        "exit_price": "71450.01000000",
        "profit": "-0.025423",
        "profit_pct": "-0.000254",
        "entry_time": "2026-03-05 15:42:10",
        "exit_time": "2026-03-05 15:43:18",
        "hold_time": "67.91",
        "ofi_z": "-2.6582",
        "er": "1.0000",
        "wobi": "0.0344",
        "vol": "0.000288",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6633",
        "exit_reason": "OFI_REVERSAL z=+8.86 WOBI=+0.58 (th=3.0) (68s)",
        "session_id": "73"
    },
    {
        "id": "1404",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71540.45000000",
        "exit_price": "71459.77000000",
        "profit": "0.037775",
        "profit_pct": "0.000378",
        "entry_time": "2026-03-05 15:40:51",
        "exit_time": "2026-03-05 15:41:54",
        "hold_time": "62.40",
        "ofi_z": "-1.4956",
        "er": "0.9785",
        "wobi": "-0.9923",
        "vol": "0.000287",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3259",
        "exit_reason": "OFI_REVERSAL z=+3.42 WOBI=+0.74 (th=3.0) (62s)",
        "session_id": "73"
    },
    {
        "id": "1403",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71651.99000000",
        "exit_price": "71516.33000000",
        "profit": "-0.264332",
        "profit_pct": "-0.002643",
        "entry_time": "2026-03-05 15:40:05",
        "exit_time": "2026-03-05 15:42:51",
        "hold_time": "165.94",
        "ofi_z": "3.3649",
        "er": "1.0000",
        "wobi": "0.5671",
        "vol": "0.000289",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1663",
        "exit_reason": "OFI_REVERSAL z=-5.29 WOBI=-1.00 (th=4.0) (166s)",
        "session_id": "74"
    },
    {
        "id": "1402",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71294.99000000",
        "exit_price": "71537.87000000",
        "profit": "0.265669",
        "profit_pct": "0.002657",
        "entry_time": "2026-03-05 15:35:13",
        "exit_time": "2026-03-05 15:39:13",
        "hold_time": "238.86",
        "ofi_z": "3.5815",
        "er": "0.9959",
        "wobi": "0.4718",
        "vol": "0.000272",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1927",
        "exit_reason": "OFI_REVERSAL z=-4.36 WOBI=-0.86 (th=4.0) (239s)",
        "session_id": "74"
    },
    {
        "id": "1401",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71288.88000000",
        "exit_price": "71287.16000000",
        "profit": "-0.072587",
        "profit_pct": "-0.000726",
        "entry_time": "2026-03-05 15:34:34",
        "exit_time": "2026-03-05 15:35:38",
        "hold_time": "63.85",
        "ofi_z": "-2.4447",
        "er": "1.0000",
        "wobi": "-0.9971",
        "vol": "0.000267",
        "spread": "0.000009",
        "regime": "TRENDING",
        "signal_score": "1.5818",
        "exit_reason": "OFI_REVERSAL z=+6.31 WOBI=+0.98 (th=3.0) (64s)",
        "session_id": "73"
    },
    {
        "id": "1400",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71229.72000000",
        "exit_price": "71331.26000000",
        "profit": "-0.217553",
        "profit_pct": "-0.002176",
        "entry_time": "2026-03-05 15:30:47",
        "exit_time": "2026-03-05 15:33:07",
        "hold_time": "140.58",
        "ofi_z": "-3.7546",
        "er": "1.0000",
        "wobi": "-0.4952",
        "vol": "0.000294",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2391",
        "exit_reason": "OFI_REVERSAL z=+7.28 WOBI=+0.36 (th=4.0) (141s)",
        "session_id": "74"
    },
    {
        "id": "1399",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71320.01000000",
        "exit_price": "71302.49000000",
        "profit": "-0.050435",
        "profit_pct": "-0.000504",
        "entry_time": "2026-03-05 15:28:05",
        "exit_time": "2026-03-05 15:30:11",
        "hold_time": "126.32",
        "ofi_z": "-0.2088",
        "er": "1.0000",
        "wobi": "0.6273",
        "vol": "0.000336",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.6316",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.99 (th=4.0) (126s)",
        "session_id": "74"
    },
    {
        "id": "1398",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71346.48000000",
        "exit_price": "71295.31000000",
        "profit": "-0.003280",
        "profit_pct": "-0.000033",
        "entry_time": "2026-03-05 15:27:53",
        "exit_time": "2026-03-05 15:29:31",
        "hold_time": "98.47",
        "ofi_z": "-2.3241",
        "er": "0.9794",
        "wobi": "-0.9519",
        "vol": "0.000337",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6086",
        "exit_reason": "OFI_REVERSAL z=+5.35 WOBI=+1.00 (th=3.0) (98s)",
        "session_id": "73"
    },
    {
        "id": "1397",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71498.41000000",
        "exit_price": "71348.99000000",
        "profit": "-0.283984",
        "profit_pct": "-0.002840",
        "entry_time": "2026-03-05 15:25:21",
        "exit_time": "2026-03-05 15:27:33",
        "hold_time": "130.02",
        "ofi_z": "-0.4101",
        "er": "1.0000",
        "wobi": "-0.9929",
        "vol": "0.000348",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.6756",
        "exit_reason": "OFI_REVERSAL z=-5.31 WOBI=-0.99 (th=4.0) (130s)",
        "session_id": "74"
    },
    {
        "id": "1396",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71799.99000000",
        "exit_price": "71657.25000000",
        "profit": "-0.273802",
        "profit_pct": "-0.002738",
        "entry_time": "2026-03-05 15:21:11",
        "exit_time": "2026-03-05 15:22:12",
        "hold_time": "61.36",
        "ofi_z": "1.9496",
        "er": "0.9861",
        "wobi": "0.3499",
        "vol": "0.000391",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5653",
        "exit_reason": "OFI_REVERSAL z=-3.98 WOBI=-0.32 (th=3.0) (61s)",
        "session_id": "73"
    },
    {
        "id": "1395",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71781.86000000",
        "exit_price": "71542.38000000",
        "profit": "0.258622",
        "profit_pct": "0.002586",
        "entry_time": "2026-03-05 15:20:39",
        "exit_time": "2026-03-05 15:24:39",
        "hold_time": "239.21",
        "ofi_z": "-3.3897",
        "er": "1.0000",
        "wobi": "-0.9965",
        "vol": "0.000403",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2416",
        "exit_reason": "OFI_REVERSAL z=+6.83 WOBI=+0.26 (th=4.0) (239s)",
        "session_id": "74"
    },
    {
        "id": "1394",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71731.16000000",
        "exit_price": "71650.00000000",
        "profit": "-0.188145",
        "profit_pct": "-0.001881",
        "entry_time": "2026-03-05 15:16:47",
        "exit_time": "2026-03-05 15:19:27",
        "hold_time": "160.05",
        "ofi_z": "-0.0146",
        "er": "0.9801",
        "wobi": "-0.3333",
        "vol": "0.000402",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.6306",
        "exit_reason": "OFI_REVERSAL z=-8.52 WOBI=-0.99 (th=4.0) (160s)",
        "session_id": "74"
    },
    {
        "id": "1393",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71842.60000000",
        "exit_price": "71845.32000000",
        "profit": "-0.071214",
        "profit_pct": "-0.000712",
        "entry_time": "2026-03-05 15:14:54",
        "exit_time": "2026-03-05 15:16:09",
        "hold_time": "74.55",
        "ofi_z": "-0.1650",
        "er": "1.0000",
        "wobi": "0.3643",
        "vol": "0.000392",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0790",
        "exit_reason": "OFI_REVERSAL z=-3.73 WOBI=-0.30 (th=3.0) (75s)",
        "session_id": "73"
    },
    {
        "id": "1392",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71878.75000000",
        "exit_price": "71798.76000000",
        "profit": "-0.186285",
        "profit_pct": "-0.001863",
        "entry_time": "2026-03-05 15:13:36",
        "exit_time": "2026-03-05 15:16:12",
        "hold_time": "155.01",
        "ofi_z": "3.9429",
        "er": "1.0000",
        "wobi": "0.9861",
        "vol": "0.000379",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3257",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.96 (th=4.0) (155s)",
        "session_id": "74"
    },
    {
        "id": "1391",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71835.61000000",
        "exit_price": "71675.68000000",
        "profit": "0.147633",
        "profit_pct": "0.001476",
        "entry_time": "2026-03-05 15:10:53",
        "exit_time": "2026-03-05 15:12:57",
        "hold_time": "126.77",
        "ofi_z": "-3.5127",
        "er": "1.0000",
        "wobi": "-0.7230",
        "vol": "0.000335",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2211",
        "exit_reason": "OFI_REVERSAL z=+4.57 WOBI=+0.88 (th=4.0) (127s)",
        "session_id": "74"
    },
    {
        "id": "1390",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71913.26000000",
        "exit_price": "71874.42000000",
        "profit": "-0.129010",
        "profit_pct": "-0.001290",
        "entry_time": "2026-03-05 15:08:37",
        "exit_time": "2026-03-05 15:09:46",
        "hold_time": "68.09",
        "ofi_z": "-3.8747",
        "er": "1.0000",
        "wobi": "-0.6515",
        "vol": "0.000327",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0422",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.47 (th=3.0) (68s)",
        "session_id": "73"
    },
    {
        "id": "1389",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72023.27000000",
        "exit_price": "71876.27000000",
        "profit": "-0.279101",
        "profit_pct": "-0.002791",
        "entry_time": "2026-03-05 15:08:06",
        "exit_time": "2026-03-05 15:10:18",
        "hold_time": "131.93",
        "ofi_z": "0.7639",
        "er": "1.0000",
        "wobi": "-0.9992",
        "vol": "0.000310",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.7146",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.48 (th=4.0) (132s)",
        "session_id": "74"
    },
    {
        "id": "1388",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72240.71000000",
        "exit_price": "72273.67000000",
        "profit": "-0.029375",
        "profit_pct": "-0.000294",
        "entry_time": "2026-03-05 15:06:08",
        "exit_time": "2026-03-05 15:07:29",
        "hold_time": "81.78",
        "ofi_z": "1.7955",
        "er": "1.0000",
        "wobi": "0.5712",
        "vol": "0.000297",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4326",
        "exit_reason": "OFI_REVERSAL z=-3.91 WOBI=-1.00 (th=3.0) (82s)",
        "session_id": "73"
    },
    {
        "id": "1387",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72246.97000000",
        "exit_price": "72276.94000000",
        "profit": "-0.116483",
        "profit_pct": "-0.001165",
        "entry_time": "2026-03-05 15:04:52",
        "exit_time": "2026-03-05 15:07:35",
        "hold_time": "161.71",
        "ofi_z": "-3.2265",
        "er": "0.9867",
        "wobi": "-0.8765",
        "vol": "0.000294",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1391",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.75 (th=4.0) (162s)",
        "session_id": "74"
    },
    {
        "id": "1386",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72457.15000000",
        "exit_price": "72300.00000000",
        "profit": "-0.291887",
        "profit_pct": "-0.002919",
        "entry_time": "2026-03-05 15:03:33",
        "exit_time": "2026-03-05 15:04:38",
        "hold_time": "65.48",
        "ofi_z": "2.9636",
        "er": "0.9862",
        "wobi": "0.9934",
        "vol": "0.000300",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7517",
        "exit_reason": "OFI_REVERSAL z=-4.52 WOBI=-0.95 (th=3.0) (65s)",
        "session_id": "73"
    },
    {
        "id": "1385",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72625.99000000",
        "exit_price": "72539.68000000",
        "profit": "-0.193842",
        "profit_pct": "-0.001938",
        "entry_time": "2026-03-05 15:01:44",
        "exit_time": "2026-03-05 15:03:04",
        "hold_time": "80.38",
        "ofi_z": "-1.1958",
        "er": "1.0000",
        "wobi": "-0.7617",
        "vol": "0.000312",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2827",
        "exit_reason": "OFI_REVERSAL z=-7.46 WOBI=-0.93 (th=3.0) (80s)",
        "session_id": "73"
    },
    {
        "id": "1384",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72560.01000000",
        "exit_price": "72399.66000000",
        "profit": "0.145989",
        "profit_pct": "0.001460",
        "entry_time": "2026-03-05 15:01:13",
        "exit_time": "2026-03-05 15:04:16",
        "hold_time": "181.85",
        "ofi_z": "-4.4904",
        "er": "1.0000",
        "wobi": "-0.9931",
        "vol": "0.000313",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3821",
        "exit_reason": "OFI_REVERSAL z=+4.85 WOBI=+1.00 (th=4.0) (182s)",
        "session_id": "74"
    },
    {
        "id": "1383",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72654.92000000",
        "exit_price": "72581.85000000",
        "profit": "-0.175571",
        "profit_pct": "-0.001756",
        "entry_time": "2026-03-05 15:00:15",
        "exit_time": "2026-03-05 15:01:23",
        "hold_time": "67.91",
        "ofi_z": "3.6198",
        "er": "1.0000",
        "wobi": "-0.8067",
        "vol": "0.000323",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9666",
        "exit_reason": "OFI_REVERSAL z=-3.60 WOBI=-0.79 (th=3.0) (68s)",
        "session_id": "73"
    },
    {
        "id": "1382",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72756.24000000",
        "exit_price": "72622.19000000",
        "profit": "0.109245",
        "profit_pct": "0.001092",
        "entry_time": "2026-03-05 14:58:35",
        "exit_time": "2026-03-05 15:00:00",
        "hold_time": "84.96",
        "ofi_z": "-1.4747",
        "er": "0.9730",
        "wobi": "-0.2915",
        "vol": "0.000329",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3607",
        "exit_reason": "OFI_REVERSAL z=+3.48 WOBI=+1.00 (th=3.0) (85s)",
        "session_id": "73"
    },
    {
        "id": "1381",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72491.10000000",
        "exit_price": "72678.07000000",
        "profit": "0.182921",
        "profit_pct": "0.001829",
        "entry_time": "2026-03-05 14:57:52",
        "exit_time": "2026-03-05 15:00:21",
        "hold_time": "148.97",
        "ofi_z": "4.4602",
        "er": "1.0000",
        "wobi": "0.9988",
        "vol": "0.000330",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3876",
        "exit_reason": "OFI_REVERSAL z=-7.63 WOBI=-0.73 (th=4.0) (149s)",
        "session_id": "74"
    },
    {
        "id": "1380",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72471.30000000",
        "exit_price": "72504.35000000",
        "profit": "-0.029396",
        "profit_pct": "-0.000294",
        "entry_time": "2026-03-05 14:56:45",
        "exit_time": "2026-03-05 14:57:56",
        "hold_time": "70.61",
        "ofi_z": "2.6342",
        "er": "1.0000",
        "wobi": "0.9860",
        "vol": "0.000342",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7131",
        "exit_reason": "OFI_REVERSAL z=-3.36 WOBI=-0.65 (th=3.0) (71s)",
        "session_id": "73"
    },
    {
        "id": "1379",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72480.96000000",
        "exit_price": "72421.91000000",
        "profit": "-0.156470",
        "profit_pct": "-0.001565",
        "entry_time": "2026-03-05 14:55:05",
        "exit_time": "2026-03-05 14:57:05",
        "hold_time": "121.38",
        "ofi_z": "3.2146",
        "er": "1.0000",
        "wobi": "0.8897",
        "vol": "0.000373",
        "spread": "0.000006",
        "regime": "TRENDING",
        "signal_score": "1.1915",
        "exit_reason": "OFI_REVERSAL z=-5.19 WOBI=-0.99 (th=4.0) (121s)",
        "session_id": "74"
    },
    {
        "id": "1378",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72480.96000000",
        "exit_price": "72573.68000000",
        "profit": "0.052923",
        "profit_pct": "0.000529",
        "entry_time": "2026-03-05 14:55:04",
        "exit_time": "2026-03-05 14:56:08",
        "hold_time": "63.83",
        "ofi_z": "3.1454",
        "er": "1.0000",
        "wobi": "0.8897",
        "vol": "0.000373",
        "spread": "0.000006",
        "regime": "TRENDING",
        "signal_score": "1.8868",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.96 (th=3.0) (64s)",
        "session_id": "73"
    },
    {
        "id": "1377",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72370.01000000",
        "exit_price": "72466.42000000",
        "profit": "-0.208218",
        "profit_pct": "-0.002082",
        "entry_time": "2026-03-05 14:52:13",
        "exit_time": "2026-03-05 14:54:28",
        "hold_time": "137.91",
        "ofi_z": "0.0253",
        "er": "1.0000",
        "wobi": "0.9982",
        "vol": "0.000399",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.6383",
        "exit_reason": "OFI_REVERSAL z=+4.91 WOBI=+0.99 (th=4.0) (138s)",
        "session_id": "74"
    },
    {
        "id": "1376",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72204.43000000",
        "exit_price": "72155.95000000",
        "profit": "-0.142143",
        "profit_pct": "-0.001421",
        "entry_time": "2026-03-05 14:48:16",
        "exit_time": "2026-03-05 14:49:45",
        "hold_time": "88.97",
        "ofi_z": "2.1244",
        "er": "1.0000",
        "wobi": "0.2967",
        "vol": "0.000448",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6813",
        "exit_reason": "OFI_REVERSAL z=-3.11 WOBI=-1.00 (th=3.0) (89s)",
        "session_id": "73"
    },
    {
        "id": "1375",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72089.93000000",
        "exit_price": "72287.54000000",
        "profit": "0.199116",
        "profit_pct": "0.001991",
        "entry_time": "2026-03-05 14:46:26",
        "exit_time": "2026-03-05 14:48:30",
        "hold_time": "123.51",
        "ofi_z": "4.5777",
        "er": "1.0000",
        "wobi": "0.9648",
        "vol": "0.000439",
        "spread": "0.000011",
        "regime": "TRENDING",
        "signal_score": "1.4762",
        "exit_reason": "OFI_REVERSAL z=-5.20 WOBI=-0.77 (th=4.0) (124s)",
        "session_id": "74"
    },
    {
        "id": "1374",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72061.62000000",
        "exit_price": "72073.27000000",
        "profit": "-0.058833",
        "profit_pct": "-0.000588",
        "entry_time": "2026-03-05 14:45:15",
        "exit_time": "2026-03-05 14:47:05",
        "hold_time": "109.58",
        "ofi_z": "3.0680",
        "er": "1.0000",
        "wobi": "0.9962",
        "vol": "0.000417",
        "spread": "0.000005",
        "regime": "TRENDING",
        "signal_score": "1.9116",
        "exit_reason": "OFI_REVERSAL z=-4.77 WOBI=-0.36 (th=3.0) (110s)",
        "session_id": "73"
    },
    {
        "id": "1373",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72169.32000000",
        "exit_price": "72028.21000000",
        "profit": "-0.270526",
        "profit_pct": "-0.002705",
        "entry_time": "2026-03-05 14:42:41",
        "exit_time": "2026-03-05 14:43:48",
        "hold_time": "67.37",
        "ofi_z": "-1.1355",
        "er": "1.0000",
        "wobi": "-0.9636",
        "vol": "0.000413",
        "spread": "0.000005",
        "regime": "TRENDING",
        "signal_score": "1.3709",
        "exit_reason": "OFI_REVERSAL z=-5.18 WOBI=-0.92 (th=3.0) (67s)",
        "session_id": "73"
    },
    {
        "id": "1372",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72265.99000000",
        "exit_price": "72013.02000000",
        "profit": "-0.425054",
        "profit_pct": "-0.004251",
        "entry_time": "2026-03-05 14:42:17",
        "exit_time": "2026-03-05 14:43:51",
        "hold_time": "94.26",
        "ofi_z": "3.1194",
        "er": "1.0000",
        "wobi": "0.9985",
        "vol": "0.000415",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2008",
        "exit_reason": "STOP_LOSS -0.350% (94s)",
        "session_id": "74"
    },
    {
        "id": "1371",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72213.57000000",
        "exit_price": "72264.80000000",
        "profit": "-0.145942",
        "profit_pct": "-0.001459",
        "entry_time": "2026-03-05 14:40:46",
        "exit_time": "2026-03-05 14:42:17",
        "hold_time": "87.84",
        "ofi_z": "-2.9458",
        "er": "0.9918",
        "wobi": "-0.4984",
        "vol": "0.000407",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8621",
        "exit_reason": "OFI_REVERSAL z=+3.12 WOBI=+1.00 (th=3.0) (88s)",
        "session_id": "73"
    },
    {
        "id": "1370",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72216.34000000",
        "exit_price": "72308.07000000",
        "profit": "-0.202021",
        "profit_pct": "-0.002020",
        "entry_time": "2026-03-05 14:39:28",
        "exit_time": "2026-03-05 14:40:29",
        "hold_time": "61.38",
        "ofi_z": "-2.0748",
        "er": "0.9964",
        "wobi": "-0.3408",
        "vol": "0.000385",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5999",
        "exit_reason": "OFI_REVERSAL z=+3.74 WOBI=+0.45 (th=3.0) (61s)",
        "session_id": "73"
    },
    {
        "id": "1369",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72606.15000000",
        "exit_price": "72352.00000000",
        "profit": "-0.425039",
        "profit_pct": "-0.004250",
        "entry_time": "2026-03-05 14:38:13",
        "exit_time": "2026-03-05 14:39:20",
        "hold_time": "70.21",
        "ofi_z": "3.0022",
        "er": "1.0000",
        "wobi": "0.9809",
        "vol": "0.000326",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1243",
        "exit_reason": "STOP_LOSS -0.350% (70s)",
        "session_id": "74"
    },
    {
        "id": "1368",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72612.55000000",
        "exit_price": "72445.61000000",
        "profit": "0.154905",
        "profit_pct": "0.001549",
        "entry_time": "2026-03-05 14:37:54",
        "exit_time": "2026-03-05 14:39:08",
        "hold_time": "76.70",
        "ofi_z": "-2.5047",
        "er": "1.0000",
        "wobi": "-0.3679",
        "vol": "0.000325",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6588",
        "exit_reason": "OFI_REVERSAL z=+3.82 WOBI=+0.29 (th=3.0) (77s)",
        "session_id": "73"
    },
    {
        "id": "1367",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72610.23000000",
        "exit_price": "72624.90000000",
        "profit": "-0.095204",
        "profit_pct": "-0.000952",
        "entry_time": "2026-03-05 14:36:03",
        "exit_time": "2026-03-05 14:37:34",
        "hold_time": "90.97",
        "ofi_z": "2.5936",
        "er": "1.0000",
        "wobi": "0.6739",
        "vol": "0.000295",
        "spread": "0.000010",
        "regime": "TRENDING",
        "signal_score": "1.6523",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.96 (th=3.0) (91s)",
        "session_id": "73"
    },
    {
        "id": "1366",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72660.70000000",
        "exit_price": "72624.90000000",
        "profit": "-0.025730",
        "profit_pct": "-0.000257",
        "entry_time": "2026-03-05 14:35:19",
        "exit_time": "2026-03-05 14:37:34",
        "hold_time": "137.55",
        "ofi_z": "-3.1780",
        "er": "1.0000",
        "wobi": "-0.9677",
        "vol": "0.000285",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1305",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.96 (th=4.0) (138s)",
        "session_id": "74"
    },
    {
        "id": "1365",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72650.50000000",
        "exit_price": "72662.82000000",
        "profit": "-0.058042",
        "profit_pct": "-0.000580",
        "entry_time": "2026-03-05 14:34:18",
        "exit_time": "2026-03-05 14:35:20",
        "hold_time": "61.19",
        "ofi_z": "1.7602",
        "er": "0.8868",
        "wobi": "0.2998",
        "vol": "0.000280",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3350",
        "exit_reason": "OFI_REVERSAL z=-5.34 WOBI=-0.23 (th=3.0) (61s)",
        "session_id": "73"
    },
    {
        "id": "1364",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72444.68000000",
        "exit_price": "72734.75000000",
        "profit": "0.400402",
        "profit_pct": "0.004004",
        "entry_time": "2026-03-05 14:32:23",
        "exit_time": "2026-03-05 14:33:58",
        "hold_time": "94.58",
        "ofi_z": "2.6798",
        "er": "1.0000",
        "wobi": "0.7307",
        "vol": "0.000229",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6083",
        "exit_reason": "TAKE_PROFIT +0.400% (95s)",
        "session_id": "73"
    },
    {
        "id": "1363",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72549.97000000",
        "exit_price": "72522.84000000",
        "profit": "-0.037605",
        "profit_pct": "-0.000376",
        "entry_time": "2026-03-05 14:31:21",
        "exit_time": "2026-03-05 14:33:41",
        "hold_time": "139.49",
        "ofi_z": "-2.9464",
        "er": "0.9835",
        "wobi": "-0.9921",
        "vol": "0.000200",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0297",
        "exit_reason": "OFI_REVERSAL z=+5.15 WOBI=+0.75 (th=4.0) (139s)",
        "session_id": "74"
    },
    {
        "id": "1362",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72640.76000000",
        "exit_price": "72437.82000000",
        "profit": "0.204375",
        "profit_pct": "0.002044",
        "entry_time": "2026-03-05 14:31:05",
        "exit_time": "2026-03-05 14:32:07",
        "hold_time": "62.33",
        "ofi_z": "-3.5571",
        "er": "1.0000",
        "wobi": "-0.9616",
        "vol": "0.000192",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8132",
        "exit_reason": "TRAILING_STOP peak=0.400% now=0.279% trail=0.120% (62s)",
        "session_id": "73"
    },
    {
        "id": "1361",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72539.01000000",
        "exit_price": "72720.19000000",
        "profit": "-0.324769",
        "profit_pct": "-0.003248",
        "entry_time": "2026-03-05 14:29:47",
        "exit_time": "2026-03-05 14:30:47",
        "hold_time": "61.25",
        "ofi_z": "-3.0425",
        "er": "1.0000",
        "wobi": "-0.0490",
        "vol": "0.000154",
        "spread": "0.000026",
        "regime": "TRENDING",
        "signal_score": "1.6310",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.55 (th=3.0) (61s)",
        "session_id": "73"
    },
    {
        "id": "1360",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72539.28000000",
        "exit_price": "72476.58000000",
        "profit": "0.011436",
        "profit_pct": "0.000114",
        "entry_time": "2026-03-05 14:26:45",
        "exit_time": "2026-03-05 14:28:09",
        "hold_time": "86.79",
        "ofi_z": "-3.5845",
        "er": "0.9641",
        "wobi": "-0.5555",
        "vol": "0.000157",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7618",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.20 (th=3.0) (87s)",
        "session_id": "73"
    },
    {
        "id": "1359",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72459.70000000",
        "exit_price": "72482.31000000",
        "profit": "-0.106204",
        "profit_pct": "-0.001062",
        "entry_time": "2026-03-05 14:18:47",
        "exit_time": "2026-03-05 14:20:41",
        "hold_time": "114.18",
        "ofi_z": "-3.3191",
        "er": "0.9310",
        "wobi": "-0.6846",
        "vol": "0.000150",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6599",
        "exit_reason": "OFI_REVERSAL z=+4.80 WOBI=+0.55 (th=3.0) (114s)",
        "session_id": "73"
    },
    {
        "id": "1358",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72532.06000000",
        "exit_price": "72532.67000000",
        "profit": "-0.075841",
        "profit_pct": "-0.000758",
        "entry_time": "2026-03-05 14:11:39",
        "exit_time": "2026-03-05 14:12:42",
        "hold_time": "62.81",
        "ofi_z": "-2.7668",
        "er": "0.3333",
        "wobi": "-0.7244",
        "vol": "0.000164",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "1.1478",
        "exit_reason": "OFI_REVERSAL z=+7.75 WOBI=+0.95 (th=3.0) (63s)",
        "session_id": "73"
    },
    {
        "id": "1357",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72562.10000000",
        "exit_price": "72574.98000000",
        "profit": "-0.092750",
        "profit_pct": "-0.000928",
        "entry_time": "2026-03-05 14:05:22",
        "exit_time": "2026-03-05 14:06:35",
        "hold_time": "72.64",
        "ofi_z": "-2.1842",
        "er": "0.9810",
        "wobi": "-0.9633",
        "vol": "0.000168",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3944",
        "exit_reason": "OFI_REVERSAL z=+3.88 WOBI=+0.56 (th=3.0) (73s)",
        "session_id": "73"
    },
    {
        "id": "1356",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72527.79000000",
        "exit_price": "72537.13000000",
        "profit": "-0.087878",
        "profit_pct": "-0.000879",
        "entry_time": "2026-03-05 14:02:54",
        "exit_time": "2026-03-05 14:04:16",
        "hold_time": "78.72",
        "ofi_z": "-2.4345",
        "er": "1.0000",
        "wobi": "0.1829",
        "vol": "0.000159",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4671",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+1.00 (th=3.0) (79s)",
        "session_id": "73"
    },
    {
        "id": "1355",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72521.53000000",
        "exit_price": "72503.33000000",
        "profit": "-0.100096",
        "profit_pct": "-0.001001",
        "entry_time": "2026-03-05 14:00:50",
        "exit_time": "2026-03-05 14:01:48",
        "hold_time": "61.05",
        "ofi_z": "3.8653",
        "er": "0.9827",
        "wobi": "0.8046",
        "vol": "0.000158",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8528",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.74 (th=3.0) (61s)",
        "session_id": "73"
    },
    {
        "id": "1354",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72453.79000000",
        "exit_price": "72501.40000000",
        "profit": "-0.140711",
        "profit_pct": "-0.001407",
        "entry_time": "2026-03-05 13:59:25",
        "exit_time": "2026-03-05 14:00:26",
        "hold_time": "60.80",
        "ofi_z": "-3.9480",
        "er": "0.9834",
        "wobi": "-0.3865",
        "vol": "0.000164",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8821",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.96 (th=3.0) (61s)",
        "session_id": "73"
    },
    {
        "id": "1353",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72474.01000000",
        "exit_price": "72420.71000000",
        "profit": "-0.001456",
        "profit_pct": "-0.000015",
        "entry_time": "2026-03-05 13:57:46",
        "exit_time": "2026-03-05 13:58:46",
        "hold_time": "60.19",
        "ofi_z": "-3.9189",
        "er": "0.9858",
        "wobi": "-0.5828",
        "vol": "0.000176",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8877",
        "exit_reason": "OFI_REVERSAL z=+9.85 WOBI=+0.73 (th=3.0) (60s)",
        "session_id": "73"
    },
    {
        "id": "1352",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72630.74000000",
        "exit_price": "72681.15000000",
        "profit": "-0.005594",
        "profit_pct": "-0.000056",
        "entry_time": "2026-03-05 13:50:35",
        "exit_time": "2026-03-05 13:51:17",
        "hold_time": "42.32",
        "ofi_z": "2.0431",
        "er": "0.9839",
        "wobi": "0.7259",
        "vol": "0.000185",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3753",
        "exit_reason": "OFI_REVERSAL z=-5.79 WOBI=-0.65 (th=4.0) (42s)",
        "session_id": "71"
    },
    {
        "id": "1351",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72498.47000000",
        "exit_price": "72474.72000000",
        "profit": "-0.107759",
        "profit_pct": "-0.001078",
        "entry_time": "2026-03-05 13:45:11",
        "exit_time": "2026-03-05 13:45:22",
        "hold_time": "10.32",
        "ofi_z": "-0.2185",
        "er": "0.8571",
        "wobi": "-0.9859",
        "vol": "0.000165",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.7683",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.69 (th=4.0) (10s)",
        "session_id": "71"
    },
    {
        "id": "1350",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72491.31000000",
        "exit_price": "72500.00000000",
        "profit": "-0.086988",
        "profit_pct": "-0.000870",
        "entry_time": "2026-03-05 13:43:40",
        "exit_time": "2026-03-05 13:43:42",
        "hold_time": "1.30",
        "ofi_z": "-0.0566",
        "er": "0.9911",
        "wobi": "-0.7248",
        "vol": "0.000178",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8207",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.21 (th=4.0) (1s)",
        "session_id": "71"
    },
    {
        "id": "1349",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72505.15000000",
        "exit_price": "72498.60000000",
        "profit": "-0.084034",
        "profit_pct": "-0.000840",
        "entry_time": "2026-03-05 13:42:32",
        "exit_time": "2026-03-05 13:42:32",
        "hold_time": "1.05",
        "ofi_z": "1.1681",
        "er": "1.0000",
        "wobi": "-0.9923",
        "vol": "0.000199",
        "spread": "0.000006",
        "regime": "TRENDING",
        "signal_score": "0.7176",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.65 (th=5.0) (1s)",
        "session_id": "72"
    },
    {
        "id": "1348",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72505.15000000",
        "exit_price": "72498.60000000",
        "profit": "-0.084034",
        "profit_pct": "-0.000840",
        "entry_time": "2026-03-05 13:42:31",
        "exit_time": "2026-03-05 13:42:32",
        "hold_time": "1.05",
        "ofi_z": "1.1681",
        "er": "1.0000",
        "wobi": "-0.9923",
        "vol": "0.000199",
        "spread": "0.000006",
        "regime": "TRENDING",
        "signal_score": "1.1568",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.65 (th=4.0) (1s)",
        "session_id": "71"
    },
    {
        "id": "1347",
        "bot_id": "OMEGA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72367.99000000",
        "exit_price": "72367.99000000",
        "profit": "-0.075000",
        "profit_pct": "-0.000750",
        "entry_time": "2026-03-05 13:41:42",
        "exit_time": "2026-03-05 13:41:55",
        "hold_time": "13.52",
        "ofi_z": "3.2335",
        "er": "0.9858",
        "wobi": "0.9925",
        "vol": "0.000200",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0817",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.27 (th=5.0) (14s)",
        "session_id": "72"
    },
    {
        "id": "1346",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72367.99000000",
        "exit_price": "72367.99000000",
        "profit": "-0.075000",
        "profit_pct": "-0.000750",
        "entry_time": "2026-03-05 13:41:41",
        "exit_time": "2026-03-05 13:41:55",
        "hold_time": "13.52",
        "ofi_z": "3.2335",
        "er": "0.9858",
        "wobi": "0.9925",
        "vol": "0.000200",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7229",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.27 (th=4.0) (14s)",
        "session_id": "71"
    },
    {
        "id": "1345",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72356.18000000",
        "exit_price": "72363.60000000",
        "profit": "-0.064745",
        "profit_pct": "-0.000647",
        "entry_time": "2026-03-05 13:41:07",
        "exit_time": "2026-03-05 13:41:24",
        "hold_time": "17.23",
        "ofi_z": "1.7213",
        "er": "0.9560",
        "wobi": "0.5043",
        "vol": "0.000208",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2928",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.99 (th=4.0) (17s)",
        "session_id": "71"
    },
    {
        "id": "1344",
        "bot_id": "ALPHA",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72394.14000000",
        "exit_price": "72321.70000000",
        "profit": "-0.175063",
        "profit_pct": "-0.001751",
        "entry_time": "2026-03-04 23:34:12",
        "exit_time": "2026-03-04 23:34:51",
        "hold_time": "38.52",
        "ofi_z": "-0.1748",
        "er": "1.0000",
        "wobi": "-0.9937",
        "vol": "0.000133",
        "spread": "0.000004",
        "regime": "TRENDING",
        "signal_score": "0.8124",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.21 (th=4.0) (39s)",
        "session_id": "1"
    },
    {
        "id": "1341",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72832.41000000",
        "exit_price": "72833.33000000",
        "profit": "-0.038132",
        "profit_pct": "-0.000763",
        "entry_time": "2026-03-04 22:47:29",
        "exit_time": "2026-03-04 23:16:23",
        "hold_time": "1730.78",
        "ofi_z": "-0.7031",
        "er": "1.0000",
        "wobi": "0.9961",
        "vol": "0.000245",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2160",
        "exit_reason": "SOFT_SL_TIME -0.001% (1731s)",
        "session_id": "61"
    },
    {
        "id": "1340",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72912.16000000",
        "exit_price": "72857.50000000",
        "profit": "-0.000017",
        "profit_pct": "0.000000",
        "entry_time": "2026-03-04 22:43:55",
        "exit_time": "2026-03-04 23:16:23",
        "hold_time": "1945.00",
        "ofi_z": "-2.0247",
        "er": "1.0000",
        "wobi": "-0.9738",
        "vol": "0.000179",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1292",
        "exit_reason": "BREAKEVEN_STOP 0.075% (1945s)",
        "session_id": "62"
    },
    {
        "id": "1339",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73089.64000000",
        "exit_price": "72724.19000000",
        "profit": "-0.287501",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 22:41:23",
        "exit_time": "2026-03-04 22:45:44",
        "hold_time": "260.25",
        "ofi_z": "1.8084",
        "er": "1.0000",
        "wobi": "0.9915",
        "vol": "0.000105",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3481",
        "exit_reason": "STOP_LOSS -0.500% (260s)",
        "session_id": "61"
    },
    {
        "id": "1338",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73433.26000000",
        "exit_price": "73255.29000000",
        "profit": "0.083678",
        "profit_pct": "0.001674",
        "entry_time": "2026-03-04 22:01:21",
        "exit_time": "2026-03-04 22:31:21",
        "hold_time": "1800.09",
        "ofi_z": "0.0326",
        "er": "0.9928",
        "wobi": "-0.3656",
        "vol": "0.000120",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8681",
        "exit_reason": "TIME_DECAY 0.242% (1800s)",
        "session_id": "61"
    },
    {
        "id": "1337",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73013.53000000",
        "exit_price": "73241.96000000",
        "profit": "0.118930",
        "profit_pct": "0.002379",
        "entry_time": "2026-03-04 21:13:21",
        "exit_time": "2026-03-04 21:43:25",
        "hold_time": "1801.43",
        "ofi_z": "2.9666",
        "er": "0.9540",
        "wobi": "0.8563",
        "vol": "0.000119",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6537",
        "exit_reason": "TIME_DECAY 0.313% (1801s)",
        "session_id": "61"
    },
    {
        "id": "1336",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72910.75000000",
        "exit_price": "73438.24000000",
        "profit": "0.324237",
        "profit_pct": "0.006485",
        "entry_time": "2026-03-04 21:01:55",
        "exit_time": "2026-03-04 22:01:55",
        "hold_time": "3600.59",
        "ofi_z": "0.8844",
        "er": "0.9920",
        "wobi": "0.6817",
        "vol": "0.000190",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4196",
        "exit_reason": "TIME_DECAY 0.723% (3601s)",
        "session_id": "62"
    },
    {
        "id": "1335",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73156.81000000",
        "exit_price": "72982.89000000",
        "profit": "-0.156368",
        "profit_pct": "-0.003127",
        "entry_time": "2026-03-04 20:57:30",
        "exit_time": "2026-03-04 21:12:34",
        "hold_time": "904.46",
        "ofi_z": "1.4791",
        "er": "0.0000",
        "wobi": "0.3891",
        "vol": "0.000165",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.6174",
        "exit_reason": "SOFT_SL_TIME -0.238% (904s)",
        "session_id": "61"
    },
    {
        "id": "1334",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73515.81000000",
        "exit_price": "73148.11000000",
        "profit": "-0.287582",
        "profit_pct": "-0.005752",
        "entry_time": "2026-03-04 20:44:10",
        "exit_time": "2026-03-04 20:57:14",
        "hold_time": "784.64",
        "ofi_z": "0.0004",
        "er": "0.9322",
        "wobi": "0.2896",
        "vol": "0.000149",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8526",
        "exit_reason": "STOP_LOSS -0.500% (785s)",
        "session_id": "61"
    },
    {
        "id": "1333",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73492.01000000",
        "exit_price": "72904.00000000",
        "profit": "0.400050",
        "profit_pct": "0.008001",
        "entry_time": "2026-03-04 20:37:07",
        "exit_time": "2026-03-04 21:01:37",
        "hold_time": "1466.83",
        "ofi_z": "-1.0689",
        "er": "1.0000",
        "wobi": "-0.9988",
        "vol": "0.000150",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5074",
        "exit_reason": "TAKE_PROFIT +0.800% (1467s)",
        "session_id": "62"
    },
    {
        "id": "1332",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73514.86000000",
        "exit_price": "73515.17000000",
        "profit": "-0.037711",
        "profit_pct": "-0.000754",
        "entry_time": "2026-03-04 20:28:51",
        "exit_time": "2026-03-04 20:44:02",
        "hold_time": "909.92",
        "ofi_z": "-2.2102",
        "er": "0.9592",
        "wobi": "-0.3722",
        "vol": "0.000129",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4607",
        "exit_reason": "SOFT_SL_TIME -0.000% (910s)",
        "session_id": "61"
    },
    {
        "id": "1331",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73541.53000000",
        "exit_price": "73486.39000000",
        "profit": "-0.000011",
        "profit_pct": "0.000000",
        "entry_time": "2026-03-04 20:16:51",
        "exit_time": "2026-03-04 20:28:24",
        "hold_time": "693.11",
        "ofi_z": "-1.6124",
        "er": "1.0000",
        "wobi": "-0.5959",
        "vol": "0.000131",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3265",
        "exit_reason": "BREAKEVEN_STOP 0.075% (693s)",
        "session_id": "61"
    },
    {
        "id": "1330",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73745.39000000",
        "exit_price": "73490.11000000",
        "profit": "0.135582",
        "profit_pct": "0.002712",
        "entry_time": "2026-03-04 19:53:43",
        "exit_time": "2026-03-04 20:16:44",
        "hold_time": "1380.99",
        "ofi_z": "-1.7485",
        "er": "0.9871",
        "wobi": "-0.9064",
        "vol": "0.000189",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4275",
        "exit_reason": "TRAILING_STOP peak=0.596% now=0.346% trail=0.250% (1381s)",
        "session_id": "61"
    },
    {
        "id": "1329",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73794.66000000",
        "exit_price": "73490.22000000",
        "profit": "0.168775",
        "profit_pct": "0.003376",
        "entry_time": "2026-03-04 19:38:50",
        "exit_time": "2026-03-04 20:16:44",
        "hold_time": "2274.13",
        "ofi_z": "-0.9971",
        "er": "0.9903",
        "wobi": "-0.9653",
        "vol": "0.000150",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4557",
        "exit_reason": "TRAILING_STOP peak=0.663% now=0.413% trail=0.250% (2274s)",
        "session_id": "62"
    },
    {
        "id": "1328",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73764.01000000",
        "exit_price": "73765.05000000",
        "profit": "-0.038205",
        "profit_pct": "-0.000764",
        "entry_time": "2026-03-04 19:38:19",
        "exit_time": "2026-03-04 19:53:21",
        "hold_time": "901.61",
        "ofi_z": "-1.5483",
        "er": "0.9922",
        "wobi": "-0.6692",
        "vol": "0.000151",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3273",
        "exit_reason": "SOFT_SL_TIME -0.001% (902s)",
        "session_id": "61"
    },
    {
        "id": "1327",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73753.74000000",
        "exit_price": "73753.95000000",
        "profit": "-0.037642",
        "profit_pct": "-0.000753",
        "entry_time": "2026-03-04 19:22:47",
        "exit_time": "2026-03-04 19:38:08",
        "hold_time": "921.37",
        "ofi_z": "-0.9653",
        "er": "1.0000",
        "wobi": "0.9982",
        "vol": "0.000312",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3722",
        "exit_reason": "SOFT_SL_TIME -0.000% (921s)",
        "session_id": "61"
    },
    {
        "id": "1326",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73983.36000000",
        "exit_price": "73554.85000000",
        "profit": "0.252099",
        "profit_pct": "0.005042",
        "entry_time": "2026-03-04 19:20:27",
        "exit_time": "2026-03-04 19:28:45",
        "hold_time": "497.23",
        "ofi_z": "0.0792",
        "er": "1.0000",
        "wobi": "-0.7927",
        "vol": "0.000306",
        "spread": "0.000011",
        "regime": "TRENDING",
        "signal_score": "0.4895",
        "exit_reason": "OFI_REVERSAL z=+6.79 WOBI=+0.40 (th=4.0) (497s)",
        "session_id": "60"
    },
    {
        "id": "1325",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73983.36000000",
        "exit_price": "73554.85000000",
        "profit": "0.252099",
        "profit_pct": "0.005042",
        "entry_time": "2026-03-04 19:20:27",
        "exit_time": "2026-03-04 19:28:45",
        "hold_time": "497.23",
        "ofi_z": "0.0744",
        "er": "1.0000",
        "wobi": "-0.7927",
        "vol": "0.000306",
        "spread": "0.000011",
        "regime": "TRENDING",
        "signal_score": "0.4681",
        "exit_reason": "OFI_REVERSAL z=+6.79 WOBI=+0.40 (th=4.0) (497s)",
        "session_id": "63"
    },
    {
        "id": "1324",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73717.37000000",
        "exit_price": "73772.59000000",
        "profit": "-0.000046",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-04 19:17:20",
        "exit_time": "2026-03-04 19:22:16",
        "hold_time": "296.05",
        "ofi_z": "2.0476",
        "er": "0.9877",
        "wobi": "0.3654",
        "vol": "0.000283",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6278",
        "exit_reason": "BREAKEVEN_STOP 0.075% (296s)",
        "session_id": "61"
    },
    {
        "id": "1323",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73835.61000000",
        "exit_price": "73780.40000000",
        "profit": "-0.000113",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-04 19:14:49",
        "exit_time": "2026-03-04 19:38:27",
        "hold_time": "1419.01",
        "ofi_z": "-0.7759",
        "er": "1.0000",
        "wobi": "-0.5775",
        "vol": "0.000307",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4554",
        "exit_reason": "BREAKEVEN_STOP 0.075% (1419s)",
        "session_id": "62"
    },
    {
        "id": "1322",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73973.00000000",
        "exit_price": "73839.46000000",
        "profit": "0.052763",
        "profit_pct": "0.001055",
        "entry_time": "2026-03-04 19:12:56",
        "exit_time": "2026-03-04 19:19:02",
        "hold_time": "367.59",
        "ofi_z": "-0.9712",
        "er": "1.0000",
        "wobi": "-0.7502",
        "vol": "0.000304",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0461",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.81 (th=4.0) (368s)",
        "session_id": "60"
    },
    {
        "id": "1321",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73956.85000000",
        "exit_price": "73940.86000000",
        "profit": "-0.048310",
        "profit_pct": "-0.000966",
        "entry_time": "2026-03-04 19:12:49",
        "exit_time": "2026-03-04 19:20:13",
        "hold_time": "446.87",
        "ofi_z": "8.4355",
        "er": "0.9917",
        "wobi": "0.6698",
        "vol": "0.000304",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "5.6906",
        "exit_reason": "OFI_REVERSAL z=-6.17 WOBI=-0.48 (th=4.0) (447s)",
        "session_id": "63"
    },
    {
        "id": "1320",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73669.16000000",
        "exit_price": "73724.35000000",
        "profit": "-0.000042",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-04 19:03:14",
        "exit_time": "2026-03-04 19:17:08",
        "hold_time": "833.66",
        "ofi_z": "1.9636",
        "er": "0.8462",
        "wobi": "-0.2410",
        "vol": "0.000184",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3796",
        "exit_reason": "BREAKEVEN_STOP 0.075% (834s)",
        "session_id": "61"
    },
    {
        "id": "1319",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73493.76000000",
        "exit_price": "73821.25000000",
        "profit": "0.185301",
        "profit_pct": "0.003706",
        "entry_time": "2026-03-04 18:48:09",
        "exit_time": "2026-03-04 19:14:27",
        "hold_time": "1577.40",
        "ofi_z": "1.7540",
        "er": "0.9100",
        "wobi": "0.9703",
        "vol": "0.000157",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8769",
        "exit_reason": "TRAILING_STOP peak=0.696% now=0.446% trail=0.250% (1577s)",
        "session_id": "62"
    },
    {
        "id": "1318",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73474.04000000",
        "exit_price": "73692.83000000",
        "profit": "-0.186389",
        "profit_pct": "-0.003728",
        "entry_time": "2026-03-04 18:48:05",
        "exit_time": "2026-03-04 19:03:05",
        "hold_time": "900.56",
        "ofi_z": "-2.4431",
        "er": "0.9677",
        "wobi": "-0.7581",
        "vol": "0.000158",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5675",
        "exit_reason": "SOFT_SL_TIME -0.298% (901s)",
        "session_id": "61"
    },
    {
        "id": "1317",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73259.58000000",
        "exit_price": "73476.75000000",
        "profit": "0.110720",
        "profit_pct": "0.002214",
        "entry_time": "2026-03-04 18:35:30",
        "exit_time": "2026-03-04 18:47:58",
        "hold_time": "749.79",
        "ofi_z": "1.7577",
        "er": "1.0000",
        "wobi": "0.9523",
        "vol": "0.000150",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9379",
        "exit_reason": "TRAILING_STOP peak=0.547% now=0.296% trail=0.250% (750s)",
        "session_id": "62"
    },
    {
        "id": "1316",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73285.90000000",
        "exit_price": "73476.75000000",
        "profit": "0.092709",
        "profit_pct": "0.001854",
        "entry_time": "2026-03-04 18:31:31",
        "exit_time": "2026-03-04 18:47:58",
        "hold_time": "988.57",
        "ofi_z": "1.6568",
        "er": "1.0000",
        "wobi": "0.6929",
        "vol": "0.000135",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3427",
        "exit_reason": "TRAILING_STOP peak=0.511% now=0.260% trail=0.250% (989s)",
        "session_id": "61"
    },
    {
        "id": "1315",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73103.03000000",
        "exit_price": "73277.33000000",
        "profit": "-0.156715",
        "profit_pct": "-0.003134",
        "entry_time": "2026-03-04 18:16:12",
        "exit_time": "2026-03-04 18:31:12",
        "hold_time": "903.02",
        "ofi_z": "-3.0007",
        "er": "1.0000",
        "wobi": "-0.9867",
        "vol": "0.000208",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8080",
        "exit_reason": "SOFT_SL_TIME -0.238% (903s)",
        "session_id": "61"
    },
    {
        "id": "1314",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72979.63000000",
        "exit_price": "73274.32000000",
        "profit": "0.164399",
        "profit_pct": "0.003288",
        "entry_time": "2026-03-04 18:11:31",
        "exit_time": "2026-03-04 18:31:01",
        "hold_time": "1172.51",
        "ofi_z": "-0.6843",
        "er": "0.9949",
        "wobi": "-0.9953",
        "vol": "0.000203",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3074",
        "exit_reason": "TRAILING_STOP peak=0.654% now=0.404% trail=0.250% (1173s)",
        "session_id": "62"
    },
    {
        "id": "1313",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73236.91000000",
        "exit_price": "73043.72000000",
        "profit": "-0.169394",
        "profit_pct": "-0.003388",
        "entry_time": "2026-03-04 18:00:43",
        "exit_time": "2026-03-04 18:15:47",
        "hold_time": "900.23",
        "ofi_z": "1.5520",
        "er": "1.0000",
        "wobi": "0.6823",
        "vol": "0.000178",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3674",
        "exit_reason": "SOFT_SL_TIME -0.264% (900s)",
        "session_id": "61"
    },
    {
        "id": "1312",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73335.07000000",
        "exit_price": "72968.35000000",
        "profit": "-0.287530",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 17:50:57",
        "exit_time": "2026-03-04 18:10:54",
        "hold_time": "1197.74",
        "ofi_z": "2.0453",
        "er": "0.9865",
        "wobi": "0.4813",
        "vol": "0.000166",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1209",
        "exit_reason": "STOP_LOSS -0.500% (1198s)",
        "session_id": "62"
    },
    {
        "id": "1311",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73181.74000000",
        "exit_price": "73275.20000000",
        "profit": "-0.101355",
        "profit_pct": "-0.002027",
        "entry_time": "2026-03-04 17:45:33",
        "exit_time": "2026-03-04 18:00:37",
        "hold_time": "900.75",
        "ofi_z": "-1.6033",
        "er": "0.9968",
        "wobi": "-0.7394",
        "vol": "0.000182",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3843",
        "exit_reason": "SOFT_SL_TIME -0.128% (901s)",
        "session_id": "61"
    },
    {
        "id": "1310",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73146.54000000",
        "exit_price": "73149.29000000",
        "profit": "-0.039380",
        "profit_pct": "-0.000788",
        "entry_time": "2026-03-04 17:30:18",
        "exit_time": "2026-03-04 17:45:25",
        "hold_time": "907.13",
        "ofi_z": "-2.1886",
        "er": "1.0000",
        "wobi": "-0.9810",
        "vol": "0.000259",
        "spread": "0.000028",
        "regime": "TRENDING",
        "signal_score": "1.6460",
        "exit_reason": "SOFT_SL_TIME -0.004% (907s)",
        "session_id": "61"
    },
    {
        "id": "1309",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72962.71000000",
        "exit_price": "73327.89000000",
        "profit": "-0.287751",
        "profit_pct": "-0.005755",
        "entry_time": "2026-03-04 17:22:26",
        "exit_time": "2026-03-04 17:50:40",
        "hold_time": "1690.06",
        "ofi_z": "-1.5201",
        "er": "1.0000",
        "wobi": "-0.9976",
        "vol": "0.000307",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9201",
        "exit_reason": "STOP_LOSS -0.501% (1690s)",
        "session_id": "62"
    },
    {
        "id": "1308",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72957.02000000",
        "exit_price": "72975.85000000",
        "profit": "-0.024595",
        "profit_pct": "-0.000492",
        "entry_time": "2026-03-04 17:22:19",
        "exit_time": "2026-03-04 17:28:32",
        "hold_time": "369.38",
        "ofi_z": "-0.5329",
        "er": "1.0000",
        "wobi": "-0.4079",
        "vol": "0.000305",
        "spread": "0.000210",
        "regime": "TRENDING",
        "signal_score": "0.7725",
        "exit_reason": "OFI_REVERSAL z=-9.97 WOBI=-0.84 (th=4.0) (369s)",
        "session_id": "60"
    },
    {
        "id": "1307",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72993.91000000",
        "exit_price": "73025.64000000",
        "profit": "-0.059235",
        "profit_pct": "-0.001185",
        "entry_time": "2026-03-04 17:22:12",
        "exit_time": "2026-03-04 17:29:03",
        "hold_time": "411.22",
        "ofi_z": "-0.0325",
        "er": "1.0000",
        "wobi": "0.8181",
        "vol": "0.000301",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.4399",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.83 (th=4.0) (411s)",
        "session_id": "63"
    },
    {
        "id": "1306",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73349.09000000",
        "exit_price": "72982.26000000",
        "profit": "-0.287558",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 17:19:19",
        "exit_time": "2026-03-04 17:22:12",
        "hold_time": "170.54",
        "ofi_z": "0.7287",
        "er": "0.8333",
        "wobi": "0.6340",
        "vol": "0.000264",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2710",
        "exit_reason": "STOP_LOSS -0.500% (171s)",
        "session_id": "62"
    },
    {
        "id": "1305",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73686.32000000",
        "exit_price": "73317.88000000",
        "profit": "-0.287506",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 17:13:19",
        "exit_time": "2026-03-04 17:19:04",
        "hold_time": "345.14",
        "ofi_z": "1.4945",
        "er": "0.9964",
        "wobi": "0.9979",
        "vol": "0.000217",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8270",
        "exit_reason": "STOP_LOSS -0.500% (345s)",
        "session_id": "62"
    },
    {
        "id": "1304",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73491.19000000",
        "exit_price": "73116.58000000",
        "profit": "0.217367",
        "profit_pct": "0.004347",
        "entry_time": "2026-03-04 17:11:22",
        "exit_time": "2026-03-04 17:30:15",
        "hold_time": "1130.90",
        "ofi_z": "-3.1453",
        "er": "1.0000",
        "wobi": "-0.9961",
        "vol": "0.000212",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8527",
        "exit_reason": "TRAILING_STOP peak=0.760% now=0.510% trail=0.250% (1131s)",
        "session_id": "61"
    },
    {
        "id": "1303",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73293.85000000",
        "exit_price": "73661.12000000",
        "profit": "-0.288046",
        "profit_pct": "-0.005761",
        "entry_time": "2026-03-04 16:59:44",
        "exit_time": "2026-03-04 17:13:11",
        "hold_time": "803.95",
        "ofi_z": "-1.4400",
        "er": "1.0000",
        "wobi": "-0.7754",
        "vol": "0.000211",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7903",
        "exit_reason": "STOP_LOSS -0.501% (804s)",
        "session_id": "62"
    },
    {
        "id": "1302",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73254.11000000",
        "exit_price": "73499.24000000",
        "profit": "-0.204815",
        "profit_pct": "-0.004096",
        "entry_time": "2026-03-04 16:56:15",
        "exit_time": "2026-03-04 17:11:15",
        "hold_time": "900.00",
        "ofi_z": "-2.1801",
        "er": "0.9937",
        "wobi": "-0.4651",
        "vol": "0.000187",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5490",
        "exit_reason": "SOFT_SL_TIME -0.335% (900s)",
        "session_id": "61"
    },
    {
        "id": "1301",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73290.19000000",
        "exit_price": "73288.20000000",
        "profit": "-0.038858",
        "profit_pct": "-0.000777",
        "entry_time": "2026-03-04 16:40:55",
        "exit_time": "2026-03-04 16:55:53",
        "hold_time": "900.03",
        "ofi_z": "1.8929",
        "er": "0.5000",
        "wobi": "0.3084",
        "vol": "0.000235",
        "spread": "0.000000",
        "regime": "DIRECTIONAL",
        "signal_score": "1.1762",
        "exit_reason": "SOFT_SL_TIME -0.003% (900s)",
        "session_id": "61"
    },
    {
        "id": "1300",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73171.49000000",
        "exit_price": "73226.34000000",
        "profit": "-0.000020",
        "profit_pct": "0.000000",
        "entry_time": "2026-03-04 16:37:00",
        "exit_time": "2026-03-04 16:59:24",
        "hold_time": "1343.57",
        "ofi_z": "0.6961",
        "er": "0.9946",
        "wobi": "-0.6953",
        "vol": "0.000217",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3266",
        "exit_reason": "BREAKEVEN_STOP 0.075% (1344s)",
        "session_id": "62"
    },
    {
        "id": "1299",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72594.95000000",
        "exit_price": "73175.76000000",
        "profit": "0.400035",
        "profit_pct": "0.008001",
        "entry_time": "2026-03-04 16:24:27",
        "exit_time": "2026-03-04 16:36:51",
        "hold_time": "741.41",
        "ofi_z": "1.6003",
        "er": "1.0000",
        "wobi": "0.8288",
        "vol": "0.000286",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9531",
        "exit_reason": "TAKE_PROFIT +0.800% (741s)",
        "session_id": "62"
    },
    {
        "id": "1298",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72697.36000000",
        "exit_price": "73278.94000000",
        "profit": "0.400001",
        "profit_pct": "0.008000",
        "entry_time": "2026-03-04 16:24:07",
        "exit_time": "2026-03-04 16:40:45",
        "hold_time": "998.34",
        "ofi_z": "3.0428",
        "er": "0.9699",
        "wobi": "-0.9665",
        "vol": "0.000274",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8805",
        "exit_reason": "TAKE_PROFIT +0.800% (998s)",
        "session_id": "61"
    },
    {
        "id": "1297",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72772.01000000",
        "exit_price": "72845.51000000",
        "profit": "-0.088000",
        "profit_pct": "-0.001760",
        "entry_time": "2026-03-04 16:14:06",
        "exit_time": "2026-03-04 16:21:00",
        "hold_time": "410.56",
        "ofi_z": "1.3257",
        "er": "0.9806",
        "wobi": "0.7888",
        "vol": "0.000299",
        "spread": "0.000001",
        "regime": "TRENDING",
        "signal_score": "1.2417",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.43 (th=4.0) (411s)",
        "session_id": "63"
    },
    {
        "id": "1296",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72809.60000000",
        "exit_price": "72854.28000000",
        "profit": "-0.068183",
        "profit_pct": "-0.001364",
        "entry_time": "2026-03-04 16:11:48",
        "exit_time": "2026-03-04 16:18:36",
        "hold_time": "410.92",
        "ofi_z": "-0.6581",
        "er": "1.0000",
        "wobi": "0.8771",
        "vol": "0.000326",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8595",
        "exit_reason": "OFI_REVERSAL z=+4.60 WOBI=+0.39 (th=4.0) (411s)",
        "session_id": "60"
    },
    {
        "id": "1295",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72929.09000000",
        "exit_price": "72724.35000000",
        "profit": "0.102869",
        "profit_pct": "0.002057",
        "entry_time": "2026-03-04 16:10:14",
        "exit_time": "2026-03-04 16:23:46",
        "hold_time": "809.39",
        "ofi_z": "-1.4512",
        "er": "1.0000",
        "wobi": "-0.9962",
        "vol": "0.000347",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5511",
        "exit_reason": "TRAILING_STOP peak=0.531% now=0.281% trail=0.250% (809s)",
        "session_id": "61"
    },
    {
        "id": "1294",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72922.01000000",
        "exit_price": "72724.00000000",
        "profit": "0.098268",
        "profit_pct": "0.001965",
        "entry_time": "2026-03-04 16:09:52",
        "exit_time": "2026-03-04 16:23:43",
        "hold_time": "830.97",
        "ofi_z": "-1.9741",
        "er": "0.9958",
        "wobi": "-0.3424",
        "vol": "0.000339",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.2278",
        "exit_reason": "TRAILING_STOP peak=0.522% now=0.272% trail=0.250% (831s)",
        "session_id": "62"
    },
    {
        "id": "1293",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73081.42000000",
        "exit_price": "72769.84000000",
        "profit": "0.175673",
        "profit_pct": "0.003513",
        "entry_time": "2026-03-04 16:07:35",
        "exit_time": "2026-03-04 16:13:50",
        "hold_time": "375.28",
        "ofi_z": "-2.7367",
        "er": "1.0000",
        "wobi": "-0.9571",
        "vol": "0.000349",
        "spread": "0.000005",
        "regime": "TRENDING",
        "signal_score": "2.1501",
        "exit_reason": "OFI_REVERSAL z=+4.36 WOBI=+0.79 (th=4.0) (375s)",
        "session_id": "63"
    },
    {
        "id": "1292",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73212.40000000",
        "exit_price": "72846.15000000",
        "profit": "-0.287628",
        "profit_pct": "-0.005753",
        "entry_time": "2026-03-04 16:06:54",
        "exit_time": "2026-03-04 16:11:32",
        "hold_time": "278.20",
        "ofi_z": "-0.1939",
        "er": "1.0000",
        "wobi": "-0.7114",
        "vol": "0.000346",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.5780",
        "exit_reason": "STOP_LOSS -0.500% (278s)",
        "session_id": "60"
    },
    {
        "id": "1291",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73477.55000000",
        "exit_price": "73110.00000000",
        "profit": "-0.287610",
        "profit_pct": "-0.005752",
        "entry_time": "2026-03-04 16:02:22",
        "exit_time": "2026-03-04 16:07:25",
        "hold_time": "305.42",
        "ofi_z": "1.4339",
        "er": "1.0000",
        "wobi": "0.8433",
        "vol": "0.000335",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3299",
        "exit_reason": "STOP_LOSS -0.500% (305s)",
        "session_id": "63"
    },
    {
        "id": "1290",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73252.74000000",
        "exit_price": "72886.36000000",
        "profit": "-0.287579",
        "profit_pct": "-0.005752",
        "entry_time": "2026-03-04 16:01:18",
        "exit_time": "2026-03-04 16:10:05",
        "hold_time": "527.15",
        "ofi_z": "2.3906",
        "er": "0.8000",
        "wobi": "0.8390",
        "vol": "0.000329",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6467",
        "exit_reason": "STOP_LOSS -0.500% (527s)",
        "session_id": "61"
    },
    {
        "id": "1289",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73469.14000000",
        "exit_price": "73414.20000000",
        "profit": "-0.000110",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-04 15:59:10",
        "exit_time": "2026-03-04 16:02:11",
        "hold_time": "178.14",
        "ofi_z": "-1.2763",
        "er": "1.0000",
        "wobi": "-0.8134",
        "vol": "0.000301",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2171",
        "exit_reason": "BREAKEVEN_STOP 0.075% (178s)",
        "session_id": "63"
    },
    {
        "id": "1288",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73469.14000000",
        "exit_price": "73248.00000000",
        "profit": "0.112999",
        "profit_pct": "0.002260",
        "entry_time": "2026-03-04 15:59:08",
        "exit_time": "2026-03-04 16:06:36",
        "hold_time": "447.72",
        "ofi_z": "-1.1826",
        "er": "0.8182",
        "wobi": "-0.5429",
        "vol": "0.000301",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1200",
        "exit_reason": "OFI_REVERSAL z=+4.79 WOBI=+0.80 (th=4.0) (448s)",
        "session_id": "60"
    },
    {
        "id": "1287",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73356.22000000",
        "exit_price": "72989.29000000",
        "profit": "-0.287601",
        "profit_pct": "-0.005752",
        "entry_time": "2026-03-04 15:58:07",
        "exit_time": "2026-03-04 16:09:35",
        "hold_time": "688.88",
        "ofi_z": "1.9755",
        "er": "0.9952",
        "wobi": "0.8159",
        "vol": "0.000287",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1851",
        "exit_reason": "STOP_LOSS -0.500% (689s)",
        "session_id": "62"
    },
    {
        "id": "1286",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "73086.82000000",
        "exit_price": "73452.31000000",
        "profit": "-0.287538",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 15:55:54",
        "exit_time": "2026-03-04 15:59:01",
        "hold_time": "183.75",
        "ofi_z": "-1.3394",
        "er": "1.0000",
        "wobi": "-0.9552",
        "vol": "0.000303",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2757",
        "exit_reason": "STOP_LOSS -0.500% (184s)",
        "session_id": "60"
    },
    {
        "id": "1285",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73066.48000000",
        "exit_price": "73388.00000000",
        "profit": "0.182519",
        "profit_pct": "0.003650",
        "entry_time": "2026-03-04 15:52:03",
        "exit_time": "2026-03-04 15:58:15",
        "hold_time": "374.79",
        "ofi_z": "8.7325",
        "er": "1.0000",
        "wobi": "0.5235",
        "vol": "0.000302",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "5.8778",
        "exit_reason": "OFI_REVERSAL z=-7.28 WOBI=-0.37 (th=4.0) (375s)",
        "session_id": "63"
    },
    {
        "id": "1284",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73079.14000000",
        "exit_price": "73296.40000000",
        "profit": "0.111147",
        "profit_pct": "0.002223",
        "entry_time": "2026-03-04 15:51:47",
        "exit_time": "2026-03-04 16:01:08",
        "hold_time": "560.92",
        "ofi_z": "3.0788",
        "er": "0.8333",
        "wobi": "0.6469",
        "vol": "0.000301",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8265",
        "exit_reason": "TRAILING_STOP peak=0.548% now=0.297% trail=0.250% (561s)",
        "session_id": "61"
    },
    {
        "id": "1283",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72895.11000000",
        "exit_price": "73110.14000000",
        "profit": "-0.184993",
        "profit_pct": "-0.003700",
        "entry_time": "2026-03-04 15:47:03",
        "exit_time": "2026-03-04 15:53:20",
        "hold_time": "377.57",
        "ofi_z": "-2.1700",
        "er": "1.0000",
        "wobi": "-0.9935",
        "vol": "0.000310",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7981",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+1.00 (th=4.0) (378s)",
        "session_id": "60"
    },
    {
        "id": "1282",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72752.99000000",
        "exit_price": "73061.39000000",
        "profit": "0.174450",
        "profit_pct": "0.003489",
        "entry_time": "2026-03-04 15:45:15",
        "exit_time": "2026-03-04 15:51:50",
        "hold_time": "395.01",
        "ofi_z": "-1.4126",
        "er": "1.0000",
        "wobi": "-0.9983",
        "vol": "0.000321",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3106",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.49 (th=4.0) (395s)",
        "session_id": "63"
    },
    {
        "id": "1281",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72850.75000000",
        "exit_price": "73215.10000000",
        "profit": "-0.287566",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 15:43:26",
        "exit_time": "2026-03-04 15:57:56",
        "hold_time": "872.29",
        "ofi_z": "-1.1707",
        "er": "1.0000",
        "wobi": "-0.8045",
        "vol": "0.000328",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7194",
        "exit_reason": "STOP_LOSS -0.500% (872s)",
        "session_id": "62"
    },
    {
        "id": "1280",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72668.59000000",
        "exit_price": "72892.94000000",
        "profit": "0.116865",
        "profit_pct": "0.002337",
        "entry_time": "2026-03-04 15:39:55",
        "exit_time": "2026-03-04 15:46:54",
        "hold_time": "419.13",
        "ofi_z": "1.0225",
        "er": "0.9916",
        "wobi": "0.9754",
        "vol": "0.000378",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1064",
        "exit_reason": "OFI_REVERSAL z=-5.26 WOBI=-0.46 (th=4.0) (419s)",
        "session_id": "60"
    },
    {
        "id": "1279",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72666.83000000",
        "exit_price": "72721.65000000",
        "profit": "-0.075220",
        "profit_pct": "-0.001504",
        "entry_time": "2026-03-04 15:38:38",
        "exit_time": "2026-03-04 15:45:01",
        "hold_time": "383.34",
        "ofi_z": "-1.3931",
        "er": "0.8750",
        "wobi": "-0.7861",
        "vol": "0.000383",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2878",
        "exit_reason": "OFI_REVERSAL z=+6.31 WOBI=+0.43 (th=4.0) (383s)",
        "session_id": "63"
    },
    {
        "id": "1278",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72689.19000000",
        "exit_price": "73052.81000000",
        "profit": "-0.287620",
        "profit_pct": "-0.005752",
        "entry_time": "2026-03-04 15:37:26",
        "exit_time": "2026-03-04 15:51:35",
        "hold_time": "847.50",
        "ofi_z": "-0.7729",
        "er": "1.0000",
        "wobi": "0.9456",
        "vol": "0.000380",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4044",
        "exit_reason": "STOP_LOSS -0.500% (848s)",
        "session_id": "61"
    },
    {
        "id": "1277",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72854.20000000",
        "exit_price": "72694.20000000",
        "profit": "-0.147308",
        "profit_pct": "-0.002946",
        "entry_time": "2026-03-04 15:33:08",
        "exit_time": "2026-03-04 15:39:39",
        "hold_time": "394.54",
        "ofi_z": "1.2155",
        "er": "1.0000",
        "wobi": "0.9439",
        "vol": "0.000444",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2573",
        "exit_reason": "OFI_REVERSAL z=-5.17 WOBI=-0.98 (th=4.0) (395s)",
        "session_id": "60"
    },
    {
        "id": "1276",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72854.66000000",
        "exit_price": "72800.09000000",
        "profit": "-0.000049",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-04 15:33:00",
        "exit_time": "2026-03-04 15:43:12",
        "hold_time": "612.54",
        "ofi_z": "-0.1403",
        "er": "1.0000",
        "wobi": "0.7495",
        "vol": "0.000445",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1726",
        "exit_reason": "BREAKEVEN_STOP 0.075% (613s)",
        "session_id": "62"
    },
    {
        "id": "1275",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73073.35000000",
        "exit_price": "72707.61000000",
        "profit": "-0.287755",
        "profit_pct": "-0.005755",
        "entry_time": "2026-03-04 15:31:34",
        "exit_time": "2026-03-04 15:37:15",
        "hold_time": "340.18",
        "ofi_z": "1.9901",
        "er": "1.0000",
        "wobi": "0.3164",
        "vol": "0.000433",
        "spread": "0.000005",
        "regime": "TRENDING",
        "signal_score": "1.8080",
        "exit_reason": "STOP_LOSS -0.501% (340s)",
        "session_id": "61"
    },
    {
        "id": "1274",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "73012.84000000",
        "exit_price": "72716.00000000",
        "profit": "-0.240779",
        "profit_pct": "-0.004816",
        "entry_time": "2026-03-04 15:31:31",
        "exit_time": "2026-03-04 15:38:25",
        "hold_time": "411.36",
        "ofi_z": "0.9371",
        "er": "1.0000",
        "wobi": "0.9885",
        "vol": "0.000433",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0601",
        "exit_reason": "OFI_REVERSAL z=-4.88 WOBI=-1.00 (th=4.0) (411s)",
        "session_id": "63"
    },
    {
        "id": "1273",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72686.97000000",
        "exit_price": "73050.46000000",
        "profit": "-0.287538",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 15:27:25",
        "exit_time": "2026-03-04 15:31:21",
        "hold_time": "234.59",
        "ofi_z": "-2.7180",
        "er": "0.5464",
        "wobi": "-0.9990",
        "vol": "0.000388",
        "spread": "0.000000",
        "regime": "DIRECTIONAL",
        "signal_score": "1.6301",
        "exit_reason": "STOP_LOSS -0.500% (235s)",
        "session_id": "61"
    },
    {
        "id": "1272",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72696.57000000",
        "exit_price": "73060.27000000",
        "profit": "-0.287649",
        "profit_pct": "-0.005753",
        "entry_time": "2026-03-04 15:26:49",
        "exit_time": "2026-03-04 15:31:22",
        "hold_time": "270.72",
        "ofi_z": "-2.9931",
        "er": "1.0000",
        "wobi": "-0.4879",
        "vol": "0.000383",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3242",
        "exit_reason": "STOP_LOSS -0.500% (271s)",
        "session_id": "63"
    },
    {
        "id": "1271",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72700.41000000",
        "exit_price": "72914.88000000",
        "profit": "0.110003",
        "profit_pct": "0.002200",
        "entry_time": "2026-03-04 15:26:38",
        "exit_time": "2026-03-04 15:32:46",
        "hold_time": "367.27",
        "ofi_z": "1.9144",
        "er": "1.0000",
        "wobi": "-0.1368",
        "vol": "0.000384",
        "spread": "0.000094",
        "regime": "TRENDING",
        "signal_score": "2.2305",
        "exit_reason": "TRAILING_STOP peak=0.546% now=0.295% trail=0.250% (367s)",
        "session_id": "62"
    },
    {
        "id": "1270",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72714.77000000",
        "exit_price": "72868.78000000",
        "profit": "0.068400",
        "profit_pct": "0.001368",
        "entry_time": "2026-03-04 15:26:38",
        "exit_time": "2026-03-04 15:32:54",
        "hold_time": "376.39",
        "ofi_z": "2.0004",
        "er": "0.9946",
        "wobi": "0.9823",
        "vol": "0.000380",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7196",
        "exit_reason": "OFI_REVERSAL z=-4.60 WOBI=-0.33 (th=4.0) (376s)",
        "session_id": "60"
    },
    {
        "id": "1269",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72327.13000000",
        "exit_price": "72688.78000000",
        "profit": "-0.287510",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 15:22:21",
        "exit_time": "2026-03-04 15:26:27",
        "hold_time": "249.01",
        "ofi_z": "-1.7192",
        "er": "1.0000",
        "wobi": "-0.9977",
        "vol": "0.000298",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0373",
        "exit_reason": "STOP_LOSS -0.500% (249s)",
        "session_id": "62"
    },
    {
        "id": "1268",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72393.31000000",
        "exit_price": "72755.29000000",
        "profit": "-0.287509",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 15:21:37",
        "exit_time": "2026-03-04 15:26:28",
        "hold_time": "293.81",
        "ofi_z": "-1.8958",
        "er": "0.9900",
        "wobi": "-0.8241",
        "vol": "0.000307",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6220",
        "exit_reason": "STOP_LOSS -0.500% (294s)",
        "session_id": "60"
    },
    {
        "id": "1267",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72459.40000000",
        "exit_price": "72697.98000000",
        "profit": "0.127130",
        "profit_pct": "0.002543",
        "entry_time": "2026-03-04 15:20:40",
        "exit_time": "2026-03-04 15:26:38",
        "hold_time": "360.17",
        "ofi_z": "0.7764",
        "er": "1.0000",
        "wobi": "-0.9691",
        "vol": "0.000306",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9070",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.33 (th=4.0) (360s)",
        "session_id": "63"
    },
    {
        "id": "1266",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72369.30000000",
        "exit_price": "72657.54000000",
        "profit": "0.161645",
        "profit_pct": "0.003233",
        "entry_time": "2026-03-04 15:19:56",
        "exit_time": "2026-03-04 15:27:04",
        "hold_time": "428.12",
        "ofi_z": "2.5982",
        "er": "0.7143",
        "wobi": "0.2688",
        "vol": "0.000305",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6130",
        "exit_reason": "TRAILING_STOP peak=0.649% now=0.398% trail=0.250% (428s)",
        "session_id": "61"
    },
    {
        "id": "1265",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72024.99000000",
        "exit_price": "72385.34000000",
        "profit": "-0.287656",
        "profit_pct": "-0.005753",
        "entry_time": "2026-03-04 15:15:44",
        "exit_time": "2026-03-04 15:20:25",
        "hold_time": "277.44",
        "ofi_z": "-1.2609",
        "er": "0.9600",
        "wobi": "0.0465",
        "vol": "0.000332",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2089",
        "exit_reason": "STOP_LOSS -0.500% (277s)",
        "session_id": "63"
    },
    {
        "id": "1264",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71988.69000000",
        "exit_price": "72327.13000000",
        "profit": "0.197565",
        "profit_pct": "0.003951",
        "entry_time": "2026-03-04 15:14:43",
        "exit_time": "2026-03-04 15:21:57",
        "hold_time": "434.50",
        "ofi_z": "0.7553",
        "er": "0.8947",
        "wobi": "0.9931",
        "vol": "0.000346",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3995",
        "exit_reason": "TRAILING_STOP peak=0.721% now=0.470% trail=0.250% (435s)",
        "session_id": "62"
    },
    {
        "id": "1263",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71975.00000000",
        "exit_price": "72335.04000000",
        "profit": "-0.287615",
        "profit_pct": "-0.005752",
        "entry_time": "2026-03-04 15:14:40",
        "exit_time": "2026-03-04 15:19:51",
        "hold_time": "307.74",
        "ofi_z": "-1.5544",
        "er": "1.0000",
        "wobi": "0.9184",
        "vol": "0.000346",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5785",
        "exit_reason": "STOP_LOSS -0.500% (308s)",
        "session_id": "61"
    },
    {
        "id": "1262",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72151.81000000",
        "exit_price": "72459.29000000",
        "profit": "0.175579",
        "profit_pct": "0.003512",
        "entry_time": "2026-03-04 15:14:21",
        "exit_time": "2026-03-04 15:21:21",
        "hold_time": "419.70",
        "ofi_z": "2.1122",
        "er": "1.0000",
        "wobi": "-0.9940",
        "vol": "0.000374",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7883",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.41 (th=4.0) (420s)",
        "session_id": "60"
    },
    {
        "id": "1261",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72099.00000000",
        "exit_price": "72030.15000000",
        "profit": "-0.085247",
        "profit_pct": "-0.001705",
        "entry_time": "2026-03-04 15:08:55",
        "exit_time": "2026-03-04 15:15:33",
        "hold_time": "398.33",
        "ofi_z": "10.0000",
        "er": "0.9924",
        "wobi": "0.9878",
        "vol": "0.000530",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "6.7629",
        "exit_reason": "OFI_REVERSAL z=-4.16 WOBI=-0.90 (th=4.0) (398s)",
        "session_id": "63"
    },
    {
        "id": "1260",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71869.19000000",
        "exit_price": "72067.37000000",
        "profit": "0.100375",
        "profit_pct": "0.002008",
        "entry_time": "2026-03-04 15:08:20",
        "exit_time": "2026-03-04 15:14:32",
        "hold_time": "371.69",
        "ofi_z": "1.4610",
        "er": "0.9958",
        "wobi": "0.9483",
        "vol": "0.000521",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0587",
        "exit_reason": "TRAILING_STOP peak=0.526% now=0.276% trail=0.250% (372s)",
        "session_id": "62"
    },
    {
        "id": "1259",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71816.87000000",
        "exit_price": "72217.58000000",
        "profit": "0.482961",
        "profit_pct": "0.004830",
        "entry_time": "2026-03-04 15:07:59",
        "exit_time": "2026-03-04 15:14:10",
        "hold_time": "368.52",
        "ofi_z": "0.9339",
        "er": "0.9806",
        "wobi": "0.9221",
        "vol": "0.000522",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1077",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.96 (th=4.0) (369s)",
        "session_id": "60"
    },
    {
        "id": "1258",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71680.56000000",
        "exit_price": "72039.07000000",
        "profit": "-0.287575",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 15:06:33",
        "exit_time": "2026-03-04 15:08:45",
        "hold_time": "131.35",
        "ofi_z": "-2.1118",
        "er": "1.0000",
        "wobi": "-0.6454",
        "vol": "0.000515",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8284",
        "exit_reason": "STOP_LOSS -0.500% (131s)",
        "session_id": "63"
    },
    {
        "id": "1257",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71914.01000000",
        "exit_price": "71860.41000000",
        "profit": "-0.000233",
        "profit_pct": "-0.000005",
        "entry_time": "2026-03-04 15:01:36",
        "exit_time": "2026-03-04 15:08:06",
        "hold_time": "389.78",
        "ofi_z": "-1.4066",
        "er": "0.9294",
        "wobi": "-0.9361",
        "vol": "0.000472",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9360",
        "exit_reason": "BREAKEVEN_STOP 0.075% (390s)",
        "session_id": "62"
    },
    {
        "id": "1256",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71953.88000000",
        "exit_price": "71753.52000000",
        "profit": "0.203456",
        "profit_pct": "0.002035",
        "entry_time": "2026-03-04 15:01:23",
        "exit_time": "2026-03-04 15:07:22",
        "hold_time": "362.04",
        "ofi_z": "-3.6588",
        "er": "1.0000",
        "wobi": "-0.9935",
        "vol": "0.000462",
        "spread": "0.000007",
        "regime": "TRENDING",
        "signal_score": "2.7919",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.34 (th=4.0) (362s)",
        "session_id": "60"
    },
    {
        "id": "1255",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71851.81000000",
        "exit_price": "72067.37000000",
        "profit": "0.112503",
        "profit_pct": "0.002250",
        "entry_time": "2026-03-04 15:00:14",
        "exit_time": "2026-03-04 15:14:32",
        "hold_time": "858.05",
        "ofi_z": "2.5557",
        "er": "0.9047",
        "wobi": "0.9253",
        "vol": "0.000456",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9260",
        "exit_reason": "TRAILING_STOP peak=0.550% now=0.300% trail=0.250% (858s)",
        "session_id": "61"
    },
    {
        "id": "1254",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71911.07000000",
        "exit_price": "71675.05000000",
        "profit": "-0.403211",
        "profit_pct": "-0.004032",
        "entry_time": "2026-03-04 15:00:11",
        "exit_time": "2026-03-04 15:06:19",
        "hold_time": "371.92",
        "ofi_z": "10.0000",
        "er": "0.6383",
        "wobi": "0.9106",
        "vol": "0.000430",
        "spread": "0.000008",
        "regime": "TRENDING",
        "signal_score": "6.6168",
        "exit_reason": "OFI_REVERSAL z=-9.80 WOBI=-1.00 (th=4.0) (372s)",
        "session_id": "63"
    },
    {
        "id": "1253",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71610.68000000",
        "exit_price": "71969.60000000",
        "profit": "-0.288105",
        "profit_pct": "-0.005762",
        "entry_time": "2026-03-04 14:55:45",
        "exit_time": "2026-03-04 15:00:10",
        "hold_time": "260.48",
        "ofi_z": "-1.7789",
        "er": "0.5302",
        "wobi": "0.9848",
        "vol": "0.000431",
        "spread": "0.000000",
        "regime": "DIRECTIONAL",
        "signal_score": "1.4113",
        "exit_reason": "STOP_LOSS -0.501% (260s)",
        "session_id": "61"
    },
    {
        "id": "1252",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71631.37000000",
        "exit_price": "71851.03000000",
        "profit": "0.115827",
        "profit_pct": "0.002317",
        "entry_time": "2026-03-04 14:55:36",
        "exit_time": "2026-03-04 15:01:25",
        "hold_time": "348.68",
        "ofi_z": "1.1769",
        "er": "1.0000",
        "wobi": "0.9851",
        "vol": "0.000433",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8103",
        "exit_reason": "TRAILING_STOP peak=0.557% now=0.307% trail=0.250% (349s)",
        "session_id": "62"
    },
    {
        "id": "1251",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71707.03000000",
        "exit_price": "71957.82000000",
        "profit": "-0.424743",
        "profit_pct": "-0.004247",
        "entry_time": "2026-03-04 14:54:55",
        "exit_time": "2026-03-04 15:01:03",
        "hold_time": "368.90",
        "ofi_z": "2.6957",
        "er": "1.0000",
        "wobi": "0.9760",
        "vol": "0.000439",
        "spread": "0.000014",
        "regime": "TRENDING",
        "signal_score": "2.1801",
        "exit_reason": "OFI_REVERSAL z=+4.70 WOBI=+0.78 (th=4.0) (369s)",
        "session_id": "60"
    },
    {
        "id": "1250",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71713.35000000",
        "exit_price": "71609.78000000",
        "profit": "0.069422",
        "profit_pct": "0.000694",
        "entry_time": "2026-03-04 14:53:09",
        "exit_time": "2026-03-04 14:59:56",
        "hold_time": "406.82",
        "ofi_z": "-1.1601",
        "er": "1.0000",
        "wobi": "-0.9983",
        "vol": "0.000474",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2166",
        "exit_reason": "OFI_REVERSAL z=+4.42 WOBI=+0.90 (th=4.0) (407s)",
        "session_id": "63"
    },
    {
        "id": "1249",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71595.06000000",
        "exit_price": "71713.67000000",
        "profit": "0.090668",
        "profit_pct": "0.000907",
        "entry_time": "2026-03-04 14:48:24",
        "exit_time": "2026-03-04 14:54:35",
        "hold_time": "371.45",
        "ofi_z": "0.8996",
        "er": "1.0000",
        "wobi": "0.9983",
        "vol": "0.000526",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0941",
        "exit_reason": "OFI_REVERSAL z=-4.57 WOBI=-0.51 (th=4.0) (371s)",
        "session_id": "60"
    },
    {
        "id": "1248",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71483.36000000",
        "exit_price": "71736.00000000",
        "profit": "-0.428425",
        "profit_pct": "-0.004284",
        "entry_time": "2026-03-04 14:46:17",
        "exit_time": "2026-03-04 14:52:58",
        "hold_time": "399.08",
        "ofi_z": "-1.7893",
        "er": "0.0000",
        "wobi": "-0.8201",
        "vol": "0.000548",
        "spread": "0.000030",
        "regime": "CHOPPY",
        "signal_score": "0.5863",
        "exit_reason": "OFI_REVERSAL z=+6.26 WOBI=+0.35 (th=4.0) (399s)",
        "session_id": "63"
    },
    {
        "id": "1247",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71415.99000000",
        "exit_price": "71623.13000000",
        "profit": "0.107524",
        "profit_pct": "0.002150",
        "entry_time": "2026-03-04 14:46:05",
        "exit_time": "2026-03-04 14:55:23",
        "hold_time": "556.01",
        "ofi_z": "2.1042",
        "er": "0.9845",
        "wobi": "0.6165",
        "vol": "0.000545",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.4726",
        "exit_reason": "TRAILING_STOP peak=0.541% now=0.290% trail=0.250% (556s)",
        "session_id": "62"
    },
    {
        "id": "1246",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71357.67000000",
        "exit_price": "71623.64000000",
        "profit": "0.148864",
        "profit_pct": "0.002977",
        "entry_time": "2026-03-04 14:46:02",
        "exit_time": "2026-03-04 14:55:23",
        "hold_time": "558.01",
        "ofi_z": "-0.6077",
        "er": "1.0000",
        "wobi": "-0.9985",
        "vol": "0.000545",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5645",
        "exit_reason": "TRAILING_STOP peak=0.623% now=0.373% trail=0.250% (558s)",
        "session_id": "61"
    },
    {
        "id": "1245",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71676.26000000",
        "exit_price": "71623.17000000",
        "profit": "-0.000931",
        "profit_pct": "-0.000009",
        "entry_time": "2026-03-04 14:43:22",
        "exit_time": "2026-03-04 14:48:12",
        "hold_time": "296.11",
        "ofi_z": "-1.4339",
        "er": "1.0000",
        "wobi": "-0.7256",
        "vol": "0.000572",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4469",
        "exit_reason": "BREAKEVEN_STOP 0.074% (296s)",
        "session_id": "60"
    },
    {
        "id": "1244",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71676.26000000",
        "exit_price": "71479.64000000",
        "profit": "0.199317",
        "profit_pct": "0.001993",
        "entry_time": "2026-03-04 14:43:19",
        "exit_time": "2026-03-04 14:46:07",
        "hold_time": "170.15",
        "ofi_z": "-1.4339",
        "er": "1.0000",
        "wobi": "-0.7256",
        "vol": "0.000572",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4287",
        "exit_reason": "TRAILING_STOP peak=0.525% now=0.274% trail=0.250% (170s)",
        "session_id": "63"
    },
    {
        "id": "1243",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71690.36000000",
        "exit_price": "71331.76000000",
        "profit": "-0.287603",
        "profit_pct": "-0.005752",
        "entry_time": "2026-03-04 14:42:44",
        "exit_time": "2026-03-04 14:45:54",
        "hold_time": "189.99",
        "ofi_z": "2.1430",
        "er": "0.0000",
        "wobi": "0.8705",
        "vol": "0.000579",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "1.3186",
        "exit_reason": "STOP_LOSS -0.500% (190s)",
        "session_id": "61"
    },
    {
        "id": "1242",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71904.70000000",
        "exit_price": "71329.26000000",
        "profit": "0.400141",
        "profit_pct": "0.008003",
        "entry_time": "2026-03-04 14:40:26",
        "exit_time": "2026-03-04 14:45:55",
        "hold_time": "327.50",
        "ofi_z": "0.6323",
        "er": "1.0000",
        "wobi": "0.7326",
        "vol": "0.000611",
        "spread": "0.000137",
        "regime": "TRENDING",
        "signal_score": "1.6186",
        "exit_reason": "TAKE_PROFIT +0.800% (328s)",
        "session_id": "62"
    },
    {
        "id": "1241",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71746.63000000",
        "exit_price": "71800.01000000",
        "profit": "-0.000300",
        "profit_pct": "-0.000006",
        "entry_time": "2026-03-04 14:37:35",
        "exit_time": "2026-03-04 14:40:15",
        "hold_time": "156.99",
        "ofi_z": "1.3092",
        "er": "1.0000",
        "wobi": "0.9991",
        "vol": "0.000554",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9939",
        "exit_reason": "BREAKEVEN_STOP 0.074% (157s)",
        "session_id": "62"
    },
    {
        "id": "1240",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71800.01000000",
        "exit_price": "71684.00000000",
        "profit": "0.086574",
        "profit_pct": "0.000866",
        "entry_time": "2026-03-04 14:36:58",
        "exit_time": "2026-03-04 14:43:12",
        "hold_time": "366.87",
        "ofi_z": "-1.0202",
        "er": "0.9962",
        "wobi": "-0.5450",
        "vol": "0.000525",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1679",
        "exit_reason": "OFI_REVERSAL z=+5.25 WOBI=+1.00 (th=4.0) (367s)",
        "session_id": "60"
    },
    {
        "id": "1239",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71960.82000000",
        "exit_price": "71684.00000000",
        "profit": "0.309682",
        "profit_pct": "0.003097",
        "entry_time": "2026-03-04 14:36:27",
        "exit_time": "2026-03-04 14:43:08",
        "hold_time": "398.06",
        "ofi_z": "-1.0529",
        "er": "1.0000",
        "wobi": "-0.4886",
        "vol": "0.000506",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1628",
        "exit_reason": "OFI_REVERSAL z=+5.25 WOBI=+1.00 (th=4.0) (398s)",
        "session_id": "63"
    },
    {
        "id": "1238",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72004.91000000",
        "exit_price": "71950.99000000",
        "profit": "-0.000058",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-04 14:36:22",
        "exit_time": "2026-03-04 14:37:24",
        "hold_time": "61.87",
        "ofi_z": "-0.7475",
        "er": "1.0000",
        "wobi": "-0.4529",
        "vol": "0.000504",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6014",
        "exit_reason": "BREAKEVEN_STOP 0.075% (62s)",
        "session_id": "62"
    },
    {
        "id": "1237",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72000.28000000",
        "exit_price": "71640.19000000",
        "profit": "-0.287562",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 14:36:18",
        "exit_time": "2026-03-04 14:42:39",
        "hold_time": "382.38",
        "ofi_z": "2.2117",
        "er": "1.0000",
        "wobi": "0.9990",
        "vol": "0.000501",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9548",
        "exit_reason": "STOP_LOSS -0.500% (382s)",
        "session_id": "61"
    },
    {
        "id": "1236",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72481.32000000",
        "exit_price": "71756.20000000",
        "profit": "1.000423",
        "profit_pct": "0.010004",
        "entry_time": "2026-03-04 14:34:31",
        "exit_time": "2026-03-04 14:36:48",
        "hold_time": "136.15",
        "ofi_z": "-0.2506",
        "er": "1.0000",
        "wobi": "0.5200",
        "vol": "0.000437",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.6511",
        "exit_reason": "TAKE_PROFIT +1.000% (136s)",
        "session_id": "60"
    },
    {
        "id": "1235",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72401.21000000",
        "exit_price": "72039.14000000",
        "profit": "-0.575088",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 14:34:17",
        "exit_time": "2026-03-04 14:36:17",
        "hold_time": "114.21",
        "ofi_z": "0.0633",
        "er": "1.0000",
        "wobi": "-0.4308",
        "vol": "0.000432",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.5136",
        "exit_reason": "STOP_LOSS -0.500% (114s)",
        "session_id": "63"
    },
    {
        "id": "1234",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72401.21000000",
        "exit_price": "72039.14000000",
        "profit": "-0.287544",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 14:34:17",
        "exit_time": "2026-03-04 14:36:14",
        "hold_time": "114.21",
        "ofi_z": "-0.0005",
        "er": "1.0000",
        "wobi": "-0.4308",
        "vol": "0.000431",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0741",
        "exit_reason": "STOP_LOSS -0.500% (114s)",
        "session_id": "62"
    },
    {
        "id": "1233",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "72405.76000000",
        "exit_price": "72043.66000000",
        "profit": "-0.287549",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 14:34:15",
        "exit_time": "2026-03-04 14:36:11",
        "hold_time": "115.74",
        "ofi_z": "1.8802",
        "er": "1.0000",
        "wobi": "0.9614",
        "vol": "0.000425",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7684",
        "exit_reason": "STOP_LOSS -0.500% (116s)",
        "session_id": "61"
    },
    {
        "id": "1232",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72494.45000000",
        "exit_price": "72440.80000000",
        "profit": "-0.000994",
        "profit_pct": "-0.000010",
        "entry_time": "2026-03-04 14:32:45",
        "exit_time": "2026-03-04 14:34:18",
        "hold_time": "92.96",
        "ofi_z": "-1.7995",
        "er": "1.0000",
        "wobi": "-0.8802",
        "vol": "0.000374",
        "spread": "0.000014",
        "regime": "TRENDING",
        "signal_score": "1.5931",
        "exit_reason": "BREAKEVEN_STOP 0.074% (93s)",
        "session_id": "60"
    },
    {
        "id": "1231",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72494.45000000",
        "exit_price": "72306.70000000",
        "profit": "0.183985",
        "profit_pct": "0.001840",
        "entry_time": "2026-03-04 14:32:45",
        "exit_time": "2026-03-04 14:34:05",
        "hold_time": "79.41",
        "ofi_z": "-1.7994",
        "er": "1.0000",
        "wobi": "-0.8802",
        "vol": "0.000374",
        "spread": "0.000014",
        "regime": "TRENDING",
        "signal_score": "1.5747",
        "exit_reason": "TRAILING_STOP peak=0.510% now=0.259% trail=0.250% (79s)",
        "session_id": "63"
    },
    {
        "id": "1230",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72494.45000000",
        "exit_price": "72306.70000000",
        "profit": "0.091993",
        "profit_pct": "0.001840",
        "entry_time": "2026-03-04 14:32:45",
        "exit_time": "2026-03-04 14:34:05",
        "hold_time": "79.41",
        "ofi_z": "-1.7771",
        "er": "1.0000",
        "wobi": "-0.8802",
        "vol": "0.000374",
        "spread": "0.000014",
        "regime": "TRENDING",
        "signal_score": "2.1369",
        "exit_reason": "TRAILING_STOP peak=0.510% now=0.259% trail=0.250% (79s)",
        "session_id": "62"
    },
    {
        "id": "1229",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72416.59000000",
        "exit_price": "72363.31000000",
        "profit": "-0.000713",
        "profit_pct": "-0.000014",
        "entry_time": "2026-03-04 14:32:18",
        "exit_time": "2026-03-04 14:34:05",
        "hold_time": "107.72",
        "ofi_z": "-1.6858",
        "er": "1.0000",
        "wobi": "0.9837",
        "vol": "0.000344",
        "spread": "0.000015",
        "regime": "TRENDING",
        "signal_score": "1.6129",
        "exit_reason": "BREAKEVEN_STOP 0.074% (108s)",
        "session_id": "61"
    },
    {
        "id": "1228",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72268.41000000",
        "exit_price": "72629.79000000",
        "profit": "-0.287526",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 14:31:25",
        "exit_time": "2026-03-04 14:32:29",
        "hold_time": "63.81",
        "ofi_z": "-2.2970",
        "er": "0.9910",
        "wobi": "-0.9979",
        "vol": "0.000300",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3934",
        "exit_reason": "STOP_LOSS -0.500% (64s)",
        "session_id": "62"
    },
    {
        "id": "1227",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72269.11000000",
        "exit_price": "72630.46000000",
        "profit": "-0.575006",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 14:31:16",
        "exit_time": "2026-03-04 14:32:31",
        "hold_time": "72.71",
        "ofi_z": "-1.8325",
        "er": "0.9695",
        "wobi": "-0.6141",
        "vol": "0.000300",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5733",
        "exit_reason": "STOP_LOSS -0.500% (73s)",
        "session_id": "60"
    },
    {
        "id": "1226",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72269.11000000",
        "exit_price": "72630.46000000",
        "profit": "-0.575006",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 14:31:16",
        "exit_time": "2026-03-04 14:32:30",
        "hold_time": "72.71",
        "ofi_z": "-1.8325",
        "er": "0.9695",
        "wobi": "-0.6141",
        "vol": "0.000300",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5555",
        "exit_reason": "STOP_LOSS -0.500% (73s)",
        "session_id": "63"
    },
    {
        "id": "1225",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "72092.01000000",
        "exit_price": "72452.70000000",
        "profit": "-0.287659",
        "profit_pct": "-0.005753",
        "entry_time": "2026-03-04 14:31:03",
        "exit_time": "2026-03-04 14:32:08",
        "hold_time": "64.83",
        "ofi_z": "-1.4552",
        "er": "1.0000",
        "wobi": "-0.9762",
        "vol": "0.000265",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4502",
        "exit_reason": "STOP_LOSS -0.500% (65s)",
        "session_id": "61"
    },
    {
        "id": "1224",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71658.75000000",
        "exit_price": "72232.06000000",
        "profit": "0.400028",
        "profit_pct": "0.008001",
        "entry_time": "2026-03-04 14:18:32",
        "exit_time": "2026-03-04 14:31:14",
        "hold_time": "770.39",
        "ofi_z": "1.9785",
        "er": "1.0000",
        "wobi": "0.6873",
        "vol": "0.000210",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1259",
        "exit_reason": "TAKE_PROFIT +0.800% (770s)",
        "session_id": "62"
    },
    {
        "id": "1223",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71788.28000000",
        "exit_price": "72147.23000000",
        "profit": "-0.287506",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 14:17:44",
        "exit_time": "2026-03-04 14:30:56",
        "hold_time": "795.06",
        "ofi_z": "-1.8173",
        "er": "0.9464",
        "wobi": "-0.5701",
        "vol": "0.000190",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4189",
        "exit_reason": "STOP_LOSS -0.500% (795s)",
        "session_id": "61"
    },
    {
        "id": "1222",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71667.59000000",
        "exit_price": "71721.34000000",
        "profit": "0.000000",
        "profit_pct": "0.000000",
        "entry_time": "2026-03-04 14:13:00",
        "exit_time": "2026-03-04 14:17:49",
        "hold_time": "287.13",
        "ofi_z": "1.1462",
        "er": "1.0000",
        "wobi": "0.8063",
        "vol": "0.000199",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5963",
        "exit_reason": "BREAKEVEN_STOP 0.075% (287s)",
        "session_id": "62"
    },
    {
        "id": "1221",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71471.14000000",
        "exit_price": "71821.14000000",
        "profit": "0.207354",
        "profit_pct": "0.004147",
        "entry_time": "2026-03-04 14:01:52",
        "exit_time": "2026-03-04 14:17:39",
        "hold_time": "945.28",
        "ofi_z": "0.4337",
        "er": "0.9757",
        "wobi": "0.0982",
        "vol": "0.000132",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9827",
        "exit_reason": "TRAILING_STOP peak=0.740% now=0.490% trail=0.250% (945s)",
        "session_id": "61"
    },
    {
        "id": "1220",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71513.87000000",
        "exit_price": "71676.69000000",
        "profit": "-0.151338",
        "profit_pct": "-0.003027",
        "entry_time": "2026-03-04 13:42:44",
        "exit_time": "2026-03-04 14:12:47",
        "hold_time": "1802.30",
        "ofi_z": "-0.0148",
        "er": "0.0000",
        "wobi": "-0.8899",
        "vol": "0.000153",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.1308",
        "exit_reason": "SOFT_SL_TIME -0.228% (1802s)",
        "session_id": "62"
    },
    {
        "id": "1219",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71299.68000000",
        "exit_price": "71458.26000000",
        "profit": "0.073707",
        "profit_pct": "0.001474",
        "entry_time": "2026-03-04 13:31:12",
        "exit_time": "2026-03-04 14:01:13",
        "hold_time": "1800.11",
        "ofi_z": "2.0362",
        "er": "1.0000",
        "wobi": "0.6711",
        "vol": "0.000134",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4472",
        "exit_reason": "TIME_DECAY 0.222% (1800s)",
        "session_id": "61"
    },
    {
        "id": "1218",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71363.79000000",
        "exit_price": "71284.72000000",
        "profit": "-0.092899",
        "profit_pct": "-0.001858",
        "entry_time": "2026-03-04 13:16:09",
        "exit_time": "2026-03-04 13:31:09",
        "hold_time": "900.33",
        "ofi_z": "0.0823",
        "er": "0.0000",
        "wobi": "0.9300",
        "vol": "0.000188",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.2578",
        "exit_reason": "SOFT_SL_TIME -0.111% (900s)",
        "session_id": "61"
    },
    {
        "id": "1217",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71528.14000000",
        "exit_price": "71474.68000000",
        "profit": "-0.000130",
        "profit_pct": "-0.000003",
        "entry_time": "2026-03-04 13:07:01",
        "exit_time": "2026-03-04 13:41:33",
        "hold_time": "2069.37",
        "ofi_z": "-1.5619",
        "er": "1.0000",
        "wobi": "-0.9726",
        "vol": "0.000180",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8401",
        "exit_reason": "BREAKEVEN_STOP 0.075% (2069s)",
        "session_id": "62"
    },
    {
        "id": "1216",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71343.62000000",
        "exit_price": "71343.84000000",
        "profit": "-0.037654",
        "profit_pct": "-0.000753",
        "entry_time": "2026-03-04 12:58:58",
        "exit_time": "2026-03-04 13:15:37",
        "hold_time": "994.70",
        "ofi_z": "-1.5948",
        "er": "0.9623",
        "wobi": "-0.3236",
        "vol": "0.000178",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3532",
        "exit_reason": "SOFT_SL_TIME -0.000% (995s)",
        "session_id": "61"
    },
    {
        "id": "1215",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71129.30000000",
        "exit_price": "71484.95000000",
        "profit": "-0.287502",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 12:50:05",
        "exit_time": "2026-03-04 13:06:44",
        "hold_time": "999.44",
        "ofi_z": "-0.2553",
        "er": "1.0000",
        "wobi": "0.8568",
        "vol": "0.000177",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0214",
        "exit_reason": "STOP_LOSS -0.500% (999s)",
        "session_id": "62"
    },
    {
        "id": "1214",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70777.89000000",
        "exit_price": "71131.99000000",
        "profit": "-0.287649",
        "profit_pct": "-0.005753",
        "entry_time": "2026-03-04 12:33:45",
        "exit_time": "2026-03-04 12:49:48",
        "hold_time": "962.10",
        "ofi_z": "-1.9941",
        "er": "0.5000",
        "wobi": "-0.9301",
        "vol": "0.000155",
        "spread": "0.000000",
        "regime": "DIRECTIONAL",
        "signal_score": "1.4833",
        "exit_reason": "STOP_LOSS -0.500% (962s)",
        "session_id": "62"
    },
    {
        "id": "1213",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70779.66000000",
        "exit_price": "71345.96000000",
        "profit": "0.400044",
        "profit_pct": "0.008001",
        "entry_time": "2026-03-04 12:33:35",
        "exit_time": "2026-03-04 12:57:59",
        "hold_time": "1460.89",
        "ofi_z": "3.0957",
        "er": "0.9828",
        "wobi": "0.7650",
        "vol": "0.000155",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7559",
        "exit_reason": "TAKE_PROFIT +0.800% (1461s)",
        "session_id": "61"
    },
    {
        "id": "1212",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71022.01000000",
        "exit_price": "70765.63000000",
        "profit": "0.142993",
        "profit_pct": "0.002860",
        "entry_time": "2026-03-04 12:06:41",
        "exit_time": "2026-03-04 12:33:21",
        "hold_time": "1599.19",
        "ofi_z": "0.3250",
        "er": "1.0000",
        "wobi": "0.9437",
        "vol": "0.000136",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9751",
        "exit_reason": "TRAILING_STOP peak=0.611% now=0.361% trail=0.250% (1599s)",
        "session_id": "61"
    },
    {
        "id": "1211",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71030.84000000",
        "exit_price": "71030.86000000",
        "profit": "-0.037514",
        "profit_pct": "-0.000750",
        "entry_time": "2026-03-04 11:50:10",
        "exit_time": "2026-03-04 12:05:21",
        "hold_time": "914.35",
        "ofi_z": "-3.0422",
        "er": "1.0000",
        "wobi": "-0.9901",
        "vol": "0.000144",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7398",
        "exit_reason": "SOFT_SL_TIME -0.000% (914s)",
        "session_id": "61"
    },
    {
        "id": "1210",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71107.31000000",
        "exit_price": "70766.00000000",
        "profit": "0.202496",
        "profit_pct": "0.004050",
        "entry_time": "2026-03-04 11:42:13",
        "exit_time": "2026-03-04 12:33:21",
        "hold_time": "3070.37",
        "ofi_z": "-0.7158",
        "er": "1.0000",
        "wobi": "-0.8077",
        "vol": "0.000202",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3303",
        "exit_reason": "TRAILING_STOP peak=0.730% now=0.480% trail=0.250% (3070s)",
        "session_id": "62"
    },
    {
        "id": "1209",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71160.28000000",
        "exit_price": "71056.64000000",
        "profit": "-0.110322",
        "profit_pct": "-0.002206",
        "entry_time": "2026-03-04 11:34:50",
        "exit_time": "2026-03-04 11:49:52",
        "hold_time": "901.67",
        "ofi_z": "1.8163",
        "er": "1.0000",
        "wobi": "0.8926",
        "vol": "0.000122",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3716",
        "exit_reason": "SOFT_SL_TIME -0.146% (902s)",
        "session_id": "61"
    },
    {
        "id": "1208",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71447.90000000",
        "exit_price": "71270.62000000",
        "profit": "-0.161562",
        "profit_pct": "-0.003231",
        "entry_time": "2026-03-04 11:16:45",
        "exit_time": "2026-03-04 11:31:42",
        "hold_time": "900.12",
        "ofi_z": "2.4487",
        "er": "0.9938",
        "wobi": "0.7176",
        "vol": "0.000106",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5226",
        "exit_reason": "SOFT_SL_TIME -0.248% (900s)",
        "session_id": "61"
    },
    {
        "id": "1207",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71359.84000000",
        "exit_price": "71433.48000000",
        "profit": "-0.089098",
        "profit_pct": "-0.001782",
        "entry_time": "2026-03-04 11:00:28",
        "exit_time": "2026-03-04 11:15:31",
        "hold_time": "903.51",
        "ofi_z": "3.3939",
        "er": "1.0000",
        "wobi": "0.6381",
        "vol": "0.000155",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8513",
        "exit_reason": "SOFT_SL_TIME -0.103% (904s)",
        "session_id": "61"
    },
    {
        "id": "1206",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71389.82000000",
        "exit_price": "71107.01000000",
        "profit": "0.160574",
        "profit_pct": "0.003211",
        "entry_time": "2026-03-04 10:53:48",
        "exit_time": "2026-03-04 11:41:50",
        "hold_time": "2884.40",
        "ofi_z": "-0.7218",
        "er": "0.2000",
        "wobi": "-0.3870",
        "vol": "0.000170",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.4289",
        "exit_reason": "TRAILING_STOP peak=0.647% now=0.396% trail=0.250% (2884s)",
        "session_id": "62"
    },
    {
        "id": "1205",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71366.68000000",
        "exit_price": "71367.14000000",
        "profit": "-0.037822",
        "profit_pct": "-0.000756",
        "entry_time": "2026-03-04 10:42:06",
        "exit_time": "2026-03-04 11:00:06",
        "hold_time": "1082.42",
        "ofi_z": "-1.6878",
        "er": "1.0000",
        "wobi": "-0.9805",
        "vol": "0.000183",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4118",
        "exit_reason": "SOFT_SL_TIME -0.001% (1082s)",
        "session_id": "61"
    },
    {
        "id": "1204",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71419.20000000",
        "exit_price": "71388.81000000",
        "profit": "-0.058776",
        "profit_pct": "-0.001176",
        "entry_time": "2026-03-04 10:23:31",
        "exit_time": "2026-03-04 10:53:34",
        "hold_time": "1800.16",
        "ofi_z": "2.2571",
        "er": "0.3333",
        "wobi": "0.9753",
        "vol": "0.000204",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "1.0354",
        "exit_reason": "SOFT_SL_TIME -0.043% (1800s)",
        "session_id": "62"
    },
    {
        "id": "1203",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71664.90000000",
        "exit_price": "71374.46000000",
        "profit": "0.165138",
        "profit_pct": "0.003303",
        "entry_time": "2026-03-04 10:11:54",
        "exit_time": "2026-03-04 10:41:52",
        "hold_time": "1800.02",
        "ofi_z": "-2.0050",
        "er": "0.9643",
        "wobi": "-0.3358",
        "vol": "0.000244",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5503",
        "exit_reason": "TIME_DECAY 0.405% (1800s)",
        "session_id": "61"
    },
    {
        "id": "1202",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71816.89000000",
        "exit_price": "71457.69000000",
        "profit": "-0.287580",
        "profit_pct": "-0.005752",
        "entry_time": "2026-03-04 10:09:05",
        "exit_time": "2026-03-04 10:23:18",
        "hold_time": "855.68",
        "ofi_z": "-0.0026",
        "er": "1.0000",
        "wobi": "-0.6660",
        "vol": "0.000222",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9006",
        "exit_reason": "STOP_LOSS -0.500% (856s)",
        "session_id": "62"
    },
    {
        "id": "1201",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71617.74000000",
        "exit_price": "71671.40000000",
        "profit": "-0.000037",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-04 10:04:16",
        "exit_time": "2026-03-04 10:11:46",
        "hold_time": "446.52",
        "ofi_z": "2.6963",
        "er": "0.0000",
        "wobi": "0.4316",
        "vol": "0.000218",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "1.0211",
        "exit_reason": "BREAKEVEN_STOP 0.075% (447s)",
        "session_id": "61"
    },
    {
        "id": "1200",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71390.33000000",
        "exit_price": "71747.30000000",
        "profit": "-0.287513",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 09:55:53",
        "exit_time": "2026-03-04 10:08:49",
        "hold_time": "773.35",
        "ofi_z": "-0.7130",
        "er": "1.0000",
        "wobi": "-0.4297",
        "vol": "0.000235",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3560",
        "exit_reason": "STOP_LOSS -0.500% (773s)",
        "session_id": "62"
    },
    {
        "id": "1199",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71688.91000000",
        "exit_price": "71635.53000000",
        "profit": "-0.000270",
        "profit_pct": "-0.000005",
        "entry_time": "2026-03-04 09:47:13",
        "exit_time": "2026-03-04 10:04:08",
        "hold_time": "1015.81",
        "ofi_z": "-2.7471",
        "er": "1.0000",
        "wobi": "-0.7045",
        "vol": "0.000235",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7716",
        "exit_reason": "BREAKEVEN_STOP 0.074% (1016s)",
        "session_id": "61"
    },
    {
        "id": "1198",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71773.71000000",
        "exit_price": "71414.44000000",
        "profit": "-0.287780",
        "profit_pct": "-0.005756",
        "entry_time": "2026-03-04 09:37:37",
        "exit_time": "2026-03-04 09:55:40",
        "hold_time": "1083.05",
        "ofi_z": "0.6710",
        "er": "1.0000",
        "wobi": "0.9970",
        "vol": "0.000320",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4000",
        "exit_reason": "STOP_LOSS -0.501% (1083s)",
        "session_id": "62"
    },
    {
        "id": "1197",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71620.96000000",
        "exit_price": "71830.50000000",
        "profit": "-0.367568",
        "profit_pct": "-0.003676",
        "entry_time": "2026-03-04 09:37:21",
        "exit_time": "2026-03-04 09:43:27",
        "hold_time": "363.24",
        "ofi_z": "-1.4603",
        "er": "0.9906",
        "wobi": "-0.8984",
        "vol": "0.000301",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3475",
        "exit_reason": "OFI_REVERSAL z=+4.71 WOBI=+1.00 (th=4.0) (363s)",
        "session_id": "60"
    },
    {
        "id": "1196",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71620.96000000",
        "exit_price": "71864.99000000",
        "profit": "-0.415724",
        "profit_pct": "-0.004157",
        "entry_time": "2026-03-04 09:37:21",
        "exit_time": "2026-03-04 09:43:40",
        "hold_time": "378.90",
        "ofi_z": "-1.4603",
        "er": "0.9906",
        "wobi": "-0.8984",
        "vol": "0.000301",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3293",
        "exit_reason": "OFI_REVERSAL z=+4.23 WOBI=+1.00 (th=4.0) (379s)",
        "session_id": "63"
    },
    {
        "id": "1195",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71333.54000000",
        "exit_price": "71700.01000000",
        "profit": "0.219371",
        "profit_pct": "0.004387",
        "entry_time": "2026-03-04 09:33:13",
        "exit_time": "2026-03-04 09:47:06",
        "hold_time": "831.87",
        "ofi_z": "3.4441",
        "er": "0.9794",
        "wobi": "0.5006",
        "vol": "0.000264",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9863",
        "exit_reason": "TRAILING_STOP peak=0.764% now=0.514% trail=0.250% (832s)",
        "session_id": "61"
    },
    {
        "id": "1194",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71241.72000000",
        "exit_price": "71428.65000000",
        "profit": "0.187388",
        "profit_pct": "0.001874",
        "entry_time": "2026-03-04 09:25:34",
        "exit_time": "2026-03-04 09:32:08",
        "hold_time": "393.49",
        "ofi_z": "2.7022",
        "er": "0.9379",
        "wobi": "0.6330",
        "vol": "0.000331",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1199",
        "exit_reason": "OFI_REVERSAL z=-4.79 WOBI=-1.00 (th=4.0) (393s)",
        "session_id": "60"
    },
    {
        "id": "1193",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71245.07000000",
        "exit_price": "71360.55000000",
        "profit": "-0.237088",
        "profit_pct": "-0.002371",
        "entry_time": "2026-03-04 09:25:04",
        "exit_time": "2026-03-04 09:31:11",
        "hold_time": "367.42",
        "ofi_z": "-1.8919",
        "er": "1.0000",
        "wobi": "-0.6555",
        "vol": "0.000338",
        "spread": "0.000001",
        "regime": "TRENDING",
        "signal_score": "1.6172",
        "exit_reason": "OFI_REVERSAL z=+4.74 WOBI=+0.99 (th=4.0) (367s)",
        "session_id": "63"
    },
    {
        "id": "1192",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71362.01000000",
        "exit_price": "71242.57000000",
        "profit": "0.092372",
        "profit_pct": "0.000924",
        "entry_time": "2026-03-04 09:17:59",
        "exit_time": "2026-03-04 09:24:50",
        "hold_time": "415.64",
        "ofi_z": "-1.5866",
        "er": "1.0000",
        "wobi": "-0.7976",
        "vol": "0.000354",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4332",
        "exit_reason": "OFI_REVERSAL z=+8.04 WOBI=+0.69 (th=4.0) (416s)",
        "session_id": "63"
    },
    {
        "id": "1191",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71362.01000000",
        "exit_price": "71718.85000000",
        "profit": "-0.287521",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 09:17:56",
        "exit_time": "2026-03-04 09:37:26",
        "hold_time": "1171.87",
        "ofi_z": "-1.5423",
        "er": "1.0000",
        "wobi": "-0.7976",
        "vol": "0.000353",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9724",
        "exit_reason": "STOP_LOSS -0.500% (1172s)",
        "session_id": "62"
    },
    {
        "id": "1190",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71375.09000000",
        "exit_price": "71232.96000000",
        "profit": "-0.274131",
        "profit_pct": "-0.002741",
        "entry_time": "2026-03-04 09:17:56",
        "exit_time": "2026-03-04 09:25:12",
        "hold_time": "438.74",
        "ofi_z": "1.1410",
        "er": "1.0000",
        "wobi": "-0.3879",
        "vol": "0.000354",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1731",
        "exit_reason": "OFI_REVERSAL z=-4.71 WOBI=-0.55 (th=4.0) (439s)",
        "session_id": "60"
    },
    {
        "id": "1189",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71334.75000000",
        "exit_price": "71345.70000000",
        "profit": "-0.045175",
        "profit_pct": "-0.000904",
        "entry_time": "2026-03-04 09:17:35",
        "exit_time": "2026-03-04 09:32:37",
        "hold_time": "901.44",
        "ofi_z": "-1.7827",
        "er": "0.9912",
        "wobi": "-0.9155",
        "vol": "0.000314",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5960",
        "exit_reason": "SOFT_SL_TIME -0.015% (901s)",
        "session_id": "61"
    },
    {
        "id": "1188",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71095.26000000",
        "exit_price": "71450.99000000",
        "profit": "-0.575357",
        "profit_pct": "-0.005754",
        "entry_time": "2026-03-04 09:13:58",
        "exit_time": "2026-03-04 09:17:47",
        "hold_time": "227.72",
        "ofi_z": "-3.3936",
        "er": "1.0000",
        "wobi": "-0.9128",
        "vol": "0.000330",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.5525",
        "exit_reason": "STOP_LOSS -0.500% (228s)",
        "session_id": "63"
    },
    {
        "id": "1187",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71044.17000000",
        "exit_price": "71399.50000000",
        "profit": "-0.575154",
        "profit_pct": "-0.005752",
        "entry_time": "2026-03-04 09:13:13",
        "exit_time": "2026-03-04 09:17:42",
        "hold_time": "269.36",
        "ofi_z": "-1.8040",
        "er": "0.9692",
        "wobi": "-0.8464",
        "vol": "0.000330",
        "spread": "0.000036",
        "regime": "TRENDING",
        "signal_score": "1.5677",
        "exit_reason": "STOP_LOSS -0.500% (269s)",
        "session_id": "60"
    },
    {
        "id": "1186",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70988.51000000",
        "exit_price": "71108.83000000",
        "profit": "-0.244492",
        "profit_pct": "-0.002445",
        "entry_time": "2026-03-04 09:07:38",
        "exit_time": "2026-03-04 09:13:40",
        "hold_time": "362.34",
        "ofi_z": "-1.3574",
        "er": "0.2000",
        "wobi": "-0.7181",
        "vol": "0.000353",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.4772",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.76 (th=4.0) (362s)",
        "session_id": "63"
    },
    {
        "id": "1185",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71107.03000000",
        "exit_price": "71008.55000000",
        "profit": "-0.213495",
        "profit_pct": "-0.002135",
        "entry_time": "2026-03-04 09:06:22",
        "exit_time": "2026-03-04 09:12:48",
        "hold_time": "384.97",
        "ofi_z": "3.4417",
        "er": "1.0000",
        "wobi": "0.9886",
        "vol": "0.000330",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.6011",
        "exit_reason": "OFI_REVERSAL z=-4.35 WOBI=-0.98 (th=4.0) (385s)",
        "session_id": "60"
    },
    {
        "id": "1184",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71033.02000000",
        "exit_price": "71388.23000000",
        "profit": "-0.287532",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 09:05:48",
        "exit_time": "2026-03-04 09:17:34",
        "hold_time": "705.73",
        "ofi_z": "-1.5857",
        "er": "1.0000",
        "wobi": "-0.7757",
        "vol": "0.000321",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9726",
        "exit_reason": "STOP_LOSS -0.500% (706s)",
        "session_id": "62"
    },
    {
        "id": "1183",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "71009.83000000",
        "exit_price": "71062.57000000",
        "profit": "-0.000729",
        "profit_pct": "-0.000007",
        "entry_time": "2026-03-04 09:05:43",
        "exit_time": "2026-03-04 09:07:25",
        "hold_time": "101.69",
        "ofi_z": "10.0000",
        "er": "0.8182",
        "wobi": "0.9705",
        "vol": "0.000321",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "6.6242",
        "exit_reason": "BREAKEVEN_STOP 0.074% (102s)",
        "session_id": "63"
    },
    {
        "id": "1182",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70985.06000000",
        "exit_price": "71340.00000000",
        "profit": "-0.287510",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 09:05:41",
        "exit_time": "2026-03-04 09:17:30",
        "hold_time": "712.31",
        "ofi_z": "-2.8530",
        "er": "1.0000",
        "wobi": "0.7199",
        "vol": "0.000320",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9073",
        "exit_reason": "STOP_LOSS -0.500% (712s)",
        "session_id": "61"
    },
    {
        "id": "1181",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71014.75000000",
        "exit_price": "71049.07000000",
        "profit": "-0.123328",
        "profit_pct": "-0.001233",
        "entry_time": "2026-03-04 09:00:05",
        "exit_time": "2026-03-04 09:06:08",
        "hold_time": "360.12",
        "ofi_z": "-1.9171",
        "er": "1.0000",
        "wobi": "-0.7939",
        "vol": "0.000358",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6598",
        "exit_reason": "OFI_REVERSAL z=+10.00 WOBI=+0.23 (th=4.0) (360s)",
        "session_id": "60"
    },
    {
        "id": "1180",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71014.75000000",
        "exit_price": "70961.72000000",
        "profit": "-0.000325",
        "profit_pct": "-0.000003",
        "entry_time": "2026-03-04 09:00:05",
        "exit_time": "2026-03-04 09:05:32",
        "hold_time": "324.22",
        "ofi_z": "-1.9171",
        "er": "1.0000",
        "wobi": "-0.7939",
        "vol": "0.000358",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6414",
        "exit_reason": "BREAKEVEN_STOP 0.075% (324s)",
        "session_id": "63"
    },
    {
        "id": "1179",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71014.75000000",
        "exit_price": "70961.72000000",
        "profit": "-0.000163",
        "profit_pct": "-0.000003",
        "entry_time": "2026-03-04 09:00:05",
        "exit_time": "2026-03-04 09:05:32",
        "hold_time": "324.22",
        "ofi_z": "-1.9174",
        "er": "1.0000",
        "wobi": "-0.7939",
        "vol": "0.000358",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.2109",
        "exit_reason": "BREAKEVEN_STOP 0.075% (324s)",
        "session_id": "62"
    },
    {
        "id": "1178",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "71087.05000000",
        "exit_price": "70902.00000000",
        "profit": "0.092657",
        "profit_pct": "0.001853",
        "entry_time": "2026-03-04 08:57:48",
        "exit_time": "2026-03-04 09:05:20",
        "hold_time": "452.25",
        "ofi_z": "1.0264",
        "er": "1.0000",
        "wobi": "0.9534",
        "vol": "0.000368",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4588",
        "exit_reason": "TRAILING_STOP peak=0.510% now=0.260% trail=0.250% (452s)",
        "session_id": "61"
    },
    {
        "id": "1177",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70720.64000000",
        "exit_price": "71074.45000000",
        "profit": "-0.287646",
        "profit_pct": "-0.005753",
        "entry_time": "2026-03-04 08:53:26",
        "exit_time": "2026-03-04 08:57:35",
        "hold_time": "248.27",
        "ofi_z": "-3.4351",
        "er": "1.0000",
        "wobi": "-0.9874",
        "vol": "0.000444",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.2239",
        "exit_reason": "STOP_LOSS -0.500% (248s)",
        "session_id": "61"
    },
    {
        "id": "1176",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70594.43000000",
        "exit_price": "70992.99000000",
        "profit": "0.489577",
        "profit_pct": "0.004896",
        "entry_time": "2026-03-04 08:52:07",
        "exit_time": "2026-03-04 08:59:47",
        "hold_time": "462.65",
        "ofi_z": "0.9762",
        "er": "1.0000",
        "wobi": "-0.9996",
        "vol": "0.000436",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0859",
        "exit_reason": "OFI_REVERSAL z=-4.90 WOBI=-1.00 (th=4.0) (463s)",
        "session_id": "63"
    },
    {
        "id": "1175",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70750.96000000",
        "exit_price": "70698.00000000",
        "profit": "-0.000073",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-04 08:51:09",
        "exit_time": "2026-03-04 08:52:49",
        "hold_time": "96.77",
        "ofi_z": "-2.4589",
        "er": "1.0000",
        "wobi": "-0.7275",
        "vol": "0.000428",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9328",
        "exit_reason": "BREAKEVEN_STOP 0.075% (97s)",
        "session_id": "61"
    },
    {
        "id": "1174",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70719.98000000",
        "exit_price": "70992.99000000",
        "profit": "0.311044",
        "profit_pct": "0.003110",
        "entry_time": "2026-03-04 08:50:43",
        "exit_time": "2026-03-04 08:59:47",
        "hold_time": "547.06",
        "ofi_z": "1.2564",
        "er": "0.8182",
        "wobi": "0.9952",
        "vol": "0.000442",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2249",
        "exit_reason": "OFI_REVERSAL z=-4.90 WOBI=-1.00 (th=4.0) (547s)",
        "session_id": "60"
    },
    {
        "id": "1173",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70628.39000000",
        "exit_price": "70986.42000000",
        "profit": "0.215960",
        "profit_pct": "0.004319",
        "entry_time": "2026-03-04 08:49:39",
        "exit_time": "2026-03-04 08:59:48",
        "hold_time": "611.35",
        "ofi_z": "0.0575",
        "er": "1.0000",
        "wobi": "-0.3395",
        "vol": "0.000434",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1122",
        "exit_reason": "TRAILING_STOP peak=0.757% now=0.507% trail=0.250% (611s)",
        "session_id": "62"
    },
    {
        "id": "1172",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70311.32000000",
        "exit_price": "70662.89000000",
        "profit": "-0.287510",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 08:46:46",
        "exit_time": "2026-03-04 08:49:21",
        "hold_time": "154.44",
        "ofi_z": "-0.0160",
        "er": "1.0000",
        "wobi": "0.9901",
        "vol": "0.000378",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0392",
        "exit_reason": "STOP_LOSS -0.500% (154s)",
        "session_id": "62"
    },
    {
        "id": "1171",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70394.54000000",
        "exit_price": "70746.70000000",
        "profit": "-0.287633",
        "profit_pct": "-0.005753",
        "entry_time": "2026-03-04 08:46:30",
        "exit_time": "2026-03-04 08:51:04",
        "hold_time": "271.61",
        "ofi_z": "-2.4081",
        "er": "0.9886",
        "wobi": "-0.3669",
        "vol": "0.000320",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7745",
        "exit_reason": "STOP_LOSS -0.500% (272s)",
        "session_id": "61"
    },
    {
        "id": "1170",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "70356.41000000",
        "exit_price": "70708.22000000",
        "profit": "-0.575040",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 08:46:29",
        "exit_time": "2026-03-04 08:50:31",
        "hold_time": "242.14",
        "ofi_z": "-3.5381",
        "er": "0.9968",
        "wobi": "-0.9841",
        "vol": "0.000320",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.6559",
        "exit_reason": "STOP_LOSS -0.500% (242s)",
        "session_id": "60"
    },
    {
        "id": "1169",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "70367.22000000",
        "exit_price": "70584.00000000",
        "profit": "0.233070",
        "profit_pct": "0.002331",
        "entry_time": "2026-03-04 08:46:29",
        "exit_time": "2026-03-04 08:51:52",
        "hold_time": "326.21",
        "ofi_z": "-3.5807",
        "er": "1.0000",
        "wobi": "0.6577",
        "vol": "0.000320",
        "spread": "0.000045",
        "regime": "TRENDING",
        "signal_score": "2.6652",
        "exit_reason": "TRAILING_STOP peak=0.558% now=0.308% trail=0.250% (326s)",
        "session_id": "63"
    },
    {
        "id": "1168",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "69801.51000000",
        "exit_price": "70150.99000000",
        "profit": "-0.287838",
        "profit_pct": "-0.005757",
        "entry_time": "2026-03-04 08:41:49",
        "exit_time": "2026-03-04 08:46:17",
        "hold_time": "264.97",
        "ofi_z": "-1.5844",
        "er": "0.9820",
        "wobi": "-0.6163",
        "vol": "0.000204",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8615",
        "exit_reason": "STOP_LOSS -0.501% (265s)",
        "session_id": "62"
    },
    {
        "id": "1167",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69405.01000000",
        "exit_price": "69960.28000000",
        "profit": "0.400022",
        "profit_pct": "0.008000",
        "entry_time": "2026-03-04 08:31:55",
        "exit_time": "2026-03-04 08:45:45",
        "hold_time": "829.99",
        "ofi_z": "1.8127",
        "er": "0.9894",
        "wobi": "0.8726",
        "vol": "0.000171",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4246",
        "exit_reason": "TAKE_PROFIT +0.800% (830s)",
        "session_id": "61"
    },
    {
        "id": "1166",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69260.32000000",
        "exit_price": "69814.42000000",
        "profit": "0.400013",
        "profit_pct": "0.008000",
        "entry_time": "2026-03-04 08:28:10",
        "exit_time": "2026-03-04 08:41:31",
        "hold_time": "800.56",
        "ofi_z": "2.1598",
        "er": "0.9619",
        "wobi": "0.7552",
        "vol": "0.000188",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1932",
        "exit_reason": "TAKE_PROFIT +0.800% (801s)",
        "session_id": "62"
    },
    {
        "id": "1165",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "69428.18000000",
        "exit_price": "69376.28000000",
        "profit": "-0.000123",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-04 08:02:05",
        "exit_time": "2026-03-04 08:31:08",
        "hold_time": "1742.87",
        "ofi_z": "-0.3259",
        "er": "1.0000",
        "wobi": "0.9135",
        "vol": "0.000280",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1553",
        "exit_reason": "BREAKEVEN_STOP 0.075% (1743s)",
        "session_id": "61"
    },
    {
        "id": "1164",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "69391.37000000",
        "exit_price": "69535.99000000",
        "profit": "-0.283412",
        "profit_pct": "-0.002834",
        "entry_time": "2026-03-04 07:53:45",
        "exit_time": "2026-03-04 08:00:04",
        "hold_time": "379.13",
        "ofi_z": "-3.5146",
        "er": "1.0000",
        "wobi": "-0.9989",
        "vol": "0.000302",
        "spread": "0.000004",
        "regime": "TRENDING",
        "signal_score": "2.6347",
        "exit_reason": "OFI_REVERSAL z=+5.64 WOBI=+0.76 (th=4.0) (379s)",
        "session_id": "60"
    },
    {
        "id": "1163",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69399.99000000",
        "exit_price": "69537.48000000",
        "profit": "0.123112",
        "profit_pct": "0.001231",
        "entry_time": "2026-03-04 07:53:27",
        "exit_time": "2026-03-04 07:59:44",
        "hold_time": "374.11",
        "ofi_z": "4.1356",
        "er": "0.9155",
        "wobi": "0.6822",
        "vol": "0.000302",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.9798",
        "exit_reason": "OFI_REVERSAL z=-5.07 WOBI=-0.25 (th=4.0) (374s)",
        "session_id": "63"
    },
    {
        "id": "1162",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69330.15000000",
        "exit_price": "69508.00000000",
        "profit": "0.090763",
        "profit_pct": "0.001815",
        "entry_time": "2026-03-04 07:51:06",
        "exit_time": "2026-03-04 08:01:42",
        "hold_time": "636.05",
        "ofi_z": "2.1423",
        "er": "0.9853",
        "wobi": "0.4212",
        "vol": "0.000290",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6610",
        "exit_reason": "TRAILING_STOP peak=0.507% now=0.257% trail=0.250% (636s)",
        "session_id": "61"
    },
    {
        "id": "1161",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "69385.72000000",
        "exit_price": "69333.80000000",
        "profit": "-0.000086",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-04 07:47:26",
        "exit_time": "2026-03-04 08:27:28",
        "hold_time": "2398.88",
        "ofi_z": "-0.9695",
        "er": "0.9726",
        "wobi": "-0.1508",
        "vol": "0.000215",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4800",
        "exit_reason": "BREAKEVEN_STOP 0.075% (2399s)",
        "session_id": "62"
    },
    {
        "id": "1160",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "69089.99000000",
        "exit_price": "69349.17000000",
        "profit": "0.150067",
        "profit_pct": "0.003001",
        "entry_time": "2026-03-04 07:46:58",
        "exit_time": "2026-03-04 07:50:52",
        "hold_time": "231.73",
        "ofi_z": "2.6326",
        "er": "1.0000",
        "wobi": "0.9880",
        "vol": "0.000145",
        "spread": "0.000013",
        "regime": "TRENDING",
        "signal_score": "1.6270",
        "exit_reason": "TRAILING_STOP peak=0.625% now=0.375% trail=0.250% (232s)",
        "session_id": "61"
    },
    {
        "id": "1159",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68826.59000000",
        "exit_price": "69170.75000000",
        "profit": "-0.287520",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 07:40:29",
        "exit_time": "2026-03-04 07:47:04",
        "hold_time": "395.23",
        "ofi_z": "-1.4377",
        "er": "0.0000",
        "wobi": "-0.4763",
        "vol": "0.000184",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.4413",
        "exit_reason": "STOP_LOSS -0.500% (395s)",
        "session_id": "62"
    },
    {
        "id": "1158",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68521.99000000",
        "exit_price": "69070.17000000",
        "profit": "0.400003",
        "profit_pct": "0.008000",
        "entry_time": "2026-03-04 07:24:15",
        "exit_time": "2026-03-04 07:46:52",
        "hold_time": "1356.66",
        "ofi_z": "2.4619",
        "er": "1.0000",
        "wobi": "0.9945",
        "vol": "0.000104",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5277",
        "exit_reason": "TAKE_PROFIT +0.800% (1357s)",
        "session_id": "61"
    },
    {
        "id": "1157",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68448.75000000",
        "exit_price": "68791.09000000",
        "profit": "-0.287570",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 07:10:11",
        "exit_time": "2026-03-04 07:40:04",
        "hold_time": "1791.62",
        "ofi_z": "-2.3682",
        "er": "0.9770",
        "wobi": "-0.4235",
        "vol": "0.000160",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3114",
        "exit_reason": "STOP_LOSS -0.500% (1792s)",
        "session_id": "62"
    },
    {
        "id": "1156",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68430.51000000",
        "exit_price": "68473.36000000",
        "profit": "-0.068809",
        "profit_pct": "-0.001376",
        "entry_time": "2026-03-04 07:08:04",
        "exit_time": "2026-03-04 07:23:05",
        "hold_time": "903.17",
        "ofi_z": "-3.0592",
        "er": "0.0000",
        "wobi": "-0.4696",
        "vol": "0.000135",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "1.0188",
        "exit_reason": "SOFT_SL_TIME -0.063% (903s)",
        "session_id": "61"
    },
    {
        "id": "1155",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68514.39000000",
        "exit_price": "68418.49000000",
        "profit": "-0.107485",
        "profit_pct": "-0.002150",
        "entry_time": "2026-03-04 06:52:06",
        "exit_time": "2026-03-04 07:07:12",
        "hold_time": "906.41",
        "ofi_z": "-0.2494",
        "er": "1.0000",
        "wobi": "-0.9986",
        "vol": "0.000202",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0366",
        "exit_reason": "SOFT_SL_TIME -0.140% (906s)",
        "session_id": "61"
    },
    {
        "id": "1154",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68509.19000000",
        "exit_price": "68524.00000000",
        "profit": "-0.048309",
        "profit_pct": "-0.000966",
        "entry_time": "2026-03-04 06:35:31",
        "exit_time": "2026-03-04 07:09:51",
        "hold_time": "2059.92",
        "ofi_z": "-0.0531",
        "er": "1.0000",
        "wobi": "0.9976",
        "vol": "0.000191",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9066",
        "exit_reason": "SOFT_SL_TIME -0.022% (2060s)",
        "session_id": "62"
    },
    {
        "id": "1153",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68235.74000000",
        "exit_price": "68508.00000000",
        "profit": "0.162000",
        "profit_pct": "0.003240",
        "entry_time": "2026-03-04 06:31:30",
        "exit_time": "2026-03-04 06:51:45",
        "hold_time": "1212.21",
        "ofi_z": "2.6515",
        "er": "1.0000",
        "wobi": "0.9706",
        "vol": "0.000134",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6188",
        "exit_reason": "TRAILING_STOP peak=0.649% now=0.399% trail=0.250% (1212s)",
        "session_id": "61"
    },
    {
        "id": "1152",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68188.82000000",
        "exit_price": "68188.96000000",
        "profit": "-0.037603",
        "profit_pct": "-0.000752",
        "entry_time": "2026-03-04 06:15:48",
        "exit_time": "2026-03-04 06:31:13",
        "hold_time": "927.20",
        "ofi_z": "-2.8374",
        "er": "0.9962",
        "wobi": "-0.9883",
        "vol": "0.000178",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7220",
        "exit_reason": "SOFT_SL_TIME -0.000% (927s)",
        "session_id": "61"
    },
    {
        "id": "1151",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68192.95000000",
        "exit_price": "68534.00000000",
        "profit": "-0.287563",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 06:15:08",
        "exit_time": "2026-03-04 06:35:08",
        "hold_time": "1203.69",
        "ofi_z": "-0.0660",
        "er": "0.1429",
        "wobi": "-0.5312",
        "vol": "0.000188",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.2719",
        "exit_reason": "STOP_LOSS -0.500% (1204s)",
        "session_id": "62"
    },
    {
        "id": "1150",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68255.60000000",
        "exit_price": "68255.76000000",
        "profit": "-0.037617",
        "profit_pct": "-0.000752",
        "entry_time": "2026-03-04 05:58:16",
        "exit_time": "2026-03-04 06:14:51",
        "hold_time": "998.73",
        "ofi_z": "0.1025",
        "er": "0.9859",
        "wobi": "-0.3720",
        "vol": "0.000145",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9139",
        "exit_reason": "SOFT_SL_TIME -0.000% (999s)",
        "session_id": "61"
    },
    {
        "id": "1149",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68255.32000000",
        "exit_price": "68255.76000000",
        "profit": "-0.037822",
        "profit_pct": "-0.000756",
        "entry_time": "2026-03-04 05:43:20",
        "exit_time": "2026-03-04 06:14:51",
        "hold_time": "1894.61",
        "ofi_z": "-1.1972",
        "er": "1.0000",
        "wobi": "-0.6183",
        "vol": "0.000181",
        "spread": "0.000027",
        "regime": "TRENDING",
        "signal_score": "1.6136",
        "exit_reason": "SOFT_SL_TIME -0.001% (1895s)",
        "session_id": "62"
    },
    {
        "id": "1148",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68255.74000000",
        "exit_price": "68263.64000000",
        "profit": "-0.043287",
        "profit_pct": "-0.000866",
        "entry_time": "2026-03-04 05:43:02",
        "exit_time": "2026-03-04 05:58:05",
        "hold_time": "900.34",
        "ofi_z": "-2.4301",
        "er": "1.0000",
        "wobi": "-0.8540",
        "vol": "0.000177",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6104",
        "exit_reason": "SOFT_SL_TIME -0.012% (900s)",
        "session_id": "61"
    },
    {
        "id": "1147",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67726.29000000",
        "exit_price": "68268.14000000",
        "profit": "0.400029",
        "profit_pct": "0.008001",
        "entry_time": "2026-03-04 05:27:35",
        "exit_time": "2026-03-04 05:42:57",
        "hold_time": "921.92",
        "ofi_z": "1.0037",
        "er": "0.9942",
        "wobi": "0.3431",
        "vol": "0.000151",
        "spread": "0.000023",
        "regime": "TRENDING",
        "signal_score": "1.4630",
        "exit_reason": "TAKE_PROFIT +0.800% (922s)",
        "session_id": "62"
    },
    {
        "id": "1146",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67722.81000000",
        "exit_price": "68264.66000000",
        "profit": "0.400050",
        "profit_pct": "0.008001",
        "entry_time": "2026-03-04 05:27:33",
        "exit_time": "2026-03-04 05:42:57",
        "hold_time": "923.70",
        "ofi_z": "3.2433",
        "er": "1.0000",
        "wobi": "0.8494",
        "vol": "0.000151",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8033",
        "exit_reason": "TAKE_PROFIT +0.800% (924s)",
        "session_id": "61"
    },
    {
        "id": "1145",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67752.52000000",
        "exit_price": "67718.19000000",
        "profit": "-0.062835",
        "profit_pct": "-0.001257",
        "entry_time": "2026-03-04 05:03:55",
        "exit_time": "2026-03-04 05:26:56",
        "hold_time": "1383.78",
        "ofi_z": "1.7106",
        "er": "0.9870",
        "wobi": "0.9694",
        "vol": "0.000128",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3401",
        "exit_reason": "SOFT_SL_TIME -0.051% (1384s)",
        "session_id": "61"
    },
    {
        "id": "1144",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67604.72000000",
        "exit_price": "67715.95000000",
        "profit": "-0.119765",
        "profit_pct": "-0.002395",
        "entry_time": "2026-03-04 04:48:45",
        "exit_time": "2026-03-04 05:03:43",
        "hold_time": "900.53",
        "ofi_z": "0.4304",
        "er": "0.5000",
        "wobi": "-0.2915",
        "vol": "0.000151",
        "spread": "0.000000",
        "regime": "DIRECTIONAL",
        "signal_score": "0.6656",
        "exit_reason": "SOFT_SL_TIME -0.165% (901s)",
        "session_id": "61"
    },
    {
        "id": "1143",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67620.71000000",
        "exit_price": "67610.86000000",
        "profit": "-0.044783",
        "profit_pct": "-0.000896",
        "entry_time": "2026-03-04 04:33:17",
        "exit_time": "2026-03-04 04:48:17",
        "hold_time": "901.01",
        "ofi_z": "-2.6426",
        "er": "1.0000",
        "wobi": "-0.9782",
        "vol": "0.000166",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6556",
        "exit_reason": "SOFT_SL_TIME -0.015% (901s)",
        "session_id": "61"
    },
    {
        "id": "1142",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67572.75000000",
        "exit_price": "67705.53000000",
        "profit": "-0.135750",
        "profit_pct": "-0.002715",
        "entry_time": "2026-03-04 04:23:33",
        "exit_time": "2026-03-04 04:53:38",
        "hold_time": "1802.72",
        "ofi_z": "-1.8142",
        "er": "0.9959",
        "wobi": "-0.9079",
        "vol": "0.000165",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9829",
        "exit_reason": "SOFT_SL_TIME -0.196% (1803s)",
        "session_id": "62"
    },
    {
        "id": "1141",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67619.28000000",
        "exit_price": "67616.17000000",
        "profit": "-0.039800",
        "profit_pct": "-0.000796",
        "entry_time": "2026-03-04 04:17:25",
        "exit_time": "2026-03-04 04:32:58",
        "hold_time": "932.15",
        "ofi_z": "2.0998",
        "er": "0.3333",
        "wobi": "0.6552",
        "vol": "0.000186",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "1.0538",
        "exit_reason": "SOFT_SL_TIME -0.005% (932s)",
        "session_id": "61"
    },
    {
        "id": "1140",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67890.41000000",
        "exit_price": "67550.54000000",
        "profit": "-0.287808",
        "profit_pct": "-0.005756",
        "entry_time": "2026-03-04 04:10:47",
        "exit_time": "2026-03-04 04:23:20",
        "hold_time": "750.62",
        "ofi_z": "0.7988",
        "er": "1.0000",
        "wobi": "0.7567",
        "vol": "0.000169",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3545",
        "exit_reason": "STOP_LOSS -0.501% (751s)",
        "session_id": "62"
    },
    {
        "id": "1139",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67617.56000000",
        "exit_price": "67668.23000000",
        "profit": "-0.000032",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-04 03:49:15",
        "exit_time": "2026-03-04 04:17:08",
        "hold_time": "1673.17",
        "ofi_z": "1.5691",
        "er": "0.3333",
        "wobi": "0.8262",
        "vol": "0.000202",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "0.9270",
        "exit_reason": "BREAKEVEN_STOP 0.075% (1673s)",
        "session_id": "61"
    },
    {
        "id": "1138",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67638.89000000",
        "exit_price": "67624.27000000",
        "profit": "-0.096615",
        "profit_pct": "-0.000966",
        "entry_time": "2026-03-04 03:40:31",
        "exit_time": "2026-03-04 03:47:22",
        "hold_time": "411.28",
        "ofi_z": "2.8120",
        "er": "0.9799",
        "wobi": "-0.7591",
        "vol": "0.000300",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1888",
        "exit_reason": "OFI_REVERSAL z=-6.14 WOBI=-0.51 (th=4.0) (411s)",
        "session_id": "60"
    },
    {
        "id": "1137",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67645.25000000",
        "exit_price": "67569.15000000",
        "profit": "0.037499",
        "profit_pct": "0.000375",
        "entry_time": "2026-03-04 03:40:24",
        "exit_time": "2026-03-04 03:46:28",
        "hold_time": "363.71",
        "ofi_z": "-4.7514",
        "er": "1.0000",
        "wobi": "-0.9957",
        "vol": "0.000300",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "3.3888",
        "exit_reason": "OFI_REVERSAL z=+4.23 WOBI=+1.00 (th=4.0) (364s)",
        "session_id": "63"
    },
    {
        "id": "1136",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67416.93000000",
        "exit_price": "67695.78000000",
        "profit": "-0.244310",
        "profit_pct": "-0.004886",
        "entry_time": "2026-03-04 03:35:43",
        "exit_time": "2026-03-04 04:09:43",
        "hold_time": "2036.61",
        "ofi_z": "-1.8855",
        "er": "0.8788",
        "wobi": "-0.7340",
        "vol": "0.000264",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0265",
        "exit_reason": "SOFT_SL_TIME -0.414% (2037s)",
        "session_id": "62"
    },
    {
        "id": "1135",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67550.01000000",
        "exit_price": "67632.02000000",
        "profit": "-0.098203",
        "profit_pct": "-0.001964",
        "entry_time": "2026-03-04 03:33:54",
        "exit_time": "2026-03-04 03:48:58",
        "hold_time": "904.69",
        "ofi_z": "-3.3015",
        "er": "0.9859",
        "wobi": "-0.7006",
        "vol": "0.000214",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8893",
        "exit_reason": "SOFT_SL_TIME -0.121% (905s)",
        "session_id": "61"
    },
    {
        "id": "1134",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67785.82000000",
        "exit_price": "67446.75000000",
        "profit": "-0.287604",
        "profit_pct": "-0.005752",
        "entry_time": "2026-03-04 03:32:32",
        "exit_time": "2026-03-04 03:35:32",
        "hold_time": "179.55",
        "ofi_z": "-5.8828",
        "er": "0.0000",
        "wobi": "-0.0338",
        "vol": "0.000188",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "1.3332",
        "exit_reason": "STOP_LOSS -0.500% (180s)",
        "session_id": "62"
    },
    {
        "id": "1133",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68192.36000000",
        "exit_price": "67646.71000000",
        "profit": "0.400081",
        "profit_pct": "0.008002",
        "entry_time": "2026-03-04 03:25:13",
        "exit_time": "2026-03-04 03:33:29",
        "hold_time": "494.67",
        "ofi_z": "-2.1590",
        "er": "1.0000",
        "wobi": "-0.9944",
        "vol": "0.000172",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5287",
        "exit_reason": "TAKE_PROFIT +0.800% (495s)",
        "session_id": "61"
    },
    {
        "id": "1132",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68275.72000000",
        "exit_price": "68192.49000000",
        "profit": "-0.098451",
        "profit_pct": "-0.001969",
        "entry_time": "2026-03-04 03:09:56",
        "exit_time": "2026-03-04 03:24:56",
        "hold_time": "900.87",
        "ofi_z": "1.4453",
        "er": "0.9756",
        "wobi": "0.7029",
        "vol": "0.000151",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2866",
        "exit_reason": "SOFT_SL_TIME -0.122% (901s)",
        "session_id": "61"
    },
    {
        "id": "1131",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68316.92000000",
        "exit_price": "67770.34000000",
        "profit": "0.800065",
        "profit_pct": "0.008001",
        "entry_time": "2026-03-04 02:56:55",
        "exit_time": "2026-03-04 03:32:22",
        "hold_time": "2126.86",
        "ofi_z": "-0.8693",
        "er": "1.0000",
        "wobi": "-0.9689",
        "vol": "0.000150",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3829",
        "exit_reason": "TAKE_PROFIT +0.800% (2127s)",
        "session_id": "62"
    },
    {
        "id": "1130",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68265.83000000",
        "exit_price": "68265.89000000",
        "profit": "-0.037544",
        "profit_pct": "-0.000751",
        "entry_time": "2026-03-04 02:49:18",
        "exit_time": "2026-03-04 03:09:12",
        "hold_time": "1194.11",
        "ofi_z": "-2.0187",
        "er": "1.0000",
        "wobi": "-0.9819",
        "vol": "0.000136",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4444",
        "exit_reason": "SOFT_SL_TIME -0.000% (1194s)",
        "session_id": "61"
    },
    {
        "id": "1129",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68098.55000000",
        "exit_price": "68257.47000000",
        "profit": "-0.154184",
        "profit_pct": "-0.003084",
        "entry_time": "2026-03-04 02:33:27",
        "exit_time": "2026-03-04 02:48:27",
        "hold_time": "900.15",
        "ofi_z": "-1.9456",
        "er": "1.0000",
        "wobi": "-0.7220",
        "vol": "0.000125",
        "spread": "0.000005",
        "regime": "TRENDING",
        "signal_score": "1.4115",
        "exit_reason": "SOFT_SL_TIME -0.233% (900s)",
        "session_id": "61"
    },
    {
        "id": "1128",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68302.73000000",
        "exit_price": "68083.88000000",
        "profit": "0.122706",
        "profit_pct": "0.002454",
        "entry_time": "2026-03-04 02:02:46",
        "exit_time": "2026-03-04 02:32:47",
        "hold_time": "1800.47",
        "ofi_z": "-2.5123",
        "er": "0.9760",
        "wobi": "0.6628",
        "vol": "0.000158",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5925",
        "exit_reason": "TIME_DECAY 0.320% (1800s)",
        "session_id": "61"
    },
    {
        "id": "1127",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68300.60000000",
        "exit_price": "68249.64000000",
        "profit": "-0.000389",
        "profit_pct": "-0.000004",
        "entry_time": "2026-03-04 02:01:59",
        "exit_time": "2026-03-04 02:48:19",
        "hold_time": "2780.46",
        "ofi_z": "-0.8254",
        "er": "1.0000",
        "wobi": "-0.9771",
        "vol": "0.000156",
        "spread": "0.000044",
        "regime": "TRENDING",
        "signal_score": "1.3600",
        "exit_reason": "BREAKEVEN_STOP 0.075% (2780s)",
        "session_id": "62"
    },
    {
        "id": "1126",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68473.99000000",
        "exit_price": "68278.36000000",
        "profit": "-0.180350",
        "profit_pct": "-0.003607",
        "entry_time": "2026-03-04 01:47:16",
        "exit_time": "2026-03-04 02:02:17",
        "hold_time": "900.71",
        "ofi_z": "0.2465",
        "er": "1.0000",
        "wobi": "-0.9640",
        "vol": "0.000232",
        "spread": "0.000046",
        "regime": "TRENDING",
        "signal_score": "1.0733",
        "exit_reason": "SOFT_SL_TIME -0.286% (901s)",
        "session_id": "61"
    },
    {
        "id": "1125",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68864.16000000",
        "exit_price": "68313.18000000",
        "profit": "0.800097",
        "profit_pct": "0.008001",
        "entry_time": "2026-03-04 01:42:48",
        "exit_time": "2026-03-04 02:01:20",
        "hold_time": "1111.25",
        "ofi_z": "-0.1021",
        "er": "1.0000",
        "wobi": "0.1734",
        "vol": "0.000237",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9759",
        "exit_reason": "TAKE_PROFIT +0.800% (1111s)",
        "session_id": "62"
    },
    {
        "id": "1124",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68893.67000000",
        "exit_price": "68549.17000000",
        "profit": "-0.287523",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-04 01:42:39",
        "exit_time": "2026-03-04 01:46:54",
        "hold_time": "254.80",
        "ofi_z": "2.2165",
        "er": "0.8889",
        "wobi": "0.8271",
        "vol": "0.000269",
        "spread": "0.000001",
        "regime": "TRENDING",
        "signal_score": "1.5870",
        "exit_reason": "STOP_LOSS -0.500% (255s)",
        "session_id": "61"
    },
    {
        "id": "1123",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68540.17000000",
        "exit_price": "68882.94000000",
        "profit": "-0.575101",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 01:32:47",
        "exit_time": "2026-03-04 01:42:35",
        "hold_time": "587.72",
        "ofi_z": "-1.7984",
        "er": "1.0000",
        "wobi": "-0.9986",
        "vol": "0.000219",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0212",
        "exit_reason": "STOP_LOSS -0.500% (588s)",
        "session_id": "62"
    },
    {
        "id": "1122",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68164.53000000",
        "exit_price": "68710.00000000",
        "profit": "0.400113",
        "profit_pct": "0.008002",
        "entry_time": "2026-03-04 01:15:47",
        "exit_time": "2026-03-04 01:42:11",
        "hold_time": "1582.98",
        "ofi_z": "0.5693",
        "er": "1.0000",
        "wobi": "-0.9992",
        "vol": "0.000208",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1329",
        "exit_reason": "TAKE_PROFIT +0.800% (1583s)",
        "session_id": "61"
    },
    {
        "id": "1121",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68145.56000000",
        "exit_price": "68486.33000000",
        "profit": "-0.575062",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-04 01:10:10",
        "exit_time": "2026-03-04 01:32:32",
        "hold_time": "1342.67",
        "ofi_z": "-0.0135",
        "er": "0.9917",
        "wobi": "0.2807",
        "vol": "0.000189",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8745",
        "exit_reason": "STOP_LOSS -0.500% (1343s)",
        "session_id": "62"
    },
    {
        "id": "1120",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68136.05000000",
        "exit_price": "68135.00000000",
        "profit": "-0.038271",
        "profit_pct": "-0.000765",
        "entry_time": "2026-03-04 01:00:24",
        "exit_time": "2026-03-04 01:15:25",
        "hold_time": "900.46",
        "ofi_z": "1.6303",
        "er": "1.0000",
        "wobi": "0.9824",
        "vol": "0.000114",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3102",
        "exit_reason": "SOFT_SL_TIME -0.002% (900s)",
        "session_id": "61"
    },
    {
        "id": "1119",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68070.54000000",
        "exit_price": "68070.53000000",
        "profit": "-0.037507",
        "profit_pct": "-0.000750",
        "entry_time": "2026-03-04 00:37:07",
        "exit_time": "2026-03-04 00:57:04",
        "hold_time": "1196.54",
        "ofi_z": "2.1681",
        "er": "0.8710",
        "wobi": "0.3946",
        "vol": "0.000186",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4572",
        "exit_reason": "SOFT_SL_TIME -0.000% (1197s)",
        "session_id": "61"
    },
    {
        "id": "1118",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68004.47000000",
        "exit_price": "68238.80000000",
        "profit": "-0.419580",
        "profit_pct": "-0.004196",
        "entry_time": "2026-03-04 00:34:58",
        "exit_time": "2026-03-04 01:04:58",
        "hold_time": "1800.23",
        "ofi_z": "-2.1494",
        "er": "1.0000",
        "wobi": "-0.8042",
        "vol": "0.000155",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1865",
        "exit_reason": "SOFT_SL_TIME -0.345% (1800s)",
        "session_id": "62"
    },
    {
        "id": "1117",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68320.31000000",
        "exit_price": "68062.87000000",
        "profit": "0.150907",
        "profit_pct": "0.003018",
        "entry_time": "2026-03-04 00:28:24",
        "exit_time": "2026-03-04 00:37:02",
        "hold_time": "518.21",
        "ofi_z": "-1.5843",
        "er": "0.9923",
        "wobi": "-0.8802",
        "vol": "0.000120",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2994",
        "exit_reason": "TRAILING_STOP peak=0.627% now=0.377% trail=0.250% (518s)",
        "session_id": "61"
    },
    {
        "id": "1116",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68127.21000000",
        "exit_price": "68317.86000000",
        "profit": "-0.177422",
        "profit_pct": "-0.003548",
        "entry_time": "2026-03-04 00:13:16",
        "exit_time": "2026-03-04 00:28:18",
        "hold_time": "901.90",
        "ofi_z": "-3.2754",
        "er": "0.9672",
        "wobi": "-0.4106",
        "vol": "0.000128",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7606",
        "exit_reason": "SOFT_SL_TIME -0.280% (902s)",
        "session_id": "61"
    },
    {
        "id": "1115",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68524.67000000",
        "exit_price": "68152.84000000",
        "profit": "0.233811",
        "profit_pct": "0.004676",
        "entry_time": "2026-03-03 23:41:53",
        "exit_time": "2026-03-04 00:11:54",
        "hold_time": "1800.88",
        "ofi_z": "-1.6825",
        "er": "1.0000",
        "wobi": "-0.3545",
        "vol": "0.000101",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3077",
        "exit_reason": "TIME_DECAY 0.543% (1801s)",
        "session_id": "61"
    },
    {
        "id": "1114",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68788.46000000",
        "exit_price": "68238.00000000",
        "profit": "0.800221",
        "profit_pct": "0.008002",
        "entry_time": "2026-03-03 23:13:12",
        "exit_time": "2026-03-04 00:01:13",
        "hold_time": "2880.88",
        "ofi_z": "-2.1795",
        "er": "0.9866",
        "wobi": "-0.9688",
        "vol": "0.000212",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.2434",
        "exit_reason": "TAKE_PROFIT +0.800% (2881s)",
        "session_id": "62"
    },
    {
        "id": "1113",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68633.66000000",
        "exit_price": "68462.99000000",
        "profit": "-0.161834",
        "profit_pct": "-0.003237",
        "entry_time": "2026-03-03 23:12:04",
        "exit_time": "2026-03-03 23:27:04",
        "hold_time": "900.13",
        "ofi_z": "2.6600",
        "er": "1.0000",
        "wobi": "0.7277",
        "vol": "0.000155",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6466",
        "exit_reason": "SOFT_SL_TIME -0.249% (900s)",
        "session_id": "61"
    },
    {
        "id": "1112",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68311.84000000",
        "exit_price": "68653.46000000",
        "profit": "-0.287545",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-03 23:06:29",
        "exit_time": "2026-03-03 23:11:31",
        "hold_time": "300.81",
        "ofi_z": "-1.6011",
        "er": "0.9600",
        "wobi": "-0.9976",
        "vol": "0.000152",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3199",
        "exit_reason": "STOP_LOSS -0.500% (301s)",
        "session_id": "61"
    },
    {
        "id": "1111",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68345.53000000",
        "exit_price": "68687.43000000",
        "profit": "-0.575252",
        "profit_pct": "-0.005753",
        "entry_time": "2026-03-03 23:05:40",
        "exit_time": "2026-03-03 23:12:06",
        "hold_time": "385.38",
        "ofi_z": "-1.5121",
        "er": "1.0000",
        "wobi": "-0.9850",
        "vol": "0.000151",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7848",
        "exit_reason": "STOP_LOSS -0.500% (385s)",
        "session_id": "62"
    },
    {
        "id": "1110",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68319.98000000",
        "exit_price": "68319.90000000",
        "profit": "-0.075117",
        "profit_pct": "-0.000751",
        "entry_time": "2026-03-03 22:50:05",
        "exit_time": "2026-03-03 23:06:20",
        "hold_time": "974.61",
        "ofi_z": "1.6872",
        "er": "0.3333",
        "wobi": "0.6588",
        "vol": "0.000149",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "0.8928",
        "exit_reason": "SOFT_SL_TIME -0.000% (975s)",
        "session_id": "61"
    },
    {
        "id": "1109",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68301.40000000",
        "exit_price": "68276.15000000",
        "profit": "-0.111968",
        "profit_pct": "-0.001120",
        "entry_time": "2026-03-03 22:34:05",
        "exit_time": "2026-03-03 22:49:09",
        "hold_time": "903.72",
        "ofi_z": "2.0741",
        "er": "0.0000",
        "wobi": "0.6128",
        "vol": "0.000132",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.7414",
        "exit_reason": "SOFT_SL_TIME -0.037% (904s)",
        "session_id": "61"
    },
    {
        "id": "1108",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68268.08000000",
        "exit_price": "68278.81000000",
        "profit": "-0.090717",
        "profit_pct": "-0.000907",
        "entry_time": "2026-03-03 22:18:25",
        "exit_time": "2026-03-03 22:33:25",
        "hold_time": "900.00",
        "ofi_z": "-3.3700",
        "er": "0.9750",
        "wobi": "-0.5522",
        "vol": "0.000125",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7889",
        "exit_reason": "SOFT_SL_TIME -0.016% (900s)",
        "session_id": "61"
    },
    {
        "id": "1107",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68511.57000000",
        "exit_price": "68295.47000000",
        "profit": "-0.390421",
        "profit_pct": "-0.003904",
        "entry_time": "2026-03-03 22:03:29",
        "exit_time": "2026-03-03 22:33:38",
        "hold_time": "1809.60",
        "ofi_z": "2.0145",
        "er": "0.9918",
        "wobi": "0.5859",
        "vol": "0.000159",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1001",
        "exit_reason": "SOFT_SL_TIME -0.315% (1810s)",
        "session_id": "62"
    },
    {
        "id": "1105",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68026.99000000",
        "exit_price": "68026.39000000",
        "profit": "-0.075882",
        "profit_pct": "-0.000759",
        "entry_time": "2026-03-03 21:44:51",
        "exit_time": "2026-03-03 21:59:54",
        "hold_time": "902.24",
        "ofi_z": "0.0694",
        "er": "1.0000",
        "wobi": "0.9948",
        "vol": "0.000107",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8677",
        "exit_reason": "SOFT_SL_TIME -0.001% (902s)",
        "session_id": "61"
    },
    {
        "id": "1104",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67944.53000000",
        "exit_price": "68029.13000000",
        "profit": "-0.199513",
        "profit_pct": "-0.001995",
        "entry_time": "2026-03-03 21:27:07",
        "exit_time": "2026-03-03 21:42:13",
        "hold_time": "906.19",
        "ofi_z": "0.0165",
        "er": "0.9596",
        "wobi": "-0.3800",
        "vol": "0.000110",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8276",
        "exit_reason": "SOFT_SL_TIME -0.125% (906s)",
        "session_id": "61"
    },
    {
        "id": "1103",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67963.99000000",
        "exit_price": "67963.97000000",
        "profit": "-0.075029",
        "profit_pct": "-0.000750",
        "entry_time": "2026-03-03 21:06:05",
        "exit_time": "2026-03-03 21:26:48",
        "hold_time": "1242.90",
        "ofi_z": "2.1158",
        "er": "1.0000",
        "wobi": "0.9914",
        "vol": "0.000214",
        "spread": "0.000006",
        "regime": "TRENDING",
        "signal_score": "1.5696",
        "exit_reason": "SOFT_SL_TIME -0.000% (1243s)",
        "session_id": "61"
    },
    {
        "id": "1102",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67963.99000000",
        "exit_price": "67963.88000000",
        "profit": "-0.075162",
        "profit_pct": "-0.000752",
        "entry_time": "2026-03-03 21:06:05",
        "exit_time": "2026-03-03 21:39:48",
        "hold_time": "2023.43",
        "ofi_z": "2.1158",
        "er": "1.0000",
        "wobi": "0.9914",
        "vol": "0.000214",
        "spread": "0.000006",
        "regime": "TRENDING",
        "signal_score": "2.2150",
        "exit_reason": "SOFT_SL_TIME -0.000% (2023s)",
        "session_id": "62"
    },
    {
        "id": "1101",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68236.83000000",
        "exit_price": "67895.46000000",
        "profit": "-0.575272",
        "profit_pct": "-0.005753",
        "entry_time": "2026-03-03 20:54:59",
        "exit_time": "2026-03-03 21:05:55",
        "hold_time": "656.23",
        "ofi_z": "3.2590",
        "er": "1.0000",
        "wobi": "0.9962",
        "vol": "0.000171",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8338",
        "exit_reason": "STOP_LOSS -0.500% (656s)",
        "session_id": "61"
    },
    {
        "id": "1100",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68213.99000000",
        "exit_price": "67872.90000000",
        "profit": "-0.575029",
        "profit_pct": "-0.005750",
        "entry_time": "2026-03-03 20:51:57",
        "exit_time": "2026-03-03 21:05:56",
        "hold_time": "837.86",
        "ofi_z": "2.0217",
        "er": "1.0000",
        "wobi": "0.9941",
        "vol": "0.000154",
        "spread": "0.000020",
        "regime": "TRENDING",
        "signal_score": "2.1063",
        "exit_reason": "STOP_LOSS -0.500% (838s)",
        "session_id": "62"
    },
    {
        "id": "1099",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68355.68000000",
        "exit_price": "68224.70000000",
        "profit": "-0.266615",
        "profit_pct": "-0.002666",
        "entry_time": "2026-03-03 20:39:24",
        "exit_time": "2026-03-03 20:54:27",
        "hold_time": "903.01",
        "ofi_z": "3.2741",
        "er": "1.0000",
        "wobi": "0.7663",
        "vol": "0.000162",
        "spread": "0.000017",
        "regime": "TRENDING",
        "signal_score": "1.8263",
        "exit_reason": "SOFT_SL_TIME -0.192% (903s)",
        "session_id": "61"
    },
    {
        "id": "1098",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68324.63000000",
        "exit_price": "68375.71000000",
        "profit": "-0.000239",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-03 20:24:31",
        "exit_time": "2026-03-03 20:39:17",
        "hold_time": "885.41",
        "ofi_z": "2.7625",
        "er": "1.0000",
        "wobi": "0.7846",
        "vol": "0.000174",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6993",
        "exit_reason": "BREAKEVEN_STOP 0.075% (885s)",
        "session_id": "61"
    },
    {
        "id": "1097",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68314.21000000",
        "exit_price": "68406.47000000",
        "profit": "-0.210052",
        "profit_pct": "-0.002101",
        "entry_time": "2026-03-03 20:16:40",
        "exit_time": "2026-03-03 20:46:40",
        "hold_time": "1800.03",
        "ofi_z": "-1.2848",
        "er": "1.0000",
        "wobi": "-0.5488",
        "vol": "0.000209",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6919",
        "exit_reason": "SOFT_SL_TIME -0.135% (1800s)",
        "session_id": "62"
    },
    {
        "id": "1096",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68434.87000000",
        "exit_price": "68338.10000000",
        "profit": "-0.216405",
        "profit_pct": "-0.002164",
        "entry_time": "2026-03-03 20:09:07",
        "exit_time": "2026-03-03 20:24:19",
        "hold_time": "912.05",
        "ofi_z": "1.6881",
        "er": "0.9915",
        "wobi": "0.6647",
        "vol": "0.000199",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4265",
        "exit_reason": "SOFT_SL_TIME -0.141% (912s)",
        "session_id": "61"
    },
    {
        "id": "1095",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68728.95000000",
        "exit_price": "68483.03000000",
        "profit": "0.282811",
        "profit_pct": "0.002828",
        "entry_time": "2026-03-03 19:47:24",
        "exit_time": "2026-03-03 19:53:40",
        "hold_time": "375.81",
        "ofi_z": "-1.7617",
        "er": "1.0000",
        "wobi": "-0.8924",
        "vol": "0.000301",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5391",
        "exit_reason": "OFI_REVERSAL z=+4.02 WOBI=+0.93 (th=4.0) (376s)",
        "session_id": "60"
    },
    {
        "id": "1094",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68728.95000000",
        "exit_price": "68483.03000000",
        "profit": "0.282811",
        "profit_pct": "0.002828",
        "entry_time": "2026-03-03 19:47:24",
        "exit_time": "2026-03-03 19:53:40",
        "hold_time": "375.81",
        "ofi_z": "-1.7617",
        "er": "1.0000",
        "wobi": "-0.8924",
        "vol": "0.000301",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5207",
        "exit_reason": "OFI_REVERSAL z=+4.02 WOBI=+0.93 (th=4.0) (376s)",
        "session_id": "63"
    },
    {
        "id": "1093",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68674.70000000",
        "exit_price": "68452.55000000",
        "profit": "0.248482",
        "profit_pct": "0.002485",
        "entry_time": "2026-03-03 19:46:02",
        "exit_time": "2026-03-03 20:07:39",
        "hold_time": "1297.17",
        "ofi_z": "0.0792",
        "er": "0.9844",
        "wobi": "-0.9291",
        "vol": "0.000295",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0938",
        "exit_reason": "TRAILING_STOP peak=0.574% now=0.323% trail=0.250% (1297s)",
        "session_id": "61"
    },
    {
        "id": "1092",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68588.31000000",
        "exit_price": "68321.10000000",
        "profit": "0.314585",
        "profit_pct": "0.003146",
        "entry_time": "2026-03-03 19:40:07",
        "exit_time": "2026-03-03 20:16:07",
        "hold_time": "2159.87",
        "ofi_z": "0.2750",
        "er": "1.0000",
        "wobi": "0.9230",
        "vol": "0.000268",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1095",
        "exit_reason": "TRAILING_STOP peak=0.640% now=0.390% trail=0.250% (2160s)",
        "session_id": "62"
    },
    {
        "id": "1091",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68386.53000000",
        "exit_price": "68628.00000000",
        "profit": "0.278096",
        "profit_pct": "0.002781",
        "entry_time": "2026-03-03 19:35:35",
        "exit_time": "2026-03-03 19:39:38",
        "hold_time": "243.10",
        "ofi_z": "2.3917",
        "er": "0.9630",
        "wobi": "0.9202",
        "vol": "0.000222",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3675",
        "exit_reason": "TRAILING_STOP peak=0.604% now=0.353% trail=0.250% (243s)",
        "session_id": "62"
    },
    {
        "id": "1090",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68581.92000000",
        "exit_price": "68700.16000000",
        "profit": "-0.247407",
        "profit_pct": "-0.002474",
        "entry_time": "2026-03-03 19:30:36",
        "exit_time": "2026-03-03 19:45:44",
        "hold_time": "907.16",
        "ofi_z": "-1.5472",
        "er": "1.0000",
        "wobi": "-0.9987",
        "vol": "0.000213",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4105",
        "exit_reason": "SOFT_SL_TIME -0.172% (907s)",
        "session_id": "61"
    },
    {
        "id": "1089",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68706.77000000",
        "exit_price": "68363.16000000",
        "profit": "-0.575111",
        "profit_pct": "-0.005751",
        "entry_time": "2026-03-03 19:27:18",
        "exit_time": "2026-03-03 19:35:24",
        "hold_time": "486.71",
        "ofi_z": "0.0062",
        "er": "1.0000",
        "wobi": "-0.6494",
        "vol": "0.000214",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8969",
        "exit_reason": "STOP_LOSS -0.500% (487s)",
        "session_id": "62"
    },
    {
        "id": "1088",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68667.89000000",
        "exit_price": "68677.39000000",
        "profit": "-0.088835",
        "profit_pct": "-0.000888",
        "entry_time": "2026-03-03 19:14:39",
        "exit_time": "2026-03-03 19:29:40",
        "hold_time": "900.71",
        "ofi_z": "-1.8247",
        "er": "0.8750",
        "wobi": "-0.1506",
        "vol": "0.000214",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3995",
        "exit_reason": "SOFT_SL_TIME -0.014% (901s)",
        "session_id": "61"
    },
    {
        "id": "1087",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68403.42000000",
        "exit_price": "68717.76000000",
        "profit": "0.384538",
        "profit_pct": "0.003845",
        "entry_time": "2026-03-03 19:11:09",
        "exit_time": "2026-03-03 19:27:04",
        "hold_time": "954.84",
        "ofi_z": "-1.2897",
        "er": "1.0000",
        "wobi": "-0.9961",
        "vol": "0.000219",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7024",
        "exit_reason": "TRAILING_STOP peak=0.710% now=0.460% trail=0.250% (955s)",
        "session_id": "62"
    },
    {
        "id": "1086",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68614.17000000",
        "exit_price": "68562.90000000",
        "profit": "-0.000278",
        "profit_pct": "-0.000003",
        "entry_time": "2026-03-03 19:06:29",
        "exit_time": "2026-03-03 19:13:35",
        "hold_time": "425.64",
        "ofi_z": "-2.1208",
        "er": "0.9912",
        "wobi": "-0.9844",
        "vol": "0.000174",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5152",
        "exit_reason": "BREAKEVEN_STOP 0.075% (426s)",
        "session_id": "61"
    },
    {
        "id": "1085",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68691.03000000",
        "exit_price": "68347.36000000",
        "profit": "-0.575313",
        "profit_pct": "-0.005753",
        "entry_time": "2026-03-03 19:05:42",
        "exit_time": "2026-03-03 19:10:39",
        "hold_time": "296.81",
        "ofi_z": "-0.2804",
        "er": "0.9725",
        "wobi": "0.5967",
        "vol": "0.000178",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0185",
        "exit_reason": "STOP_LOSS -0.500% (297s)",
        "session_id": "62"
    },
    {
        "id": "1084",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68662.01000000",
        "exit_price": "68674.00000000",
        "profit": "-0.092462",
        "profit_pct": "-0.000925",
        "entry_time": "2026-03-03 18:50:30",
        "exit_time": "2026-03-03 19:05:31",
        "hold_time": "900.22",
        "ofi_z": "-0.1564",
        "er": "0.9952",
        "wobi": "0.9831",
        "vol": "0.000200",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0048",
        "exit_reason": "SOFT_SL_TIME -0.017% (900s)",
        "session_id": "61"
    },
    {
        "id": "1083",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68676.79000000",
        "exit_price": "68676.68000000",
        "profit": "-0.075160",
        "profit_pct": "-0.000752",
        "entry_time": "2026-03-03 18:35:24",
        "exit_time": "2026-03-03 19:05:30",
        "hold_time": "1805.81",
        "ofi_z": "0.9673",
        "er": "1.0000",
        "wobi": "0.3824",
        "vol": "0.000217",
        "spread": "0.000002",
        "regime": "TRENDING",
        "signal_score": "1.4996",
        "exit_reason": "SOFT_SL_TIME -0.000% (1806s)",
        "session_id": "62"
    },
    {
        "id": "1082",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68714.06000000",
        "exit_price": "68714.10000000",
        "profit": "-0.075058",
        "profit_pct": "-0.000751",
        "entry_time": "2026-03-03 18:33:01",
        "exit_time": "2026-03-03 18:49:58",
        "hold_time": "1017.18",
        "ofi_z": "-3.1607",
        "er": "1.0000",
        "wobi": "-0.9944",
        "vol": "0.000202",
        "spread": "0.000009",
        "regime": "TRENDING",
        "signal_score": "1.8451",
        "exit_reason": "SOFT_SL_TIME -0.000% (1017s)",
        "session_id": "61"
    },
    {
        "id": "1081",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68366.30000000",
        "exit_price": "68555.45000000",
        "profit": "-0.351671",
        "profit_pct": "-0.003517",
        "entry_time": "2026-03-03 18:17:34",
        "exit_time": "2026-03-03 18:32:40",
        "hold_time": "906.09",
        "ofi_z": "-0.0169",
        "er": "1.0000",
        "wobi": "-0.5526",
        "vol": "0.000234",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0119",
        "exit_reason": "SOFT_SL_TIME -0.277% (906s)",
        "session_id": "61"
    },
    {
        "id": "1080",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68297.99000000",
        "exit_price": "68671.05000000",
        "profit": "0.471224",
        "profit_pct": "0.004712",
        "entry_time": "2026-03-03 18:16:49",
        "exit_time": "2026-03-03 18:35:00",
        "hold_time": "1091.25",
        "ofi_z": "-0.0608",
        "er": "0.9910",
        "wobi": "-0.2359",
        "vol": "0.000216",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9260",
        "exit_reason": "TRAILING_STOP peak=0.797% now=0.546% trail=0.250% (1091s)",
        "session_id": "62"
    },
    {
        "id": "1079",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68078.67000000",
        "exit_price": "68419.56000000",
        "profit": "-0.575730",
        "profit_pct": "-0.005757",
        "entry_time": "2026-03-03 18:12:30",
        "exit_time": "2026-03-03 18:17:26",
        "hold_time": "295.87",
        "ofi_z": "-2.6907",
        "er": "1.0000",
        "wobi": "0.9943",
        "vol": "0.000240",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7621",
        "exit_reason": "STOP_LOSS -0.501% (296s)",
        "session_id": "61"
    },
    {
        "id": "1078",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68356.85000000",
        "exit_price": "68014.80000000",
        "profit": "-0.575389",
        "profit_pct": "-0.005754",
        "entry_time": "2026-03-03 18:06:11",
        "exit_time": "2026-03-03 18:11:58",
        "hold_time": "347.23",
        "ofi_z": "-0.5378",
        "er": "1.0000",
        "wobi": "-0.9993",
        "vol": "0.000202",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1166",
        "exit_reason": "STOP_LOSS -0.500% (347s)",
        "session_id": "56"
    },
    {
        "id": "1077",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68279.00000000",
        "exit_price": "68228.00000000",
        "profit": "-0.000306",
        "profit_pct": "-0.000003",
        "entry_time": "2026-03-03 18:03:13",
        "exit_time": "2026-03-03 18:15:33",
        "hold_time": "740.49",
        "ofi_z": "-1.2843",
        "er": "0.9848",
        "wobi": "-0.5578",
        "vol": "0.000204",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6764",
        "exit_reason": "BREAKEVEN_STOP 0.075% (740s)",
        "session_id": "57"
    },
    {
        "id": "1076",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68388.05000000",
        "exit_price": "68300.66000000",
        "profit": "0.026393",
        "profit_pct": "0.000528",
        "entry_time": "2026-03-03 18:02:57",
        "exit_time": "2026-03-03 18:05:37",
        "hold_time": "159.82",
        "ofi_z": "-2.0988",
        "er": "0.9798",
        "wobi": "-0.9771",
        "vol": "0.000197",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5290",
        "exit_reason": "TRAILING_STOP peak=0.228% now=0.128% trail=0.100% (160s)",
        "session_id": "56"
    },
    {
        "id": "1075",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68248.33000000",
        "exit_price": "68372.70000000",
        "profit": "0.053616",
        "profit_pct": "0.001072",
        "entry_time": "2026-03-03 17:58:45",
        "exit_time": "2026-03-03 18:02:38",
        "hold_time": "233.65",
        "ofi_z": "2.9021",
        "er": "0.9899",
        "wobi": "0.3500",
        "vol": "0.000229",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7997",
        "exit_reason": "TRAILING_STOP peak=0.282% now=0.182% trail=0.100% (234s)",
        "session_id": "56"
    },
    {
        "id": "1074",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68244.39000000",
        "exit_price": "68338.65000000",
        "profit": "0.031561",
        "profit_pct": "0.000631",
        "entry_time": "2026-03-03 17:58:44",
        "exit_time": "2026-03-03 18:03:02",
        "hold_time": "258.85",
        "ofi_z": "0.9838",
        "er": "1.0000",
        "wobi": "0.9550",
        "vol": "0.000229",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5201",
        "exit_reason": "TRAILING_STOP peak=0.288% now=0.138% trail=0.150% (259s)",
        "session_id": "57"
    },
    {
        "id": "1073",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68230.27000000",
        "exit_price": "68281.28000000",
        "profit": "-0.000119",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-03 17:56:00",
        "exit_time": "2026-03-03 17:58:30",
        "hold_time": "149.83",
        "ofi_z": "3.3045",
        "er": "1.0000",
        "wobi": "0.9918",
        "vol": "0.000226",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9142",
        "exit_reason": "BREAKEVEN_STOP 0.075% (150s)",
        "session_id": "56"
    },
    {
        "id": "1072",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68163.51000000",
        "exit_price": "68240.92000000",
        "profit": "0.019283",
        "profit_pct": "0.000386",
        "entry_time": "2026-03-03 17:55:42",
        "exit_time": "2026-03-03 17:58:30",
        "hold_time": "168.06",
        "ofi_z": "1.6717",
        "er": "0.9947",
        "wobi": "0.4514",
        "vol": "0.000222",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9401",
        "exit_reason": "TRAILING_STOP peak=0.264% now=0.114% trail=0.150% (168s)",
        "session_id": "57"
    },
    {
        "id": "1071",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68264.28000000",
        "exit_price": "68213.25000000",
        "profit": "-0.000123",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-03 17:55:07",
        "exit_time": "2026-03-03 17:55:49",
        "hold_time": "41.96",
        "ofi_z": "-3.2116",
        "er": "1.0000",
        "wobi": "-0.8628",
        "vol": "0.000217",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8774",
        "exit_reason": "BREAKEVEN_STOP 0.075% (42s)",
        "session_id": "56"
    },
    {
        "id": "1070",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68322.75000000",
        "exit_price": "68151.84000000",
        "profit": "-0.162575",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 17:52:00",
        "exit_time": "2026-03-03 17:55:32",
        "hold_time": "211.59",
        "ofi_z": "10.0000",
        "er": "1.0000",
        "wobi": "-0.4510",
        "vol": "0.000198",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "7.1293",
        "exit_reason": "STOP_LOSS -0.250% (212s)",
        "session_id": "57"
    },
    {
        "id": "1069",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68272.29000000",
        "exit_price": "68272.52000000",
        "profit": "-0.037668",
        "profit_pct": "-0.000753",
        "entry_time": "2026-03-03 17:49:37",
        "exit_time": "2026-03-03 17:54:58",
        "hold_time": "321.03",
        "ofi_z": "-5.0010",
        "er": "1.0000",
        "wobi": "0.8659",
        "vol": "0.000205",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3601",
        "exit_reason": "SOFT_SL_TIME -0.000% (321s)",
        "session_id": "56"
    },
    {
        "id": "1068",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68345.13000000",
        "exit_price": "68294.00000000",
        "profit": "-0.000094",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-03 17:49:22",
        "exit_time": "2026-03-03 17:51:22",
        "hold_time": "119.75",
        "ofi_z": "-1.0243",
        "er": "1.0000",
        "wobi": "-0.9935",
        "vol": "0.000197",
        "spread": "0.000002",
        "regime": "TRENDING",
        "signal_score": "1.5184",
        "exit_reason": "BREAKEVEN_STOP 0.075% (120s)",
        "session_id": "57"
    },
    {
        "id": "1067",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68088.49000000",
        "exit_price": "68259.12000000",
        "profit": "-0.162800",
        "profit_pct": "-0.003256",
        "entry_time": "2026-03-03 17:47:48",
        "exit_time": "2026-03-03 17:49:05",
        "hold_time": "77.10",
        "ofi_z": "-0.3171",
        "er": "1.0000",
        "wobi": "0.9764",
        "vol": "0.000188",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0692",
        "exit_reason": "STOP_LOSS -0.251% (77s)",
        "session_id": "57"
    },
    {
        "id": "1066",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68091.44000000",
        "exit_price": "68261.72000000",
        "profit": "-0.162538",
        "profit_pct": "-0.003251",
        "entry_time": "2026-03-03 17:46:10",
        "exit_time": "2026-03-03 17:49:05",
        "hold_time": "174.91",
        "ofi_z": "-1.9284",
        "er": "1.0000",
        "wobi": "-0.9949",
        "vol": "0.000192",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4903",
        "exit_reason": "STOP_LOSS -0.250% (175s)",
        "session_id": "56"
    },
    {
        "id": "1065",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68148.67000000",
        "exit_price": "68097.70000000",
        "profit": "-0.000104",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-03 17:44:03",
        "exit_time": "2026-03-03 17:47:22",
        "hold_time": "198.98",
        "ofi_z": "-1.2156",
        "er": "1.0000",
        "wobi": "-0.9989",
        "vol": "0.000212",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6507",
        "exit_reason": "BREAKEVEN_STOP 0.075% (199s)",
        "session_id": "57"
    },
    {
        "id": "1064",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68061.87000000",
        "exit_price": "68112.72000000",
        "profit": "-0.000144",
        "profit_pct": "-0.000003",
        "entry_time": "2026-03-03 17:42:46",
        "exit_time": "2026-03-03 17:46:02",
        "hold_time": "196.21",
        "ofi_z": "2.3940",
        "er": "0.9894",
        "wobi": "0.8710",
        "vol": "0.000229",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6584",
        "exit_reason": "BREAKEVEN_STOP 0.075% (196s)",
        "session_id": "56"
    },
    {
        "id": "1063",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67949.24000000",
        "exit_price": "68019.79000000",
        "profit": "-0.089414",
        "profit_pct": "-0.001788",
        "entry_time": "2026-03-03 17:36:59",
        "exit_time": "2026-03-03 17:41:59",
        "hold_time": "300.35",
        "ofi_z": "-1.6307",
        "er": "0.9965",
        "wobi": "-0.4933",
        "vol": "0.000246",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4716",
        "exit_reason": "SOFT_SL_TIME -0.104% (300s)",
        "session_id": "56"
    },
    {
        "id": "1062",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67830.82000000",
        "exit_price": "68136.11000000",
        "profit": "0.225038",
        "profit_pct": "0.004501",
        "entry_time": "2026-03-03 17:34:02",
        "exit_time": "2026-03-03 17:43:48",
        "hold_time": "586.10",
        "ofi_z": "1.1660",
        "er": "0.9941",
        "wobi": "-0.6517",
        "vol": "0.000240",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6389",
        "exit_reason": "TAKE_PROFIT +0.450% (586s)",
        "session_id": "57"
    },
    {
        "id": "1061",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67811.34000000",
        "exit_price": "67981.12000000",
        "profit": "-0.162686",
        "profit_pct": "-0.003254",
        "entry_time": "2026-03-03 17:33:52",
        "exit_time": "2026-03-03 17:36:44",
        "hold_time": "172.38",
        "ofi_z": "-8.3424",
        "er": "1.0000",
        "wobi": "0.9579",
        "vol": "0.000240",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "3.3322",
        "exit_reason": "STOP_LOSS -0.250% (172s)",
        "session_id": "56"
    },
    {
        "id": "1060",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68015.32000000",
        "exit_price": "67845.22000000",
        "profit": "-0.162545",
        "profit_pct": "-0.003251",
        "entry_time": "2026-03-03 17:31:52",
        "exit_time": "2026-03-03 17:33:31",
        "hold_time": "98.74",
        "ofi_z": "0.9516",
        "er": "1.0000",
        "wobi": "0.3587",
        "vol": "0.000241",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5098",
        "exit_reason": "STOP_LOSS -0.250% (99s)",
        "session_id": "57"
    },
    {
        "id": "1059",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68200.07000000",
        "exit_price": "67893.10000000",
        "profit": "0.225051",
        "profit_pct": "0.004501",
        "entry_time": "2026-03-03 17:28:54",
        "exit_time": "2026-03-03 17:33:25",
        "hold_time": "271.54",
        "ofi_z": "-3.1826",
        "er": "1.0000",
        "wobi": "-0.9972",
        "vol": "0.000256",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9182",
        "exit_reason": "TAKE_PROFIT +0.450% (272s)",
        "session_id": "56"
    },
    {
        "id": "1058",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68227.49000000",
        "exit_price": "68162.52000000",
        "profit": "-0.085113",
        "profit_pct": "-0.001702",
        "entry_time": "2026-03-03 17:23:05",
        "exit_time": "2026-03-03 17:28:05",
        "hold_time": "300.14",
        "ofi_z": "1.7448",
        "er": "0.9839",
        "wobi": "0.8693",
        "vol": "0.000276",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5328",
        "exit_reason": "SOFT_SL_TIME -0.095% (300s)",
        "session_id": "56"
    },
    {
        "id": "1057",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68227.49000000",
        "exit_price": "68056.78000000",
        "profit": "-0.162604",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 17:23:05",
        "exit_time": "2026-03-03 17:31:17",
        "hold_time": "492.29",
        "ofi_z": "1.7448",
        "er": "0.9839",
        "wobi": "0.8693",
        "vol": "0.000276",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0235",
        "exit_reason": "STOP_LOSS -0.250% (492s)",
        "session_id": "57"
    },
    {
        "id": "1056",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67945.44000000",
        "exit_price": "68115.60000000",
        "profit": "-0.162718",
        "profit_pct": "-0.003254",
        "entry_time": "2026-03-03 17:22:14",
        "exit_time": "2026-03-03 17:22:39",
        "hold_time": "25.62",
        "ofi_z": "-1.0379",
        "er": "0.9748",
        "wobi": "-0.2932",
        "vol": "0.000302",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5966",
        "exit_reason": "STOP_LOSS -0.250% (26s)",
        "session_id": "57"
    },
    {
        "id": "1055",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67929.89000000",
        "exit_price": "68099.82000000",
        "profit": "-0.162577",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 17:21:33",
        "exit_time": "2026-03-03 17:22:39",
        "hold_time": "66.46",
        "ofi_z": "-2.1462",
        "er": "1.0000",
        "wobi": "-0.5405",
        "vol": "0.000309",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6963",
        "exit_reason": "STOP_LOSS -0.250% (66s)",
        "session_id": "56"
    },
    {
        "id": "1054",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67945.49000000",
        "exit_price": "68174.48000000",
        "profit": "0.131010",
        "profit_pct": "0.002620",
        "entry_time": "2026-03-03 17:20:54",
        "exit_time": "2026-03-03 17:25:25",
        "hold_time": "270.87",
        "ofi_z": "0.3536",
        "er": "1.0000",
        "wobi": "-0.8458",
        "vol": "0.000307",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.6614",
        "exit_reason": "TRAILING_STOP peak=0.487% now=0.337% trail=0.150% (271s)",
        "session_id": "59"
    },
    {
        "id": "1053",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67915.03000000",
        "exit_price": "68174.48000000",
        "profit": "0.153511",
        "profit_pct": "0.003070",
        "entry_time": "2026-03-03 17:20:39",
        "exit_time": "2026-03-03 17:25:25",
        "hold_time": "285.53",
        "ofi_z": "-8.0596",
        "er": "0.5247",
        "wobi": "0.9377",
        "vol": "0.000308",
        "spread": "0.000024",
        "regime": "DIRECTIONAL",
        "signal_score": "4.3125",
        "exit_reason": "TRAILING_STOP peak=0.532% now=0.382% trail=0.150% (286s)",
        "session_id": "58"
    },
    {
        "id": "1052",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68040.01000000",
        "exit_price": "67958.00000000",
        "profit": "0.022766",
        "profit_pct": "0.000455",
        "entry_time": "2026-03-03 17:20:21",
        "exit_time": "2026-03-03 17:21:15",
        "hold_time": "53.96",
        "ofi_z": "-3.1189",
        "er": "1.0000",
        "wobi": "-0.9956",
        "vol": "0.000294",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9487",
        "exit_reason": "TRAILING_STOP peak=0.221% now=0.121% trail=0.100% (54s)",
        "session_id": "56"
    },
    {
        "id": "1051",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68084.08000000",
        "exit_price": "67992.00000000",
        "profit": "0.030122",
        "profit_pct": "0.000602",
        "entry_time": "2026-03-03 17:20:09",
        "exit_time": "2026-03-03 17:22:00",
        "hold_time": "111.19",
        "ofi_z": "-0.9417",
        "er": "0.9810",
        "wobi": "0.1218",
        "vol": "0.000297",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5365",
        "exit_reason": "TRAILING_STOP peak=0.286% now=0.135% trail=0.150% (111s)",
        "session_id": "57"
    },
    {
        "id": "1050",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67900.28000000",
        "exit_price": "67951.04000000",
        "profit": "-0.000122",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-03 17:16:56",
        "exit_time": "2026-03-03 17:20:31",
        "hold_time": "215.63",
        "ofi_z": "2.2516",
        "er": "0.9496",
        "wobi": "0.9633",
        "vol": "0.000307",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8319",
        "exit_reason": "BREAKEVEN_STOP 0.075% (216s)",
        "session_id": "59"
    },
    {
        "id": "1049",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67900.28000000",
        "exit_price": "68014.80000000",
        "profit": "0.046830",
        "profit_pct": "0.000937",
        "entry_time": "2026-03-03 17:16:56",
        "exit_time": "2026-03-03 17:20:23",
        "hold_time": "207.11",
        "ofi_z": "2.2516",
        "er": "0.9496",
        "wobi": "0.9633",
        "vol": "0.000308",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8147",
        "exit_reason": "TRAILING_STOP peak=0.319% now=0.169% trail=0.150% (207s)",
        "session_id": "58"
    },
    {
        "id": "1048",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67939.46000000",
        "exit_price": "68109.31000000",
        "profit": "-0.162501",
        "profit_pct": "-0.003250",
        "entry_time": "2026-03-03 17:16:32",
        "exit_time": "2026-03-03 17:19:55",
        "hold_time": "203.40",
        "ofi_z": "-0.0363",
        "er": "1.0000",
        "wobi": "0.8526",
        "vol": "0.000311",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1127",
        "exit_reason": "STOP_LOSS -0.250% (203s)",
        "session_id": "56"
    },
    {
        "id": "1047",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67946.01000000",
        "exit_price": "68116.00000000",
        "profit": "-0.162592",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 17:15:43",
        "exit_time": "2026-03-03 17:19:56",
        "hold_time": "252.30",
        "ofi_z": "-0.6638",
        "er": "1.0000",
        "wobi": "-0.9980",
        "vol": "0.000310",
        "spread": "0.000008",
        "regime": "TRENDING",
        "signal_score": "1.3875",
        "exit_reason": "STOP_LOSS -0.250% (252s)",
        "session_id": "57"
    },
    {
        "id": "1046",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67754.99000000",
        "exit_price": "67950.00000000",
        "profit": "0.106408",
        "profit_pct": "0.002128",
        "entry_time": "2026-03-03 17:12:54",
        "exit_time": "2026-03-03 17:16:18",
        "hold_time": "204.05",
        "ofi_z": "0.1377",
        "er": "1.0000",
        "wobi": "-0.9960",
        "vol": "0.000337",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1735",
        "exit_reason": "TRAILING_STOP peak=0.388% now=0.288% trail=0.100% (204s)",
        "session_id": "56"
    },
    {
        "id": "1045",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67649.09000000",
        "exit_price": "67916.28000000",
        "profit": "0.159982",
        "profit_pct": "0.003200",
        "entry_time": "2026-03-03 17:12:14",
        "exit_time": "2026-03-03 17:16:40",
        "hold_time": "265.51",
        "ofi_z": "1.5538",
        "er": "0.2081",
        "wobi": "0.8203",
        "vol": "0.000322",
        "spread": "0.000042",
        "regime": "MIXED",
        "signal_score": "0.6306",
        "exit_reason": "TRAILING_STOP peak=0.545% now=0.395% trail=0.150% (266s)",
        "session_id": "59"
    },
    {
        "id": "1044",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67657.04000000",
        "exit_price": "67961.79000000",
        "profit": "0.225217",
        "profit_pct": "0.004504",
        "entry_time": "2026-03-03 17:12:14",
        "exit_time": "2026-03-03 17:15:23",
        "hold_time": "189.21",
        "ofi_z": "1.5418",
        "er": "1.0000",
        "wobi": "0.3058",
        "vol": "0.000319",
        "spread": "0.000116",
        "regime": "TRENDING",
        "signal_score": "1.9436",
        "exit_reason": "TAKE_PROFIT +0.450% (189s)",
        "session_id": "57"
    },
    {
        "id": "1043",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67758.20000000",
        "exit_price": "67916.28000000",
        "profit": "0.079150",
        "profit_pct": "0.001583",
        "entry_time": "2026-03-03 17:12:00",
        "exit_time": "2026-03-03 17:16:39",
        "hold_time": "278.97",
        "ofi_z": "3.1554",
        "er": "1.0000",
        "wobi": "0.9783",
        "vol": "0.000316",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3981",
        "exit_reason": "TRAILING_STOP peak=0.383% now=0.233% trail=0.150% (279s)",
        "session_id": "58"
    },
    {
        "id": "1042",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67822.03000000",
        "exit_price": "67686.33000000",
        "profit": "-0.137541",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-03 17:11:01",
        "exit_time": "2026-03-03 17:11:52",
        "hold_time": "50.37",
        "ofi_z": "2.0425",
        "er": "1.0000",
        "wobi": "-0.9992",
        "vol": "0.000308",
        "spread": "0.000010",
        "regime": "TRENDING",
        "signal_score": "1.7174",
        "exit_reason": "STOP_LOSS -0.200% (50s)",
        "session_id": "59"
    },
    {
        "id": "1041",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67822.03000000",
        "exit_price": "67652.28000000",
        "profit": "-0.162644",
        "profit_pct": "-0.003253",
        "entry_time": "2026-03-03 17:11:01",
        "exit_time": "2026-03-03 17:12:14",
        "hold_time": "72.21",
        "ofi_z": "2.0422",
        "er": "1.0000",
        "wobi": "-0.9992",
        "vol": "0.000302",
        "spread": "0.000010",
        "regime": "TRENDING",
        "signal_score": "1.6587",
        "exit_reason": "STOP_LOSS -0.250% (72s)",
        "session_id": "56"
    },
    {
        "id": "1040",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67858.77000000",
        "exit_price": "67722.96000000",
        "profit": "-0.137568",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-03 17:10:53",
        "exit_time": "2026-03-03 17:11:45",
        "hold_time": "51.87",
        "ofi_z": "0.0368",
        "er": "1.0000",
        "wobi": "-0.5484",
        "vol": "0.000300",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.4422",
        "exit_reason": "STOP_LOSS -0.200% (52s)",
        "session_id": "58"
    },
    {
        "id": "1039",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67800.61000000",
        "exit_price": "67749.84000000",
        "profit": "-0.000059",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 17:10:43",
        "exit_time": "2026-03-03 17:11:59",
        "hold_time": "76.23",
        "ofi_z": "-0.7222",
        "er": "1.0000",
        "wobi": "-0.9570",
        "vol": "0.000296",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4127",
        "exit_reason": "BREAKEVEN_STOP 0.075% (76s)",
        "session_id": "57"
    },
    {
        "id": "1038",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67938.74000000",
        "exit_price": "67802.64000000",
        "profit": "-0.137664",
        "profit_pct": "-0.002753",
        "entry_time": "2026-03-03 17:09:27",
        "exit_time": "2026-03-03 17:10:42",
        "hold_time": "74.91",
        "ofi_z": "1.6069",
        "er": "1.0000",
        "wobi": "0.9742",
        "vol": "0.000302",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4242",
        "exit_reason": "STOP_LOSS -0.200% (75s)",
        "session_id": "58"
    },
    {
        "id": "1037",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67970.62000000",
        "exit_price": "67834.52000000",
        "profit": "-0.137617",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 17:07:39",
        "exit_time": "2026-03-03 17:10:39",
        "hold_time": "179.90",
        "ofi_z": "1.5005",
        "er": "1.0000",
        "wobi": "0.9973",
        "vol": "0.000306",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3780",
        "exit_reason": "STOP_LOSS -0.200% (180s)",
        "session_id": "59"
    },
    {
        "id": "1036",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67970.62000000",
        "exit_price": "67800.60000000",
        "profit": "-0.162569",
        "profit_pct": "-0.003251",
        "entry_time": "2026-03-03 17:07:39",
        "exit_time": "2026-03-03 17:10:44",
        "hold_time": "184.23",
        "ofi_z": "1.5005",
        "er": "1.0000",
        "wobi": "0.9973",
        "vol": "0.000300",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5063",
        "exit_reason": "STOP_LOSS -0.250% (184s)",
        "session_id": "56"
    },
    {
        "id": "1035",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68031.99000000",
        "exit_price": "67895.84000000",
        "profit": "-0.137563",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-03 17:06:37",
        "exit_time": "2026-03-03 17:09:17",
        "hold_time": "160.26",
        "ofi_z": "-0.0430",
        "er": "1.0000",
        "wobi": "-0.9719",
        "vol": "0.000322",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.4552",
        "exit_reason": "STOP_LOSS -0.200% (160s)",
        "session_id": "58"
    },
    {
        "id": "1034",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68025.33000000",
        "exit_price": "67854.96000000",
        "profit": "-0.162725",
        "profit_pct": "-0.003255",
        "entry_time": "2026-03-03 17:06:34",
        "exit_time": "2026-03-03 17:10:33",
        "hold_time": "238.24",
        "ofi_z": "0.7216",
        "er": "0.9876",
        "wobi": "0.6368",
        "vol": "0.000322",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4247",
        "exit_reason": "STOP_LOSS -0.250% (238s)",
        "session_id": "57"
    },
    {
        "id": "1033",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68105.66000000",
        "exit_price": "68055.11000000",
        "profit": "-0.000389",
        "profit_pct": "-0.000008",
        "entry_time": "2026-03-03 17:06:09",
        "exit_time": "2026-03-03 17:07:25",
        "hold_time": "75.82",
        "ofi_z": "-1.6659",
        "er": "1.0000",
        "wobi": "-0.9926",
        "vol": "0.000322",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5796",
        "exit_reason": "BREAKEVEN_STOP 0.074% (76s)",
        "session_id": "56"
    },
    {
        "id": "1032",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67955.99000000",
        "exit_price": "68030.55000000",
        "profit": "0.017359",
        "profit_pct": "0.000347",
        "entry_time": "2026-03-03 17:04:10",
        "exit_time": "2026-03-03 17:06:23",
        "hold_time": "133.07",
        "ofi_z": "1.6520",
        "er": "1.0000",
        "wobi": "0.9954",
        "vol": "0.000340",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0299",
        "exit_reason": "TRAILING_STOP peak=0.260% now=0.110% trail=0.150% (133s)",
        "session_id": "57"
    },
    {
        "id": "1031",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67937.99000000",
        "exit_price": "68030.57000000",
        "profit": "0.030636",
        "profit_pct": "0.000613",
        "entry_time": "2026-03-03 17:03:49",
        "exit_time": "2026-03-03 17:06:23",
        "hold_time": "153.54",
        "ofi_z": "3.9557",
        "er": "0.9825",
        "wobi": "0.9777",
        "vol": "0.000343",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.9041",
        "exit_reason": "TRAILING_STOP peak=0.286% now=0.136% trail=0.150% (154s)",
        "session_id": "58"
    },
    {
        "id": "1030",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67934.87000000",
        "exit_price": "67985.70000000",
        "profit": "-0.000089",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-03 17:03:49",
        "exit_time": "2026-03-03 17:07:11",
        "hold_time": "202.42",
        "ofi_z": "3.9488",
        "er": "0.0000",
        "wobi": "0.9719",
        "vol": "0.000341",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.9320",
        "exit_reason": "BREAKEVEN_STOP 0.075% (202s)",
        "session_id": "59"
    },
    {
        "id": "1029",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67890.19000000",
        "exit_price": "68064.32000000",
        "profit": "0.090744",
        "profit_pct": "0.001815",
        "entry_time": "2026-03-03 17:03:44",
        "exit_time": "2026-03-03 17:06:04",
        "hold_time": "139.59",
        "ofi_z": "2.4700",
        "er": "0.9955",
        "wobi": "0.7008",
        "vol": "0.000341",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8232",
        "exit_reason": "TRAILING_STOP peak=0.357% now=0.256% trail=0.100% (140s)",
        "session_id": "56"
    },
    {
        "id": "1028",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67999.07000000",
        "exit_price": "67863.00000000",
        "profit": "-0.137553",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-03 17:03:10",
        "exit_time": "2026-03-03 17:03:39",
        "hold_time": "28.97",
        "ofi_z": "3.3102",
        "er": "0.9884",
        "wobi": "0.9879",
        "vol": "0.000324",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.5128",
        "exit_reason": "STOP_LOSS -0.200% (29s)",
        "session_id": "59"
    },
    {
        "id": "1027",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67947.31000000",
        "exit_price": "67811.36000000",
        "profit": "-0.137541",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-03 17:02:22",
        "exit_time": "2026-03-03 17:03:40",
        "hold_time": "77.21",
        "ofi_z": "0.9585",
        "er": "0.9784",
        "wobi": "0.1638",
        "vol": "0.000325",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0225",
        "exit_reason": "STOP_LOSS -0.200% (77s)",
        "session_id": "58"
    },
    {
        "id": "1026",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67983.78000000",
        "exit_price": "67813.78000000",
        "profit": "-0.162530",
        "profit_pct": "-0.003251",
        "entry_time": "2026-03-03 17:01:23",
        "exit_time": "2026-03-03 17:03:40",
        "hold_time": "135.64",
        "ofi_z": "3.1843",
        "er": "0.9958",
        "wobi": "0.1513",
        "vol": "0.000329",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0068",
        "exit_reason": "STOP_LOSS -0.250% (136s)",
        "session_id": "56"
    },
    {
        "id": "1025",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68011.18000000",
        "exit_price": "67841.12000000",
        "profit": "-0.162524",
        "profit_pct": "-0.003250",
        "entry_time": "2026-03-03 17:01:17",
        "exit_time": "2026-03-03 17:03:40",
        "hold_time": "142.59",
        "ofi_z": "2.0064",
        "er": "0.8235",
        "wobi": "0.8465",
        "vol": "0.000334",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1208",
        "exit_reason": "STOP_LOSS -0.250% (143s)",
        "session_id": "57"
    },
    {
        "id": "1024",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68217.99000000",
        "exit_price": "68047.44000000",
        "profit": "-0.162504",
        "profit_pct": "-0.003250",
        "entry_time": "2026-03-03 17:00:25",
        "exit_time": "2026-03-03 17:01:06",
        "hold_time": "40.91",
        "ofi_z": "2.1972",
        "er": "0.9786",
        "wobi": "-0.4476",
        "vol": "0.000339",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3546",
        "exit_reason": "STOP_LOSS -0.250% (41s)",
        "session_id": "57"
    },
    {
        "id": "1023",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68175.30000000",
        "exit_price": "68004.86000000",
        "profit": "-0.162501",
        "profit_pct": "-0.003250",
        "entry_time": "2026-03-03 16:59:47",
        "exit_time": "2026-03-03 17:01:14",
        "hold_time": "86.51",
        "ofi_z": "-0.3863",
        "er": "1.0000",
        "wobi": "-0.9994",
        "vol": "0.000343",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2499",
        "exit_reason": "STOP_LOSS -0.250% (87s)",
        "session_id": "56"
    },
    {
        "id": "1022",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68267.42000000",
        "exit_price": "68216.32000000",
        "profit": "-0.000074",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 16:59:13",
        "exit_time": "2026-03-03 17:00:14",
        "hold_time": "61.77",
        "ofi_z": "-0.6415",
        "er": "1.0000",
        "wobi": "-0.9994",
        "vol": "0.000348",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4048",
        "exit_reason": "BREAKEVEN_STOP 0.075% (62s)",
        "session_id": "57"
    },
    {
        "id": "1021",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68339.73000000",
        "exit_price": "68168.50000000",
        "profit": "-0.162779",
        "profit_pct": "-0.003256",
        "entry_time": "2026-03-03 16:58:37",
        "exit_time": "2026-03-03 16:59:34",
        "hold_time": "57.05",
        "ofi_z": "-9.9667",
        "er": "1.0000",
        "wobi": "-0.9967",
        "vol": "0.000346",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "3.9152",
        "exit_reason": "STOP_LOSS -0.251% (57s)",
        "session_id": "56"
    },
    {
        "id": "1020",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68322.17000000",
        "exit_price": "68008.09000000",
        "profit": "0.192352",
        "profit_pct": "0.003847",
        "entry_time": "2026-03-03 16:57:52",
        "exit_time": "2026-03-03 17:03:00",
        "hold_time": "308.04",
        "ofi_z": "-0.8509",
        "er": "1.0000",
        "wobi": "-0.9883",
        "vol": "0.000354",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9919",
        "exit_reason": "TRAILING_STOP peak=0.610% now=0.460% trail=0.150% (308s)",
        "session_id": "59"
    },
    {
        "id": "1019",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68322.17000000",
        "exit_price": "67912.22000000",
        "profit": "0.300012",
        "profit_pct": "0.006000",
        "entry_time": "2026-03-03 16:57:52",
        "exit_time": "2026-03-03 17:02:11",
        "hold_time": "259.10",
        "ofi_z": "-0.8509",
        "er": "1.0000",
        "wobi": "-0.9883",
        "vol": "0.000370",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9803",
        "exit_reason": "TAKE_PROFIT +0.600% (259s)",
        "session_id": "58"
    },
    {
        "id": "1018",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68437.99000000",
        "exit_price": "68266.80000000",
        "profit": "-0.162569",
        "profit_pct": "-0.003251",
        "entry_time": "2026-03-03 16:57:09",
        "exit_time": "2026-03-03 16:58:56",
        "hold_time": "107.33",
        "ofi_z": "-0.0630",
        "er": "1.0000",
        "wobi": "-0.6553",
        "vol": "0.000393",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0809",
        "exit_reason": "STOP_LOSS -0.250% (107s)",
        "session_id": "57"
    },
    {
        "id": "1017",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68431.09000000",
        "exit_price": "68361.63000000",
        "profit": "0.013252",
        "profit_pct": "0.000265",
        "entry_time": "2026-03-03 16:57:03",
        "exit_time": "2026-03-03 16:58:09",
        "hold_time": "65.93",
        "ofi_z": "0.0309",
        "er": "1.0000",
        "wobi": "0.9132",
        "vol": "0.000391",
        "spread": "0.000222",
        "regime": "TRENDING",
        "signal_score": "1.2122",
        "exit_reason": "TRAILING_STOP peak=0.202% now=0.102% trail=0.100% (66s)",
        "session_id": "56"
    },
    {
        "id": "1016",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68216.24000000",
        "exit_price": "68387.02000000",
        "profit": "-0.162675",
        "profit_pct": "-0.003254",
        "entry_time": "2026-03-03 16:54:27",
        "exit_time": "2026-03-03 16:56:54",
        "hold_time": "146.79",
        "ofi_z": "-2.6771",
        "er": "0.9911",
        "wobi": "-0.3712",
        "vol": "0.000379",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9254",
        "exit_reason": "STOP_LOSS -0.250% (147s)",
        "session_id": "56"
    },
    {
        "id": "1015",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68247.72000000",
        "exit_price": "68418.34000000",
        "profit": "-0.162501",
        "profit_pct": "-0.003250",
        "entry_time": "2026-03-03 16:54:19",
        "exit_time": "2026-03-03 16:56:56",
        "hold_time": "157.25",
        "ofi_z": "-0.8525",
        "er": "1.0000",
        "wobi": "-0.9940",
        "vol": "0.000383",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5660",
        "exit_reason": "STOP_LOSS -0.250% (157s)",
        "session_id": "57"
    },
    {
        "id": "1014",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68236.91000000",
        "exit_price": "68361.39000000",
        "profit": "0.053712",
        "profit_pct": "0.001074",
        "entry_time": "2026-03-03 16:54:10",
        "exit_time": "2026-03-03 16:57:41",
        "hold_time": "212.62",
        "ofi_z": "10.0000",
        "er": "1.0000",
        "wobi": "0.9444",
        "vol": "0.000376",
        "spread": "0.000039",
        "regime": "TRENDING",
        "signal_score": "6.7009",
        "exit_reason": "TRAILING_STOP peak=0.333% now=0.182% trail=0.150% (213s)",
        "session_id": "58"
    },
    {
        "id": "1013",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68127.62000000",
        "exit_price": "68361.39000000",
        "profit": "0.134068",
        "profit_pct": "0.002681",
        "entry_time": "2026-03-03 16:53:31",
        "exit_time": "2026-03-03 16:57:42",
        "hold_time": "250.12",
        "ofi_z": "0.8750",
        "er": "1.0000",
        "wobi": "0.8769",
        "vol": "0.000389",
        "spread": "0.000009",
        "regime": "TRENDING",
        "signal_score": "1.0213",
        "exit_reason": "TRAILING_STOP peak=0.494% now=0.343% trail=0.150% (250s)",
        "session_id": "59"
    },
    {
        "id": "1012",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68104.08000000",
        "exit_price": "68176.23000000",
        "profit": "0.015470",
        "profit_pct": "0.000309",
        "entry_time": "2026-03-03 16:52:14",
        "exit_time": "2026-03-03 16:54:09",
        "hold_time": "114.43",
        "ofi_z": "2.3017",
        "er": "0.9866",
        "wobi": "0.3963",
        "vol": "0.000410",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8562",
        "exit_reason": "TRAILING_STOP peak=0.216% now=0.106% trail=0.100% (114s)",
        "session_id": "56"
    },
    {
        "id": "1011",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68044.09000000",
        "exit_price": "68181.01000000",
        "profit": "-0.138111",
        "profit_pct": "-0.002762",
        "entry_time": "2026-03-03 16:51:25",
        "exit_time": "2026-03-03 16:53:58",
        "hold_time": "153.12",
        "ofi_z": "0.3428",
        "er": "1.0000",
        "wobi": "0.9990",
        "vol": "0.000418",
        "spread": "0.000035",
        "regime": "TRENDING",
        "signal_score": "0.6824",
        "exit_reason": "STOP_LOSS -0.201% (153s)",
        "session_id": "58"
    },
    {
        "id": "1010",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68111.01000000",
        "exit_price": "68060.00000000",
        "profit": "-0.000054",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 16:50:14",
        "exit_time": "2026-03-03 16:50:54",
        "hold_time": "40.40",
        "ofi_z": "-0.0562",
        "er": "1.0000",
        "wobi": "0.9910",
        "vol": "0.000427",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.5072",
        "exit_reason": "BREAKEVEN_STOP 0.075% (40s)",
        "session_id": "58"
    },
    {
        "id": "1009",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68120.68000000",
        "exit_price": "68069.96000000",
        "profit": "-0.000272",
        "profit_pct": "-0.000005",
        "entry_time": "2026-03-03 16:49:08",
        "exit_time": "2026-03-03 16:49:52",
        "hold_time": "43.37",
        "ofi_z": "-0.8914",
        "er": "0.9941",
        "wobi": "-0.9626",
        "vol": "0.000427",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0275",
        "exit_reason": "BREAKEVEN_STOP 0.074% (43s)",
        "session_id": "58"
    },
    {
        "id": "1008",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68132.50000000",
        "exit_price": "68082.00000000",
        "profit": "-0.000440",
        "profit_pct": "-0.000009",
        "entry_time": "2026-03-03 16:47:19",
        "exit_time": "2026-03-03 16:48:50",
        "hold_time": "90.91",
        "ofi_z": "-4.4869",
        "er": "0.9286",
        "wobi": "-0.4272",
        "vol": "0.000473",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "3.2746",
        "exit_reason": "BREAKEVEN_STOP 0.074% (91s)",
        "session_id": "58"
    },
    {
        "id": "1007",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68063.99000000",
        "exit_price": "68122.87000000",
        "profit": "0.005753",
        "profit_pct": "0.000115",
        "entry_time": "2026-03-03 16:47:16",
        "exit_time": "2026-03-03 16:53:21",
        "hold_time": "365.40",
        "ofi_z": "1.0261",
        "er": "0.9608",
        "wobi": "0.1583",
        "vol": "0.000492",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1465",
        "exit_reason": "OFI_REVERSAL z=-10.00 WOBI=-0.80 (th=4.0) (365s)",
        "session_id": "59"
    },
    {
        "id": "1006",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68057.44000000",
        "exit_price": "68090.41000000",
        "profit": "-0.061722",
        "profit_pct": "-0.001234",
        "entry_time": "2026-03-03 16:47:09",
        "exit_time": "2026-03-03 16:52:09",
        "hold_time": "300.00",
        "ofi_z": "-1.6321",
        "er": "1.0000",
        "wobi": "-0.6032",
        "vol": "0.000474",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7597",
        "exit_reason": "SOFT_SL_TIME -0.048% (300s)",
        "session_id": "56"
    },
    {
        "id": "1005",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68064.92000000",
        "exit_price": "68235.29000000",
        "profit": "-0.162653",
        "profit_pct": "-0.003253",
        "entry_time": "2026-03-03 16:47:09",
        "exit_time": "2026-03-03 16:54:09",
        "hold_time": "419.98",
        "ofi_z": "-1.6785",
        "er": "1.0000",
        "wobi": "-0.7558",
        "vol": "0.000474",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1580",
        "exit_reason": "STOP_LOSS -0.250% (420s)",
        "session_id": "57"
    },
    {
        "id": "1004",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67995.73000000",
        "exit_price": "68165.94000000",
        "profit": "-0.162662",
        "profit_pct": "-0.003253",
        "entry_time": "2026-03-03 16:46:46",
        "exit_time": "2026-03-03 16:46:55",
        "hold_time": "9.14",
        "ofi_z": "-0.7358",
        "er": "1.0000",
        "wobi": "0.2240",
        "vol": "0.000460",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5572",
        "exit_reason": "STOP_LOSS -0.250% (9s)",
        "session_id": "57"
    },
    {
        "id": "1003",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67963.32000000",
        "exit_price": "68090.12000000",
        "profit": "0.055786",
        "profit_pct": "0.001116",
        "entry_time": "2026-03-03 16:46:20",
        "exit_time": "2026-03-03 16:47:06",
        "hold_time": "46.10",
        "ofi_z": "1.3788",
        "er": "0.9579",
        "wobi": "0.9963",
        "vol": "0.000463",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3363",
        "exit_reason": "TRAILING_STOP peak=0.337% now=0.187% trail=0.150% (46s)",
        "session_id": "58"
    },
    {
        "id": "1002",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67927.21000000",
        "exit_price": "68124.00000000",
        "profit": "0.107354",
        "profit_pct": "0.002147",
        "entry_time": "2026-03-03 16:46:12",
        "exit_time": "2026-03-03 16:47:04",
        "hold_time": "52.01",
        "ofi_z": "2.9870",
        "er": "1.0000",
        "wobi": "0.9318",
        "vol": "0.000465",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1256",
        "exit_reason": "TRAILING_STOP peak=0.390% now=0.290% trail=0.100% (52s)",
        "session_id": "56"
    },
    {
        "id": "1001",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67862.12000000",
        "exit_price": "67912.53000000",
        "profit": "-0.000359",
        "profit_pct": "-0.000007",
        "entry_time": "2026-03-03 16:45:56",
        "exit_time": "2026-03-03 16:46:28",
        "hold_time": "32.13",
        "ofi_z": "0.7777",
        "er": "0.9944",
        "wobi": "0.9961",
        "vol": "0.000463",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5822",
        "exit_reason": "BREAKEVEN_STOP 0.074% (32s)",
        "session_id": "57"
    },
    {
        "id": "1000",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67750.15000000",
        "exit_price": "68090.63000000",
        "profit": "0.213776",
        "profit_pct": "0.004276",
        "entry_time": "2026-03-03 16:45:17",
        "exit_time": "2026-03-03 16:47:05",
        "hold_time": "107.72",
        "ofi_z": "-0.2853",
        "er": "1.0000",
        "wobi": "-0.9417",
        "vol": "0.000469",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.6864",
        "exit_reason": "TRAILING_STOP peak=0.653% now=0.503% trail=0.150% (108s)",
        "session_id": "59"
    },
    {
        "id": "999",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67617.65000000",
        "exit_price": "67753.22000000",
        "profit": "-0.137747",
        "profit_pct": "-0.002755",
        "entry_time": "2026-03-03 16:42:58",
        "exit_time": "2026-03-03 16:45:04",
        "hold_time": "125.91",
        "ofi_z": "-1.5005",
        "er": "1.0000",
        "wobi": "-0.9546",
        "vol": "0.000453",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4392",
        "exit_reason": "STOP_LOSS -0.200% (126s)",
        "session_id": "59"
    },
    {
        "id": "998",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67625.99000000",
        "exit_price": "67930.44000000",
        "profit": "0.225098",
        "profit_pct": "0.004502",
        "entry_time": "2026-03-03 16:42:47",
        "exit_time": "2026-03-03 16:46:04",
        "hold_time": "197.24",
        "ofi_z": "-0.1318",
        "er": "1.0000",
        "wobi": "-0.9974",
        "vol": "0.000442",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3030",
        "exit_reason": "TAKE_PROFIT +0.450% (197s)",
        "session_id": "56"
    },
    {
        "id": "997",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67555.17000000",
        "exit_price": "67961.03000000",
        "profit": "0.300392",
        "profit_pct": "0.006008",
        "entry_time": "2026-03-03 16:42:22",
        "exit_time": "2026-03-03 16:46:09",
        "hold_time": "227.18",
        "ofi_z": "2.1972",
        "er": "0.8571",
        "wobi": "0.0205",
        "vol": "0.000447",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8118",
        "exit_reason": "TAKE_PROFIT +0.601% (227s)",
        "session_id": "58"
    },
    {
        "id": "996",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67555.17000000",
        "exit_price": "67859.17000000",
        "profit": "0.225001",
        "profit_pct": "0.004500",
        "entry_time": "2026-03-03 16:42:22",
        "exit_time": "2026-03-03 16:45:45",
        "hold_time": "202.93",
        "ofi_z": "2.1983",
        "er": "0.8571",
        "wobi": "0.0205",
        "vol": "0.000447",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3589",
        "exit_reason": "TAKE_PROFIT +0.450% (203s)",
        "session_id": "57"
    },
    {
        "id": "995",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67806.66000000",
        "exit_price": "67597.87000000",
        "profit": "0.116460",
        "profit_pct": "0.002329",
        "entry_time": "2026-03-03 16:41:57",
        "exit_time": "2026-03-03 16:42:38",
        "hold_time": "41.06",
        "ofi_z": "-2.0395",
        "er": "1.0000",
        "wobi": "-0.9223",
        "vol": "0.000434",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8239",
        "exit_reason": "TRAILING_STOP peak=0.409% now=0.308% trail=0.100% (41s)",
        "session_id": "56"
    },
    {
        "id": "994",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67819.10000000",
        "exit_price": "67683.46000000",
        "profit": "-0.137501",
        "profit_pct": "-0.002750",
        "entry_time": "2026-03-03 16:41:53",
        "exit_time": "2026-03-03 16:42:09",
        "hold_time": "16.34",
        "ofi_z": "4.0856",
        "er": "1.0000",
        "wobi": "0.8276",
        "vol": "0.000434",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "3.0286",
        "exit_reason": "STOP_LOSS -0.200% (16s)",
        "session_id": "58"
    },
    {
        "id": "993",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67883.02000000",
        "exit_price": "67631.66000000",
        "profit": "0.147642",
        "profit_pct": "0.002953",
        "entry_time": "2026-03-03 16:41:31",
        "exit_time": "2026-03-03 16:42:44",
        "hold_time": "72.84",
        "ofi_z": "-1.4372",
        "er": "1.0000",
        "wobi": "-0.9716",
        "vol": "0.000439",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3935",
        "exit_reason": "TRAILING_STOP peak=0.521% now=0.370% trail=0.150% (73s)",
        "session_id": "59"
    },
    {
        "id": "992",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67832.24000000",
        "exit_price": "67662.50000000",
        "profit": "-0.162617",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 16:40:48",
        "exit_time": "2026-03-03 16:42:11",
        "hold_time": "83.01",
        "ofi_z": "1.9571",
        "er": "0.9912",
        "wobi": "0.9750",
        "vol": "0.000425",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.2852",
        "exit_reason": "STOP_LOSS -0.250% (83s)",
        "session_id": "57"
    },
    {
        "id": "991",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67772.80000000",
        "exit_price": "67841.12000000",
        "profit": "0.012904",
        "profit_pct": "0.000258",
        "entry_time": "2026-03-03 16:40:41",
        "exit_time": "2026-03-03 16:41:41",
        "hold_time": "60.03",
        "ofi_z": "1.9287",
        "er": "0.9938",
        "wobi": "0.8989",
        "vol": "0.000423",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7743",
        "exit_reason": "TRAILING_STOP peak=0.201% now=0.101% trail=0.100% (60s)",
        "session_id": "56"
    },
    {
        "id": "990",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67787.99000000",
        "exit_price": "67838.74000000",
        "profit": "-0.000067",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 16:40:16",
        "exit_time": "2026-03-03 16:41:41",
        "hold_time": "84.74",
        "ofi_z": "1.0815",
        "er": "1.0000",
        "wobi": "0.8066",
        "vol": "0.000426",
        "spread": "0.000006",
        "regime": "TRENDING",
        "signal_score": "1.1477",
        "exit_reason": "BREAKEVEN_STOP 0.075% (85s)",
        "session_id": "58"
    },
    {
        "id": "989",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67884.15000000",
        "exit_price": "67748.21000000",
        "profit": "-0.137626",
        "profit_pct": "-0.002753",
        "entry_time": "2026-03-03 16:39:26",
        "exit_time": "2026-03-03 16:40:06",
        "hold_time": "39.91",
        "ofi_z": "0.8116",
        "er": "1.0000",
        "wobi": "0.9469",
        "vol": "0.000410",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9722",
        "exit_reason": "STOP_LOSS -0.200% (40s)",
        "session_id": "58"
    },
    {
        "id": "988",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67919.09000000",
        "exit_price": "67868.40000000",
        "profit": "-0.000184",
        "profit_pct": "-0.000004",
        "entry_time": "2026-03-03 16:39:08",
        "exit_time": "2026-03-03 16:41:03",
        "hold_time": "114.94",
        "ofi_z": "-1.0802",
        "er": "0.9577",
        "wobi": "0.1198",
        "vol": "0.000409",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1448",
        "exit_reason": "BREAKEVEN_STOP 0.075% (115s)",
        "session_id": "59"
    },
    {
        "id": "987",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67875.16000000",
        "exit_price": "67757.55000000",
        "profit": "0.049137",
        "profit_pct": "0.000983",
        "entry_time": "2026-03-03 16:39:03",
        "exit_time": "2026-03-03 16:40:13",
        "hold_time": "69.32",
        "ofi_z": "-2.5714",
        "er": "1.0000",
        "wobi": "-0.9531",
        "vol": "0.000408",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9386",
        "exit_reason": "TRAILING_STOP peak=0.274% now=0.173% trail=0.100% (69s)",
        "session_id": "56"
    },
    {
        "id": "986",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67876.09000000",
        "exit_price": "67706.00000000",
        "profit": "-0.162794",
        "profit_pct": "-0.003256",
        "entry_time": "2026-03-03 16:39:02",
        "exit_time": "2026-03-03 16:40:10",
        "hold_time": "67.49",
        "ofi_z": "-1.0285",
        "er": "0.9896",
        "wobi": "-0.9922",
        "vol": "0.000408",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6897",
        "exit_reason": "STOP_LOSS -0.251% (67s)",
        "session_id": "57"
    },
    {
        "id": "985",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67980.23000000",
        "exit_price": "67810.26000000",
        "profit": "-0.162514",
        "profit_pct": "-0.003250",
        "entry_time": "2026-03-03 16:38:33",
        "exit_time": "2026-03-03 16:38:48",
        "hold_time": "15.08",
        "ofi_z": "1.3649",
        "er": "0.9744",
        "wobi": "0.8873",
        "vol": "0.000376",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8627",
        "exit_reason": "STOP_LOSS -0.250% (15s)",
        "session_id": "57"
    },
    {
        "id": "984",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67995.72000000",
        "exit_price": "67858.78000000",
        "profit": "-0.138198",
        "profit_pct": "-0.002764",
        "entry_time": "2026-03-03 16:38:27",
        "exit_time": "2026-03-03 16:38:39",
        "hold_time": "11.83",
        "ofi_z": "3.8643",
        "er": "1.0000",
        "wobi": "0.6895",
        "vol": "0.000369",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.8814",
        "exit_reason": "STOP_LOSS -0.201% (12s)",
        "session_id": "59"
    },
    {
        "id": "983",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67947.62000000",
        "exit_price": "67896.78000000",
        "profit": "-0.000089",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-03 16:38:21",
        "exit_time": "2026-03-03 16:39:04",
        "hold_time": "43.59",
        "ofi_z": "-1.3980",
        "er": "1.0000",
        "wobi": "-0.5150",
        "vol": "0.000371",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3226",
        "exit_reason": "BREAKEVEN_STOP 0.075% (44s)",
        "session_id": "58"
    },
    {
        "id": "982",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67903.01000000",
        "exit_price": "67852.10000000",
        "profit": "-0.000013",
        "profit_pct": "0.000000",
        "entry_time": "2026-03-03 16:38:14",
        "exit_time": "2026-03-03 16:38:53",
        "hold_time": "39.04",
        "ofi_z": "-10.0000",
        "er": "1.0000",
        "wobi": "-0.5224",
        "vol": "0.000346",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "3.9248",
        "exit_reason": "BREAKEVEN_STOP 0.075% (39s)",
        "session_id": "56"
    },
    {
        "id": "981",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68156.04000000",
        "exit_price": "67849.27000000",
        "profit": "0.225050",
        "profit_pct": "0.004501",
        "entry_time": "2026-03-03 16:37:57",
        "exit_time": "2026-03-03 16:38:13",
        "hold_time": "16.58",
        "ofi_z": "-1.1215",
        "er": "0.9506",
        "wobi": "-0.9885",
        "vol": "0.000336",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6601",
        "exit_reason": "TAKE_PROFIT +0.450% (17s)",
        "session_id": "57"
    },
    {
        "id": "980",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68161.12000000",
        "exit_price": "67941.99000000",
        "profit": "0.246488",
        "profit_pct": "0.002465",
        "entry_time": "2026-03-03 16:37:54",
        "exit_time": "2026-03-03 16:38:16",
        "hold_time": "21.84",
        "ofi_z": "-1.4849",
        "er": "0.9822",
        "wobi": "-0.5049",
        "vol": "0.000336",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3752",
        "exit_reason": "TRAILING_STOP peak=0.473% now=0.321% trail=0.150% (22s)",
        "session_id": "59"
    },
    {
        "id": "979",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68376.47000000",
        "exit_price": "68239.67000000",
        "profit": "-0.275069",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-03 16:34:57",
        "exit_time": "2026-03-03 16:37:41",
        "hold_time": "163.18",
        "ofi_z": "2.3423",
        "er": "1.0000",
        "wobi": "-0.9988",
        "vol": "0.000353",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9236",
        "exit_reason": "STOP_LOSS -0.200% (163s)",
        "session_id": "59"
    },
    {
        "id": "978",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68351.35000000",
        "exit_price": "67941.24000000",
        "profit": "0.300001",
        "profit_pct": "0.006000",
        "entry_time": "2026-03-03 16:34:18",
        "exit_time": "2026-03-03 16:38:11",
        "hold_time": "232.66",
        "ofi_z": "-1.2929",
        "er": "0.9535",
        "wobi": "-0.8496",
        "vol": "0.000365",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2406",
        "exit_reason": "TAKE_PROFIT +0.600% (233s)",
        "session_id": "58"
    },
    {
        "id": "977",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68354.98000000",
        "exit_price": "68184.00000000",
        "profit": "-0.162568",
        "profit_pct": "-0.003251",
        "entry_time": "2026-03-03 16:34:17",
        "exit_time": "2026-03-03 16:37:46",
        "hold_time": "208.99",
        "ofi_z": "0.3003",
        "er": "0.3333",
        "wobi": "-0.3711",
        "vol": "0.000366",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "0.6263",
        "exit_reason": "STOP_LOSS -0.250% (209s)",
        "session_id": "57"
    },
    {
        "id": "976",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68343.01000000",
        "exit_price": "68035.42000000",
        "profit": "0.225034",
        "profit_pct": "0.004501",
        "entry_time": "2026-03-03 16:34:11",
        "exit_time": "2026-03-03 16:38:04",
        "hold_time": "232.98",
        "ofi_z": "-2.0031",
        "er": "1.0000",
        "wobi": "-0.9993",
        "vol": "0.000364",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7261",
        "exit_reason": "TAKE_PROFIT +0.450% (233s)",
        "session_id": "56"
    },
    {
        "id": "975",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68454.65000000",
        "exit_price": "68403.92000000",
        "profit": "-0.000893",
        "profit_pct": "-0.000009",
        "entry_time": "2026-03-03 16:33:04",
        "exit_time": "2026-03-03 16:34:44",
        "hold_time": "100.39",
        "ofi_z": "-3.8388",
        "er": "1.0000",
        "wobi": "-0.8711",
        "vol": "0.000352",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.8586",
        "exit_reason": "BREAKEVEN_STOP 0.074% (100s)",
        "session_id": "59"
    },
    {
        "id": "974",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68454.65000000",
        "exit_price": "68354.89000000",
        "profit": "0.035366",
        "profit_pct": "0.000707",
        "entry_time": "2026-03-03 16:33:04",
        "exit_time": "2026-03-03 16:34:05",
        "hold_time": "61.29",
        "ofi_z": "-3.8398",
        "er": "1.0000",
        "wobi": "-0.8711",
        "vol": "0.000352",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.8408",
        "exit_reason": "TRAILING_STOP peak=0.296% now=0.146% trail=0.150% (61s)",
        "session_id": "58"
    },
    {
        "id": "973",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68437.93000000",
        "exit_price": "68320.65000000",
        "profit": "0.048183",
        "profit_pct": "0.000964",
        "entry_time": "2026-03-03 16:32:29",
        "exit_time": "2026-03-03 16:33:58",
        "hold_time": "89.00",
        "ofi_z": "-2.6211",
        "er": "0.9500",
        "wobi": "-0.7405",
        "vol": "0.000350",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8444",
        "exit_reason": "TRAILING_STOP peak=0.272% now=0.171% trail=0.100% (89s)",
        "session_id": "56"
    },
    {
        "id": "972",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68484.01000000",
        "exit_price": "68354.89000000",
        "profit": "0.056770",
        "profit_pct": "0.001135",
        "entry_time": "2026-03-03 16:32:19",
        "exit_time": "2026-03-03 16:34:05",
        "hold_time": "105.74",
        "ofi_z": "-1.5702",
        "er": "0.9444",
        "wobi": "-0.5603",
        "vol": "0.000353",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9500",
        "exit_reason": "TRAILING_STOP peak=0.339% now=0.189% trail=0.150% (106s)",
        "session_id": "57"
    },
    {
        "id": "971",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68682.30000000",
        "exit_price": "68541.16000000",
        "profit": "0.065248",
        "profit_pct": "0.001305",
        "entry_time": "2026-03-03 16:31:39",
        "exit_time": "2026-03-03 16:32:52",
        "hold_time": "73.11",
        "ofi_z": "-1.0182",
        "er": "1.0000",
        "wobi": "-0.5016",
        "vol": "0.000340",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0722",
        "exit_reason": "TRAILING_STOP peak=0.356% now=0.205% trail=0.150% (73s)",
        "session_id": "58"
    },
    {
        "id": "970",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68799.97000000",
        "exit_price": "68490.04000000",
        "profit": "0.225240",
        "profit_pct": "0.004505",
        "entry_time": "2026-03-03 16:29:26",
        "exit_time": "2026-03-03 16:32:08",
        "hold_time": "161.78",
        "ofi_z": "-0.1776",
        "er": "1.0000",
        "wobi": "-0.8460",
        "vol": "0.000333",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1026",
        "exit_reason": "TAKE_PROFIT +0.450% (162s)",
        "session_id": "57"
    },
    {
        "id": "969",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68789.06000000",
        "exit_price": "68651.21000000",
        "profit": "-0.275395",
        "profit_pct": "-0.002754",
        "entry_time": "2026-03-03 16:28:19",
        "exit_time": "2026-03-03 16:31:27",
        "hold_time": "188.77",
        "ofi_z": "3.0092",
        "er": "0.9942",
        "wobi": "0.3026",
        "vol": "0.000345",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3169",
        "exit_reason": "STOP_LOSS -0.200% (189s)",
        "session_id": "58"
    },
    {
        "id": "968",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68807.99000000",
        "exit_price": "68635.62000000",
        "profit": "-0.162754",
        "profit_pct": "-0.003255",
        "entry_time": "2026-03-03 16:28:13",
        "exit_time": "2026-03-03 16:32:03",
        "hold_time": "230.01",
        "ofi_z": "3.2624",
        "er": "0.0026",
        "wobi": "0.1971",
        "vol": "0.000344",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "1.3386",
        "exit_reason": "STOP_LOSS -0.251% (230s)",
        "session_id": "56"
    },
    {
        "id": "967",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68975.31000000",
        "exit_price": "68802.30000000",
        "profit": "-0.162914",
        "profit_pct": "-0.003258",
        "entry_time": "2026-03-03 16:26:59",
        "exit_time": "2026-03-03 16:28:06",
        "hold_time": "67.08",
        "ofi_z": "2.7555",
        "er": "0.9344",
        "wobi": "0.8484",
        "vol": "0.000325",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8396",
        "exit_reason": "STOP_LOSS -0.251% (67s)",
        "session_id": "56"
    },
    {
        "id": "966",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68929.22000000",
        "exit_price": "68790.65000000",
        "profit": "-0.276032",
        "profit_pct": "-0.002760",
        "entry_time": "2026-03-03 16:26:57",
        "exit_time": "2026-03-03 16:28:08",
        "hold_time": "71.01",
        "ofi_z": "8.3355",
        "er": "1.0000",
        "wobi": "0.9015",
        "vol": "0.000325",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "5.6394",
        "exit_reason": "STOP_LOSS -0.201% (71s)",
        "session_id": "58"
    },
    {
        "id": "965",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68912.88000000",
        "exit_price": "68541.37000000",
        "profit": "0.464101",
        "profit_pct": "0.004641",
        "entry_time": "2026-03-03 16:26:57",
        "exit_time": "2026-03-03 16:32:52",
        "hold_time": "354.64",
        "ofi_z": "0.2622",
        "er": "0.4847",
        "wobi": "-0.8134",
        "vol": "0.000325",
        "spread": "0.000084",
        "regime": "DIRECTIONAL",
        "signal_score": "0.4181",
        "exit_reason": "TRAILING_STOP peak=0.689% now=0.539% trail=0.150% (355s)",
        "session_id": "59"
    },
    {
        "id": "964",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68904.01000000",
        "exit_price": "68852.63000000",
        "profit": "-0.000432",
        "profit_pct": "-0.000004",
        "entry_time": "2026-03-03 16:26:55",
        "exit_time": "2026-03-03 16:29:08",
        "hold_time": "132.82",
        "ofi_z": "-1.3186",
        "er": "1.0000",
        "wobi": "-0.9776",
        "vol": "0.000326",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8099",
        "exit_reason": "BREAKEVEN_STOP 0.075% (133s)",
        "session_id": "57"
    },
    {
        "id": "963",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68951.98000000",
        "exit_price": "68900.86000000",
        "profit": "-0.000431",
        "profit_pct": "-0.000009",
        "entry_time": "2026-03-03 16:25:08",
        "exit_time": "2026-03-03 16:26:51",
        "hold_time": "102.54",
        "ofi_z": "-1.6052",
        "er": "1.0000",
        "wobi": "-0.9685",
        "vol": "0.000320",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5602",
        "exit_reason": "BREAKEVEN_STOP 0.074% (103s)",
        "session_id": "56"
    },
    {
        "id": "962",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68946.81000000",
        "exit_price": "68895.10000000",
        "profit": "0.000000",
        "profit_pct": "0.000000",
        "entry_time": "2026-03-03 16:25:07",
        "exit_time": "2026-03-03 16:26:46",
        "hold_time": "98.63",
        "ofi_z": "-10.0000",
        "er": "1.0000",
        "wobi": "-0.8588",
        "vol": "0.000320",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "6.6774",
        "exit_reason": "BREAKEVEN_STOP 0.075% (99s)",
        "session_id": "58"
    },
    {
        "id": "961",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68789.72000000",
        "exit_price": "68884.27000000",
        "profit": "0.062448",
        "profit_pct": "0.000624",
        "entry_time": "2026-03-03 16:24:39",
        "exit_time": "2026-03-03 16:26:38",
        "hold_time": "119.13",
        "ofi_z": "2.3647",
        "er": "0.9963",
        "wobi": "0.9700",
        "vol": "0.000311",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.4488",
        "exit_reason": "TRAILING_STOP peak=0.288% now=0.137% trail=0.150% (119s)",
        "session_id": "57"
    },
    {
        "id": "960",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68752.42000000",
        "exit_price": "68924.37000000",
        "profit": "-0.162550",
        "profit_pct": "-0.003251",
        "entry_time": "2026-03-03 16:24:37",
        "exit_time": "2026-03-03 16:25:01",
        "hold_time": "23.97",
        "ofi_z": "-2.7051",
        "er": "0.4301",
        "wobi": "-0.4508",
        "vol": "0.000309",
        "spread": "0.000024",
        "regime": "MIXED",
        "signal_score": "1.4453",
        "exit_reason": "STOP_LOSS -0.250% (24s)",
        "session_id": "56"
    },
    {
        "id": "959",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68778.07000000",
        "exit_price": "68829.49000000",
        "profit": "-0.000238",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-03 16:24:34",
        "exit_time": "2026-03-03 16:26:42",
        "hold_time": "128.44",
        "ofi_z": "1.8922",
        "er": "1.0000",
        "wobi": "-0.6421",
        "vol": "0.000309",
        "spread": "0.000005",
        "regime": "TRENDING",
        "signal_score": "1.6240",
        "exit_reason": "BREAKEVEN_STOP 0.075% (128s)",
        "session_id": "59"
    },
    {
        "id": "958",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68744.66000000",
        "exit_price": "68882.35000000",
        "profit": "-0.275292",
        "profit_pct": "-0.002753",
        "entry_time": "2026-03-03 16:24:29",
        "exit_time": "2026-03-03 16:24:57",
        "hold_time": "27.14",
        "ofi_z": "-6.0312",
        "er": "0.8991",
        "wobi": "-0.7101",
        "vol": "0.000306",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "4.1613",
        "exit_reason": "STOP_LOSS -0.200% (27s)",
        "session_id": "58"
    },
    {
        "id": "957",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68545.18000000",
        "exit_price": "68721.29000000",
        "profit": "0.181925",
        "profit_pct": "0.001819",
        "entry_time": "2026-03-03 16:23:59",
        "exit_time": "2026-03-03 16:24:31",
        "hold_time": "31.89",
        "ofi_z": "1.4730",
        "er": "0.9882",
        "wobi": "0.2061",
        "vol": "0.000290",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4780",
        "exit_reason": "TRAILING_STOP peak=0.357% now=0.257% trail=0.100% (32s)",
        "session_id": "56"
    },
    {
        "id": "956",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68428.15000000",
        "exit_price": "68736.46000000",
        "profit": "0.450560",
        "profit_pct": "0.004506",
        "entry_time": "2026-03-03 16:22:01",
        "exit_time": "2026-03-03 16:24:25",
        "hold_time": "144.28",
        "ofi_z": "-0.3558",
        "er": "1.0000",
        "wobi": "-0.9990",
        "vol": "0.000302",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1884",
        "exit_reason": "TAKE_PROFIT +0.451% (144s)",
        "session_id": "57"
    },
    {
        "id": "955",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68345.31000000",
        "exit_price": "68482.76000000",
        "profit": "-0.276111",
        "profit_pct": "-0.002761",
        "entry_time": "2026-03-03 16:20:09",
        "exit_time": "2026-03-03 16:23:42",
        "hold_time": "213.04",
        "ofi_z": "-0.9334",
        "er": "1.0000",
        "wobi": "-0.9528",
        "vol": "0.000307",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0055",
        "exit_reason": "STOP_LOSS -0.201% (213s)",
        "session_id": "58"
    },
    {
        "id": "954",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68340.01000000",
        "exit_price": "68511.15000000",
        "profit": "-0.325424",
        "profit_pct": "-0.003254",
        "entry_time": "2026-03-03 16:19:55",
        "exit_time": "2026-03-03 16:23:47",
        "hold_time": "231.55",
        "ofi_z": "-0.0889",
        "er": "0.9848",
        "wobi": "-0.7906",
        "vol": "0.000307",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1121",
        "exit_reason": "STOP_LOSS -0.250% (232s)",
        "session_id": "56"
    },
    {
        "id": "953",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68275.29000000",
        "exit_price": "68356.69000000",
        "profit": "0.044223",
        "profit_pct": "0.000442",
        "entry_time": "2026-03-03 16:19:33",
        "exit_time": "2026-03-03 16:21:31",
        "hold_time": "117.20",
        "ofi_z": "1.4896",
        "er": "0.9459",
        "wobi": "0.4248",
        "vol": "0.000310",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8653",
        "exit_reason": "TRAILING_STOP peak=0.270% now=0.119% trail=0.150% (117s)",
        "session_id": "57"
    },
    {
        "id": "952",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68436.49000000",
        "exit_price": "68335.49000000",
        "profit": "0.072582",
        "profit_pct": "0.000726",
        "entry_time": "2026-03-03 16:17:08",
        "exit_time": "2026-03-03 16:19:50",
        "hold_time": "161.17",
        "ofi_z": "0.1459",
        "er": "0.9867",
        "wobi": "-0.4564",
        "vol": "0.000308",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1300",
        "exit_reason": "TRAILING_STOP peak=0.248% now=0.148% trail=0.100% (161s)",
        "session_id": "56"
    },
    {
        "id": "951",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68393.20000000",
        "exit_price": "68342.00000000",
        "profit": "-0.000139",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 16:16:53",
        "exit_time": "2026-03-03 16:19:52",
        "hold_time": "178.25",
        "ofi_z": "-1.8398",
        "er": "0.9780",
        "wobi": "-0.9946",
        "vol": "0.000309",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5661",
        "exit_reason": "BREAKEVEN_STOP 0.075% (178s)",
        "session_id": "58"
    },
    {
        "id": "950",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68399.71000000",
        "exit_price": "68372.00000000",
        "profit": "-0.115512",
        "profit_pct": "-0.001155",
        "entry_time": "2026-03-03 16:16:51",
        "exit_time": "2026-03-03 16:22:57",
        "hold_time": "366.29",
        "ofi_z": "1.3993",
        "er": "1.0000",
        "wobi": "0.9949",
        "vol": "0.000308",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3154",
        "exit_reason": "OFI_REVERSAL z=-8.01 WOBI=-0.96 (th=4.0) (366s)",
        "session_id": "59"
    },
    {
        "id": "949",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68483.46000000",
        "exit_price": "68346.42000000",
        "profit": "-0.275107",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-03 16:16:02",
        "exit_time": "2026-03-03 16:16:42",
        "hold_time": "39.60",
        "ofi_z": "1.1006",
        "er": "1.0000",
        "wobi": "0.9934",
        "vol": "0.000302",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1078",
        "exit_reason": "STOP_LOSS -0.200% (40s)",
        "session_id": "58"
    },
    {
        "id": "948",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68483.46000000",
        "exit_price": "68312.13000000",
        "profit": "-0.325177",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 16:16:02",
        "exit_time": "2026-03-03 16:19:17",
        "hold_time": "194.41",
        "ofi_z": "1.1215",
        "er": "1.0000",
        "wobi": "0.9934",
        "vol": "0.000302",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6671",
        "exit_reason": "STOP_LOSS -0.250% (194s)",
        "session_id": "57"
    },
    {
        "id": "947",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68562.69000000",
        "exit_price": "68415.60000000",
        "profit": "0.139534",
        "profit_pct": "0.001395",
        "entry_time": "2026-03-03 16:15:30",
        "exit_time": "2026-03-03 16:17:04",
        "hold_time": "93.16",
        "ofi_z": "-3.4624",
        "er": "0.9836",
        "wobi": "-0.8703",
        "vol": "0.000318",
        "spread": "0.000007",
        "regime": "TRENDING",
        "signal_score": "2.0617",
        "exit_reason": "TRAILING_STOP peak=0.315% now=0.215% trail=0.100% (93s)",
        "session_id": "56"
    },
    {
        "id": "946",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68492.82000000",
        "exit_price": "68355.00000000",
        "profit": "-0.276218",
        "profit_pct": "-0.002762",
        "entry_time": "2026-03-03 16:15:03",
        "exit_time": "2026-03-03 16:16:35",
        "hold_time": "92.62",
        "ofi_z": "0.9965",
        "er": "0.9796",
        "wobi": "0.5897",
        "vol": "0.000326",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0646",
        "exit_reason": "STOP_LOSS -0.201% (93s)",
        "session_id": "59"
    },
    {
        "id": "945",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68315.53000000",
        "exit_price": "68452.32000000",
        "profit": "-0.275233",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 16:14:10",
        "exit_time": "2026-03-03 16:14:49",
        "hold_time": "38.81",
        "ofi_z": "-1.5968",
        "er": "1.0000",
        "wobi": "-0.9507",
        "vol": "0.000333",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4491",
        "exit_reason": "STOP_LOSS -0.200% (39s)",
        "session_id": "59"
    },
    {
        "id": "944",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68315.53000000",
        "exit_price": "68486.57000000",
        "profit": "-0.325368",
        "profit_pct": "-0.003254",
        "entry_time": "2026-03-03 16:14:10",
        "exit_time": "2026-03-03 16:15:00",
        "hold_time": "50.25",
        "ofi_z": "-1.5964",
        "er": "1.0000",
        "wobi": "-0.9507",
        "vol": "0.000333",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5737",
        "exit_reason": "STOP_LOSS -0.250% (50s)",
        "session_id": "56"
    },
    {
        "id": "943",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68314.32000000",
        "exit_price": "68495.25000000",
        "profit": "0.189849",
        "profit_pct": "0.001898",
        "entry_time": "2026-03-03 16:13:26",
        "exit_time": "2026-03-03 16:15:50",
        "hold_time": "143.24",
        "ofi_z": "7.3055",
        "er": "1.0000",
        "wobi": "0.9974",
        "vol": "0.000335",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "4.9998",
        "exit_reason": "TRAILING_STOP peak=0.415% now=0.265% trail=0.150% (143s)",
        "session_id": "58"
    },
    {
        "id": "942",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68381.74000000",
        "exit_price": "68495.02000000",
        "profit": "0.090658",
        "profit_pct": "0.000907",
        "entry_time": "2026-03-03 16:12:28",
        "exit_time": "2026-03-03 16:15:50",
        "hold_time": "201.27",
        "ofi_z": "2.1104",
        "er": "0.9951",
        "wobi": "0.6133",
        "vol": "0.000337",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3109",
        "exit_reason": "TRAILING_STOP peak=0.316% now=0.166% trail=0.150% (201s)",
        "session_id": "57"
    },
    {
        "id": "941",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68383.82000000",
        "exit_price": "68246.84000000",
        "profit": "-0.275311",
        "profit_pct": "-0.002753",
        "entry_time": "2026-03-03 16:12:13",
        "exit_time": "2026-03-03 16:13:15",
        "hold_time": "61.71",
        "ofi_z": "2.0170",
        "er": "1.0000",
        "wobi": "0.9532",
        "vol": "0.000336",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6947",
        "exit_reason": "STOP_LOSS -0.200% (62s)",
        "session_id": "58"
    },
    {
        "id": "940",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68413.19000000",
        "exit_price": "68242.00000000",
        "profit": "-0.325230",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 16:11:03",
        "exit_time": "2026-03-03 16:13:15",
        "hold_time": "131.98",
        "ofi_z": "0.0637",
        "er": "0.9832",
        "wobi": "-0.9136",
        "vol": "0.000347",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1541",
        "exit_reason": "STOP_LOSS -0.250% (132s)",
        "session_id": "56"
    },
    {
        "id": "939",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68426.34000000",
        "exit_price": "68375.11000000",
        "profit": "-0.000131",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 16:10:50",
        "exit_time": "2026-03-03 16:13:57",
        "hold_time": "187.81",
        "ofi_z": "0.9446",
        "er": "1.0000",
        "wobi": "0.9843",
        "vol": "0.000347",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0474",
        "exit_reason": "BREAKEVEN_STOP 0.075% (188s)",
        "session_id": "59"
    },
    {
        "id": "938",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68472.09000000",
        "exit_price": "68421.44000000",
        "profit": "-0.001028",
        "profit_pct": "-0.000010",
        "entry_time": "2026-03-03 16:10:23",
        "exit_time": "2026-03-03 16:12:15",
        "hold_time": "112.28",
        "ofi_z": "-1.8106",
        "er": "1.0000",
        "wobi": "-0.9894",
        "vol": "0.000344",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1328",
        "exit_reason": "BREAKEVEN_STOP 0.074% (112s)",
        "session_id": "57"
    },
    {
        "id": "937",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68492.16000000",
        "exit_price": "68440.84000000",
        "profit": "-0.000072",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 16:10:23",
        "exit_time": "2026-03-03 16:12:01",
        "hold_time": "98.57",
        "ofi_z": "-10.0000",
        "er": "0.9646",
        "wobi": "-0.5141",
        "vol": "0.000344",
        "spread": "0.000005",
        "regime": "TRENDING",
        "signal_score": "6.6771",
        "exit_reason": "BREAKEVEN_STOP 0.075% (99s)",
        "session_id": "58"
    },
    {
        "id": "936",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68567.41000000",
        "exit_price": "68430.20000000",
        "profit": "-0.275110",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-03 16:09:58",
        "exit_time": "2026-03-03 16:10:24",
        "hold_time": "26.23",
        "ofi_z": "1.7847",
        "er": "0.9948",
        "wobi": "0.4773",
        "vol": "0.000334",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5655",
        "exit_reason": "STOP_LOSS -0.200% (26s)",
        "session_id": "59"
    },
    {
        "id": "935",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68567.37000000",
        "exit_price": "68395.95000000",
        "profit": "-0.325002",
        "profit_pct": "-0.003250",
        "entry_time": "2026-03-03 16:09:55",
        "exit_time": "2026-03-03 16:10:41",
        "hold_time": "45.43",
        "ofi_z": "3.3871",
        "er": "0.9882",
        "wobi": "0.3518",
        "vol": "0.000331",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0611",
        "exit_reason": "STOP_LOSS -0.250% (45s)",
        "session_id": "56"
    },
    {
        "id": "934",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68495.18000000",
        "exit_price": "68546.26000000",
        "profit": "-0.000425",
        "profit_pct": "-0.000004",
        "entry_time": "2026-03-03 16:09:46",
        "exit_time": "2026-03-03 16:10:08",
        "hold_time": "22.63",
        "ofi_z": "-0.7304",
        "er": "1.0000",
        "wobi": "0.6221",
        "vol": "0.000331",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4470",
        "exit_reason": "BREAKEVEN_STOP 0.075% (23s)",
        "session_id": "57"
    },
    {
        "id": "933",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68374.28000000",
        "exit_price": "68516.77000000",
        "profit": "0.133397",
        "profit_pct": "0.001334",
        "entry_time": "2026-03-03 16:09:05",
        "exit_time": "2026-03-03 16:10:11",
        "hold_time": "65.74",
        "ofi_z": "1.4907",
        "er": "0.9946",
        "wobi": "0.9610",
        "vol": "0.000328",
        "spread": "0.000005",
        "regime": "TRENDING",
        "signal_score": "1.3607",
        "exit_reason": "TRAILING_STOP peak=0.359% now=0.208% trail=0.150% (66s)",
        "session_id": "58"
    },
    {
        "id": "932",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68379.83000000",
        "exit_price": "68516.76000000",
        "profit": "-0.275249",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 16:09:03",
        "exit_time": "2026-03-03 16:09:47",
        "hold_time": "44.44",
        "ofi_z": "-0.0402",
        "er": "1.0000",
        "wobi": "0.9896",
        "vol": "0.000328",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.4741",
        "exit_reason": "STOP_LOSS -0.200% (44s)",
        "session_id": "59"
    },
    {
        "id": "931",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68225.05000000",
        "exit_price": "68361.63000000",
        "profit": "-0.275190",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 16:07:36",
        "exit_time": "2026-03-03 16:08:53",
        "hold_time": "77.21",
        "ofi_z": "-1.5749",
        "er": "0.9487",
        "wobi": "0.6920",
        "vol": "0.000322",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3973",
        "exit_reason": "STOP_LOSS -0.200% (77s)",
        "session_id": "58"
    },
    {
        "id": "930",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68202.12000000",
        "exit_price": "68509.04000000",
        "profit": "0.450015",
        "profit_pct": "0.004500",
        "entry_time": "2026-03-03 16:06:39",
        "exit_time": "2026-03-03 16:09:46",
        "hold_time": "186.98",
        "ofi_z": "2.5140",
        "er": "1.0000",
        "wobi": "0.9993",
        "vol": "0.000310",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7995",
        "exit_reason": "TAKE_PROFIT +0.450% (187s)",
        "session_id": "56"
    },
    {
        "id": "929",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68180.27000000",
        "exit_price": "68316.66000000",
        "profit": "-0.275043",
        "profit_pct": "-0.002750",
        "entry_time": "2026-03-03 16:06:05",
        "exit_time": "2026-03-03 16:08:50",
        "hold_time": "164.90",
        "ofi_z": "0.1011",
        "er": "1.0000",
        "wobi": "0.7795",
        "vol": "0.000316",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.5075",
        "exit_reason": "STOP_LOSS -0.200% (165s)",
        "session_id": "59"
    },
    {
        "id": "928",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68179.99000000",
        "exit_price": "68486.85000000",
        "profit": "0.450073",
        "profit_pct": "0.004501",
        "entry_time": "2026-03-03 16:06:04",
        "exit_time": "2026-03-03 16:09:33",
        "hold_time": "209.66",
        "ofi_z": "-1.1067",
        "er": "1.0000",
        "wobi": "-0.9883",
        "vol": "0.000317",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6699",
        "exit_reason": "TAKE_PROFIT +0.450% (210s)",
        "session_id": "57"
    },
    {
        "id": "927",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68015.57000000",
        "exit_price": "68151.89000000",
        "profit": "-0.275425",
        "profit_pct": "-0.002754",
        "entry_time": "2026-03-03 16:05:43",
        "exit_time": "2026-03-03 16:05:48",
        "hold_time": "5.28",
        "ofi_z": "-2.3990",
        "er": "0.9500",
        "wobi": "0.3833",
        "vol": "0.000301",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9217",
        "exit_reason": "STOP_LOSS -0.200% (5s)",
        "session_id": "59"
    },
    {
        "id": "926",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68080.48000000",
        "exit_price": "68216.66000000",
        "profit": "-0.275028",
        "profit_pct": "-0.002750",
        "entry_time": "2026-03-03 16:05:25",
        "exit_time": "2026-03-03 16:06:59",
        "hold_time": "94.44",
        "ofi_z": "-4.9766",
        "er": "0.9922",
        "wobi": "-0.9484",
        "vol": "0.000300",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "3.5273",
        "exit_reason": "STOP_LOSS -0.200% (94s)",
        "session_id": "58"
    },
    {
        "id": "925",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68131.78000000",
        "exit_price": "68080.95000000",
        "profit": "-0.000395",
        "profit_pct": "-0.000004",
        "entry_time": "2026-03-03 16:05:21",
        "exit_time": "2026-03-03 16:05:46",
        "hold_time": "24.98",
        "ofi_z": "-1.7002",
        "er": "1.0000",
        "wobi": "-0.8501",
        "vol": "0.000298",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5594",
        "exit_reason": "BREAKEVEN_STOP 0.075% (25s)",
        "session_id": "56"
    },
    {
        "id": "924",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68131.78000000",
        "exit_price": "68080.95000000",
        "profit": "-0.000395",
        "profit_pct": "-0.000004",
        "entry_time": "2026-03-03 16:05:21",
        "exit_time": "2026-03-03 16:05:46",
        "hold_time": "24.98",
        "ofi_z": "-1.7002",
        "er": "1.0000",
        "wobi": "-0.8501",
        "vol": "0.000298",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0254",
        "exit_reason": "BREAKEVEN_STOP 0.075% (25s)",
        "session_id": "57"
    },
    {
        "id": "923",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67930.79000000",
        "exit_price": "68101.00000000",
        "profit": "-0.325564",
        "profit_pct": "-0.003256",
        "entry_time": "2026-03-03 16:04:54",
        "exit_time": "2026-03-03 16:05:15",
        "hold_time": "20.66",
        "ofi_z": "1.0731",
        "er": "1.0000",
        "wobi": "0.7434",
        "vol": "0.000283",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3655",
        "exit_reason": "STOP_LOSS -0.251% (21s)",
        "session_id": "56"
    },
    {
        "id": "922",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67779.26000000",
        "exit_price": "67948.71000000",
        "profit": "-0.325003",
        "profit_pct": "-0.003250",
        "entry_time": "2026-03-03 16:03:35",
        "exit_time": "2026-03-03 16:04:55",
        "hold_time": "79.89",
        "ofi_z": "-1.7242",
        "er": "0.9737",
        "wobi": "-0.6539",
        "vol": "0.000267",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9957",
        "exit_reason": "STOP_LOSS -0.250% (80s)",
        "session_id": "57"
    },
    {
        "id": "921",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67887.06000000",
        "exit_price": "67761.92000000",
        "profit": "0.109336",
        "profit_pct": "0.001093",
        "entry_time": "2026-03-03 16:01:42",
        "exit_time": "2026-03-03 16:03:24",
        "hold_time": "102.53",
        "ofi_z": "-0.9006",
        "er": "1.0000",
        "wobi": "-0.9350",
        "vol": "0.000258",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4922",
        "exit_reason": "TRAILING_STOP peak=0.335% now=0.184% trail=0.150% (103s)",
        "session_id": "57"
    },
    {
        "id": "920",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67733.58000000",
        "exit_price": "67903.12000000",
        "profit": "-0.325304",
        "profit_pct": "-0.003253",
        "entry_time": "2026-03-03 16:01:12",
        "exit_time": "2026-03-03 16:04:32",
        "hold_time": "199.35",
        "ofi_z": "-0.0279",
        "er": "1.0000",
        "wobi": "0.6696",
        "vol": "0.000253",
        "spread": "0.000005",
        "regime": "TRENDING",
        "signal_score": "1.0386",
        "exit_reason": "STOP_LOSS -0.250% (199s)",
        "session_id": "56"
    },
    {
        "id": "919",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67592.56000000",
        "exit_price": "67727.76000000",
        "profit": "-0.275022",
        "profit_pct": "-0.002750",
        "entry_time": "2026-03-03 15:56:20",
        "exit_time": "2026-03-03 15:59:14",
        "hold_time": "173.78",
        "ofi_z": "0.0505",
        "er": "0.9913",
        "wobi": "0.9296",
        "vol": "0.000316",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.4550",
        "exit_reason": "STOP_LOSS -0.200% (174s)",
        "session_id": "58"
    },
    {
        "id": "918",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67549.01000000",
        "exit_price": "67853.00000000",
        "profit": "0.450029",
        "profit_pct": "0.004500",
        "entry_time": "2026-03-03 15:54:30",
        "exit_time": "2026-03-03 16:01:27",
        "hold_time": "416.80",
        "ofi_z": "1.2004",
        "er": "0.9934",
        "wobi": "0.7646",
        "vol": "0.000329",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7342",
        "exit_reason": "TAKE_PROFIT +0.450% (417s)",
        "session_id": "57"
    },
    {
        "id": "917",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67541.99000000",
        "exit_price": "67709.72000000",
        "profit": "0.173334",
        "profit_pct": "0.001733",
        "entry_time": "2026-03-03 15:54:25",
        "exit_time": "2026-03-03 16:01:03",
        "hold_time": "398.05",
        "ofi_z": "1.9550",
        "er": "0.9744",
        "wobi": "0.9894",
        "vol": "0.000330",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6640",
        "exit_reason": "OFI_REVERSAL z=-6.90 WOBI=-0.23 (th=4.0) (398s)",
        "session_id": "59"
    },
    {
        "id": "916",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67541.99000000",
        "exit_price": "67701.46000000",
        "profit": "0.161105",
        "profit_pct": "0.001611",
        "entry_time": "2026-03-03 15:54:25",
        "exit_time": "2026-03-03 16:01:03",
        "hold_time": "398.23",
        "ofi_z": "1.9550",
        "er": "0.9744",
        "wobi": "0.9894",
        "vol": "0.000330",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6520",
        "exit_reason": "TRAILING_STOP peak=0.336% now=0.236% trail=0.100% (398s)",
        "session_id": "56"
    },
    {
        "id": "915",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67649.45000000",
        "exit_price": "67599.00000000",
        "profit": "-0.000424",
        "profit_pct": "-0.000004",
        "entry_time": "2026-03-03 15:51:01",
        "exit_time": "2026-03-03 15:56:07",
        "hold_time": "306.29",
        "ofi_z": "-1.1546",
        "er": "1.0000",
        "wobi": "-0.9125",
        "vol": "0.000366",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1682",
        "exit_reason": "BREAKEVEN_STOP 0.075% (306s)",
        "session_id": "58"
    },
    {
        "id": "914",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67668.22000000",
        "exit_price": "67498.72000000",
        "profit": "-0.325487",
        "profit_pct": "-0.003255",
        "entry_time": "2026-03-03 15:50:59",
        "exit_time": "2026-03-03 15:54:16",
        "hold_time": "197.64",
        "ofi_z": "1.9563",
        "er": "0.5591",
        "wobi": "0.9875",
        "vol": "0.000364",
        "spread": "0.000013",
        "regime": "DIRECTIONAL",
        "signal_score": "1.3981",
        "exit_reason": "STOP_LOSS -0.250% (198s)",
        "session_id": "56"
    },
    {
        "id": "913",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67668.22000000",
        "exit_price": "67498.72000000",
        "profit": "-0.325487",
        "profit_pct": "-0.003255",
        "entry_time": "2026-03-03 15:50:58",
        "exit_time": "2026-03-03 15:54:16",
        "hold_time": "197.64",
        "ofi_z": "2.0372",
        "er": "0.5591",
        "wobi": "0.9875",
        "vol": "0.000364",
        "spread": "0.000013",
        "regime": "DIRECTIONAL",
        "signal_score": "1.7215",
        "exit_reason": "STOP_LOSS -0.250% (198s)",
        "session_id": "57"
    },
    {
        "id": "912",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67654.78000000",
        "exit_price": "67604.94000000",
        "profit": "-0.001332",
        "profit_pct": "-0.000013",
        "entry_time": "2026-03-03 15:49:35",
        "exit_time": "2026-03-03 15:50:40",
        "hold_time": "65.66",
        "ofi_z": "0.5350",
        "er": "1.0000",
        "wobi": "0.9979",
        "vol": "0.000365",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3532",
        "exit_reason": "BREAKEVEN_STOP 0.074% (66s)",
        "session_id": "57"
    },
    {
        "id": "911",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67657.07000000",
        "exit_price": "67521.61000000",
        "profit": "-0.275216",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 15:49:31",
        "exit_time": "2026-03-03 15:54:12",
        "hold_time": "280.98",
        "ofi_z": "0.0520",
        "er": "0.9841",
        "wobi": "-0.9987",
        "vol": "0.000366",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.4927",
        "exit_reason": "STOP_LOSS -0.200% (281s)",
        "session_id": "59"
    },
    {
        "id": "910",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67783.71000000",
        "exit_price": "67648.00000000",
        "profit": "-0.275210",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 15:48:46",
        "exit_time": "2026-03-03 15:49:09",
        "hold_time": "23.50",
        "ofi_z": "1.3296",
        "er": "0.9877",
        "wobi": "0.9973",
        "vol": "0.000370",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2937",
        "exit_reason": "STOP_LOSS -0.200% (24s)",
        "session_id": "59"
    },
    {
        "id": "909",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67718.01000000",
        "exit_price": "67667.28000000",
        "profit": "-0.000086",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 15:48:33",
        "exit_time": "2026-03-03 15:49:19",
        "hold_time": "46.56",
        "ofi_z": "-1.0799",
        "er": "1.0000",
        "wobi": "-0.4477",
        "vol": "0.000370",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6974",
        "exit_reason": "BREAKEVEN_STOP 0.075% (47s)",
        "session_id": "57"
    },
    {
        "id": "908",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67704.82000000",
        "exit_price": "67613.43000000",
        "profit": "0.059983",
        "profit_pct": "0.000600",
        "entry_time": "2026-03-03 15:48:27",
        "exit_time": "2026-03-03 15:50:45",
        "hold_time": "137.40",
        "ofi_z": "-1.6147",
        "er": "1.0000",
        "wobi": "-0.7863",
        "vol": "0.000371",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6264",
        "exit_reason": "TRAILING_STOP peak=0.235% now=0.135% trail=0.100% (137s)",
        "session_id": "56"
    },
    {
        "id": "907",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67657.52000000",
        "exit_price": "67755.40000000",
        "profit": "0.069670",
        "profit_pct": "0.000697",
        "entry_time": "2026-03-03 15:47:05",
        "exit_time": "2026-03-03 15:48:09",
        "hold_time": "63.90",
        "ofi_z": "1.5044",
        "er": "0.9913",
        "wobi": "0.4073",
        "vol": "0.000380",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6010",
        "exit_reason": "TRAILING_STOP peak=0.245% now=0.145% trail=0.100% (64s)",
        "session_id": "56"
    },
    {
        "id": "906",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67637.03000000",
        "exit_price": "67806.14000000",
        "profit": "-0.325026",
        "profit_pct": "-0.003250",
        "entry_time": "2026-03-03 15:46:56",
        "exit_time": "2026-03-03 15:48:02",
        "hold_time": "65.82",
        "ofi_z": "0.0024",
        "er": "1.0000",
        "wobi": "0.8195",
        "vol": "0.000382",
        "spread": "0.000058",
        "regime": "TRENDING",
        "signal_score": "1.0337",
        "exit_reason": "STOP_LOSS -0.250% (66s)",
        "session_id": "57"
    },
    {
        "id": "905",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67645.01000000",
        "exit_price": "67695.33000000",
        "profit": "-0.000612",
        "profit_pct": "-0.000006",
        "entry_time": "2026-03-03 15:46:42",
        "exit_time": "2026-03-03 15:48:34",
        "hold_time": "112.41",
        "ofi_z": "1.6593",
        "er": "1.0000",
        "wobi": "0.9985",
        "vol": "0.000382",
        "spread": "0.000003",
        "regime": "TRENDING",
        "signal_score": "1.5089",
        "exit_reason": "BREAKEVEN_STOP 0.074% (112s)",
        "session_id": "59"
    },
    {
        "id": "904",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67688.08000000",
        "exit_price": "67637.42000000",
        "profit": "-0.000157",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-03 15:46:14",
        "exit_time": "2026-03-03 15:50:51",
        "hold_time": "277.57",
        "ofi_z": "-0.8035",
        "er": "1.0000",
        "wobi": "-0.8054",
        "vol": "0.000371",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9508",
        "exit_reason": "BREAKEVEN_STOP 0.075% (278s)",
        "session_id": "58"
    },
    {
        "id": "903",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67710.37000000",
        "exit_price": "67660.00000000",
        "profit": "-0.000610",
        "profit_pct": "-0.000006",
        "entry_time": "2026-03-03 15:46:09",
        "exit_time": "2026-03-03 15:47:00",
        "hold_time": "51.31",
        "ofi_z": "-2.0995",
        "er": "1.0000",
        "wobi": "-0.7085",
        "vol": "0.000372",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7630",
        "exit_reason": "BREAKEVEN_STOP 0.074% (51s)",
        "session_id": "56"
    },
    {
        "id": "902",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67553.43000000",
        "exit_price": "67722.33000000",
        "profit": "-0.325024",
        "profit_pct": "-0.003250",
        "entry_time": "2026-03-03 15:45:22",
        "exit_time": "2026-03-03 15:46:14",
        "hold_time": "52.66",
        "ofi_z": "0.0397",
        "er": "0.9794",
        "wobi": "0.9603",
        "vol": "0.000364",
        "spread": "0.000007",
        "regime": "TRENDING",
        "signal_score": "1.0275",
        "exit_reason": "STOP_LOSS -0.250% (53s)",
        "session_id": "57"
    },
    {
        "id": "901",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67546.73000000",
        "exit_price": "67686.64000000",
        "profit": "0.132131",
        "profit_pct": "0.001321",
        "entry_time": "2026-03-03 15:45:18",
        "exit_time": "2026-03-03 15:46:30",
        "hold_time": "71.51",
        "ofi_z": "-1.3343",
        "er": "1.0000",
        "wobi": "-0.9938",
        "vol": "0.000366",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2991",
        "exit_reason": "TRAILING_STOP peak=0.357% now=0.207% trail=0.150% (72s)",
        "session_id": "59"
    },
    {
        "id": "900",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67494.91000000",
        "exit_price": "67664.00000000",
        "profit": "-0.325523",
        "profit_pct": "-0.003255",
        "entry_time": "2026-03-03 15:44:16",
        "exit_time": "2026-03-03 15:46:03",
        "hold_time": "106.60",
        "ofi_z": "-2.8022",
        "er": "0.3333",
        "wobi": "-0.5934",
        "vol": "0.000384",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "1.4961",
        "exit_reason": "STOP_LOSS -0.251% (107s)",
        "session_id": "56"
    },
    {
        "id": "899",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67519.81000000",
        "exit_price": "67655.04000000",
        "profit": "-0.275282",
        "profit_pct": "-0.002753",
        "entry_time": "2026-03-03 15:43:57",
        "exit_time": "2026-03-03 15:46:03",
        "hold_time": "125.88",
        "ofi_z": "-2.7052",
        "er": "1.0000",
        "wobi": "-0.9900",
        "vol": "0.000389",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1471",
        "exit_reason": "STOP_LOSS -0.200% (126s)",
        "session_id": "58"
    },
    {
        "id": "898",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67606.65000000",
        "exit_price": "67556.00000000",
        "profit": "-0.000081",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 15:43:04",
        "exit_time": "2026-03-03 15:44:06",
        "hold_time": "61.12",
        "ofi_z": "-0.1224",
        "er": "1.0000",
        "wobi": "0.9979",
        "vol": "0.000419",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2727",
        "exit_reason": "BREAKEVEN_STOP 0.075% (61s)",
        "session_id": "56"
    },
    {
        "id": "897",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67639.64000000",
        "exit_price": "67504.36000000",
        "profit": "-0.275001",
        "profit_pct": "-0.002750",
        "entry_time": "2026-03-03 15:43:02",
        "exit_time": "2026-03-03 15:43:34",
        "hold_time": "32.76",
        "ofi_z": "-0.2421",
        "er": "1.0000",
        "wobi": "-0.9993",
        "vol": "0.000419",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.6200",
        "exit_reason": "STOP_LOSS -0.200% (33s)",
        "session_id": "58"
    },
    {
        "id": "896",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67708.72000000",
        "exit_price": "67557.12000000",
        "profit": "0.148900",
        "profit_pct": "0.001489",
        "entry_time": "2026-03-03 15:42:14",
        "exit_time": "2026-03-03 15:45:03",
        "hold_time": "168.68",
        "ofi_z": "-2.3242",
        "er": "0.9231",
        "wobi": "-0.7021",
        "vol": "0.000458",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9319",
        "exit_reason": "TRAILING_STOP peak=0.374% now=0.224% trail=0.150% (169s)",
        "session_id": "59"
    },
    {
        "id": "895",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67796.51000000",
        "exit_price": "67626.81000000",
        "profit": "-0.325308",
        "profit_pct": "-0.003253",
        "entry_time": "2026-03-03 15:41:40",
        "exit_time": "2026-03-03 15:42:26",
        "hold_time": "45.29",
        "ofi_z": "2.3821",
        "er": "1.0000",
        "wobi": "0.6126",
        "vol": "0.000458",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9487",
        "exit_reason": "STOP_LOSS -0.250% (45s)",
        "session_id": "56"
    },
    {
        "id": "894",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67759.22000000",
        "exit_price": "67623.36000000",
        "profit": "-0.275504",
        "profit_pct": "-0.002755",
        "entry_time": "2026-03-03 15:41:24",
        "exit_time": "2026-03-03 15:42:39",
        "hold_time": "75.47",
        "ofi_z": "1.0027",
        "er": "0.9892",
        "wobi": "0.8061",
        "vol": "0.000466",
        "spread": "0.000009",
        "regime": "TRENDING",
        "signal_score": "1.1119",
        "exit_reason": "STOP_LOSS -0.201% (75s)",
        "session_id": "58"
    },
    {
        "id": "893",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67670.01000000",
        "exit_price": "67556.97000000",
        "profit": "0.092046",
        "profit_pct": "0.000920",
        "entry_time": "2026-03-03 15:40:58",
        "exit_time": "2026-03-03 15:45:03",
        "hold_time": "244.61",
        "ofi_z": "-0.9540",
        "er": "0.9900",
        "wobi": "-0.7176",
        "vol": "0.000370",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6121",
        "exit_reason": "TRAILING_STOP peak=0.317% now=0.167% trail=0.150% (245s)",
        "session_id": "57"
    },
    {
        "id": "892",
        "bot_id": "PROMAGABE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67551.49000000",
        "exit_price": "67733.40000000",
        "profit": "0.194291",
        "profit_pct": "0.001943",
        "entry_time": "2026-03-03 15:40:21",
        "exit_time": "2026-03-03 15:41:53",
        "hold_time": "92.24",
        "ofi_z": "-2.7415",
        "er": "1.0000",
        "wobi": "-0.9896",
        "vol": "0.000397",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1915",
        "exit_reason": "TRAILING_STOP peak=0.420% now=0.269% trail=0.150% (92s)",
        "session_id": "59"
    },
    {
        "id": "891",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67549.01000000",
        "exit_price": "67764.43000000",
        "profit": "0.243909",
        "profit_pct": "0.002439",
        "entry_time": "2026-03-03 15:40:20",
        "exit_time": "2026-03-03 15:41:18",
        "hold_time": "57.90",
        "ofi_z": "2.5777",
        "er": "0.9860",
        "wobi": "0.4337",
        "vol": "0.000397",
        "spread": "0.000037",
        "regime": "TRENDING",
        "signal_score": "1.9170",
        "exit_reason": "TRAILING_STOP peak=0.419% now=0.319% trail=0.100% (58s)",
        "session_id": "56"
    },
    {
        "id": "890",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67382.88000000",
        "exit_price": "67481.46000000",
        "profit": "0.071298",
        "profit_pct": "0.000713",
        "entry_time": "2026-03-03 15:38:41",
        "exit_time": "2026-03-03 15:39:43",
        "hold_time": "61.48",
        "ofi_z": "1.4810",
        "er": "0.9886",
        "wobi": "-0.3174",
        "vol": "0.000349",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5536",
        "exit_reason": "TRAILING_STOP peak=0.247% now=0.146% trail=0.100% (61s)",
        "session_id": "53"
    },
    {
        "id": "889",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67367.99000000",
        "exit_price": "67772.34000000",
        "profit": "0.600211",
        "profit_pct": "0.006002",
        "entry_time": "2026-03-03 15:37:37",
        "exit_time": "2026-03-03 15:41:08",
        "hold_time": "211.43",
        "ofi_z": "4.3650",
        "er": "0.9949",
        "wobi": "0.9973",
        "vol": "0.000353",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "3.1676",
        "exit_reason": "TAKE_PROFIT +0.600% (211s)",
        "session_id": "55"
    },
    {
        "id": "888",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67325.99000000",
        "exit_price": "67629.00000000",
        "profit": "0.450064",
        "profit_pct": "0.004501",
        "entry_time": "2026-03-03 15:37:28",
        "exit_time": "2026-03-03 15:40:45",
        "hold_time": "197.29",
        "ofi_z": "0.7469",
        "er": "0.9925",
        "wobi": "0.9975",
        "vol": "0.000353",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4701",
        "exit_reason": "TAKE_PROFIT +0.450% (197s)",
        "session_id": "54"
    },
    {
        "id": "887",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67441.07000000",
        "exit_price": "67390.68000000",
        "profit": "-0.000283",
        "profit_pct": "-0.000003",
        "entry_time": "2026-03-03 15:37:13",
        "exit_time": "2026-03-03 15:38:04",
        "hold_time": "50.97",
        "ofi_z": "-1.7283",
        "er": "1.0000",
        "wobi": "-0.9976",
        "vol": "0.000348",
        "spread": "0.000011",
        "regime": "TRENDING",
        "signal_score": "1.6297",
        "exit_reason": "BREAKEVEN_STOP 0.075% (51s)",
        "session_id": "53"
    },
    {
        "id": "886",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67465.60000000",
        "exit_price": "67330.00000000",
        "profit": "-0.275991",
        "profit_pct": "-0.002760",
        "entry_time": "2026-03-03 15:36:56",
        "exit_time": "2026-03-03 15:37:23",
        "hold_time": "27.21",
        "ofi_z": "2.2181",
        "er": "1.0000",
        "wobi": "-0.8401",
        "vol": "0.000349",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8260",
        "exit_reason": "STOP_LOSS -0.201% (27s)",
        "session_id": "55"
    },
    {
        "id": "885",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67305.58000000",
        "exit_price": "67440.32000000",
        "profit": "-0.275191",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 15:36:01",
        "exit_time": "2026-03-03 15:36:45",
        "hold_time": "43.42",
        "ofi_z": "-10.0000",
        "er": "1.0000",
        "wobi": "-0.9897",
        "vol": "0.000340",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "6.6859",
        "exit_reason": "STOP_LOSS -0.200% (43s)",
        "session_id": "55"
    },
    {
        "id": "884",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67289.27000000",
        "exit_price": "67394.00000000",
        "profit": "0.080641",
        "profit_pct": "0.000806",
        "entry_time": "2026-03-03 15:35:39",
        "exit_time": "2026-03-03 15:37:16",
        "hold_time": "97.57",
        "ofi_z": "0.8175",
        "er": "0.9868",
        "wobi": "0.9909",
        "vol": "0.000345",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5035",
        "exit_reason": "TRAILING_STOP peak=0.306% now=0.156% trail=0.150% (98s)",
        "session_id": "54"
    },
    {
        "id": "883",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67216.82000000",
        "exit_price": "67384.99000000",
        "profit": "-0.325190",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 15:33:55",
        "exit_time": "2026-03-03 15:36:43",
        "hold_time": "167.72",
        "ofi_z": "-1.6329",
        "er": "1.0000",
        "wobi": "-0.9396",
        "vol": "0.000358",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6154",
        "exit_reason": "STOP_LOSS -0.250% (168s)",
        "session_id": "53"
    },
    {
        "id": "882",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67205.97000000",
        "exit_price": "67256.36000000",
        "profit": "-0.000022",
        "profit_pct": "0.000000",
        "entry_time": "2026-03-03 15:33:05",
        "exit_time": "2026-03-03 15:35:30",
        "hold_time": "145.32",
        "ofi_z": "10.0000",
        "er": "1.0000",
        "wobi": "-0.0227",
        "vol": "0.000363",
        "spread": "0.000024",
        "regime": "TRENDING",
        "signal_score": "6.6954",
        "exit_reason": "BREAKEVEN_STOP 0.075% (145s)",
        "session_id": "55"
    },
    {
        "id": "881",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67227.77000000",
        "exit_price": "67278.00000000",
        "profit": "-0.000284",
        "profit_pct": "-0.000003",
        "entry_time": "2026-03-03 15:31:46",
        "exit_time": "2026-03-03 15:35:28",
        "hold_time": "221.87",
        "ofi_z": "1.2455",
        "er": "1.0000",
        "wobi": "0.4353",
        "vol": "0.000350",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7842",
        "exit_reason": "BREAKEVEN_STOP 0.075% (222s)",
        "session_id": "54"
    },
    {
        "id": "880",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67197.81000000",
        "exit_price": "67248.00000000",
        "profit": "-0.000310",
        "profit_pct": "-0.000003",
        "entry_time": "2026-03-03 15:31:43",
        "exit_time": "2026-03-03 15:32:37",
        "hold_time": "54.29",
        "ofi_z": "5.0584",
        "er": "0.9948",
        "wobi": "-0.7658",
        "vol": "0.000350",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.5528",
        "exit_reason": "BREAKEVEN_STOP 0.075% (54s)",
        "session_id": "53"
    },
    {
        "id": "879",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67070.34000000",
        "exit_price": "67209.25000000",
        "profit": "0.132111",
        "profit_pct": "0.001321",
        "entry_time": "2026-03-03 15:31:29",
        "exit_time": "2026-03-03 15:32:51",
        "hold_time": "82.42",
        "ofi_z": "-5.0143",
        "er": "1.0000",
        "wobi": "-0.7849",
        "vol": "0.000318",
        "spread": "0.000006",
        "regime": "TRENDING",
        "signal_score": "3.5604",
        "exit_reason": "TRAILING_STOP peak=0.357% now=0.207% trail=0.150% (82s)",
        "session_id": "55"
    },
    {
        "id": "878",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66968.09000000",
        "exit_price": "67135.66000000",
        "profit": "-0.325224",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 15:31:19",
        "exit_time": "2026-03-03 15:31:34",
        "hold_time": "15.05",
        "ofi_z": "-1.5622",
        "er": "0.9921",
        "wobi": "-0.9472",
        "vol": "0.000293",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9295",
        "exit_reason": "STOP_LOSS -0.250% (15s)",
        "session_id": "54"
    },
    {
        "id": "877",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66863.99000000",
        "exit_price": "67165.90000000",
        "profit": "0.451529",
        "profit_pct": "0.004515",
        "entry_time": "2026-03-03 15:30:59",
        "exit_time": "2026-03-03 15:31:35",
        "hold_time": "36.61",
        "ofi_z": "-0.1199",
        "er": "0.9828",
        "wobi": "-0.9794",
        "vol": "0.000261",
        "spread": "0.000029",
        "regime": "TRENDING",
        "signal_score": "1.0611",
        "exit_reason": "TAKE_PROFIT +0.452% (37s)",
        "session_id": "53"
    },
    {
        "id": "876",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66756.61000000",
        "exit_price": "66923.58000000",
        "profit": "-0.325118",
        "profit_pct": "-0.003251",
        "entry_time": "2026-03-03 15:27:17",
        "exit_time": "2026-03-03 15:31:07",
        "hold_time": "230.36",
        "ofi_z": "-0.8585",
        "er": "0.9796",
        "wobi": "-0.7791",
        "vol": "0.000245",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4408",
        "exit_reason": "STOP_LOSS -0.250% (230s)",
        "session_id": "51"
    },
    {
        "id": "875",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66780.01000000",
        "exit_price": "66914.00000000",
        "profit": "-0.275644",
        "profit_pct": "-0.002756",
        "entry_time": "2026-03-03 15:26:23",
        "exit_time": "2026-03-03 15:31:04",
        "hold_time": "281.30",
        "ofi_z": "1.0209",
        "er": "0.9873",
        "wobi": "-0.9961",
        "vol": "0.000260",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.5386",
        "exit_reason": "STOP_LOSS -0.201% (281s)",
        "session_id": "52"
    },
    {
        "id": "874",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66739.89000000",
        "exit_price": "66881.44000000",
        "profit": "-0.287092",
        "profit_pct": "-0.002871",
        "entry_time": "2026-03-03 15:25:39",
        "exit_time": "2026-03-03 15:30:41",
        "hold_time": "302.65",
        "ofi_z": "-2.5225",
        "er": "1.0000",
        "wobi": "-0.9927",
        "vol": "0.000266",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7471",
        "exit_reason": "SOFT_SL_TIME -0.212% (303s)",
        "session_id": "50"
    },
    {
        "id": "873",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66661.99000000",
        "exit_price": "66733.24000000",
        "profit": "0.031882",
        "profit_pct": "0.000319",
        "entry_time": "2026-03-03 15:23:44",
        "exit_time": "2026-03-03 15:25:33",
        "hold_time": "109.46",
        "ofi_z": "3.4224",
        "er": "1.0000",
        "wobi": "0.7028",
        "vol": "0.000273",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0058",
        "exit_reason": "TRAILING_STOP peak=0.207% now=0.107% trail=0.100% (109s)",
        "session_id": "50"
    },
    {
        "id": "872",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66583.85000000",
        "exit_price": "66754.44000000",
        "profit": "0.181203",
        "profit_pct": "0.001812",
        "entry_time": "2026-03-03 15:21:15",
        "exit_time": "2026-03-03 15:26:40",
        "hold_time": "325.53",
        "ofi_z": "10.0000",
        "er": "1.0000",
        "wobi": "-0.4342",
        "vol": "0.000297",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "7.2116",
        "exit_reason": "TRAILING_STOP peak=0.406% now=0.256% trail=0.150% (326s)",
        "session_id": "51"
    },
    {
        "id": "871",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66565.83000000",
        "exit_price": "66832.20000000",
        "profit": "0.400160",
        "profit_pct": "0.004002",
        "entry_time": "2026-03-03 15:20:43",
        "exit_time": "2026-03-03 15:26:10",
        "hold_time": "327.05",
        "ofi_z": "-0.7345",
        "er": "1.0000",
        "wobi": "0.8871",
        "vol": "0.000305",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.7132",
        "exit_reason": "TAKE_PROFIT +0.400% (327s)",
        "session_id": "52"
    },
    {
        "id": "870",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66491.29000000",
        "exit_price": "66657.69000000",
        "profit": "-0.325258",
        "profit_pct": "-0.003253",
        "entry_time": "2026-03-03 15:20:24",
        "exit_time": "2026-03-03 15:23:34",
        "hold_time": "190.52",
        "ofi_z": "-2.0733",
        "er": "0.9000",
        "wobi": "-0.7062",
        "vol": "0.000308",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6032",
        "exit_reason": "STOP_LOSS -0.250% (191s)",
        "session_id": "50"
    },
    {
        "id": "869",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66642.32000000",
        "exit_price": "66508.87000000",
        "profit": "-0.275248",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 15:18:46",
        "exit_time": "2026-03-03 15:20:13",
        "hold_time": "86.73",
        "ofi_z": "-0.8373",
        "er": "1.0000",
        "wobi": "-0.4199",
        "vol": "0.000326",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.7949",
        "exit_reason": "STOP_LOSS -0.200% (87s)",
        "session_id": "52"
    },
    {
        "id": "868",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66642.33000000",
        "exit_price": "66572.00000000",
        "profit": "0.030534",
        "profit_pct": "0.000305",
        "entry_time": "2026-03-03 15:18:46",
        "exit_time": "2026-03-03 15:20:39",
        "hold_time": "113.48",
        "ofi_z": "-0.8373",
        "er": "0.9926",
        "wobi": "-0.4199",
        "vol": "0.000326",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5039",
        "exit_reason": "TRAILING_STOP peak=0.256% now=0.106% trail=0.150% (113s)",
        "session_id": "51"
    },
    {
        "id": "867",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66790.01000000",
        "exit_price": "66489.38000000",
        "profit": "0.450112",
        "profit_pct": "0.004501",
        "entry_time": "2026-03-03 15:17:07",
        "exit_time": "2026-03-03 15:20:19",
        "hold_time": "191.87",
        "ofi_z": "-1.5107",
        "er": "0.9884",
        "wobi": "-0.3297",
        "vol": "0.000364",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5804",
        "exit_reason": "TAKE_PROFIT +0.450% (192s)",
        "session_id": "44"
    },
    {
        "id": "866",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66860.94000000",
        "exit_price": "66693.77000000",
        "profit": "-0.325026",
        "profit_pct": "-0.003250",
        "entry_time": "2026-03-03 15:16:23",
        "exit_time": "2026-03-03 15:18:32",
        "hold_time": "129.15",
        "ofi_z": "-0.1407",
        "er": "1.0000",
        "wobi": "-0.5692",
        "vol": "0.000383",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1215",
        "exit_reason": "STOP_LOSS -0.250% (129s)",
        "session_id": "45"
    },
    {
        "id": "865",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66870.91000000",
        "exit_price": "66920.95000000",
        "profit": "-0.000169",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-03 15:15:18",
        "exit_time": "2026-03-03 15:16:09",
        "hold_time": "50.33",
        "ofi_z": "1.9953",
        "er": "0.9959",
        "wobi": "0.9994",
        "vol": "0.000381",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.2759",
        "exit_reason": "BREAKEVEN_STOP 0.075% (50s)",
        "session_id": "45"
    },
    {
        "id": "864",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66873.85000000",
        "exit_price": "66824.00000000",
        "profit": "-0.000457",
        "profit_pct": "-0.000005",
        "entry_time": "2026-03-03 15:15:12",
        "exit_time": "2026-03-03 15:16:48",
        "hold_time": "96.00",
        "ofi_z": "-1.9384",
        "er": "0.4559",
        "wobi": "-0.7121",
        "vol": "0.000393",
        "spread": "0.000000",
        "regime": "DIRECTIONAL",
        "signal_score": "1.3552",
        "exit_reason": "BREAKEVEN_STOP 0.075% (96s)",
        "session_id": "44"
    },
    {
        "id": "863",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66945.00000000",
        "exit_price": "66676.70000000",
        "profit": "0.400777",
        "profit_pct": "0.004008",
        "entry_time": "2026-03-03 15:15:05",
        "exit_time": "2026-03-03 15:18:33",
        "hold_time": "208.48",
        "ofi_z": "10.0000",
        "er": "0.9184",
        "wobi": "-0.7174",
        "vol": "0.000302",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "29.4611",
        "exit_reason": "TAKE_PROFIT +0.401% (208s)",
        "session_id": "46"
    },
    {
        "id": "862",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66753.42000000",
        "exit_price": "66920.37000000",
        "profit": "-0.325100",
        "profit_pct": "-0.003251",
        "entry_time": "2026-03-03 15:13:04",
        "exit_time": "2026-03-03 15:15:03",
        "hold_time": "118.91",
        "ofi_z": "-0.3293",
        "er": "1.0000",
        "wobi": "0.9847",
        "vol": "0.000396",
        "spread": "0.000001",
        "regime": "TRENDING",
        "signal_score": "1.2502",
        "exit_reason": "STOP_LOSS -0.250% (119s)",
        "session_id": "45"
    },
    {
        "id": "861",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66730.06000000",
        "exit_price": "66897.14000000",
        "profit": "-0.325382",
        "profit_pct": "-0.003254",
        "entry_time": "2026-03-03 15:12:52",
        "exit_time": "2026-03-03 15:15:02",
        "hold_time": "130.44",
        "ofi_z": "-1.3552",
        "er": "0.9892",
        "wobi": "0.3951",
        "vol": "0.000397",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6551",
        "exit_reason": "STOP_LOSS -0.250% (130s)",
        "session_id": "44"
    },
    {
        "id": "860",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66789.20000000",
        "exit_price": "66839.00000000",
        "profit": "-0.000437",
        "profit_pct": "-0.000004",
        "entry_time": "2026-03-03 15:12:47",
        "exit_time": "2026-03-03 15:14:55",
        "hold_time": "128.09",
        "ofi_z": "-6.6947",
        "er": "0.9877",
        "wobi": "-0.0574",
        "vol": "0.000392",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "29.2040",
        "exit_reason": "BREAKEVEN_STOP 0.075% (128s)",
        "session_id": "46"
    },
    {
        "id": "859",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66691.08000000",
        "exit_price": "66816.29000000",
        "profit": "0.056373",
        "profit_pct": "0.001127",
        "entry_time": "2026-03-03 15:11:17",
        "exit_time": "2026-03-03 15:12:28",
        "hold_time": "70.44",
        "ofi_z": "-3.6527",
        "er": "0.9964",
        "wobi": "0.9933",
        "vol": "0.000392",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "27.5204",
        "exit_reason": "TRAILING_STOP peak=0.238% now=0.188% trail=0.050% (70s)",
        "session_id": "46"
    },
    {
        "id": "858",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66635.71000000",
        "exit_price": "66802.63000000",
        "profit": "-0.162748",
        "profit_pct": "-0.003255",
        "entry_time": "2026-03-03 15:10:35",
        "exit_time": "2026-03-03 15:12:21",
        "hold_time": "106.37",
        "ofi_z": "-1.2214",
        "er": "0.9890",
        "wobi": "-0.8546",
        "vol": "0.000401",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6149",
        "exit_reason": "STOP_LOSS -0.250% (106s)",
        "session_id": "44"
    },
    {
        "id": "857",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66733.19000000",
        "exit_price": "66783.20000000",
        "profit": "-0.000030",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 15:09:56",
        "exit_time": "2026-03-03 15:12:48",
        "hold_time": "172.60",
        "ofi_z": "0.6368",
        "er": "1.0000",
        "wobi": "0.0247",
        "vol": "0.000403",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4484",
        "exit_reason": "BREAKEVEN_STOP 0.075% (173s)",
        "session_id": "45"
    },
    {
        "id": "856",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66819.99000000",
        "exit_price": "66652.64000000",
        "profit": "-0.162725",
        "profit_pct": "-0.003254",
        "entry_time": "2026-03-03 15:09:30",
        "exit_time": "2026-03-03 15:10:18",
        "hold_time": "47.75",
        "ofi_z": "4.4427",
        "er": "1.0000",
        "wobi": "-0.9988",
        "vol": "0.000398",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.6923",
        "exit_reason": "STOP_LOSS -0.250% (48s)",
        "session_id": "44"
    },
    {
        "id": "855",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66697.15000000",
        "exit_price": "66647.14000000",
        "profit": "-0.000010",
        "profit_pct": "0.000000",
        "entry_time": "2026-03-03 15:07:59",
        "exit_time": "2026-03-03 15:11:07",
        "hold_time": "187.84",
        "ofi_z": "3.6123",
        "er": "0.9956",
        "wobi": "-0.6760",
        "vol": "0.000392",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "27.4751",
        "exit_reason": "BREAKEVEN_STOP 0.075% (188s)",
        "session_id": "46"
    },
    {
        "id": "854",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66736.58000000",
        "exit_price": "66686.96000000",
        "profit": "-0.000324",
        "profit_pct": "-0.000006",
        "entry_time": "2026-03-03 15:06:35",
        "exit_time": "2026-03-03 15:09:05",
        "hold_time": "149.14",
        "ofi_z": "-0.0994",
        "er": "1.0000",
        "wobi": "0.8108",
        "vol": "0.000380",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2219",
        "exit_reason": "BREAKEVEN_STOP 0.074% (149s)",
        "session_id": "44"
    },
    {
        "id": "853",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66723.93000000",
        "exit_price": "66773.85000000",
        "profit": "-0.000099",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-03 15:06:35",
        "exit_time": "2026-03-03 15:09:45",
        "hold_time": "189.84",
        "ofi_z": "2.2442",
        "er": "1.0000",
        "wobi": "0.8080",
        "vol": "0.000376",
        "spread": "0.000013",
        "regime": "TRENDING",
        "signal_score": "2.4301",
        "exit_reason": "BREAKEVEN_STOP 0.075% (190s)",
        "session_id": "45"
    },
    {
        "id": "852",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66808.35000000",
        "exit_price": "66674.00000000",
        "profit": "-0.138049",
        "profit_pct": "-0.002761",
        "entry_time": "2026-03-03 15:06:27",
        "exit_time": "2026-03-03 15:07:45",
        "hold_time": "77.16",
        "ofi_z": "-1.9707",
        "er": "1.0000",
        "wobi": "0.7968",
        "vol": "0.000368",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.5385",
        "exit_reason": "STOP_LOSS -0.201% (77s)",
        "session_id": "46"
    },
    {
        "id": "851",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66769.09000000",
        "exit_price": "66819.09000000",
        "profit": "-0.000058",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 15:06:14",
        "exit_time": "2026-03-03 15:06:27",
        "hold_time": "13.16",
        "ofi_z": "2.4506",
        "er": "1.0000",
        "wobi": "0.9990",
        "vol": "0.000351",
        "spread": "0.000008",
        "regime": "TRENDING",
        "signal_score": "1.9702",
        "exit_reason": "BREAKEVEN_STOP 0.075% (13s)",
        "session_id": "44"
    },
    {
        "id": "850",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66652.06000000",
        "exit_price": "66702.00000000",
        "profit": "-0.000042",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 15:05:24",
        "exit_time": "2026-03-03 15:06:06",
        "hold_time": "42.05",
        "ofi_z": "2.0988",
        "er": "1.0000",
        "wobi": "0.5453",
        "vol": "0.000360",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3262",
        "exit_reason": "BREAKEVEN_STOP 0.075% (42s)",
        "session_id": "45"
    },
    {
        "id": "849",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66648.52000000",
        "exit_price": "66781.95000000",
        "profit": "-0.137600",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 15:04:46",
        "exit_time": "2026-03-03 15:06:16",
        "hold_time": "89.90",
        "ofi_z": "1.5392",
        "er": "1.0000",
        "wobi": "-0.9862",
        "vol": "0.000368",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.2683",
        "exit_reason": "STOP_LOSS -0.200% (90s)",
        "session_id": "46"
    },
    {
        "id": "848",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66653.58000000",
        "exit_price": "66703.20000000",
        "profit": "-0.000278",
        "profit_pct": "-0.000006",
        "entry_time": "2026-03-03 15:04:45",
        "exit_time": "2026-03-03 15:06:05",
        "hold_time": "79.64",
        "ofi_z": "1.5392",
        "er": "0.9927",
        "wobi": "-0.0991",
        "vol": "0.000368",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6816",
        "exit_reason": "BREAKEVEN_STOP 0.074% (80s)",
        "session_id": "44"
    },
    {
        "id": "847",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66585.97000000",
        "exit_price": "66635.88000000",
        "profit": "-0.000022",
        "profit_pct": "0.000000",
        "entry_time": "2026-03-03 15:04:40",
        "exit_time": "2026-03-03 15:04:59",
        "hold_time": "19.67",
        "ofi_z": "-0.3016",
        "er": "1.0000",
        "wobi": "-0.9767",
        "vol": "0.000367",
        "spread": "0.000015",
        "regime": "TRENDING",
        "signal_score": "1.2086",
        "exit_reason": "BREAKEVEN_STOP 0.075% (20s)",
        "session_id": "45"
    },
    {
        "id": "846",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66694.05000000",
        "exit_price": "66568.95000000",
        "profit": "0.056286",
        "profit_pct": "0.001126",
        "entry_time": "2026-03-03 15:03:10",
        "exit_time": "2026-03-03 15:04:38",
        "hold_time": "87.46",
        "ofi_z": "1.4551",
        "er": "1.0000",
        "wobi": "0.9967",
        "vol": "0.000365",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6556",
        "exit_reason": "TRAILING_STOP peak=0.288% now=0.188% trail=0.100% (87s)",
        "session_id": "44"
    },
    {
        "id": "845",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66697.99000000",
        "exit_price": "66531.16000000",
        "profit": "-0.163962",
        "profit_pct": "-0.003251",
        "entry_time": "2026-03-03 15:02:35",
        "exit_time": "2026-03-03 15:04:24",
        "hold_time": "108.89",
        "ofi_z": "1.1767",
        "er": "1.0000",
        "wobi": "0.6945",
        "vol": "0.000361",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7508",
        "exit_reason": "STOP_LOSS -0.250% (109s)",
        "session_id": "45"
    },
    {
        "id": "844",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66684.81000000",
        "exit_price": "66634.90000000",
        "profit": "-0.000085",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-03 15:01:14",
        "exit_time": "2026-03-03 15:02:22",
        "hold_time": "67.82",
        "ofi_z": "-1.2066",
        "er": "0.9586",
        "wobi": "0.9942",
        "vol": "0.000374",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7509",
        "exit_reason": "BREAKEVEN_STOP 0.075% (68s)",
        "session_id": "45"
    },
    {
        "id": "843",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66637.30000000",
        "exit_price": "66536.00000000",
        "profit": "0.038508",
        "profit_pct": "0.000770",
        "entry_time": "2026-03-03 15:00:46",
        "exit_time": "2026-03-03 15:04:35",
        "hold_time": "229.37",
        "ofi_z": "3.9031",
        "er": "0.4437",
        "wobi": "-0.9725",
        "vol": "0.000367",
        "spread": "0.000014",
        "regime": "MIXED",
        "signal_score": "12.4824",
        "exit_reason": "TRAILING_STOP peak=0.203% now=0.152% trail=0.050% (229s)",
        "session_id": "46"
    },
    {
        "id": "842",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66718.84000000",
        "exit_price": "66615.73000000",
        "profit": "0.048522",
        "profit_pct": "0.000795",
        "entry_time": "2026-03-03 15:00:36",
        "exit_time": "2026-03-03 15:01:03",
        "hold_time": "26.99",
        "ofi_z": "0.7551",
        "er": "0.9972",
        "wobi": "0.9992",
        "vol": "0.000368",
        "spread": "0.000019",
        "regime": "TRENDING",
        "signal_score": "1.4911",
        "exit_reason": "TRAILING_STOP peak=0.206% now=0.155% trail=0.050% (27s)",
        "session_id": "45"
    },
    {
        "id": "841",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66660.00000000",
        "exit_price": "66660.14000000",
        "profit": "-0.037605",
        "profit_pct": "-0.000752",
        "entry_time": "2026-03-03 15:00:14",
        "exit_time": "2026-03-03 15:03:03",
        "hold_time": "168.26",
        "ofi_z": "0.2517",
        "er": "0.8937",
        "wobi": "0.6722",
        "vol": "0.000370",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1845",
        "exit_reason": "SOFT_SL_TIME -0.000% (168s)",
        "session_id": "44"
    },
    {
        "id": "840",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66570.00000000",
        "exit_price": "66716.50000000",
        "profit": "0.072535",
        "profit_pct": "0.001451",
        "entry_time": "2026-03-03 14:59:23",
        "exit_time": "2026-03-03 15:00:28",
        "hold_time": "64.40",
        "ofi_z": "-2.3646",
        "er": "0.9844",
        "wobi": "0.7096",
        "vol": "0.000432",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.4473",
        "exit_reason": "TRAILING_STOP peak=0.270% now=0.220% trail=0.050% (64s)",
        "session_id": "46"
    },
    {
        "id": "839",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66570.01000000",
        "exit_price": "66736.54000000",
        "profit": "-0.259053",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 14:59:23",
        "exit_time": "2026-03-03 15:00:24",
        "hold_time": "60.70",
        "ofi_z": "-2.3646",
        "er": "0.9900",
        "wobi": "-0.1238",
        "vol": "0.000432",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.5450",
        "exit_reason": "STOP_LOSS -0.250% (61s)",
        "session_id": "45"
    },
    {
        "id": "838",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66702.01000000",
        "exit_price": "66614.32000000",
        "profit": "0.028233",
        "profit_pct": "0.000565",
        "entry_time": "2026-03-03 14:58:07",
        "exit_time": "2026-03-03 15:00:05",
        "hold_time": "117.41",
        "ofi_z": "-1.3855",
        "er": "0.9604",
        "wobi": "-0.4086",
        "vol": "0.000436",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6928",
        "exit_reason": "TRAILING_STOP peak=0.232% now=0.131% trail=0.100% (117s)",
        "session_id": "44"
    },
    {
        "id": "837",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66695.81000000",
        "exit_price": "66581.36000000",
        "profit": "0.048300",
        "profit_pct": "0.000966",
        "entry_time": "2026-03-03 14:57:31",
        "exit_time": "2026-03-03 14:59:07",
        "hold_time": "96.31",
        "ofi_z": "6.5677",
        "er": "1.0000",
        "wobi": "-0.9011",
        "vol": "0.000442",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "29.4735",
        "exit_reason": "TRAILING_STOP peak=0.222% now=0.172% trail=0.050% (96s)",
        "session_id": "46"
    },
    {
        "id": "836",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66754.79000000",
        "exit_price": "66675.26000000",
        "profit": "-0.097069",
        "profit_pct": "-0.001941",
        "entry_time": "2026-03-03 14:55:12",
        "exit_time": "2026-03-03 14:57:42",
        "hold_time": "150.32",
        "ofi_z": "2.6633",
        "er": "0.9710",
        "wobi": "0.9953",
        "vol": "0.000457",
        "spread": "0.000018",
        "regime": "TRENDING",
        "signal_score": "2.1522",
        "exit_reason": "SOFT_SL_TIME -0.119% (150s)",
        "session_id": "44"
    },
    {
        "id": "835",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66703.99000000",
        "exit_price": "66754.00000000",
        "profit": "-0.000013",
        "profit_pct": "0.000000",
        "entry_time": "2026-03-03 14:53:44",
        "exit_time": "2026-03-03 14:55:03",
        "hold_time": "78.59",
        "ofi_z": "1.2004",
        "er": "1.0000",
        "wobi": "0.9991",
        "vol": "0.000458",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6870",
        "exit_reason": "BREAKEVEN_STOP 0.075% (79s)",
        "session_id": "44"
    },
    {
        "id": "834",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66688.34000000",
        "exit_price": "66581.36000000",
        "profit": "0.042709",
        "profit_pct": "0.000854",
        "entry_time": "2026-03-03 14:53:43",
        "exit_time": "2026-03-03 14:59:07",
        "hold_time": "324.03",
        "ofi_z": "-0.4499",
        "er": "1.0000",
        "wobi": "0.9854",
        "vol": "0.000458",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3772",
        "exit_reason": "TRAILING_STOP peak=0.211% now=0.160% trail=0.050% (324s)",
        "session_id": "45"
    },
    {
        "id": "833",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66727.34000000",
        "exit_price": "66678.00000000",
        "profit": "-0.000529",
        "profit_pct": "-0.000011",
        "entry_time": "2026-03-03 14:53:26",
        "exit_time": "2026-03-03 14:57:19",
        "hold_time": "233.06",
        "ofi_z": "-1.8366",
        "er": "1.0000",
        "wobi": "-0.2199",
        "vol": "0.000454",
        "spread": "0.000008",
        "regime": "TRENDING",
        "signal_score": "26.5264",
        "exit_reason": "BREAKEVEN_STOP 0.074% (233s)",
        "session_id": "46"
    },
    {
        "id": "832",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66435.40000000",
        "exit_price": "66568.81000000",
        "profit": "-0.137906",
        "profit_pct": "-0.002758",
        "entry_time": "2026-03-03 14:51:50",
        "exit_time": "2026-03-03 14:53:14",
        "hold_time": "83.39",
        "ofi_z": "2.4890",
        "er": "1.0000",
        "wobi": "-0.2676",
        "vol": "0.000470",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.9476",
        "exit_reason": "STOP_LOSS -0.201% (83s)",
        "session_id": "46"
    },
    {
        "id": "831",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66494.23000000",
        "exit_price": "66704.00000000",
        "profit": "0.120235",
        "profit_pct": "0.002405",
        "entry_time": "2026-03-03 14:51:39",
        "exit_time": "2026-03-03 14:53:29",
        "hold_time": "110.91",
        "ofi_z": "-0.7005",
        "er": "0.8184",
        "wobi": "-0.9933",
        "vol": "0.000470",
        "spread": "0.000029",
        "regime": "TRENDING",
        "signal_score": "1.4138",
        "exit_reason": "TRAILING_STOP peak=0.366% now=0.315% trail=0.050% (111s)",
        "session_id": "45"
    },
    {
        "id": "830",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66485.21000000",
        "exit_price": "66651.72000000",
        "profit": "-0.162723",
        "profit_pct": "-0.003254",
        "entry_time": "2026-03-03 14:51:34",
        "exit_time": "2026-03-03 14:53:22",
        "hold_time": "109.89",
        "ofi_z": "-1.5658",
        "er": "0.0000",
        "wobi": "-0.6443",
        "vol": "0.000466",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "1.1049",
        "exit_reason": "STOP_LOSS -0.250% (110s)",
        "session_id": "44"
    },
    {
        "id": "829",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66433.43000000",
        "exit_price": "66482.76000000",
        "profit": "-0.000373",
        "profit_pct": "-0.000007",
        "entry_time": "2026-03-03 14:51:21",
        "exit_time": "2026-03-03 14:51:40",
        "hold_time": "19.37",
        "ofi_z": "-2.7247",
        "er": "1.0000",
        "wobi": "0.4090",
        "vol": "0.000466",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "27.0911",
        "exit_reason": "BREAKEVEN_STOP 0.074% (19s)",
        "session_id": "46"
    },
    {
        "id": "828",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66345.92000000",
        "exit_price": "66445.96000000",
        "profit": "0.038454",
        "profit_pct": "0.000758",
        "entry_time": "2026-03-03 14:49:44",
        "exit_time": "2026-03-03 14:51:25",
        "hold_time": "102.21",
        "ofi_z": "1.5097",
        "er": "0.9896",
        "wobi": "0.7268",
        "vol": "0.000471",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0433",
        "exit_reason": "TRAILING_STOP peak=0.201% now=0.151% trail=0.050% (102s)",
        "session_id": "45"
    },
    {
        "id": "827",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66282.24000000",
        "exit_price": "66414.98000000",
        "profit": "-0.137632",
        "profit_pct": "-0.002753",
        "entry_time": "2026-03-03 14:49:39",
        "exit_time": "2026-03-03 14:51:11",
        "hold_time": "96.62",
        "ofi_z": "9.8198",
        "er": "1.0000",
        "wobi": "-0.7046",
        "vol": "0.000464",
        "spread": "0.000030",
        "regime": "TRENDING",
        "signal_score": "31.5244",
        "exit_reason": "STOP_LOSS -0.200% (97s)",
        "session_id": "46"
    },
    {
        "id": "826",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66307.99000000",
        "exit_price": "66412.93000000",
        "profit": "0.041631",
        "profit_pct": "0.000833",
        "entry_time": "2026-03-03 14:49:30",
        "exit_time": "2026-03-03 14:51:26",
        "hold_time": "117.38",
        "ofi_z": "1.3208",
        "er": "1.0000",
        "wobi": "-0.1614",
        "vol": "0.000446",
        "spread": "0.000008",
        "regime": "TRENDING",
        "signal_score": "1.7125",
        "exit_reason": "TRAILING_STOP peak=0.258% now=0.158% trail=0.100% (117s)",
        "session_id": "44"
    },
    {
        "id": "825",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66473.79000000",
        "exit_price": "66174.60000000",
        "profit": "0.225044",
        "profit_pct": "0.004501",
        "entry_time": "2026-03-03 14:49:02",
        "exit_time": "2026-03-03 14:49:26",
        "hold_time": "25.13",
        "ofi_z": "-0.9915",
        "er": "0.9091",
        "wobi": "-0.7952",
        "vol": "0.000420",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6193",
        "exit_reason": "TAKE_PROFIT +0.450% (25s)",
        "session_id": "45"
    },
    {
        "id": "824",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66497.08000000",
        "exit_price": "66231.00000000",
        "profit": "0.200069",
        "profit_pct": "0.004001",
        "entry_time": "2026-03-03 14:48:02",
        "exit_time": "2026-03-03 14:49:24",
        "hold_time": "82.08",
        "ofi_z": "1.3914",
        "er": "0.9976",
        "wobi": "-0.7873",
        "vol": "0.000458",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.1922",
        "exit_reason": "TAKE_PROFIT +0.400% (82s)",
        "session_id": "46"
    },
    {
        "id": "822",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66459.05000000",
        "exit_price": "66563.60000000",
        "profit": "0.041157",
        "profit_pct": "0.000823",
        "entry_time": "2026-03-03 14:47:50",
        "exit_time": "2026-03-03 14:48:48",
        "hold_time": "60.69",
        "ofi_z": "1.9424",
        "er": "1.0000",
        "wobi": "0.9884",
        "vol": "0.000456",
        "spread": "0.000001",
        "regime": "TRENDING",
        "signal_score": "2.3082",
        "exit_reason": "TRAILING_STOP peak=0.207% now=0.157% trail=0.050% (61s)",
        "session_id": "45"
    },
    {
        "id": "821",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66627.99000000",
        "exit_price": "66461.26000000",
        "profit": "-0.162620",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 14:46:48",
        "exit_time": "2026-03-03 14:47:37",
        "hold_time": "48.61",
        "ofi_z": "1.4361",
        "er": "1.0000",
        "wobi": "-0.9964",
        "vol": "0.000471",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0047",
        "exit_reason": "STOP_LOSS -0.250% (49s)",
        "session_id": "45"
    },
    {
        "id": "820",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66594.16000000",
        "exit_price": "66484.14000000",
        "profit": "0.045105",
        "profit_pct": "0.000902",
        "entry_time": "2026-03-03 14:46:41",
        "exit_time": "2026-03-03 14:47:51",
        "hold_time": "67.07",
        "ofi_z": "-2.9371",
        "er": "1.0000",
        "wobi": "-0.8947",
        "vol": "0.000472",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.2829",
        "exit_reason": "TRAILING_STOP peak=0.265% now=0.165% trail=0.100% (67s)",
        "session_id": "44"
    },
    {
        "id": "819",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66564.68000000",
        "exit_price": "66452.00000000",
        "profit": "0.047139",
        "profit_pct": "0.000943",
        "entry_time": "2026-03-03 14:46:21",
        "exit_time": "2026-03-03 14:47:47",
        "hold_time": "86.92",
        "ofi_z": "1.8930",
        "er": "0.9932",
        "wobi": "-0.1003",
        "vol": "0.000470",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.4038",
        "exit_reason": "TRAILING_STOP peak=0.221% now=0.169% trail=0.050% (87s)",
        "session_id": "46"
    },
    {
        "id": "818",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66427.06000000",
        "exit_price": "66611.57000000",
        "profit": "0.101382",
        "profit_pct": "0.002028",
        "entry_time": "2026-03-03 14:45:27",
        "exit_time": "2026-03-03 14:46:35",
        "hold_time": "68.75",
        "ofi_z": "0.6629",
        "er": "0.0772",
        "wobi": "-0.3521",
        "vol": "0.000464",
        "spread": "0.000127",
        "regime": "CHOPPY",
        "signal_score": "0.8566",
        "exit_reason": "TRAILING_STOP peak=0.378% now=0.278% trail=0.100% (69s)",
        "session_id": "44"
    },
    {
        "id": "817",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66515.29000000",
        "exit_price": "66644.19000000",
        "profit": "0.059395",
        "profit_pct": "0.001188",
        "entry_time": "2026-03-03 14:44:52",
        "exit_time": "2026-03-03 14:46:33",
        "hold_time": "103.63",
        "ofi_z": "-0.5798",
        "er": "1.0000",
        "wobi": "-0.9987",
        "vol": "0.000467",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4657",
        "exit_reason": "TRAILING_STOP peak=0.245% now=0.194% trail=0.050% (104s)",
        "session_id": "45"
    },
    {
        "id": "816",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66434.66000000",
        "exit_price": "66566.69000000",
        "profit": "0.061868",
        "profit_pct": "0.001237",
        "entry_time": "2026-03-03 14:44:46",
        "exit_time": "2026-03-03 14:46:10",
        "hold_time": "84.29",
        "ofi_z": "-0.6867",
        "er": "0.9904",
        "wobi": "0.5186",
        "vol": "0.000467",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.5782",
        "exit_reason": "TRAILING_STOP peak=0.249% now=0.199% trail=0.050% (84s)",
        "session_id": "46"
    },
    {
        "id": "815",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66490.01000000",
        "exit_price": "66441.68000000",
        "profit": "-0.001156",
        "profit_pct": "-0.000023",
        "entry_time": "2026-03-03 14:44:18",
        "exit_time": "2026-03-03 14:44:46",
        "hold_time": "28.25",
        "ofi_z": "-1.3549",
        "er": "1.0000",
        "wobi": "-0.9982",
        "vol": "0.000465",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7473",
        "exit_reason": "BREAKEVEN_STOP 0.073% (28s)",
        "session_id": "44"
    },
    {
        "id": "814",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66536.20000000",
        "exit_price": "66403.00000000",
        "profit": "-0.137596",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 14:44:14",
        "exit_time": "2026-03-03 14:44:32",
        "hold_time": "17.49",
        "ofi_z": "-1.2394",
        "er": "0.9245",
        "wobi": "0.2512",
        "vol": "0.000469",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "24.2784",
        "exit_reason": "STOP_LOSS -0.200% (17s)",
        "session_id": "46"
    },
    {
        "id": "813",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66544.76000000",
        "exit_price": "66400.94000000",
        "profit": "0.070563",
        "profit_pct": "0.001411",
        "entry_time": "2026-03-03 14:42:50",
        "exit_time": "2026-03-03 14:44:39",
        "hold_time": "109.80",
        "ofi_z": "-1.4313",
        "er": "0.9855",
        "wobi": "-0.9989",
        "vol": "0.000481",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9995",
        "exit_reason": "TRAILING_STOP peak=0.267% now=0.216% trail=0.050% (110s)",
        "session_id": "45"
    },
    {
        "id": "812",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66545.54000000",
        "exit_price": "66595.35000000",
        "profit": "-0.000075",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 14:42:50",
        "exit_time": "2026-03-03 14:44:03",
        "hold_time": "73.37",
        "ofi_z": "-1.4315",
        "er": "1.0000",
        "wobi": "0.3850",
        "vol": "0.000481",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.2958",
        "exit_reason": "BREAKEVEN_STOP 0.075% (73s)",
        "session_id": "46"
    },
    {
        "id": "811",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66502.38000000",
        "exit_price": "66669.09000000",
        "profit": "-0.162841",
        "profit_pct": "-0.003257",
        "entry_time": "2026-03-03 14:42:43",
        "exit_time": "2026-03-03 14:43:55",
        "hold_time": "71.60",
        "ofi_z": "-2.9496",
        "er": "0.9889",
        "wobi": "-0.8590",
        "vol": "0.000480",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.2898",
        "exit_reason": "STOP_LOSS -0.251% (72s)",
        "session_id": "44"
    },
    {
        "id": "810",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66771.65000000",
        "exit_price": "66624.69000000",
        "profit": "0.072547",
        "profit_pct": "0.001451",
        "entry_time": "2026-03-03 14:41:10",
        "exit_time": "2026-03-03 14:42:39",
        "hold_time": "89.96",
        "ofi_z": "-10.0000",
        "er": "1.0000",
        "wobi": "0.9850",
        "vol": "0.000515",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "7.3937",
        "exit_reason": "TRAILING_STOP peak=0.270% now=0.220% trail=0.050% (90s)",
        "session_id": "45"
    },
    {
        "id": "809",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66766.57000000",
        "exit_price": "66633.00000000",
        "profit": "-0.137528",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-03 14:40:57",
        "exit_time": "2026-03-03 14:42:39",
        "hold_time": "100.83",
        "ofi_z": "-0.7188",
        "er": "0.6204",
        "wobi": "0.3008",
        "vol": "0.000516",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "16.3891",
        "exit_reason": "STOP_LOSS -0.200% (101s)",
        "session_id": "46"
    },
    {
        "id": "808",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66824.99000000",
        "exit_price": "66657.76000000",
        "profit": "-0.162625",
        "profit_pct": "-0.003253",
        "entry_time": "2026-03-03 14:40:52",
        "exit_time": "2026-03-03 14:42:37",
        "hold_time": "104.48",
        "ofi_z": "2.9435",
        "er": "1.0000",
        "wobi": "0.9588",
        "vol": "0.000516",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3404",
        "exit_reason": "STOP_LOSS -0.250% (104s)",
        "session_id": "44"
    },
    {
        "id": "807",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67049.37000000",
        "exit_price": "66915.23000000",
        "profit": "-0.137531",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-03 14:40:13",
        "exit_time": "2026-03-03 14:40:30",
        "hold_time": "17.95",
        "ofi_z": "-1.1373",
        "er": "1.0000",
        "wobi": "0.2212",
        "vol": "0.000510",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.1362",
        "exit_reason": "STOP_LOSS -0.200% (18s)",
        "session_id": "46"
    },
    {
        "id": "806",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66986.75000000",
        "exit_price": "66818.41000000",
        "profit": "-0.163152",
        "profit_pct": "-0.003263",
        "entry_time": "2026-03-03 14:40:01",
        "exit_time": "2026-03-03 14:40:54",
        "hold_time": "53.60",
        "ofi_z": "-0.1669",
        "er": "1.0000",
        "wobi": "-0.9981",
        "vol": "0.000504",
        "spread": "0.000004",
        "regime": "TRENDING",
        "signal_score": "1.2384",
        "exit_reason": "STOP_LOSS -0.251% (54s)",
        "session_id": "45"
    },
    {
        "id": "805",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67024.99000000",
        "exit_price": "66857.14000000",
        "profit": "-0.162714",
        "profit_pct": "-0.003254",
        "entry_time": "2026-03-03 14:39:58",
        "exit_time": "2026-03-03 14:40:44",
        "hold_time": "45.74",
        "ofi_z": "2.1542",
        "er": "0.9960",
        "wobi": "-0.6114",
        "vol": "0.000503",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0585",
        "exit_reason": "STOP_LOSS -0.250% (46s)",
        "session_id": "44"
    },
    {
        "id": "804",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67086.45000000",
        "exit_price": "66952.16000000",
        "profit": "-0.137587",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 14:39:19",
        "exit_time": "2026-03-03 14:40:02",
        "hold_time": "42.79",
        "ofi_z": "-0.0334",
        "er": "1.0000",
        "wobi": "-0.9855",
        "vol": "0.000498",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.4357",
        "exit_reason": "STOP_LOSS -0.200% (43s)",
        "session_id": "46"
    },
    {
        "id": "803",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67147.35000000",
        "exit_price": "66979.16000000",
        "profit": "-0.162739",
        "profit_pct": "-0.003255",
        "entry_time": "2026-03-03 14:38:24",
        "exit_time": "2026-03-03 14:39:52",
        "hold_time": "88.61",
        "ofi_z": "2.1159",
        "er": "0.9970",
        "wobi": "0.4466",
        "vol": "0.000483",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0216",
        "exit_reason": "STOP_LOSS -0.250% (89s)",
        "session_id": "44"
    },
    {
        "id": "802",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67205.26000000",
        "exit_price": "67037.14000000",
        "profit": "-0.162579",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 14:38:20",
        "exit_time": "2026-03-03 14:39:43",
        "hold_time": "82.71",
        "ofi_z": "-2.9118",
        "er": "1.0000",
        "wobi": "-0.9953",
        "vol": "0.000473",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.9283",
        "exit_reason": "STOP_LOSS -0.250% (83s)",
        "session_id": "45"
    },
    {
        "id": "801",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67194.00000000",
        "exit_price": "67144.00000000",
        "profit": "-0.000294",
        "profit_pct": "-0.000006",
        "entry_time": "2026-03-03 14:38:10",
        "exit_time": "2026-03-03 14:39:03",
        "hold_time": "53.52",
        "ofi_z": "1.2676",
        "er": "1.0000",
        "wobi": "0.9965",
        "vol": "0.000465",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.1794",
        "exit_reason": "BREAKEVEN_STOP 0.074% (54s)",
        "session_id": "46"
    },
    {
        "id": "800",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67098.69000000",
        "exit_price": "67266.66000000",
        "profit": "-0.162666",
        "profit_pct": "-0.003253",
        "entry_time": "2026-03-03 14:38:04",
        "exit_time": "2026-03-03 14:38:16",
        "hold_time": "12.83",
        "ofi_z": "-1.7693",
        "er": "1.0000",
        "wobi": "-0.7527",
        "vol": "0.000459",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8779",
        "exit_reason": "STOP_LOSS -0.250% (13s)",
        "session_id": "44"
    },
    {
        "id": "799",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66950.31000000",
        "exit_price": "67084.58000000",
        "profit": "-0.137776",
        "profit_pct": "-0.002756",
        "entry_time": "2026-03-03 14:37:02",
        "exit_time": "2026-03-03 14:37:58",
        "hold_time": "56.18",
        "ofi_z": "1.0137",
        "er": "1.0000",
        "wobi": "-0.4520",
        "vol": "0.000434",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.9953",
        "exit_reason": "STOP_LOSS -0.201% (56s)",
        "session_id": "46"
    },
    {
        "id": "798",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66922.31000000",
        "exit_price": "67089.92000000",
        "profit": "-0.162727",
        "profit_pct": "-0.003255",
        "entry_time": "2026-03-03 14:36:59",
        "exit_time": "2026-03-03 14:37:59",
        "hold_time": "60.41",
        "ofi_z": "-1.2864",
        "er": "1.0000",
        "wobi": "0.7455",
        "vol": "0.000432",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6831",
        "exit_reason": "STOP_LOSS -0.250% (60s)",
        "session_id": "44"
    },
    {
        "id": "797",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66874.52000000",
        "exit_price": "66924.29000000",
        "profit": "-0.000289",
        "profit_pct": "-0.000006",
        "entry_time": "2026-03-03 14:35:38",
        "exit_time": "2026-03-03 14:36:51",
        "hold_time": "73.19",
        "ofi_z": "-1.3819",
        "er": "0.9894",
        "wobi": "0.9954",
        "vol": "0.000395",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.9283",
        "exit_reason": "BREAKEVEN_STOP 0.074% (73s)",
        "session_id": "46"
    },
    {
        "id": "796",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66841.23000000",
        "exit_price": "66931.08000000",
        "profit": "0.029712",
        "profit_pct": "0.000594",
        "entry_time": "2026-03-03 14:35:17",
        "exit_time": "2026-03-03 14:36:51",
        "hold_time": "94.92",
        "ofi_z": "0.1895",
        "er": "1.0000",
        "wobi": "-0.9988",
        "vol": "0.000392",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2673",
        "exit_reason": "TRAILING_STOP peak=0.235% now=0.134% trail=0.100% (95s)",
        "session_id": "44"
    },
    {
        "id": "795",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66979.65000000",
        "exit_price": "66812.00000000",
        "profit": "-0.162650",
        "profit_pct": "-0.003253",
        "entry_time": "2026-03-03 14:34:32",
        "exit_time": "2026-03-03 14:35:10",
        "hold_time": "39.01",
        "ofi_z": "-10.0000",
        "er": "1.0000",
        "wobi": "-0.7828",
        "vol": "0.000375",
        "spread": "0.000013",
        "regime": "TRENDING",
        "signal_score": "4.5167",
        "exit_reason": "STOP_LOSS -0.250% (39s)",
        "session_id": "44"
    },
    {
        "id": "794",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66916.93000000",
        "exit_price": "67123.68000000",
        "profit": "0.116983",
        "profit_pct": "0.002340",
        "entry_time": "2026-03-03 14:34:02",
        "exit_time": "2026-03-03 14:38:02",
        "hold_time": "240.84",
        "ofi_z": "0.6474",
        "er": "1.0000",
        "wobi": "0.7535",
        "vol": "0.000368",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4260",
        "exit_reason": "TRAILING_STOP peak=0.359% now=0.309% trail=0.050% (241s)",
        "session_id": "45"
    },
    {
        "id": "793",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66827.43000000",
        "exit_price": "66994.57000000",
        "profit": "-0.162553",
        "profit_pct": "-0.003251",
        "entry_time": "2026-03-03 14:33:45",
        "exit_time": "2026-03-03 14:34:19",
        "hold_time": "35.50",
        "ofi_z": "0.0621",
        "er": "1.0000",
        "wobi": "0.9990",
        "vol": "0.000356",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.1795",
        "exit_reason": "STOP_LOSS -0.250% (35s)",
        "session_id": "44"
    },
    {
        "id": "792",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66908.01000000",
        "exit_price": "66858.00000000",
        "profit": "-0.000128",
        "profit_pct": "-0.000003",
        "entry_time": "2026-03-03 14:33:34",
        "exit_time": "2026-03-03 14:35:26",
        "hold_time": "111.93",
        "ofi_z": "1.1666",
        "er": "1.0000",
        "wobi": "0.5981",
        "vol": "0.000351",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.0213",
        "exit_reason": "BREAKEVEN_STOP 0.075% (112s)",
        "session_id": "46"
    },
    {
        "id": "791",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66950.01000000",
        "exit_price": "66844.97000000",
        "profit": "0.081893",
        "profit_pct": "0.000819",
        "entry_time": "2026-03-03 14:33:20",
        "exit_time": "2026-03-03 14:33:52",
        "hold_time": "32.27",
        "ofi_z": "-1.2458",
        "er": "0.9385",
        "wobi": "-0.4170",
        "vol": "0.000349",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7400",
        "exit_reason": "TRAILING_STOP peak=0.208% now=0.157% trail=0.050% (32s)",
        "session_id": "45"
    },
    {
        "id": "790",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67211.99000000",
        "exit_price": "67043.90000000",
        "profit": "-0.325089",
        "profit_pct": "-0.003251",
        "entry_time": "2026-03-03 14:32:43",
        "exit_time": "2026-03-03 14:33:08",
        "hold_time": "25.24",
        "ofi_z": "1.3956",
        "er": "0.9900",
        "wobi": "0.9972",
        "vol": "0.000336",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8593",
        "exit_reason": "STOP_LOSS -0.250% (25s)",
        "session_id": "45"
    },
    {
        "id": "789",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67177.43000000",
        "exit_price": "66875.09000000",
        "profit": "0.225031",
        "profit_pct": "0.004501",
        "entry_time": "2026-03-03 14:32:14",
        "exit_time": "2026-03-03 14:33:34",
        "hold_time": "80.60",
        "ofi_z": "0.2722",
        "er": "1.0000",
        "wobi": "0.9967",
        "vol": "0.000324",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2101",
        "exit_reason": "TAKE_PROFIT +0.450% (81s)",
        "session_id": "44"
    },
    {
        "id": "788",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67241.20000000",
        "exit_price": "67106.52000000",
        "profit": "-0.137647",
        "profit_pct": "-0.002753",
        "entry_time": "2026-03-03 14:31:54",
        "exit_time": "2026-03-03 14:33:06",
        "hold_time": "71.19",
        "ofi_z": "0.3508",
        "er": "1.0000",
        "wobi": "-0.9788",
        "vol": "0.000320",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.4860",
        "exit_reason": "STOP_LOSS -0.200% (71s)",
        "session_id": "46"
    },
    {
        "id": "787",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67170.56000000",
        "exit_price": "67274.97000000",
        "profit": "0.080440",
        "profit_pct": "0.000804",
        "entry_time": "2026-03-03 14:31:46",
        "exit_time": "2026-03-03 14:32:29",
        "hold_time": "43.45",
        "ofi_z": "0.5894",
        "er": "1.0000",
        "wobi": "-0.9993",
        "vol": "0.000315",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3454",
        "exit_reason": "TRAILING_STOP peak=0.206% now=0.155% trail=0.050% (43s)",
        "session_id": "45"
    },
    {
        "id": "786",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67394.07000000",
        "exit_price": "67259.28000000",
        "profit": "-0.137501",
        "profit_pct": "-0.002750",
        "entry_time": "2026-03-03 14:31:28",
        "exit_time": "2026-03-03 14:31:40",
        "hold_time": "11.56",
        "ofi_z": "-1.5154",
        "er": "0.9831",
        "wobi": "0.2864",
        "vol": "0.000278",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.7549",
        "exit_reason": "STOP_LOSS -0.200% (12s)",
        "session_id": "46"
    },
    {
        "id": "785",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67401.60000000",
        "exit_price": "67234.86000000",
        "profit": "0.086191",
        "profit_pct": "0.001724",
        "entry_time": "2026-03-03 14:31:28",
        "exit_time": "2026-03-03 14:31:49",
        "hold_time": "22.11",
        "ofi_z": "-1.5154",
        "er": "0.9920",
        "wobi": "-0.4089",
        "vol": "0.000278",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5610",
        "exit_reason": "TRAILING_STOP peak=0.348% now=0.247% trail=0.100% (22s)",
        "session_id": "44"
    },
    {
        "id": "784",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67451.58000000",
        "exit_price": "67401.15000000",
        "profit": "-0.000235",
        "profit_pct": "-0.000002",
        "entry_time": "2026-03-03 14:31:24",
        "exit_time": "2026-03-03 14:31:33",
        "hold_time": "10.11",
        "ofi_z": "-0.7247",
        "er": "1.0000",
        "wobi": "-0.9870",
        "vol": "0.000271",
        "spread": "0.000009",
        "regime": "TRENDING",
        "signal_score": "1.3932",
        "exit_reason": "BREAKEVEN_STOP 0.075% (10s)",
        "session_id": "45"
    },
    {
        "id": "783",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67404.57000000",
        "exit_price": "67569.92000000",
        "profit": "0.085155",
        "profit_pct": "0.001703",
        "entry_time": "2026-03-03 14:31:09",
        "exit_time": "2026-03-03 14:31:16",
        "hold_time": "7.16",
        "ofi_z": "-0.8006",
        "er": "1.0000",
        "wobi": "0.9143",
        "vol": "0.000214",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.6788",
        "exit_reason": "TRAILING_STOP peak=0.296% now=0.245% trail=0.050% (7s)",
        "session_id": "46"
    },
    {
        "id": "782",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67393.81000000",
        "exit_price": "67562.37000000",
        "profit": "-0.325112",
        "profit_pct": "-0.003251",
        "entry_time": "2026-03-03 14:31:08",
        "exit_time": "2026-03-03 14:31:13",
        "hold_time": "4.89",
        "ofi_z": "-0.8001",
        "er": "1.0000",
        "wobi": "-0.9981",
        "vol": "0.000214",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3927",
        "exit_reason": "STOP_LOSS -0.250% (5s)",
        "session_id": "45"
    },
    {
        "id": "781",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67351.83000000",
        "exit_price": "67536.17000000",
        "profit": "0.099349",
        "profit_pct": "0.001987",
        "entry_time": "2026-03-03 14:31:04",
        "exit_time": "2026-03-03 14:31:18",
        "hold_time": "13.90",
        "ofi_z": "1.7919",
        "er": "1.0000",
        "wobi": "0.4547",
        "vol": "0.000213",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5779",
        "exit_reason": "TRAILING_STOP peak=0.374% now=0.274% trail=0.100% (14s)",
        "session_id": "44"
    },
    {
        "id": "780",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67184.40000000",
        "exit_price": "67319.80000000",
        "profit": "-0.138267",
        "profit_pct": "-0.002765",
        "entry_time": "2026-03-03 14:30:29",
        "exit_time": "2026-03-03 14:30:59",
        "hold_time": "30.10",
        "ofi_z": "4.8250",
        "er": "1.0000",
        "wobi": "0.7486",
        "vol": "0.000197",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "28.1798",
        "exit_reason": "STOP_LOSS -0.202% (30s)",
        "session_id": "46"
    },
    {
        "id": "779",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67133.95000000",
        "exit_price": "67302.00000000",
        "profit": "-0.162660",
        "profit_pct": "-0.003253",
        "entry_time": "2026-03-03 14:29:52",
        "exit_time": "2026-03-03 14:30:56",
        "hold_time": "65.07",
        "ofi_z": "-1.3249",
        "er": "1.0000",
        "wobi": "-0.9164",
        "vol": "0.000185",
        "spread": "0.000017",
        "regime": "TRENDING",
        "signal_score": "1.3869",
        "exit_reason": "STOP_LOSS -0.250% (65s)",
        "session_id": "44"
    },
    {
        "id": "778",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67120.95000000",
        "exit_price": "67288.89000000",
        "profit": "-0.325205",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 14:29:06",
        "exit_time": "2026-03-03 14:30:56",
        "hold_time": "110.88",
        "ofi_z": "0.7935",
        "er": "1.0000",
        "wobi": "0.9899",
        "vol": "0.000187",
        "spread": "0.000011",
        "regime": "TRENDING",
        "signal_score": "1.3657",
        "exit_reason": "STOP_LOSS -0.250% (111s)",
        "session_id": "45"
    },
    {
        "id": "777",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67196.71000000",
        "exit_price": "67147.36000000",
        "profit": "-0.001559",
        "profit_pct": "-0.000016",
        "entry_time": "2026-03-03 14:26:53",
        "exit_time": "2026-03-03 14:28:44",
        "hold_time": "109.57",
        "ofi_z": "-1.5382",
        "er": "1.0000",
        "wobi": "-0.9737",
        "vol": "0.000189",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8329",
        "exit_reason": "BREAKEVEN_STOP 0.073% (110s)",
        "session_id": "45"
    },
    {
        "id": "776",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67189.19000000",
        "exit_price": "67164.07000000",
        "profit": "-0.056193",
        "profit_pct": "-0.001124",
        "entry_time": "2026-03-03 14:25:13",
        "exit_time": "2026-03-03 14:30:14",
        "hold_time": "301.06",
        "ofi_z": "-0.6740",
        "er": "0.9608",
        "wobi": "0.6318",
        "vol": "0.000196",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "24.6044",
        "exit_reason": "SOFT_SL_TIME -0.037% (301s)",
        "session_id": "46"
    },
    {
        "id": "775",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67321.05000000",
        "exit_price": "67126.00000000",
        "profit": "0.107366",
        "profit_pct": "0.002147",
        "entry_time": "2026-03-03 14:23:10",
        "exit_time": "2026-03-03 14:28:09",
        "hold_time": "300.38",
        "ofi_z": "-1.3083",
        "er": "1.0000",
        "wobi": "-0.7792",
        "vol": "0.000178",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3732",
        "exit_reason": "TIME_DECAY 0.290% (300s)",
        "session_id": "44"
    },
    {
        "id": "774",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67321.05000000",
        "exit_price": "67210.82000000",
        "profit": "0.088738",
        "profit_pct": "0.000887",
        "entry_time": "2026-03-03 14:23:09",
        "exit_time": "2026-03-03 14:26:17",
        "hold_time": "187.63",
        "ofi_z": "-1.3083",
        "er": "1.0000",
        "wobi": "-0.7792",
        "vol": "0.000178",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6805",
        "exit_reason": "TRAILING_STOP peak=0.214% now=0.164% trail=0.050% (188s)",
        "session_id": "45"
    },
    {
        "id": "773",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67331.65000000",
        "exit_price": "67196.41000000",
        "profit": "-0.275857",
        "profit_pct": "-0.002759",
        "entry_time": "2026-03-03 14:23:08",
        "exit_time": "2026-03-03 14:24:59",
        "hold_time": "111.76",
        "ofi_z": "0.7879",
        "er": "0.9892",
        "wobi": "-0.7087",
        "vol": "0.000178",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.3700",
        "exit_reason": "STOP_LOSS -0.201% (112s)",
        "session_id": "46"
    },
    {
        "id": "772",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67098.01000000",
        "exit_price": "67266.00000000",
        "profit": "-0.162683",
        "profit_pct": "-0.003254",
        "entry_time": "2026-03-03 14:21:08",
        "exit_time": "2026-03-03 14:22:30",
        "hold_time": "82.41",
        "ofi_z": "-2.9048",
        "er": "0.9800",
        "wobi": "-0.9947",
        "vol": "0.000161",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8689",
        "exit_reason": "STOP_LOSS -0.250% (82s)",
        "session_id": "44"
    },
    {
        "id": "771",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67130.52000000",
        "exit_price": "67118.78000000",
        "profit": "-0.046244",
        "profit_pct": "-0.000925",
        "entry_time": "2026-03-03 14:18:21",
        "exit_time": "2026-03-03 14:20:52",
        "hold_time": "150.56",
        "ofi_z": "0.3539",
        "er": "1.0000",
        "wobi": "-0.9922",
        "vol": "0.000183",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0605",
        "exit_reason": "SOFT_SL_TIME -0.017% (151s)",
        "session_id": "44"
    },
    {
        "id": "770",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67146.59000000",
        "exit_price": "67280.96000000",
        "profit": "-0.275114",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-03 14:18:04",
        "exit_time": "2026-03-03 14:22:31",
        "hold_time": "266.93",
        "ofi_z": "8.6804",
        "er": "1.0000",
        "wobi": "-0.7590",
        "vol": "0.000181",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "30.5757",
        "exit_reason": "STOP_LOSS -0.200% (267s)",
        "session_id": "46"
    },
    {
        "id": "769",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67173.20000000",
        "exit_price": "67141.24000000",
        "profit": "-0.061289",
        "profit_pct": "-0.001226",
        "entry_time": "2026-03-03 14:15:36",
        "exit_time": "2026-03-03 14:18:07",
        "hold_time": "150.95",
        "ofi_z": "0.0668",
        "er": "0.9945",
        "wobi": "0.1306",
        "vol": "0.000175",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9510",
        "exit_reason": "SOFT_SL_TIME -0.048% (151s)",
        "session_id": "44"
    },
    {
        "id": "768",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67200.00000000",
        "exit_price": "67048.86000000",
        "profit": "0.149911",
        "profit_pct": "0.001499",
        "entry_time": "2026-03-03 14:12:56",
        "exit_time": "2026-03-03 14:17:26",
        "hold_time": "270.51",
        "ofi_z": "0.6560",
        "er": "0.9615",
        "wobi": "-0.5096",
        "vol": "0.000211",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "24.6240",
        "exit_reason": "TRAILING_STOP peak=0.275% now=0.225% trail=0.050% (271s)",
        "session_id": "46"
    },
    {
        "id": "767",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67180.21000000",
        "exit_price": "67156.92000000",
        "profit": "-0.054834",
        "profit_pct": "-0.001097",
        "entry_time": "2026-03-03 14:12:52",
        "exit_time": "2026-03-03 14:15:28",
        "hold_time": "155.31",
        "ofi_z": "3.0266",
        "er": "0.9909",
        "wobi": "0.4405",
        "vol": "0.000210",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9796",
        "exit_reason": "SOFT_SL_TIME -0.035% (155s)",
        "session_id": "44"
    },
    {
        "id": "766",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67156.90000000",
        "exit_price": "67321.04000000",
        "profit": "0.169413",
        "profit_pct": "0.001694",
        "entry_time": "2026-03-03 14:10:21",
        "exit_time": "2026-03-03 14:22:54",
        "hold_time": "753.59",
        "ofi_z": "2.1312",
        "er": "1.0000",
        "wobi": "0.5160",
        "vol": "0.000206",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.2180",
        "exit_reason": "TRAILING_STOP peak=0.294% now=0.244% trail=0.050% (754s)",
        "session_id": "45"
    },
    {
        "id": "765",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67213.27000000",
        "exit_price": "67162.92000000",
        "profit": "-0.000089",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 14:09:55",
        "exit_time": "2026-03-03 14:12:35",
        "hold_time": "159.96",
        "ofi_z": "10.0000",
        "er": "1.0000",
        "wobi": "-0.9967",
        "vol": "0.000206",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "31.4213",
        "exit_reason": "BREAKEVEN_STOP 0.075% (160s)",
        "session_id": "46"
    },
    {
        "id": "764",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67178.22000000",
        "exit_price": "67178.36000000",
        "profit": "-0.037604",
        "profit_pct": "-0.000752",
        "entry_time": "2026-03-03 14:08:33",
        "exit_time": "2026-03-03 14:12:40",
        "hold_time": "247.09",
        "ofi_z": "-3.0059",
        "er": "0.9798",
        "wobi": "-0.8442",
        "vol": "0.000192",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9424",
        "exit_reason": "SOFT_SL_TIME -0.000% (247s)",
        "session_id": "44"
    },
    {
        "id": "763",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67157.90000000",
        "exit_price": "67157.97000000",
        "profit": "-0.075104",
        "profit_pct": "-0.000751",
        "entry_time": "2026-03-03 14:05:46",
        "exit_time": "2026-03-03 14:08:27",
        "hold_time": "160.82",
        "ofi_z": "-2.2836",
        "er": "1.0000",
        "wobi": "-0.9964",
        "vol": "0.000185",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7072",
        "exit_reason": "SOFT_SL_TIME -0.000% (161s)",
        "session_id": "44"
    },
    {
        "id": "762",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67146.01000000",
        "exit_price": "67235.71000000",
        "profit": "-0.208589",
        "profit_pct": "-0.002086",
        "entry_time": "2026-03-03 14:04:38",
        "exit_time": "2026-03-03 14:09:41",
        "hold_time": "302.22",
        "ofi_z": "0.8544",
        "er": "1.0000",
        "wobi": "-0.3893",
        "vol": "0.000183",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.6863",
        "exit_reason": "SOFT_SL_TIME -0.134% (302s)",
        "session_id": "46"
    },
    {
        "id": "761",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67139.87000000",
        "exit_price": "67190.00000000",
        "profit": "-0.000335",
        "profit_pct": "-0.000003",
        "entry_time": "2026-03-03 14:04:38",
        "exit_time": "2026-03-03 14:10:06",
        "hold_time": "328.01",
        "ofi_z": "0.8544",
        "er": "0.9853",
        "wobi": "0.9404",
        "vol": "0.000183",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3901",
        "exit_reason": "BREAKEVEN_STOP 0.075% (328s)",
        "session_id": "45"
    },
    {
        "id": "760",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67049.03000000",
        "exit_price": "67098.73000000",
        "profit": "-0.000875",
        "profit_pct": "-0.000009",
        "entry_time": "2026-03-03 14:03:18",
        "exit_time": "2026-03-03 14:04:23",
        "hold_time": "65.30",
        "ofi_z": "-0.7163",
        "er": "1.0000",
        "wobi": "0.4072",
        "vol": "0.000188",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.6044",
        "exit_reason": "BREAKEVEN_STOP 0.074% (65s)",
        "session_id": "46"
    },
    {
        "id": "759",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66862.16000000",
        "exit_price": "66995.99000000",
        "profit": "-0.275158",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 14:02:23",
        "exit_time": "2026-03-03 14:03:01",
        "hold_time": "37.95",
        "ofi_z": "2.1643",
        "er": "1.0000",
        "wobi": "0.9661",
        "vol": "0.000180",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.5024",
        "exit_reason": "STOP_LOSS -0.200% (38s)",
        "session_id": "46"
    },
    {
        "id": "758",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66919.99000000",
        "exit_price": "67142.88000000",
        "profit": "0.258069",
        "profit_pct": "0.002581",
        "entry_time": "2026-03-03 14:02:05",
        "exit_time": "2026-03-03 14:05:19",
        "hold_time": "193.94",
        "ofi_z": "2.3826",
        "er": "1.0000",
        "wobi": "0.9966",
        "vol": "0.000177",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7300",
        "exit_reason": "TRAILING_STOP peak=0.434% now=0.333% trail=0.100% (194s)",
        "session_id": "44"
    },
    {
        "id": "757",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66950.92000000",
        "exit_price": "66900.99000000",
        "profit": "-0.149577",
        "profit_pct": "-0.001496",
        "entry_time": "2026-03-03 13:59:21",
        "exit_time": "2026-03-03 14:01:53",
        "hold_time": "152.15",
        "ofi_z": "1.3020",
        "er": "1.0000",
        "wobi": "0.9655",
        "vol": "0.000180",
        "spread": "0.000018",
        "regime": "TRENDING",
        "signal_score": "1.3734",
        "exit_reason": "SOFT_SL_TIME -0.075% (152s)",
        "session_id": "44"
    },
    {
        "id": "756",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66943.54000000",
        "exit_price": "67117.91000000",
        "profit": "0.185473",
        "profit_pct": "0.001855",
        "entry_time": "2026-03-03 13:57:52",
        "exit_time": "2026-03-03 14:04:23",
        "hold_time": "390.58",
        "ofi_z": "1.3080",
        "er": "1.0000",
        "wobi": "0.9894",
        "vol": "0.000202",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7003",
        "exit_reason": "TRAILING_STOP peak=0.311% now=0.260% trail=0.050% (391s)",
        "session_id": "45"
    },
    {
        "id": "755",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66858.13000000",
        "exit_price": "66924.99000000",
        "profit": "-0.175003",
        "profit_pct": "-0.001750",
        "entry_time": "2026-03-03 13:57:06",
        "exit_time": "2026-03-03 14:02:07",
        "hold_time": "300.78",
        "ofi_z": "0.7196",
        "er": "1.0000",
        "wobi": "-0.9974",
        "vol": "0.000204",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.6195",
        "exit_reason": "SOFT_SL_TIME -0.100% (301s)",
        "session_id": "46"
    },
    {
        "id": "754",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66828.01000000",
        "exit_price": "66946.90000000",
        "profit": "-0.252904",
        "profit_pct": "-0.002529",
        "entry_time": "2026-03-03 13:56:29",
        "exit_time": "2026-03-03 13:59:02",
        "hold_time": "152.82",
        "ofi_z": "-1.4678",
        "er": "1.0000",
        "wobi": "-0.2596",
        "vol": "0.000207",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4622",
        "exit_reason": "SOFT_SL_TIME -0.178% (153s)",
        "session_id": "44"
    },
    {
        "id": "753",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66930.93000000",
        "exit_price": "66829.28000000",
        "profit": "0.076873",
        "profit_pct": "0.000769",
        "entry_time": "2026-03-03 13:54:56",
        "exit_time": "2026-03-03 13:56:53",
        "hold_time": "116.30",
        "ofi_z": "2.8386",
        "er": "0.0000",
        "wobi": "-0.5590",
        "vol": "0.000223",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.7536",
        "exit_reason": "TRAILING_STOP peak=0.202% now=0.152% trail=0.050% (116s)",
        "session_id": "46"
    },
    {
        "id": "752",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66853.17000000",
        "exit_price": "66853.02000000",
        "profit": "-0.075224",
        "profit_pct": "-0.000752",
        "entry_time": "2026-03-03 13:51:52",
        "exit_time": "2026-03-03 13:56:06",
        "hold_time": "253.48",
        "ofi_z": "1.3011",
        "er": "0.9789",
        "wobi": "0.5524",
        "vol": "0.000204",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3885",
        "exit_reason": "SOFT_SL_TIME -0.000% (253s)",
        "session_id": "44"
    },
    {
        "id": "751",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66772.10000000",
        "exit_price": "66848.43000000",
        "profit": "-0.189314",
        "profit_pct": "-0.001893",
        "entry_time": "2026-03-03 13:49:09",
        "exit_time": "2026-03-03 13:51:41",
        "hold_time": "151.95",
        "ofi_z": "-1.6658",
        "er": "1.0000",
        "wobi": "-0.7319",
        "vol": "0.000199",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5187",
        "exit_reason": "SOFT_SL_TIME -0.114% (152s)",
        "session_id": "44"
    },
    {
        "id": "750",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66772.10000000",
        "exit_price": "66939.39000000",
        "profit": "-0.325539",
        "profit_pct": "-0.003255",
        "entry_time": "2026-03-03 13:49:09",
        "exit_time": "2026-03-03 13:57:42",
        "hold_time": "512.77",
        "ofi_z": "-1.6658",
        "er": "1.0000",
        "wobi": "-0.7319",
        "vol": "0.000199",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9215",
        "exit_reason": "STOP_LOSS -0.251% (513s)",
        "session_id": "45"
    },
    {
        "id": "749",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66827.92000000",
        "exit_price": "66878.00000000",
        "profit": "-0.000061",
        "profit_pct": "-0.000001",
        "entry_time": "2026-03-03 13:48:43",
        "exit_time": "2026-03-03 13:54:38",
        "hold_time": "354.51",
        "ofi_z": "0.8903",
        "er": "1.0000",
        "wobi": "-0.9960",
        "vol": "0.000195",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.7186",
        "exit_reason": "BREAKEVEN_STOP 0.075% (355s)",
        "session_id": "46"
    },
    {
        "id": "748",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66713.99000000",
        "exit_price": "66783.20000000",
        "profit": "0.028741",
        "profit_pct": "0.000287",
        "entry_time": "2026-03-03 13:47:52",
        "exit_time": "2026-03-03 13:49:03",
        "hold_time": "71.55",
        "ofi_z": "2.5015",
        "er": "0.9928",
        "wobi": "0.9544",
        "vol": "0.000181",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7697",
        "exit_reason": "TRAILING_STOP peak=0.204% now=0.104% trail=0.100% (72s)",
        "session_id": "44"
    },
    {
        "id": "747",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66713.56000000",
        "exit_price": "66816.00000000",
        "profit": "0.078552",
        "profit_pct": "0.000786",
        "entry_time": "2026-03-03 13:47:51",
        "exit_time": "2026-03-03 13:48:58",
        "hold_time": "67.12",
        "ofi_z": "0.7523",
        "er": "1.0000",
        "wobi": "0.9832",
        "vol": "0.000181",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3357",
        "exit_reason": "TRAILING_STOP peak=0.205% now=0.154% trail=0.050% (67s)",
        "session_id": "45"
    },
    {
        "id": "746",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66686.95000000",
        "exit_price": "66820.86000000",
        "profit": "-0.275804",
        "profit_pct": "-0.002758",
        "entry_time": "2026-03-03 13:47:43",
        "exit_time": "2026-03-03 13:48:30",
        "hold_time": "46.34",
        "ofi_z": "10.0000",
        "er": "0.9831",
        "wobi": "0.0195",
        "vol": "0.000181",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "30.9768",
        "exit_reason": "STOP_LOSS -0.201% (46s)",
        "session_id": "46"
    },
    {
        "id": "745",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66793.41000000",
        "exit_price": "66659.72000000",
        "profit": "-0.275154",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 13:46:13",
        "exit_time": "2026-03-03 13:47:32",
        "hold_time": "80.02",
        "ofi_z": "-2.5040",
        "er": "0.9841",
        "wobi": "0.7861",
        "vol": "0.000174",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.3127",
        "exit_reason": "STOP_LOSS -0.200% (80s)",
        "session_id": "46"
    },
    {
        "id": "744",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66790.74000000",
        "exit_price": "66702.35000000",
        "profit": "0.057339",
        "profit_pct": "0.000573",
        "entry_time": "2026-03-03 13:46:12",
        "exit_time": "2026-03-03 13:47:45",
        "hold_time": "92.92",
        "ofi_z": "-2.5040",
        "er": "1.0000",
        "wobi": "-0.9969",
        "vol": "0.000174",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7658",
        "exit_reason": "TRAILING_STOP peak=0.233% now=0.132% trail=0.100% (93s)",
        "session_id": "44"
    },
    {
        "id": "743",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66790.74000000",
        "exit_price": "66668.78000000",
        "profit": "0.107600",
        "profit_pct": "0.001076",
        "entry_time": "2026-03-03 13:46:12",
        "exit_time": "2026-03-03 13:47:41",
        "hold_time": "88.76",
        "ofi_z": "-2.4401",
        "er": "1.0000",
        "wobi": "-0.9969",
        "vol": "0.000174",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3839",
        "exit_reason": "TRAILING_STOP peak=0.233% now=0.183% trail=0.050% (89s)",
        "session_id": "45"
    },
    {
        "id": "742",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66883.51000000",
        "exit_price": "66718.00000000",
        "profit": "0.172460",
        "profit_pct": "0.001725",
        "entry_time": "2026-03-03 13:44:42",
        "exit_time": "2026-03-03 13:45:55",
        "hold_time": "72.91",
        "ofi_z": "1.7979",
        "er": "1.0000",
        "wobi": "-0.8249",
        "vol": "0.000153",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.2512",
        "exit_reason": "TRAILING_STOP peak=0.298% now=0.247% trail=0.050% (73s)",
        "session_id": "46"
    },
    {
        "id": "741",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66874.01000000",
        "exit_price": "66751.65000000",
        "profit": "0.107971",
        "profit_pct": "0.001080",
        "entry_time": "2026-03-03 13:44:13",
        "exit_time": "2026-03-03 13:46:03",
        "hold_time": "109.12",
        "ofi_z": "-1.5660",
        "er": "0.9873",
        "wobi": "-0.7518",
        "vol": "0.000155",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4210",
        "exit_reason": "TRAILING_STOP peak=0.283% now=0.183% trail=0.100% (109s)",
        "session_id": "44"
    },
    {
        "id": "740",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66873.64000000",
        "exit_price": "66718.00000000",
        "profit": "0.157737",
        "profit_pct": "0.001577",
        "entry_time": "2026-03-03 13:43:31",
        "exit_time": "2026-03-03 13:45:55",
        "hold_time": "143.86",
        "ofi_z": "-1.0058",
        "er": "1.0000",
        "wobi": "-0.9930",
        "vol": "0.000158",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4747",
        "exit_reason": "TRAILING_STOP peak=0.283% now=0.233% trail=0.050% (144s)",
        "session_id": "45"
    },
    {
        "id": "739",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67000.01000000",
        "exit_price": "66917.35000000",
        "profit": "0.048373",
        "profit_pct": "0.000484",
        "entry_time": "2026-03-03 13:42:10",
        "exit_time": "2026-03-03 13:44:07",
        "hold_time": "116.89",
        "ofi_z": "-2.3019",
        "er": "0.9655",
        "wobi": "-0.7802",
        "vol": "0.000166",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6642",
        "exit_reason": "TRAILING_STOP peak=0.224% now=0.123% trail=0.100% (117s)",
        "session_id": "44"
    },
    {
        "id": "738",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66968.87000000",
        "exit_price": "66893.39000000",
        "profit": "-0.187709",
        "profit_pct": "-0.001877",
        "entry_time": "2026-03-03 13:38:53",
        "exit_time": "2026-03-03 13:43:53",
        "hold_time": "300.14",
        "ofi_z": "-2.7335",
        "er": "0.0000",
        "wobi": "0.8689",
        "vol": "0.000206",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.7181",
        "exit_reason": "SOFT_SL_TIME -0.113% (300s)",
        "session_id": "46"
    },
    {
        "id": "737",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67029.57000000",
        "exit_price": "66997.97000000",
        "profit": "-0.027857",
        "profit_pct": "-0.000279",
        "entry_time": "2026-03-03 13:36:48",
        "exit_time": "2026-03-03 13:41:48",
        "hold_time": "300.16",
        "ofi_z": "-1.4621",
        "er": "1.0000",
        "wobi": "-0.9343",
        "vol": "0.000204",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4562",
        "exit_reason": "TIME_DECAY 0.047% (300s)",
        "session_id": "44"
    },
    {
        "id": "736",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67051.94000000",
        "exit_price": "66884.20000000",
        "profit": "-0.325164",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 13:34:10",
        "exit_time": "2026-03-03 13:43:10",
        "hold_time": "539.98",
        "ofi_z": "1.1864",
        "er": "0.9949",
        "wobi": "0.7101",
        "vol": "0.000202",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6205",
        "exit_reason": "STOP_LOSS -0.250% (540s)",
        "session_id": "45"
    },
    {
        "id": "735",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67005.36000000",
        "exit_price": "67049.99000000",
        "profit": "-0.141607",
        "profit_pct": "-0.001416",
        "entry_time": "2026-03-03 13:34:04",
        "exit_time": "2026-03-03 13:36:34",
        "hold_time": "150.44",
        "ofi_z": "-2.2706",
        "er": "1.0000",
        "wobi": "-0.9945",
        "vol": "0.000197",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7178",
        "exit_reason": "SOFT_SL_TIME -0.067% (150s)",
        "session_id": "44"
    },
    {
        "id": "734",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67083.86000000",
        "exit_price": "66949.37000000",
        "profit": "-0.275480",
        "profit_pct": "-0.002755",
        "entry_time": "2026-03-03 13:33:43",
        "exit_time": "2026-03-03 13:38:13",
        "hold_time": "270.08",
        "ofi_z": "-1.1955",
        "er": "0.9948",
        "wobi": "0.4954",
        "vol": "0.000195",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.7810",
        "exit_reason": "STOP_LOSS -0.200% (270s)",
        "session_id": "46"
    },
    {
        "id": "733",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66934.38000000",
        "exit_price": "67050.31000000",
        "profit": "0.098199",
        "profit_pct": "0.000982",
        "entry_time": "2026-03-03 13:31:26",
        "exit_time": "2026-03-03 13:34:00",
        "hold_time": "154.59",
        "ofi_z": "1.4294",
        "er": "1.0000",
        "wobi": "0.9971",
        "vol": "0.000170",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7492",
        "exit_reason": "TRAILING_STOP peak=0.223% now=0.173% trail=0.050% (155s)",
        "session_id": "45"
    },
    {
        "id": "732",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66916.91000000",
        "exit_price": "67063.30000000",
        "profit": "-0.293764",
        "profit_pct": "-0.002938",
        "entry_time": "2026-03-03 13:31:25",
        "exit_time": "2026-03-03 13:33:55",
        "hold_time": "150.09",
        "ofi_z": "-3.0542",
        "er": "1.0000",
        "wobi": "0.9691",
        "vol": "0.000170",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9446",
        "exit_reason": "SOFT_SL_TIME -0.219% (150s)",
        "session_id": "44"
    },
    {
        "id": "731",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66892.96000000",
        "exit_price": "67026.79000000",
        "profit": "-0.275066",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-03 13:31:23",
        "exit_time": "2026-03-03 13:33:19",
        "hold_time": "116.24",
        "ofi_z": "-1.7760",
        "er": "1.0000",
        "wobi": "0.4313",
        "vol": "0.000166",
        "spread": "0.000018",
        "regime": "TRENDING",
        "signal_score": "26.2481",
        "exit_reason": "STOP_LOSS -0.200% (116s)",
        "session_id": "46"
    },
    {
        "id": "730",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67121.43000000",
        "exit_price": "66953.27000000",
        "profit": "-0.325531",
        "profit_pct": "-0.003255",
        "entry_time": "2026-03-03 13:28:56",
        "exit_time": "2026-03-03 13:31:17",
        "hold_time": "141.31",
        "ofi_z": "3.4684",
        "er": "1.0000",
        "wobi": "0.9942",
        "vol": "0.000138",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0434",
        "exit_reason": "STOP_LOSS -0.251% (141s)",
        "session_id": "44"
    },
    {
        "id": "729",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67070.01000000",
        "exit_price": "67113.27000000",
        "profit": "-0.139500",
        "profit_pct": "-0.001395",
        "entry_time": "2026-03-03 13:26:10",
        "exit_time": "2026-03-03 13:28:43",
        "hold_time": "152.45",
        "ofi_z": "-0.0216",
        "er": "0.3333",
        "wobi": "-0.5272",
        "vol": "0.000166",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "0.4528",
        "exit_reason": "SOFT_SL_TIME -0.064% (152s)",
        "session_id": "44"
    },
    {
        "id": "728",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67102.57000000",
        "exit_price": "67096.81000000",
        "profit": "-0.083584",
        "profit_pct": "-0.000836",
        "entry_time": "2026-03-03 13:23:52",
        "exit_time": "2026-03-03 13:30:08",
        "hold_time": "376.40",
        "ofi_z": "-4.7763",
        "er": "0.8974",
        "wobi": "0.9823",
        "vol": "0.000178",
        "spread": "0.000013",
        "regime": "TRENDING",
        "signal_score": "25.5692",
        "exit_reason": "SOFT_SL_TIME -0.009% (376s)",
        "session_id": "46"
    },
    {
        "id": "727",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67107.55000000",
        "exit_price": "67060.08000000",
        "profit": "-0.145737",
        "profit_pct": "-0.001457",
        "entry_time": "2026-03-03 13:23:31",
        "exit_time": "2026-03-03 13:26:01",
        "hold_time": "150.12",
        "ofi_z": "2.0323",
        "er": "0.9961",
        "wobi": "-0.9894",
        "vol": "0.000180",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6138",
        "exit_reason": "SOFT_SL_TIME -0.071% (150s)",
        "session_id": "44"
    },
    {
        "id": "726",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67168.09000000",
        "exit_price": "67000.08000000",
        "profit": "-0.325134",
        "profit_pct": "-0.003251",
        "entry_time": "2026-03-03 13:21:05",
        "exit_time": "2026-03-03 13:31:10",
        "hold_time": "604.79",
        "ofi_z": "2.4038",
        "er": "1.0000",
        "wobi": "0.6276",
        "vol": "0.000193",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3779",
        "exit_reason": "STOP_LOSS -0.250% (605s)",
        "session_id": "45"
    },
    {
        "id": "725",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67120.31000000",
        "exit_price": "67134.17000000",
        "profit": "-0.095649",
        "profit_pct": "-0.000956",
        "entry_time": "2026-03-03 13:20:38",
        "exit_time": "2026-03-03 13:23:07",
        "hold_time": "150.18",
        "ofi_z": "-1.3524",
        "er": "1.0000",
        "wobi": "-0.3436",
        "vol": "0.000198",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4122",
        "exit_reason": "SOFT_SL_TIME -0.021% (150s)",
        "session_id": "44"
    },
    {
        "id": "724",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67080.11000000",
        "exit_price": "67098.50000000",
        "profit": "-0.102415",
        "profit_pct": "-0.001024",
        "entry_time": "2026-03-03 13:18:40",
        "exit_time": "2026-03-03 13:23:41",
        "hold_time": "301.58",
        "ofi_z": "4.2460",
        "er": "0.9891",
        "wobi": "-0.9562",
        "vol": "0.000234",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "27.5755",
        "exit_reason": "SOFT_SL_TIME -0.027% (302s)",
        "session_id": "46"
    },
    {
        "id": "723",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67187.94000000",
        "exit_price": "67138.00000000",
        "profit": "-0.000671",
        "profit_pct": "-0.000007",
        "entry_time": "2026-03-03 13:18:23",
        "exit_time": "2026-03-03 13:20:53",
        "hold_time": "150.83",
        "ofi_z": "-1.5617",
        "er": "1.0000",
        "wobi": "-0.9922",
        "vol": "0.000219",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8727",
        "exit_reason": "BREAKEVEN_STOP 0.074% (151s)",
        "session_id": "45"
    },
    {
        "id": "722",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67152.79000000",
        "exit_price": "67118.28000000",
        "profit": "-0.126390",
        "profit_pct": "-0.001264",
        "entry_time": "2026-03-03 13:17:57",
        "exit_time": "2026-03-03 13:20:28",
        "hold_time": "151.24",
        "ofi_z": "1.2896",
        "er": "0.9958",
        "wobi": "0.1994",
        "vol": "0.000225",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4227",
        "exit_reason": "SOFT_SL_TIME -0.051% (151s)",
        "session_id": "44"
    },
    {
        "id": "721",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67039.27000000",
        "exit_price": "67173.48000000",
        "profit": "-0.275196",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 13:15:36",
        "exit_time": "2026-03-03 13:18:05",
        "hold_time": "150.00",
        "ofi_z": "1.6333",
        "er": "1.0000",
        "wobi": "-0.5911",
        "vol": "0.000267",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.2430",
        "exit_reason": "STOP_LOSS -0.200% (150s)",
        "session_id": "46"
    },
    {
        "id": "720",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67023.31000000",
        "exit_price": "67124.99000000",
        "profit": "-0.226708",
        "profit_pct": "-0.002267",
        "entry_time": "2026-03-03 13:15:17",
        "exit_time": "2026-03-03 13:17:49",
        "hold_time": "153.31",
        "ofi_z": "-2.2539",
        "er": "1.0000",
        "wobi": "-0.9945",
        "vol": "0.000311",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8537",
        "exit_reason": "SOFT_SL_TIME -0.152% (153s)",
        "session_id": "44"
    },
    {
        "id": "719",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67023.31000000",
        "exit_price": "67191.73000000",
        "profit": "-0.326286",
        "profit_pct": "-0.003263",
        "entry_time": "2026-03-03 13:15:17",
        "exit_time": "2026-03-03 13:18:08",
        "hold_time": "172.20",
        "ofi_z": "-2.2534",
        "er": "1.0000",
        "wobi": "-0.9945",
        "vol": "0.000311",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.3814",
        "exit_reason": "STOP_LOSS -0.251% (172s)",
        "session_id": "45"
    },
    {
        "id": "718",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67479.61000000",
        "exit_price": "66999.80000000",
        "profit": "-0.786044",
        "profit_pct": "-0.007860",
        "entry_time": "2026-03-03 12:24:02",
        "exit_time": "2026-03-03 13:14:53",
        "hold_time": "3050.76",
        "ofi_z": "1.9254",
        "er": "1.0000",
        "wobi": "0.6190",
        "vol": "0.000189",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5928",
        "exit_reason": "STOP_LOSS -0.711% (3051s)",
        "session_id": "44"
    },
    {
        "id": "717",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67483.17000000",
        "exit_price": "67430.99000000",
        "profit": "-0.152323",
        "profit_pct": "-0.001523",
        "entry_time": "2026-03-03 12:21:01",
        "exit_time": "2026-03-03 12:23:32",
        "hold_time": "151.72",
        "ofi_z": "1.4672",
        "er": "0.9949",
        "wobi": "0.8054",
        "vol": "0.000244",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5045",
        "exit_reason": "SOFT_SL_TIME -0.077% (152s)",
        "session_id": "44"
    },
    {
        "id": "716",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67578.88000000",
        "exit_price": "67482.81000000",
        "profit": "-0.217160",
        "profit_pct": "-0.002172",
        "entry_time": "2026-03-03 12:18:15",
        "exit_time": "2026-03-03 12:20:46",
        "hold_time": "151.09",
        "ofi_z": "2.2390",
        "er": "0.0000",
        "wobi": "0.3884",
        "vol": "0.000255",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "1.0649",
        "exit_reason": "SOFT_SL_TIME -0.142% (151s)",
        "session_id": "44"
    },
    {
        "id": "715",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67609.48000000",
        "exit_price": "67520.01000000",
        "profit": "-0.207334",
        "profit_pct": "-0.002073",
        "entry_time": "2026-03-03 12:15:39",
        "exit_time": "2026-03-03 12:18:10",
        "hold_time": "150.39",
        "ofi_z": "2.8436",
        "er": "1.0000",
        "wobi": "0.9919",
        "vol": "0.000258",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9847",
        "exit_reason": "SOFT_SL_TIME -0.132% (150s)",
        "session_id": "44"
    },
    {
        "id": "714",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67791.22000000",
        "exit_price": "67621.64000000",
        "profit": "-0.325150",
        "profit_pct": "-0.003252",
        "entry_time": "2026-03-03 12:13:13",
        "exit_time": "2026-03-03 12:15:14",
        "hold_time": "120.77",
        "ofi_z": "1.3702",
        "er": "0.9798",
        "wobi": "0.3522",
        "vol": "0.000249",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4675",
        "exit_reason": "STOP_LOSS -0.250% (121s)",
        "session_id": "44"
    },
    {
        "id": "713",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67957.24000000",
        "exit_price": "67786.60000000",
        "profit": "-0.326099",
        "profit_pct": "-0.003261",
        "entry_time": "2026-03-03 12:12:43",
        "exit_time": "2026-03-03 12:13:04",
        "hold_time": "21.39",
        "ofi_z": "2.1306",
        "er": "1.0000",
        "wobi": "-0.9716",
        "vol": "0.000234",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7164",
        "exit_reason": "STOP_LOSS -0.251% (21s)",
        "session_id": "44"
    },
    {
        "id": "712",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67660.87000000",
        "exit_price": "67965.51000000",
        "profit": "0.450245",
        "profit_pct": "0.004502",
        "entry_time": "2026-03-03 12:11:46",
        "exit_time": "2026-03-03 12:12:36",
        "hold_time": "50.22",
        "ofi_z": "0.9682",
        "er": "1.0000",
        "wobi": "-0.9990",
        "vol": "0.000201",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2886",
        "exit_reason": "TAKE_PROFIT +0.450% (50s)",
        "session_id": "44"
    },
    {
        "id": "711",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67475.49000000",
        "exit_price": "67644.49000000",
        "profit": "-0.325461",
        "profit_pct": "-0.003255",
        "entry_time": "2026-03-03 12:09:54",
        "exit_time": "2026-03-03 12:11:37",
        "hold_time": "103.56",
        "ofi_z": "-2.7219",
        "er": "1.0000",
        "wobi": "-0.9876",
        "vol": "0.000203",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8757",
        "exit_reason": "STOP_LOSS -0.250% (104s)",
        "session_id": "44"
    },
    {
        "id": "710",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67383.46000000",
        "exit_price": "67383.10000000",
        "profit": "-0.075534",
        "profit_pct": "-0.000755",
        "entry_time": "2026-03-03 12:06:31",
        "exit_time": "2026-03-03 12:09:03",
        "hold_time": "152.39",
        "ofi_z": "2.3494",
        "er": "1.0000",
        "wobi": "0.9691",
        "vol": "0.000188",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7329",
        "exit_reason": "SOFT_SL_TIME -0.001% (152s)",
        "session_id": "44"
    },
    {
        "id": "709",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67186.72000000",
        "exit_price": "67325.59000000",
        "profit": "-0.281693",
        "profit_pct": "-0.002817",
        "entry_time": "2026-03-03 12:03:53",
        "exit_time": "2026-03-03 12:06:24",
        "hold_time": "150.07",
        "ofi_z": "-1.9119",
        "er": "1.0000",
        "wobi": "-0.8397",
        "vol": "0.000164",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5566",
        "exit_reason": "SOFT_SL_TIME -0.207% (150s)",
        "session_id": "44"
    },
    {
        "id": "708",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67062.30000000",
        "exit_price": "67135.31000000",
        "profit": "0.033869",
        "profit_pct": "0.000339",
        "entry_time": "2026-03-03 11:58:28",
        "exit_time": "2026-03-03 12:03:28",
        "hold_time": "300.46",
        "ofi_z": "2.1014",
        "er": "0.9909",
        "wobi": "0.8030",
        "vol": "0.000127",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5666",
        "exit_reason": "TIME_DECAY 0.109% (300s)",
        "session_id": "44"
    },
    {
        "id": "707",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66955.46000000",
        "exit_price": "67048.35000000",
        "profit": "-0.213734",
        "profit_pct": "-0.002137",
        "entry_time": "2026-03-03 11:55:42",
        "exit_time": "2026-03-03 11:58:13",
        "hold_time": "151.40",
        "ofi_z": "-1.3389",
        "er": "1.0000",
        "wobi": "-0.8030",
        "vol": "0.000130",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3236",
        "exit_reason": "SOFT_SL_TIME -0.139% (151s)",
        "session_id": "44"
    },
    {
        "id": "706",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67029.98000000",
        "exit_price": "66971.05000000",
        "profit": "-0.162916",
        "profit_pct": "-0.001629",
        "entry_time": "2026-03-03 11:52:50",
        "exit_time": "2026-03-03 11:55:21",
        "hold_time": "150.62",
        "ofi_z": "-5.9678",
        "er": "1.0000",
        "wobi": "-0.9972",
        "vol": "0.000142",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.8806",
        "exit_reason": "SOFT_SL_TIME -0.088% (151s)",
        "session_id": "44"
    },
    {
        "id": "705",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67009.01000000",
        "exit_price": "67020.81000000",
        "profit": "-0.092610",
        "profit_pct": "-0.000926",
        "entry_time": "2026-03-03 11:50:09",
        "exit_time": "2026-03-03 11:52:40",
        "hold_time": "150.97",
        "ofi_z": "-1.8879",
        "er": "1.0000",
        "wobi": "-0.8324",
        "vol": "0.000164",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5484",
        "exit_reason": "SOFT_SL_TIME -0.018% (151s)",
        "session_id": "44"
    },
    {
        "id": "704",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67051.95000000",
        "exit_price": "66999.80000000",
        "profit": "0.002776",
        "profit_pct": "0.000028",
        "entry_time": "2026-03-03 11:49:56",
        "exit_time": "2026-03-03 13:14:54",
        "hold_time": "5096.76",
        "ofi_z": "1.8072",
        "er": "0.9897",
        "wobi": "-0.8059",
        "vol": "0.000162",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.0083",
        "exit_reason": "TIME_DECAY 0.078% (5097s)",
        "session_id": "46"
    },
    {
        "id": "703",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67132.37000000",
        "exit_price": "67098.49000000",
        "profit": "-0.125467",
        "profit_pct": "-0.001255",
        "entry_time": "2026-03-03 11:47:18",
        "exit_time": "2026-03-03 11:49:48",
        "hold_time": "150.00",
        "ofi_z": "1.3596",
        "er": "1.0000",
        "wobi": "0.9995",
        "vol": "0.000116",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3127",
        "exit_reason": "SOFT_SL_TIME -0.050% (150s)",
        "session_id": "44"
    },
    {
        "id": "701",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66909.83000000",
        "exit_price": "67043.76000000",
        "profit": "-0.275165",
        "profit_pct": "-0.002752",
        "entry_time": "2026-03-03 11:26:13",
        "exit_time": "2026-03-03 11:37:12",
        "hold_time": "658.98",
        "ofi_z": "-0.3522",
        "er": "1.0000",
        "wobi": "0.1613",
        "vol": "0.000150",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0597",
        "exit_reason": "STOP_LOSS -0.200% (659s)",
        "session_id": "42"
    },
    {
        "id": "700",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66832.77000000",
        "exit_price": "66966.47000000",
        "profit": "-0.275052",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-03 11:18:22",
        "exit_time": "2026-03-03 11:22:17",
        "hold_time": "234.58",
        "ofi_z": "-1.3736",
        "er": "1.0000",
        "wobi": "-0.8346",
        "vol": "0.000160",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7061",
        "exit_reason": "STOP_LOSS -0.200% (235s)",
        "session_id": "42"
    },
    {
        "id": "699",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66963.23000000",
        "exit_price": "67118.25000000",
        "profit": "-0.306500",
        "profit_pct": "-0.003065",
        "entry_time": "2026-03-03 11:13:18",
        "exit_time": "2026-03-03 11:46:26",
        "hold_time": "1987.80",
        "ofi_z": "10.0000",
        "er": "1.0000",
        "wobi": "0.9978",
        "vol": "0.000168",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "7.1740",
        "exit_reason": "TIME_DECAY -0.232% (1988s)",
        "session_id": "41"
    },
    {
        "id": "698",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66949.75000000",
        "exit_price": "66815.78000000",
        "profit": "-0.275105",
        "profit_pct": "-0.002751",
        "entry_time": "2026-03-03 11:13:16",
        "exit_time": "2026-03-03 11:17:06",
        "hold_time": "229.20",
        "ofi_z": "2.0335",
        "er": "1.0000",
        "wobi": "0.4106",
        "vol": "0.000168",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1250",
        "exit_reason": "STOP_LOSS -0.200% (229s)",
        "session_id": "42"
    },
    {
        "id": "697",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66982.65000000",
        "exit_price": "67009.00000000",
        "profit": "-0.114339",
        "profit_pct": "-0.001143",
        "entry_time": "2026-03-03 11:10:03",
        "exit_time": "2026-03-03 11:12:37",
        "hold_time": "153.76",
        "ofi_z": "-3.0288",
        "er": "1.0000",
        "wobi": "0.8941",
        "vol": "0.000165",
        "spread": "0.000056",
        "regime": "TRENDING",
        "signal_score": "2.8140",
        "exit_reason": "SOFT_SL_TIME -0.039% (154s)",
        "session_id": "41"
    },
    {
        "id": "696",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66925.16000000",
        "exit_price": "66925.99000000",
        "profit": "-0.076240",
        "profit_pct": "-0.000762",
        "entry_time": "2026-03-03 11:06:53",
        "exit_time": "2026-03-03 11:09:46",
        "hold_time": "172.45",
        "ofi_z": "-0.0724",
        "er": "1.0000",
        "wobi": "0.9948",
        "vol": "0.000149",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9452",
        "exit_reason": "SOFT_SL_TIME -0.001% (172s)",
        "session_id": "41"
    },
    {
        "id": "695",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66971.67000000",
        "exit_price": "66944.00000000",
        "profit": "-0.116316",
        "profit_pct": "-0.001163",
        "entry_time": "2026-03-03 11:04:12",
        "exit_time": "2026-03-03 11:06:42",
        "hold_time": "150.47",
        "ofi_z": "2.3577",
        "er": "1.0000",
        "wobi": "0.9982",
        "vol": "0.000142",
        "spread": "0.000005",
        "regime": "TRENDING",
        "signal_score": "2.3648",
        "exit_reason": "SOFT_SL_TIME -0.041% (150s)",
        "session_id": "41"
    },
    {
        "id": "694",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66821.17000000",
        "exit_price": "66969.98000000",
        "profit": "-0.297699",
        "profit_pct": "-0.002977",
        "entry_time": "2026-03-03 11:01:24",
        "exit_time": "2026-03-03 11:04:06",
        "hold_time": "162.72",
        "ofi_z": "-1.6623",
        "er": "0.9592",
        "wobi": "-0.3392",
        "vol": "0.000147",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9079",
        "exit_reason": "SOFT_SL_TIME -0.223% (163s)",
        "session_id": "41"
    },
    {
        "id": "693",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66753.17000000",
        "exit_price": "66846.72000000",
        "profit": "-0.215143",
        "profit_pct": "-0.002151",
        "entry_time": "2026-03-03 10:58:30",
        "exit_time": "2026-03-03 11:01:00",
        "hold_time": "150.02",
        "ofi_z": "-3.4109",
        "er": "1.0000",
        "wobi": "-0.9610",
        "vol": "0.000165",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "3.0520",
        "exit_reason": "SOFT_SL_TIME -0.140% (150s)",
        "session_id": "41"
    },
    {
        "id": "692",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66754.26000000",
        "exit_price": "66714.71000000",
        "profit": "-0.134247",
        "profit_pct": "-0.001342",
        "entry_time": "2026-03-03 10:55:37",
        "exit_time": "2026-03-03 10:58:08",
        "hold_time": "150.18",
        "ofi_z": "1.9036",
        "er": "0.9808",
        "wobi": "0.8766",
        "vol": "0.000176",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1100",
        "exit_reason": "SOFT_SL_TIME -0.059% (150s)",
        "session_id": "41"
    },
    {
        "id": "691",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66800.22000000",
        "exit_price": "66741.34000000",
        "profit": "-0.163143",
        "profit_pct": "-0.001631",
        "entry_time": "2026-03-03 10:53:00",
        "exit_time": "2026-03-03 10:55:30",
        "hold_time": "150.00",
        "ofi_z": "1.9822",
        "er": "0.9167",
        "wobi": "0.5064",
        "vol": "0.000172",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1090",
        "exit_reason": "SOFT_SL_TIME -0.088% (150s)",
        "session_id": "41"
    },
    {
        "id": "690",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66808.27000000",
        "exit_price": "67075.53000000",
        "profit": "0.400040",
        "profit_pct": "0.004000",
        "entry_time": "2026-03-03 10:52:01",
        "exit_time": "2026-03-03 11:12:14",
        "hold_time": "1212.99",
        "ofi_z": "1.5530",
        "er": "1.0000",
        "wobi": "0.9521",
        "vol": "0.000171",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8278",
        "exit_reason": "TAKE_PROFIT +0.400% (1213s)",
        "session_id": "42"
    },
    {
        "id": "689",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66910.99000000",
        "exit_price": "66804.68000000",
        "profit": "-0.233883",
        "profit_pct": "-0.002339",
        "entry_time": "2026-03-03 10:50:16",
        "exit_time": "2026-03-03 10:52:47",
        "hold_time": "150.18",
        "ofi_z": "0.8116",
        "er": "1.0000",
        "wobi": "0.2509",
        "vol": "0.000174",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4392",
        "exit_reason": "SOFT_SL_TIME -0.159% (150s)",
        "session_id": "41"
    },
    {
        "id": "688",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66951.81000000",
        "exit_price": "66817.88000000",
        "profit": "-0.275039",
        "profit_pct": "-0.002750",
        "entry_time": "2026-03-03 10:49:20",
        "exit_time": "2026-03-03 10:51:38",
        "hold_time": "138.94",
        "ofi_z": "0.9656",
        "er": "0.9933",
        "wobi": "0.4438",
        "vol": "0.000155",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4423",
        "exit_reason": "STOP_LOSS -0.200% (139s)",
        "session_id": "42"
    },
    {
        "id": "687",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66878.42000000",
        "exit_price": "66939.28000000",
        "profit": "-0.166001",
        "profit_pct": "-0.001660",
        "entry_time": "2026-03-03 10:47:36",
        "exit_time": "2026-03-03 10:50:07",
        "hold_time": "150.28",
        "ofi_z": "-1.8122",
        "er": "0.9882",
        "wobi": "-0.5835",
        "vol": "0.000136",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0079",
        "exit_reason": "SOFT_SL_TIME -0.091% (150s)",
        "session_id": "41"
    },
    {
        "id": "686",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66630.00000000",
        "exit_price": "67118.25000000",
        "profit": "-0.807778",
        "profit_pct": "-0.008078",
        "entry_time": "2026-03-03 10:04:46",
        "exit_time": "2026-03-03 11:46:26",
        "hold_time": "6099.80",
        "ofi_z": "0.8718",
        "er": "1.0000",
        "wobi": "-0.4474",
        "vol": "0.000162",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "25.6798",
        "exit_reason": "STOP_LOSS -0.733% (6100s)",
        "session_id": "43"
    },
    {
        "id": "685",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66544.54000000",
        "exit_price": "66877.36000000",
        "profit": "0.500146",
        "profit_pct": "0.005001",
        "entry_time": "2026-03-03 10:02:35",
        "exit_time": "2026-03-03 10:47:31",
        "hold_time": "2696.32",
        "ofi_z": "2.1317",
        "er": "1.0000",
        "wobi": "0.1804",
        "vol": "0.000156",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.2415",
        "exit_reason": "TAKE_PROFIT +0.500% (2696s)",
        "session_id": "38"
    },
    {
        "id": "684",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66591.27000000",
        "exit_price": "66524.47000000",
        "profit": "0.100313",
        "profit_pct": "0.001003",
        "entry_time": "2026-03-03 10:00:12",
        "exit_time": "2026-03-03 10:01:46",
        "hold_time": "93.98",
        "ofi_z": "-1.8187",
        "er": "1.0000",
        "wobi": "-0.8120",
        "vol": "0.000148",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0359",
        "exit_reason": "TAKE_PROFIT +0.100% (94s)",
        "session_id": "38"
    },
    {
        "id": "683",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66643.39000000",
        "exit_price": "66643.20000000",
        "profit": "-0.075285",
        "profit_pct": "-0.000753",
        "entry_time": "2026-03-03 09:57:26",
        "exit_time": "2026-03-03 10:00:00",
        "hold_time": "154.01",
        "ofi_z": "-0.3579",
        "er": "0.2000",
        "wobi": "-0.1853",
        "vol": "0.000159",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.5652",
        "exit_reason": "SOFT_SL_TIME -0.000% (154s)",
        "session_id": "38"
    },
    {
        "id": "682",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66489.72000000",
        "exit_price": "66631.43000000",
        "profit": "-0.288131",
        "profit_pct": "-0.002881",
        "entry_time": "2026-03-03 09:54:47",
        "exit_time": "2026-03-03 09:57:19",
        "hold_time": "151.51",
        "ofi_z": "-3.4559",
        "er": "0.0000",
        "wobi": "-0.7679",
        "vol": "0.000166",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "2.3672",
        "exit_reason": "SOFT_SL_TIME -0.213% (152s)",
        "session_id": "38"
    },
    {
        "id": "681",
        "bot_id": "SNIPER",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66453.54000000",
        "exit_price": "66719.41000000",
        "profit": "0.400084",
        "profit_pct": "0.004001",
        "entry_time": "2026-03-03 09:52:05",
        "exit_time": "2026-03-03 10:45:00",
        "hold_time": "3175.49",
        "ofi_z": "1.6802",
        "er": "0.9880",
        "wobi": "0.9736",
        "vol": "0.000156",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8854",
        "exit_reason": "TAKE_PROFIT +0.400% (3175s)",
        "session_id": "39"
    },
    {
        "id": "680",
        "bot_id": "FADE",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66449.59000000",
        "exit_price": "66488.02000000",
        "profit": "-0.017167",
        "profit_pct": "-0.000172",
        "entry_time": "2026-03-03 09:52:04",
        "exit_time": "2026-03-03 10:03:05",
        "hold_time": "661.35",
        "ofi_z": "-2.4219",
        "er": "1.0000",
        "wobi": "0.9988",
        "vol": "0.000156",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "26.6433",
        "exit_reason": "TIME_DECAY 0.058% (661s)",
        "session_id": "40"
    },
    {
        "id": "679",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66473.64000000",
        "exit_price": "66575.48000000",
        "profit": "-0.228204",
        "profit_pct": "-0.002282",
        "entry_time": "2026-03-03 09:51:45",
        "exit_time": "2026-03-03 09:54:15",
        "hold_time": "150.69",
        "ofi_z": "0.5803",
        "er": "1.0000",
        "wobi": "0.8338",
        "vol": "0.000136",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.2468",
        "exit_reason": "SOFT_SL_TIME -0.153% (151s)",
        "session_id": "38"
    },
    {
        "id": "678",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66476.30000000",
        "exit_price": "66475.83000000",
        "profit": "-0.075707",
        "profit_pct": "-0.000757",
        "entry_time": "2026-03-03 09:48:57",
        "exit_time": "2026-03-03 09:51:30",
        "hold_time": "153.89",
        "ofi_z": "1.1004",
        "er": "0.0000",
        "wobi": "0.4766",
        "vol": "0.000147",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "0.8712",
        "exit_reason": "SOFT_SL_TIME -0.001% (154s)",
        "session_id": "38"
    },
    {
        "id": "677",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66491.04000000",
        "exit_price": "66461.90000000",
        "profit": "-0.059413",
        "profit_pct": "-0.001188",
        "entry_time": "2026-03-03 09:46:16",
        "exit_time": "2026-03-03 09:48:47",
        "hold_time": "150.33",
        "ofi_z": "0.8076",
        "er": "1.0000",
        "wobi": "0.9689",
        "vol": "0.000166",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4262",
        "exit_reason": "SOFT_SL_TIME -0.044% (150s)",
        "session_id": "38"
    },
    {
        "id": "676",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66563.35000000",
        "exit_price": "66522.00000000",
        "profit": "-0.006439",
        "profit_pct": "-0.000129",
        "entry_time": "2026-03-03 09:40:57",
        "exit_time": "2026-03-03 09:45:57",
        "hold_time": "300.06",
        "ofi_z": "-1.5741",
        "er": "0.9888",
        "wobi": "-0.0254",
        "vol": "0.000264",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0203",
        "exit_reason": "TIME_DECAY 0.062% (300s)",
        "session_id": "38"
    },
    {
        "id": "675",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66640.84000000",
        "exit_price": "66574.17000000",
        "profit": "0.050022",
        "profit_pct": "0.001000",
        "entry_time": "2026-03-03 09:38:42",
        "exit_time": "2026-03-03 09:40:52",
        "hold_time": "129.48",
        "ofi_z": "-1.0681",
        "er": "0.9355",
        "wobi": "-0.4041",
        "vol": "0.000262",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6630",
        "exit_reason": "TAKE_PROFIT +0.100% (129s)",
        "session_id": "38"
    },
    {
        "id": "674",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66631.50000000",
        "exit_price": "66698.24000000",
        "profit": "0.050081",
        "profit_pct": "0.001002",
        "entry_time": "2026-03-03 09:38:20",
        "exit_time": "2026-03-03 09:38:32",
        "hold_time": "11.66",
        "ofi_z": "1.7896",
        "er": "0.0000",
        "wobi": "0.7179",
        "vol": "0.000261",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "1.4441",
        "exit_reason": "TAKE_PROFIT +0.100% (12s)",
        "session_id": "38"
    },
    {
        "id": "673",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66524.11000000",
        "exit_price": "66590.72000000",
        "profit": "0.050065",
        "profit_pct": "0.001001",
        "entry_time": "2026-03-03 09:37:20",
        "exit_time": "2026-03-03 09:38:13",
        "hold_time": "52.36",
        "ofi_z": "0.7012",
        "er": "1.0000",
        "wobi": "0.6955",
        "vol": "0.000263",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4813",
        "exit_reason": "TAKE_PROFIT +0.100% (52s)",
        "session_id": "38"
    },
    {
        "id": "672",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66592.00000000",
        "exit_price": "66524.86000000",
        "profit": "0.050411",
        "profit_pct": "0.001008",
        "entry_time": "2026-03-03 09:35:48",
        "exit_time": "2026-03-03 09:37:15",
        "hold_time": "87.18",
        "ofi_z": "-1.2528",
        "er": "0.9344",
        "wobi": "-0.2472",
        "vol": "0.000279",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7989",
        "exit_reason": "TAKE_PROFIT +0.101% (87s)",
        "session_id": "38"
    },
    {
        "id": "671",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66580.59000000",
        "exit_price": "66609.62000000",
        "profit": "-0.059301",
        "profit_pct": "-0.001186",
        "entry_time": "2026-03-03 09:33:12",
        "exit_time": "2026-03-03 09:35:42",
        "hold_time": "150.04",
        "ofi_z": "-1.7547",
        "er": "1.0000",
        "wobi": "-0.5549",
        "vol": "0.000265",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1418",
        "exit_reason": "SOFT_SL_TIME -0.044% (150s)",
        "session_id": "38"
    },
    {
        "id": "670",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66444.79000000",
        "exit_price": "66511.36000000",
        "profit": "0.050094",
        "profit_pct": "0.001002",
        "entry_time": "2026-03-03 09:31:33",
        "exit_time": "2026-03-03 09:33:03",
        "hold_time": "90.20",
        "ofi_z": "2.4937",
        "er": "0.2000",
        "wobi": "0.6844",
        "vol": "0.000218",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "1.9733",
        "exit_reason": "TAKE_PROFIT +0.100% (90s)",
        "session_id": "38"
    },
    {
        "id": "669",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66539.30000000",
        "exit_price": "66472.68000000",
        "profit": "0.050061",
        "profit_pct": "0.001001",
        "entry_time": "2026-03-03 09:31:22",
        "exit_time": "2026-03-03 09:31:28",
        "hold_time": "6.09",
        "ofi_z": "-0.8343",
        "er": "1.0000",
        "wobi": "-0.9161",
        "vol": "0.000206",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.4932",
        "exit_reason": "TAKE_PROFIT +0.100% (6s)",
        "session_id": "38"
    },
    {
        "id": "668",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66640.05000000",
        "exit_price": "66573.08000000",
        "profit": "0.050248",
        "profit_pct": "0.001005",
        "entry_time": "2026-03-03 09:30:55",
        "exit_time": "2026-03-03 09:31:11",
        "hold_time": "15.50",
        "ofi_z": "-3.0268",
        "er": "1.0000",
        "wobi": "0.6388",
        "vol": "0.000201",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.8574",
        "exit_reason": "TAKE_PROFIT +0.100% (15s)",
        "session_id": "38"
    },
    {
        "id": "667",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66637.87000000",
        "exit_price": "66619.52000000",
        "profit": "-0.051268",
        "profit_pct": "-0.001025",
        "entry_time": "2026-03-03 09:28:15",
        "exit_time": "2026-03-03 09:30:50",
        "hold_time": "154.60",
        "ofi_z": "1.1546",
        "er": "1.0000",
        "wobi": "0.5100",
        "vol": "0.000194",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6779",
        "exit_reason": "SOFT_SL_TIME -0.028% (155s)",
        "session_id": "38"
    },
    {
        "id": "666",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66728.97000000",
        "exit_price": "66662.13000000",
        "profit": "0.050083",
        "profit_pct": "0.001002",
        "entry_time": "2026-03-03 09:26:49",
        "exit_time": "2026-03-03 09:28:09",
        "hold_time": "80.13",
        "ofi_z": "-2.5954",
        "er": "0.0000",
        "wobi": "-0.9470",
        "vol": "0.000197",
        "spread": "0.000000",
        "regime": "CHOPPY",
        "signal_score": "1.8680",
        "exit_reason": "TAKE_PROFIT +0.100% (80s)",
        "session_id": "38"
    },
    {
        "id": "665",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66958.46000000",
        "exit_price": "66724.00000000",
        "profit": "-0.212579",
        "profit_pct": "-0.004252",
        "entry_time": "2026-03-03 09:24:24",
        "exit_time": "2026-03-03 09:26:43",
        "hold_time": "139.25",
        "ofi_z": "2.1223",
        "er": "1.0000",
        "wobi": "0.7664",
        "vol": "0.000175",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.2600",
        "exit_reason": "STOP_LOSS -0.350% (139s)",
        "session_id": "38"
    },
    {
        "id": "664",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67039.03000000",
        "exit_price": "66971.60000000",
        "profit": "0.050292",
        "profit_pct": "0.001006",
        "entry_time": "2026-03-03 09:21:57",
        "exit_time": "2026-03-03 09:24:08",
        "hold_time": "131.20",
        "ofi_z": "-1.4699",
        "er": "1.0000",
        "wobi": "-0.9323",
        "vol": "0.000167",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8416",
        "exit_reason": "TAKE_PROFIT +0.101% (131s)",
        "session_id": "38"
    },
    {
        "id": "663",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67122.33000000",
        "exit_price": "67055.15000000",
        "profit": "0.050043",
        "profit_pct": "0.001001",
        "entry_time": "2026-03-03 09:20:02",
        "exit_time": "2026-03-03 09:21:48",
        "hold_time": "106.59",
        "ofi_z": "-1.5564",
        "er": "1.0000",
        "wobi": "-0.7842",
        "vol": "0.000178",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.9089",
        "exit_reason": "TAKE_PROFIT +0.100% (107s)",
        "session_id": "38"
    },
    {
        "id": "662",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67060.41000000",
        "exit_price": "67127.48000000",
        "profit": "0.050007",
        "profit_pct": "0.001000",
        "entry_time": "2026-03-03 09:17:06",
        "exit_time": "2026-03-03 09:19:56",
        "hold_time": "170.88",
        "ofi_z": "10.0000",
        "er": "1.0000",
        "wobi": "-0.9986",
        "vol": "0.000183",
        "spread": "0.000007",
        "regime": "TRENDING",
        "signal_score": "7.1929",
        "exit_reason": "TAKE_PROFIT +0.100% (171s)",
        "session_id": "38"
    },
    {
        "id": "661",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67114.08000000",
        "exit_price": "67052.43000000",
        "profit": "-0.083429",
        "profit_pct": "-0.001669",
        "entry_time": "2026-03-03 09:14:28",
        "exit_time": "2026-03-03 09:16:58",
        "hold_time": "150.02",
        "ofi_z": "0.7070",
        "er": "0.9091",
        "wobi": "0.2690",
        "vol": "0.000188",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3258",
        "exit_reason": "SOFT_SL_TIME -0.092% (150s)",
        "session_id": "38"
    },
    {
        "id": "660",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67107.38000000",
        "exit_price": "67107.44000000",
        "profit": "-0.037545",
        "profit_pct": "-0.000751",
        "entry_time": "2026-03-03 09:11:05",
        "exit_time": "2026-03-03 09:14:12",
        "hold_time": "187.80",
        "ofi_z": "-0.6791",
        "er": "0.9794",
        "wobi": "-0.4199",
        "vol": "0.000205",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3808",
        "exit_reason": "SOFT_SL_TIME -0.000% (188s)",
        "session_id": "38"
    },
    {
        "id": "659",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67102.53000000",
        "exit_price": "67102.56000000",
        "profit": "-0.037522",
        "profit_pct": "-0.000750",
        "entry_time": "2026-03-03 09:08:16",
        "exit_time": "2026-03-03 09:10:52",
        "hold_time": "155.26",
        "ofi_z": "5.1885",
        "er": "1.0000",
        "wobi": "-0.8876",
        "vol": "0.000205",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "4.2139",
        "exit_reason": "SOFT_SL_TIME -0.000% (155s)",
        "session_id": "38"
    },
    {
        "id": "658",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66893.89000000",
        "exit_price": "67068.06000000",
        "profit": "-0.167684",
        "profit_pct": "-0.003354",
        "entry_time": "2026-03-03 09:05:27",
        "exit_time": "2026-03-03 09:08:01",
        "hold_time": "153.79",
        "ofi_z": "-0.6487",
        "er": "0.9672",
        "wobi": "-0.8098",
        "vol": "0.000197",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3422",
        "exit_reason": "SOFT_SL_TIME -0.260% (154s)",
        "session_id": "38"
    },
    {
        "id": "657",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66966.31000000",
        "exit_price": "66899.32000000",
        "profit": "0.050018",
        "profit_pct": "0.001000",
        "entry_time": "2026-03-03 09:04:56",
        "exit_time": "2026-03-03 09:05:15",
        "hold_time": "18.15",
        "ofi_z": "-1.3093",
        "er": "0.9755",
        "wobi": "-0.3702",
        "vol": "0.000192",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7551",
        "exit_reason": "TAKE_PROFIT +0.100% (18s)",
        "session_id": "38"
    },
    {
        "id": "656",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67064.54000000",
        "exit_price": "67025.57000000",
        "profit": "-0.066554",
        "profit_pct": "-0.001331",
        "entry_time": "2026-03-03 09:02:19",
        "exit_time": "2026-03-03 09:04:49",
        "hold_time": "150.05",
        "ofi_z": "0.0030",
        "er": "1.0000",
        "wobi": "0.6084",
        "vol": "0.000183",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9450",
        "exit_reason": "SOFT_SL_TIME -0.058% (150s)",
        "session_id": "38"
    },
    {
        "id": "655",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "66983.20000000",
        "exit_price": "67009.25000000",
        "profit": "-0.056945",
        "profit_pct": "-0.001139",
        "entry_time": "2026-03-03 08:59:36",
        "exit_time": "2026-03-03 09:02:06",
        "hold_time": "150.00",
        "ofi_z": "9.9801",
        "er": "1.0000",
        "wobi": "0.2891",
        "vol": "0.000181",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "7.1781",
        "exit_reason": "SOFT_SL_TIME -0.039% (150s)",
        "session_id": "38"
    },
    {
        "id": "654",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67042.38000000",
        "exit_price": "66975.04000000",
        "profit": "0.050222",
        "profit_pct": "0.001004",
        "entry_time": "2026-03-03 08:58:20",
        "exit_time": "2026-03-03 08:58:56",
        "hold_time": "36.15",
        "ofi_z": "-0.6724",
        "er": "0.3547",
        "wobi": "-0.9617",
        "vol": "0.000187",
        "spread": "0.000019",
        "regime": "MIXED",
        "signal_score": "0.9073",
        "exit_reason": "TAKE_PROFIT +0.100% (36s)",
        "session_id": "38"
    },
    {
        "id": "653",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "66909.10000000",
        "exit_price": "66976.01000000",
        "profit": "0.050001",
        "profit_pct": "0.001000",
        "entry_time": "2026-03-03 08:57:29",
        "exit_time": "2026-03-03 08:57:57",
        "hold_time": "27.94",
        "ofi_z": "2.4283",
        "er": "0.9481",
        "wobi": "0.4579",
        "vol": "0.000192",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.4354",
        "exit_reason": "TAKE_PROFIT +0.100% (28s)",
        "session_id": "38"
    },
    {
        "id": "652",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67103.90000000",
        "exit_price": "66925.72000000",
        "profit": "-0.170264",
        "profit_pct": "-0.003405",
        "entry_time": "2026-03-03 08:54:50",
        "exit_time": "2026-03-03 08:57:20",
        "hold_time": "150.03",
        "ofi_z": "0.9298",
        "er": "1.0000",
        "wobi": "0.4663",
        "vol": "0.000197",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5414",
        "exit_reason": "SOFT_SL_TIME -0.266% (150s)",
        "session_id": "38"
    },
    {
        "id": "651",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67096.52000000",
        "exit_price": "67103.92000000",
        "profit": "-0.043014",
        "profit_pct": "-0.000860",
        "entry_time": "2026-03-03 08:51:54",
        "exit_time": "2026-03-03 08:54:31",
        "hold_time": "156.76",
        "ofi_z": "-2.0264",
        "er": "0.3333",
        "wobi": "-0.0385",
        "vol": "0.000219",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "1.7789",
        "exit_reason": "SOFT_SL_TIME -0.011% (157s)",
        "session_id": "38"
    },
    {
        "id": "650",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67175.44000000",
        "exit_price": "67108.07000000",
        "profit": "0.050145",
        "profit_pct": "0.001003",
        "entry_time": "2026-03-03 08:51:29",
        "exit_time": "2026-03-03 08:51:44",
        "hold_time": "14.50",
        "ofi_z": "-0.8922",
        "er": "0.9855",
        "wobi": "-0.2062",
        "vol": "0.000218",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5345",
        "exit_reason": "TAKE_PROFIT +0.100% (14s)",
        "session_id": "38"
    },
    {
        "id": "649",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67153.93000000",
        "exit_price": "67086.72000000",
        "profit": "0.050042",
        "profit_pct": "0.001001",
        "entry_time": "2026-03-03 08:49:42",
        "exit_time": "2026-03-03 08:51:01",
        "hold_time": "78.18",
        "ofi_z": "-0.9902",
        "er": "0.9726",
        "wobi": "-0.7410",
        "vol": "0.000220",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.5889",
        "exit_reason": "TAKE_PROFIT +0.100% (78s)",
        "session_id": "38"
    },
    {
        "id": "648",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67201.13000000",
        "exit_price": "67133.72000000",
        "profit": "0.050155",
        "profit_pct": "0.001003",
        "entry_time": "2026-03-03 08:47:09",
        "exit_time": "2026-03-03 08:49:25",
        "hold_time": "135.99",
        "ofi_z": "-1.2619",
        "er": "1.0000",
        "wobi": "-0.4909",
        "vol": "0.000206",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.7608",
        "exit_reason": "TAKE_PROFIT +0.100% (136s)",
        "session_id": "38"
    },
    {
        "id": "647",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67331.48000000",
        "exit_price": "67264.02000000",
        "profit": "0.050095",
        "profit_pct": "0.001002",
        "entry_time": "2026-03-03 08:46:03",
        "exit_time": "2026-03-03 08:46:44",
        "hold_time": "40.20",
        "ofi_z": "-1.0870",
        "er": "0.9828",
        "wobi": "-0.5500",
        "vol": "0.000199",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.6307",
        "exit_reason": "TAKE_PROFIT +0.100% (40s)",
        "session_id": "38"
    },
    {
        "id": "646",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67279.76000000",
        "exit_price": "67347.14000000",
        "profit": "0.050074",
        "profit_pct": "0.001001",
        "entry_time": "2026-03-03 08:45:26",
        "exit_time": "2026-03-03 08:45:56",
        "hold_time": "30.07",
        "ofi_z": "2.7921",
        "er": "0.9773",
        "wobi": "0.7129",
        "vol": "0.000202",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.6961",
        "exit_reason": "TAKE_PROFIT +0.100% (30s)",
        "session_id": "38"
    },
    {
        "id": "645",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67364.61000000",
        "exit_price": "67297.24000000",
        "profit": "0.050004",
        "profit_pct": "0.001000",
        "entry_time": "2026-03-03 08:44:09",
        "exit_time": "2026-03-03 08:45:13",
        "hold_time": "64.30",
        "ofi_z": "-0.2349",
        "er": "0.9866",
        "wobi": "-0.4319",
        "vol": "0.000194",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.0934",
        "exit_reason": "TAKE_PROFIT +0.100% (64s)",
        "session_id": "38"
    },
    {
        "id": "644",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67400.99000000",
        "exit_price": "67364.74000000",
        "profit": "-0.064391",
        "profit_pct": "-0.001288",
        "entry_time": "2026-03-03 08:41:26",
        "exit_time": "2026-03-03 08:43:58",
        "hold_time": "151.62",
        "ofi_z": "1.8126",
        "er": "0.9570",
        "wobi": "0.6755",
        "vol": "0.000199",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0651",
        "exit_reason": "SOFT_SL_TIME -0.054% (152s)",
        "session_id": "38"
    },
    {
        "id": "643",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67464.67000000",
        "exit_price": "67397.12000000",
        "profit": "0.050063",
        "profit_pct": "0.001001",
        "entry_time": "2026-03-03 08:40:12",
        "exit_time": "2026-03-03 08:41:19",
        "hold_time": "66.84",
        "ofi_z": "-2.0016",
        "er": "1.0000",
        "wobi": "-0.8407",
        "vol": "0.000195",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.2088",
        "exit_reason": "TAKE_PROFIT +0.100% (67s)",
        "session_id": "38"
    },
    {
        "id": "642",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67532.24000000",
        "exit_price": "67464.66000000",
        "profit": "0.050035",
        "profit_pct": "0.001001",
        "entry_time": "2026-03-03 08:39:22",
        "exit_time": "2026-03-03 08:40:06",
        "hold_time": "43.84",
        "ofi_z": "-0.6853",
        "er": "1.0000",
        "wobi": "-0.9275",
        "vol": "0.000187",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3766",
        "exit_reason": "TAKE_PROFIT +0.100% (44s)",
        "session_id": "38"
    },
    {
        "id": "641",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67730.77000000",
        "exit_price": "67548.40000000",
        "profit": "-0.172129",
        "profit_pct": "-0.003443",
        "entry_time": "2026-03-03 08:36:38",
        "exit_time": "2026-03-03 08:39:10",
        "hold_time": "152.38",
        "ofi_z": "1.8478",
        "er": "0.3139",
        "wobi": "0.3722",
        "vol": "0.000197",
        "spread": "0.000000",
        "regime": "MIXED",
        "signal_score": "1.6248",
        "exit_reason": "SOFT_SL_TIME -0.269% (152s)",
        "session_id": "38"
    },
    {
        "id": "640",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67660.79000000",
        "exit_price": "67728.48000000",
        "profit": "0.050022",
        "profit_pct": "0.001000",
        "entry_time": "2026-03-03 08:33:49",
        "exit_time": "2026-03-03 08:36:32",
        "hold_time": "163.33",
        "ofi_z": "3.1668",
        "er": "1.0000",
        "wobi": "0.9979",
        "vol": "0.000218",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.9662",
        "exit_reason": "TAKE_PROFIT +0.100% (163s)",
        "session_id": "38"
    },
    {
        "id": "639",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67633.58000000",
        "exit_price": "67701.67000000",
        "profit": "0.050337",
        "profit_pct": "0.001007",
        "entry_time": "2026-03-03 08:33:07",
        "exit_time": "2026-03-03 08:33:42",
        "hold_time": "35.14",
        "ofi_z": "1.4635",
        "er": "1.0000",
        "wobi": "0.9842",
        "vol": "0.000208",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.8892",
        "exit_reason": "TAKE_PROFIT +0.101% (35s)",
        "session_id": "38"
    },
    {
        "id": "638",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67691.51000000",
        "exit_price": "67607.73000000",
        "profit": "-0.099384",
        "profit_pct": "-0.001988",
        "entry_time": "2026-03-03 08:30:30",
        "exit_time": "2026-03-03 08:33:00",
        "hold_time": "150.50",
        "ofi_z": "2.1619",
        "er": "0.7073",
        "wobi": "0.5311",
        "vol": "0.000212",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.1220",
        "exit_reason": "SOFT_SL_TIME -0.124% (151s)",
        "session_id": "38"
    },
    {
        "id": "637",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67778.60000000",
        "exit_price": "67710.72000000",
        "profit": "0.050075",
        "profit_pct": "0.001001",
        "entry_time": "2026-03-03 08:29:03",
        "exit_time": "2026-03-03 08:30:22",
        "hold_time": "78.32",
        "ofi_z": "-2.1405",
        "er": "0.6667",
        "wobi": "-0.8657",
        "vol": "0.000214",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0812",
        "exit_reason": "TAKE_PROFIT +0.100% (78s)",
        "session_id": "38"
    },
    {
        "id": "636",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67799.27000000",
        "exit_price": "67799.25000000",
        "profit": "-0.037515",
        "profit_pct": "-0.000750",
        "entry_time": "2026-03-03 08:25:53",
        "exit_time": "2026-03-03 08:28:58",
        "hold_time": "184.96",
        "ofi_z": "0.6657",
        "er": "0.9876",
        "wobi": "0.3231",
        "vol": "0.000188",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3563",
        "exit_reason": "SOFT_SL_TIME -0.000% (185s)",
        "session_id": "38"
    },
    {
        "id": "635",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67936.22000000",
        "exit_price": "67868.16000000",
        "profit": "0.050091",
        "profit_pct": "0.001002",
        "entry_time": "2026-03-03 08:25:00",
        "exit_time": "2026-03-03 08:25:47",
        "hold_time": "47.56",
        "ofi_z": "-2.5933",
        "er": "0.9877",
        "wobi": "-0.7942",
        "vol": "0.000166",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.5338",
        "exit_reason": "TAKE_PROFIT +0.100% (48s)",
        "session_id": "38"
    },
    {
        "id": "634",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "67910.61000000",
        "exit_price": "67925.26000000",
        "profit": "-0.048286",
        "profit_pct": "-0.000966",
        "entry_time": "2026-03-03 08:22:00",
        "exit_time": "2026-03-03 08:24:39",
        "hold_time": "159.07",
        "ofi_z": "-0.0351",
        "er": "0.9459",
        "wobi": "-0.0395",
        "vol": "0.000181",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9239",
        "exit_reason": "SOFT_SL_TIME -0.022% (159s)",
        "session_id": "38"
    },
    {
        "id": "633",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "67949.89000000",
        "exit_price": "67919.44000000",
        "profit": "-0.059906",
        "profit_pct": "-0.001198",
        "entry_time": "2026-03-03 08:19:18",
        "exit_time": "2026-03-03 08:21:52",
        "hold_time": "153.90",
        "ofi_z": "1.8046",
        "er": "1.0000",
        "wobi": "0.9988",
        "vol": "0.000166",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.0501",
        "exit_reason": "SOFT_SL_TIME -0.045% (154s)",
        "session_id": "38"
    },
    {
        "id": "632",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68066.77000000",
        "exit_price": "67998.52000000",
        "profit": "0.050135",
        "profit_pct": "0.001003",
        "entry_time": "2026-03-03 08:18:19",
        "exit_time": "2026-03-03 08:19:10",
        "hold_time": "50.68",
        "ofi_z": "-0.0002",
        "er": "1.0000",
        "wobi": "0.9584",
        "vol": "0.000161",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.9159",
        "exit_reason": "TAKE_PROFIT +0.100% (51s)",
        "session_id": "38"
    },
    {
        "id": "631",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68010.75000000",
        "exit_price": "68078.86000000",
        "profit": "0.050073",
        "profit_pct": "0.001001",
        "entry_time": "2026-03-03 08:15:01",
        "exit_time": "2026-03-03 08:18:11",
        "hold_time": "189.93",
        "ofi_z": "2.9456",
        "er": "0.9748",
        "wobi": "-0.6315",
        "vol": "0.000148",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.7218",
        "exit_reason": "TAKE_PROFIT +0.100% (190s)",
        "session_id": "38"
    },
    {
        "id": "630",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "BUY",
        "status": "CLOSED",
        "entry_price": "68194.44000000",
        "exit_price": "67988.50000000",
        "profit": "-0.188495",
        "profit_pct": "-0.003770",
        "entry_time": "2026-03-03 08:12:20",
        "exit_time": "2026-03-03 08:14:52",
        "hold_time": "151.56",
        "ofi_z": "0.8205",
        "er": "1.0000",
        "wobi": "0.8646",
        "vol": "0.000131",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "1.3911",
        "exit_reason": "SOFT_SL_TIME -0.302% (152s)",
        "session_id": "38"
    },
    {
        "id": "629",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68255.97000000",
        "exit_price": "68187.68000000",
        "profit": "0.050025",
        "profit_pct": "0.001000",
        "entry_time": "2026-03-03 08:10:47",
        "exit_time": "2026-03-03 08:12:13",
        "hold_time": "85.93",
        "ofi_z": "-2.5634",
        "er": "1.0000",
        "wobi": "-0.8182",
        "vol": "0.000124",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "2.4719",
        "exit_reason": "TAKE_PROFIT +0.100% (86s)",
        "session_id": "38"
    },
    {
        "id": "628",
        "bot_id": "SCOUT",
        "pair": "BTCUSDT",
        "side": "SELL",
        "status": "CLOSED",
        "entry_price": "68110.53000000",
        "exit_price": "68232.80000000",
        "profit": "-0.127259",
        "profit_pct": "-0.002545",
        "entry_time": "2026-03-03 08:08:07",
        "exit_time": "2026-03-03 08:10:37",
        "hold_time": "150.36",
        "ofi_z": "-0.0907",
        "er": "0.9787",
        "wobi": "-0.7936",
        "vol": "0.000100",
        "spread": "0.000000",
        "regime": "TRENDING",
        "signal_score": "0.8811",
        "exit_reason": "SOFT_SL_TIME -0.180% (150s)",
        "session_id": "38"
    }
]
```
