# Deploy a Trading Strategy Live

Deploying a trading strategy live in HyperTrade allows you to connect your strategy to a real exchange account via API keys and let it trade automatically. This process involves creating or selecting a strategy, configuring its parameters (assets, timeframe, risk settings, and max open trades), and then activating it in the Live Strategies module. Once deployed, you can monitor its performance, open positions, and live trade data directly from the dashboard.

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

### **How to Deploy a Trading Strategy Live**

1. Log in to HyperTrade
2. Go to[ HyperTrade](https://www.hypertrader.fun/?utm_source=chatgpt.com) and sign in with your account.
3. Make sure your exchange API keys are already added in Settings.
4. Create Custom Strategy to build from scratch.
5. Click Create custom strategy button on the upper right of the page.
6. Choose the Strategy Type:
   1. Mean-Reversion Strategy → sideways markets.
   2. Trend-Following Strategy → trending markets.
   3. Simple Action Strategy → quick testing / simple rules.
7. After choosing the strategy type, click the Settings icon.
8. Configure Strategy Settings
   1. Assets/Pairs (e.g., BTC/USDT).
   2. Timeframe (e.g., 30m, 1h, 4h).
   3. Max Open Trades → limit how many trades can run at once (e.g., set to 2 if you want at most 2 positions open simultaneously).
9. Click the Save button to save your configuration.
10. Click the paper icon and wait for the response to finish.
11. Click the Save icon to save the strategy before running a Backtest.
12. Click Backtest..
13. Once done, go to My Strategies to view the details of the created strategy.
14. Click View Detail to see strategy details.
15. Optional: Modify the Strategy name by clicking the Edit icon.
16. Click the Automate then Automate Strategy button to deploy the strategy to live.
17. “VM deployment started” notification appears.
18. It will then automatically be redirected to Live Strategies where status as “Launching”.
19. Your deployed strategy card will display:
    1. Status → *Running*
    2. Asset(s) → e.g., BTC/USDT
    3. Timeframe → e.g., 30m
    4. Max Open Trades → shows how many trades can run at once (based on your configuration).
    5. Live Indicator → green dot (*LIVE*)
20. Click View Live Data for trade logs and performance.

{% embed url="<https://drive.google.com/file/d/11VbYpDF8FhhnuXVWJT8KdLhaZ-SN0x-w/view?usp=sharing>" %}


---

# 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/deploy-a-trading-strategy-live.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.
