{
  "test_id": 42,
  "initial_equity": 10.0,
  "fees": 0.5,
  "equity_points": [
    {"timestamp": 60, "wallet_balance": 10.0, "unrealized_pnl": 0.0},
    {"timestamp": 120, "wallet_balance": 10.0, "unrealized_pnl": 2.0},
    {"timestamp": 180, "wallet_balance": 9.0, "unrealized_pnl": 0.0}
  ],
  "transactions": [
    {"timestamp": 70, "position": 1.0, "pnl": 0.0, "order_name": "grid_order-1"},
    {"timestamp": 100, "position": 0.0, "pnl": 2.0, "order_name": "profit_order"},
    {"timestamp": 130, "position": -1.0, "pnl": 0.0, "order_name": "grid_order-1"},
    {"timestamp": 180, "position": 0.0, "pnl": -1.0, "order_name": "stop_loss"}
  ],
  "terminal_position": {"position": 0.0, "average_price": 0.0}
}
