# My Strategies – Personal Library

Your My Strategies page is the hub where every strategy you’ve saved from chat is catalogued. Here you can browse, filter, and jump back into any idea in one click.

![](/files/ccWCSB0KW13u2RqnmF0h)

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

| **Ref**                       | **Zone**                                                                                                                                                       |
| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **(A)** **Navigation bar**    | Same left-rail used across HyperTrade: ***My strategies**, Community Strategies, Live Strategies, Portfolio, Trade History, Settings, Strategy Chats, Logout*. |
| **(B)** **Header**            | Breadcrumb My Strategies                                                                                                                                       |
| **(C) Filter & sort toolbar** | Five dropdowns that let you slice the list (details in §2).                                                                                                    |
| **(D) Strategy grid**         | Responsive rows of strategy **cards** (see §3).                                                                                                                |

### **Filter & sort toolbar** <a href="#fo6qgk9jkn1q" id="fo6qgk9jkn1q"></a>

| **Control**              | **Function**                                                             |
| ------------------------ | ------------------------------------------------------------------------ |
| **Avg. Duration Time ▼** | Sort cards by average trade duration, total PnL %, Max DD, or save date. |
| **All Types ▼**          | Show only *Trend-following*, *Mean-reversion*, *Price-action*, etc.      |
| **All RiskLevels ▼**     | Filter strategies tagged *Low*, *Medium*, *High* risk.                   |
| **All Tags▼**            | Narrow down by your custom labels (*BTC*, *Scalping*, *ETF*, …).         |
| **Strategy By ▼**        | Display strategies by author.                                            |

Selections combine, so you can, for example, view **Trend-following** ideas with **High** risk.

### **Anatomy of a strategy card** <a href="#rxkvazepgx0z" id="rxkvazepgx0z"></a>

| **Element**             | **Description**                                                               |
| ----------------------- | ----------------------------------------------------------------------------- |
| **Avatar & Handle**     | Your profile picture and @username.                                           |
| **Strategy name**       | Editable title; autogenerated names show a timestamp.                         |
| **Win-rate badge**      | Grey pill displaying %.                                                       |
| **PnL %**               | Cumulative performance metric highlighted green (positive) or red (negative). |
| **Sparkline**           | Mini equity curve for visual trend.                                           |
| **Avg. Trade Duration** | How long positions stay open on average.                                      |
| **Strategy Type**       | *N/A* until explicitly set or inferred from tags.                             |
| **Pair icon**           | Base/quote symbol(s)—e.g., ₿ **BTC/USDT**.                                    |
| **View Detail button**  | Open strategy details                                                         |

{% embed url="<https://drive.google.com/file/d/1bGhRX217WPsxIwhHluOXkr3rs6PmYiq7/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/my-strategies-personal-library.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.
