-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (43 loc) · 1.93 KB
/
Copy pathindex.html
File metadata and controls
46 lines (43 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>HyperLiquid Copy Trading Bot | Automated Copy & DCA Trading</title>
<meta name="description" content="HyperLiquid copy trading bot with multi-target copy mode, DCA strategy, risk controls, and configurable dry-run testing." />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://tswaim.github.io/hyperliquid-copy-trading-bot/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="HyperLiquid Copy Trading Bot" />
<meta property="og:description" content="Automated copy trading and DCA bot for HyperLiquid with safety controls." />
<meta property="og:url" content="https://tswaim.github.io/hyperliquid-copy-trading-bot/" />
<meta property="og:site_name" content="HyperLiquid Copy Trading Bot" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="HyperLiquid Copy Trading Bot" />
<meta name="twitter:description" content="Automated copy trading and DCA bot for HyperLiquid." />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "HyperLiquid Copy Trading Bot",
"applicationCategory": "FinanceApplication",
"operatingSystem": "Windows, Linux, macOS",
"description": "Automated copy trading and DCA bot for HyperLiquid with risk controls and dry-run mode.",
"url": "https://tswaim.github.io/hyperliquid-copy-trading-bot/"
}
</script>
</head>
<body>
<main>
<h1>HyperLiquid Copy Trading Bot</h1>
<p>
Automated copy-trading and DCA bot for HyperLiquid with configurable
risk controls, dry-run mode, and multi-wallet support.
</p>
<p>
Configure using environment variables, build with TypeScript, and run as
a Node.js process.
</p>
</main>
</body>
</html>