How the library is organized
The library is a small set of documented strategy shapes: published parameters, defined universes, and a description of the underlying mechanism. Compose each one in the Keel app visual builder; productized one-click templates that auto-deploy are on the roadmap. The pages are reference designs, not click-to-run products — the assumption is you will fork the parameters and adapt the universe to your own risk preferences.
Documented strategy shapes
Preview pages on usekeel.io describe the strategy mechanism, the universe assumptions, and the parameter knobs. Productized one-click templates in the Keel app are on the roadmap; today, you build them yourself in the visual strategy builder (or scaffold from a template via the keel-trade CLI if you prefer code).
- Funding Carry — long high-funding payers, short low-funding payers, gated by FundingLevelRegime so the carry leg only deploys size in rich-funding environments. The direct fit for HL's hourly funding cadence.
- Trend Following — cross-sectional trend scoring across the HL perp universe with a vol-targeting overlay and a buffered rebalancer that only fires trades when drift exceeds a configurable band.
- Dual Momentum — combines time-series momentum (own-asset trend) with cross-sectional momentum (relative rank), then aggregates to portfolio weights. A classic factor stack ported to the HL universe.
How to compose your own
The library is a starting point and a reference; the assumption is that you will eventually compose your own. The visual strategy builder in the Keel app is the primary path — drag components onto the canvas, wire signals, run the backtest in-app, share the tearsheet by URL. The 199-component library covers signal generation, regime gates, cross-sectional aggregation, vol targeting, and buffered rebalancing.
Driving Keel from a terminal or AI agent? The keel-trade CLI scaffolds and runs the same pipelines — install with pipx install keel-trade; the CLI reference covers strategy new, strategy validate, strategy create, and backtest run.
Library coverage
The library is small and deliberately curated. Three documented strategy shapes today — each with a full mechanism writeup, universe assumptions, and parameter knobs — rather than a long list of strategy names with thin pages behind them. The library expands as new shapes land and as existing shapes get promoted into productized one-click templates.
Try it
Browse the strategy shapes in the Keel app, fork the parameters, or open the strategy builder and compose your own from the 199-component library.