Ichimoku Cloud Strategy (Crypto Perps)
Does the Ichimoku cloud work on crypto perps? Backtested on real Hyperliquid perps from 2024-08-15 to 2026-07-05, the default settings earned a Sharpe of 0.85 — +83.1% total return with a 45.9% worst drawdown across 701 trades, net of fees, slippage, and funding.
2024-08-15 → 2026-07-05 · net of fees, slippage, and funding · price-only Sharpe 0.94 · these are the default settings, not a hand-picked best case.
At $1,000, this strategy’s worst historical dip was about $459. Free account, your own Hyperliquid keys — Keel only trades.
How it works
How it works
The Ichimoku cloud is a slow, price-only trend filter. When a coin's price closes above the cloud it is in an uptrend; below the cloud, a downtrend; inside the cloud, the trend is ambiguous and the position sits flat. The strategy trades that single read long and short across the 15 most liquid Hyperliquid perpetuals, checked daily, using the canonical 9/26/52 periods. Positions are equal-sized at 1x gross and rebalance only when a holding drifts 20% off target, which keeps turnover in check. The cloud carries the whole edge here — there is no faster trigger layered on top.
When it works best
It profits when the majors and large-cap perps hold sustained directional legs — long trending stretches where price stays cleanly on one side of the cloud. The neutral inside-cloud zone is a feature: it sits out part of the chop that whipsaws faster trend systems. Breadth helps too — a tighter top-8 universe reads even stronger than the default 15.
When it struggles
Because the book is almost always in the market, it takes the full brunt of choppy, sideways regimes and sharp reversals. Over the sampled window it drew down 45.9% at its worst across 701 trades. This is a high-risk, always-on trend follower, not a low-volatility product.
How it’s built
The exact strategy behind this backtest — no black box. Switch to code to see or copy the full definition.
Configuration
Globals(target_timeframe="1d", bar_offset="12h")Universe(mode="top_volume", top_n=15, market="perp", resolved=[], resolved_at="")Execution( rebalance="buffered", buffer_threshold=0.2, buffer_mode="relative", rebalance_method="to_edge",)Pipeline([ PriceDataLoader(timeframe="15min"), TargetTimeframeResampler(), IchimokuCloud(tenkan_period=9, kijun_period=26, senkou_b_period=52), ForecastWeightNormalizer(target_leverage=1.0),], name="ichimoku_cloud_crypto")Explore the settings
precomputed · updates instantlyAdjust a setting to see the exact backtested result — including the ones that lost money.
At $1,000, these settings' worst historical dip was about $459. You land in the editor with this exact setup. Free account, your own keys.
Compare all 5 settings
| Settings | Sharpe | Return | Worst DD | Trades |
|---|---|---|---|---|
| Ichimoku 9/26/52 · Universe 15default | 0.85 | 83.1% | −45.9% | 701 |
| Ichimoku 5/13/26 (fast) · Universe 15 | 0.80 | 73.6% | −46.6% | 905 |
| Ichimoku 18/52/104 (slow) · Universe 15 | 0.39 | 13.0% | −54.5% | 468 |
| Ichimoku 9/26/52 · Universe 25 | 0.71 | 57.1% | −50.0% | 1,198 |
| Ichimoku 9/26/52 · Universe 8 | 0.93 | 103.2% | −35.5% | 422 |
The data
Monthly returns
| Month | Return |
|---|---|
| 2024-08 | 0.0% |
| 2024-09 | 0.0% |
| 2024-10 | +9.3% |
| 2024-11 | +71.5% |
| 2024-12 | -14.2% |
| 2025-01 | -6.0% |
| 2025-02 | +17.4% |
| 2025-03 | +4.5% |
| 2025-04 | -22.7% |
| 2025-05 | +5.6% |
| 2025-06 | -6.8% |
| 2025-07 | -5.6% |
| 2025-08 | -4.1% |
| 2025-09 | -4.1% |
| 2025-10 | +6.3% |
| 2025-11 | +23.4% |
| 2025-12 | +1.9% |
| 2026-01 | -5.3% |
| 2026-02 | +21.0% |
| 2026-03 | -1.4% |
| 2026-04 | -11.4% |
| 2026-05 | +9.9% |
| 2026-06 | +6.0% |
| 2026-07 | -4.4% |
Which assets it traded
| Share of return | Avg allocation | Days held | % of time held | Asset |
|---|---|---|---|---|
| 22.03 | -0.017 | 560 | 81.28 | XRP |
| 20.28 | -0.0081 | 609 | 88.39 | SUI |
| 19.93 | -0.0203 | 601 | 87.23 | DOGE |
| 16.26 | -0.0304 | 615 | 89.26 | kPEPE |
| 11.73 | -0.0003 | 585 | 84.91 | ETH |
| 10.87 | 0.0227 | 583 | 84.62 | BTC |
| 10.6 | 0.0327 | 629 | 91.29 | HYPE |
| 7.14 | -0.0075 | 596 | 86.5 | SOL |
| 4.33 | -0.071 | 652 | 94.63 | XPL |
| 4.18 | -0.0154 | 644 | 93.47 | VVV |
| 3.16 | -0.0312 | 686 | 99.56 | LIT |
| 0 | null | 689 | 100 | GRAM |
| -2.59 | -0.0137 | 663 | 96.23 | ZEC |
| -5.01 | -0.0106 | 608 | 88.24 | LINK |
| -5.45 | -0.0668 | 634 | 92.02 | PUMP |
How it did in rising vs falling markets
| Market | Days | Return | Sharpe |
|---|---|---|---|
| Rising markets | 275 | +71.2% | 1.61 |
| Falling markets | 411 | +9.1% | 0.42 |
What this is: a historical backtest on real Hyperliquid market data, net of fees, slippage, and funding. Its worst historical drawdown was 45.9% — expect drawdowns of that order or worse. Past performance does not predict future results, and this is not investment advice. Size your account so a full drawdown is survivable.