# Strategy Card Details Dashboard

### **Strategy Card Details Dashboard** <a href="#eb7tphep9zuw" id="eb7tphep9zuw"></a>

![](/files/UroYXDTioRuOucTPRLTR)

After selecting **View Detail** on any card in *My Strategies*, this page surfaces everything about that one strategy—headline stats, trade logs, and the core actions to iterate or share it.

### **Page Anatomy** <a href="#dce9fwk0pixp" id="dce9fwk0pixp"></a>

| **Ref**                     | **Zone**                                                                                        |
| --------------------------- | ----------------------------------------------------------------------------------------------- |
| **(A) Breadcrumb**          | My Strategies › \<strategy-ID> so you can step back to the library.                             |
| **(B) Strategy header**     | Avatar, **name**, an inline **✏️ Edit** icon to rename, creator handle, and **Risk Level** tag. |
| **(C) Action buttons**      | **Backtest** · **Continue Chat** · **Unsave** · **Publish** (see §3).                           |
| **(D) KPI grid**            | Four performance cards – quick at-a-glance health check.                                        |
| **(E) Trade History table** | Scrollable ledger of every closed position with a **Load More Trades** button.§3).              |

### **Trade history table** <a href="#id-1if3lxsgdevg" id="id-1if3lxsgdevg"></a>

| **Column**             | **Description**                                 |
| ---------------------- | ----------------------------------------------- |
| **Open / Close Time**  | Exchange timestamp in your local zone.          |
| **Asset**              | Trading pair.                                   |
| **Side**               | *Long* (green) or *Short* (red).                |
| **Entry / Exit Price** | VWAP-style fill price per trade.                |
| **Size**               | Quantity quoted in base currency.               |
| **Fee**                | Commission + funding (if futures).              |
| **Closed PnL**         | Net profit coloured green (gain) or red (loss). |

{% embed url="<https://drive.google.com/file/d/1hxDdBfz21IvB-y1EsSM6hYiQz3uTQyRV/view?usp=drive_link>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://modern-stoic-ai.gitbook.io/hypertrade-docs/strategy-card-details-dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
