# Agent Hyper – Chat Workspace

Welcome to the **Agent Hyper Workspace** inside **My Strategies**. Here you can hold a natural-language conversation with HyperTrade agents, iteratively design or refine trading ideas, and run instant back-tests without ever leaving the screen.

To enable the Agent Hyper, click the **Hypertrade** from the title bar or click the **Create custom strategy** button.

<figure><img src="/files/tamRXnhRiRkjHTmD9l2N" alt=""><figcaption></figcaption></figure>

### **Page anatomy** <a href="#page-anatomy" id="page-anatomy"></a>

| **Area**                               | **What it’s for**                                                                                                                                                                                                                                                                                            |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **(A)** **Navigation bar**             | Jump between ***My strategies**, Community Strategies, Live Strategies, Portfolio, Trade History, Settings, Strategy Chats, Logout*.                                                                                                                                                                         |
| **(B) Breadcrumbs**                    | Shows the current path—My Strategies › New Chat › Chat. Click any part to move back up.                                                                                                                                                                                                                      |
| **(C) Chat list panel**                | All chats attached to this strategy. Select one to reopen it or press **Add new chat** to start fresh.                                                                                                                                                                                                       |
| **(C) Conversation canvas**            | The main chat area. Responses from HyperTrades specialised sub-agents (Crypto Trading, Technical Analysis, Portfolio Strategy) appear here.                                                                                                                                                                  |
| **(D) Quick suggestions**              | One-click prompts (*Create a mean-reversion strategy*, *Create a trend-following strategy*, *Create a simple price-action strategy*) to bootstrap a chat.                                                                                                                                                    |
| **(E) Message bar**                    | Write or paste your own prompt. Press **enter key** to send or the **paper-plane** button on the right.                                                                                                                                                                                                      |
| **(F) Actions buttons - bottom right** | <p><strong>Backtest</strong> — runs the strategy against historical data</p><p><strong>Save</strong> — persists the conversation & generated code</p><p><strong>⚙︎ Configure</strong> — opens back-test settings (time-frame & max open trades)</p><p><strong>Paper-plane</strong> - send current prompt</p> |

### **Using the workspace** <a href="#j5lwy47rucwl" id="j5lwy47rucwl"></a>

#### **Start or reopen a chat** <a href="#id-62m6mxzi8a7z" id="id-62m6mxzi8a7z"></a>

1. Click Add new chat or pick an existing thread in the panel.
2. The conversation canvas welcomes you with:

<p align="center">“<strong>How can we assist you today?</strong></p>

<p align="center">Leverage advanced AI agents specializing in Crypto Trading, Technical Analysis, and Portfolio Strategy. Select the agent aligned with your objectives and initiate insightful, data-driven conversations with ease.”</p>

#### **Ask a question** <a href="#hr43bmrzrh1t" id="hr43bmrzrh1t"></a>

Option A – click one of the purple quick-suggestion pills.

Option B – type your own prompt in the message bar and hit **enter key**.

*HyperTrade routes the request to the most relevant sub-agent and returns code snippets, trade logic or commentary.*

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

\
**Configure back-test parameters**

1. Press the **⚙︎ Configure** button (bottom right).
2. Pick a **Timeframe** (e.g. \_5 m, 1 h, 1 Day).
3. Set **Max Open Trades** (how many simultaneous positions the bot may hold).
4. Select **Assets** from the drop-down selection.
5. Click **Save** – these settings are stored with the chat and used for future back-tests.

#### **Run a back-test** <a href="#id-3r9rhplb3995" id="id-3r9rhplb3995"></a>

After generating or editing strategy code in the chat:

1\. Press Backtest.

2\. HyperTrade sends the current code, time-frame and trade limits to the

backend.

3\. Progress updates stream in real-time; when complete you’ll see

profit-curve, draw-down and key metrics in a separate page.

4\. If issues are detected, ask the AI to revise the code and back-test again.

#### **Save your work** <a href="#ra2x326n1wkz" id="ra2x326n1wkz"></a>

Hit **Save** any time. The full dialogue, code versions and test results are written to your personal library under the enclosing strateg&#x79;*.*

{% embed url="<https://drive.google.com/file/d/1EmOEL87TeHTNW3hFqXB_QZ1DFHIzcfbP/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/agent-hyper-chat-workspace.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.
