clodds 1.6.23 → 1.6.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: crypto-hft
|
|
3
|
-
description: "Trade crypto binary markets on Polymarket
|
|
3
|
+
description: "Trade crypto binary markets on Polymarket with 4 automated strategies. Support: 5-min BTC, 15-min/1h/4h/daily all assets (BTC, ETH, SOL, XRP)"
|
|
4
4
|
commands:
|
|
5
5
|
- /crypto-hft
|
|
6
6
|
- /hft
|
|
7
|
+
keywords:
|
|
8
|
+
- "5 minute"
|
|
9
|
+
- "15 minute"
|
|
10
|
+
- "1 hour"
|
|
11
|
+
- "4 hour"
|
|
12
|
+
- "daily"
|
|
13
|
+
- "crypto trading"
|
|
14
|
+
- "binary markets"
|
|
15
|
+
- "polymarket"
|
|
16
|
+
- "automated strategies"
|
|
17
|
+
- "momentum"
|
|
18
|
+
- "mean reversion"
|
|
19
|
+
- "penny clipper"
|
|
20
|
+
- "expiry fade"
|
|
7
21
|
gates:
|
|
8
22
|
envs:
|
|
9
23
|
- POLY_PRIVATE_KEY
|
|
@@ -15,13 +29,41 @@ gates:
|
|
|
15
29
|
|
|
16
30
|
# Crypto HFT - Binary Market Trading
|
|
17
31
|
|
|
18
|
-
Trade Polymarket's crypto binary markets with 4 automated strategies
|
|
19
|
-
|
|
20
|
-
|
|
32
|
+
Trade Polymarket's crypto binary markets with 4 automated strategies. Just say what you want!
|
|
33
|
+
|
|
34
|
+
**Available market durations** (pick one):
|
|
35
|
+
- **5-minute**: BTC only - ultra-high frequency HFT
|
|
36
|
+
- **15-minute**: All assets (BTC, ETH, SOL, XRP) - balanced, most popular
|
|
37
|
+
- **1-hour**: All assets - faster swing trading
|
|
38
|
+
- **4-hour**: All assets - multi-hour trends
|
|
39
|
+
- **Daily**: All assets - position trading, overnight holds
|
|
21
40
|
|
|
22
41
|
Each round has UP/DOWN token pairs that settle at 0 or 1 using Chainlink price feeds.
|
|
23
42
|
|
|
24
|
-
Starts in **dry-run mode** by default (no real orders).
|
|
43
|
+
Starts in **dry-run mode** by default (no real orders). Test for free before going live!
|
|
44
|
+
|
|
45
|
+
## Talk to Clodds Naturally
|
|
46
|
+
|
|
47
|
+
Just say what you want to trade:
|
|
48
|
+
```
|
|
49
|
+
"Trade 5-minute BTC markets"
|
|
50
|
+
→ /hft start --preset 5min-btc
|
|
51
|
+
|
|
52
|
+
"Start 1-hour trading on all assets"
|
|
53
|
+
→ /hft start --preset 1h-all
|
|
54
|
+
|
|
55
|
+
"I want 4-hour swing trades"
|
|
56
|
+
→ /hft start --preset 4h-all
|
|
57
|
+
|
|
58
|
+
"Show me daily market presets"
|
|
59
|
+
→ /hft preset list
|
|
60
|
+
|
|
61
|
+
"Trade conservatively on 15-minute markets"
|
|
62
|
+
→ /hft start --preset conservative
|
|
63
|
+
|
|
64
|
+
"Aggressive all-in on 15-min with all strategies"
|
|
65
|
+
→ /hft start --preset aggressive
|
|
66
|
+
```
|
|
25
67
|
|
|
26
68
|
## Quick Start
|
|
27
69
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clodds",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.24",
|
|
4
4
|
"description": "Open-source AI trading terminal. Trade Polymarket, Kalshi, Betfair, Binance, Bybit, Hyperliquid, Solana DEXs from Telegram, Discord, Slack or web. Arbitrage detection, whale tracking, copy trading, perpetual futures up to 200x, DeFi swaps, MEV protection. Self-hosted, 119 skills, powered by Claude.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|