sherwood-grid-strategy

Automate ATR-based grid trading with isolated capital on Hyperliquid.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sherwoodagent/sherwood --skill sherwood-grid-strategy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sherwood-grid-strategy
Source: https://github.com/sherwoodagent/sherwood/tree/main/cli/src/grid
Command: npx skills add https://github.com/sherwoodagent/sherwood --skill sherwood-grid-strategy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Sherwood grid strategy automates end-to-end ATR-based grid trading, enabling automated, isolated capital allocation for crypto assets.

Core Features & Use Cases

  • Standalone ATR-based grid strategy that runs in its own loop alongside the directional strategy.
  • Isolated capital management with per-token allocations, leverage, and risk controls.
  • Supports paper trading and live deployment via Hyperliquid orders or on-chain updates to a strategy contract.

Quick Start

Start the standalone grid loop to begin automated ATR-based grid trading with default parameters.

Frequently Asked Questions about sherwood-grid-strategy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does ATR-based grid trading work for crypto assets?

ATR-based grid trading automates order placement by building grid levels dynamically using Average True Range volatility. It operates standalone with isolated capital, running alongside directional strategies to capture ranging market movements.

Can I paper trade a grid strategy before live deployment on Hyperliquid?

Yes, you can paper trade your grid strategy before live deployment. The system supports simulated trading to validate ATR grid parameters and risk controls, then transitions to executing live orders via Hyperliquid or on-chain contract updates.

How do I automate isolated capital allocation for per-token grid trading?

Automating isolated capital allocation involves configuring per-token parameters including specific fund allocations, leverage limits, and risk controls. The standalone grid loop independently manages these settings to prevent cross-strategy fund interference.

What risk controls are available for automated crypto grid trading?

Automated crypto grid trading risk controls include pause thresholds and daily resets to manage exposure. The system enforces strict state management and grid lifecycle rules to protect isolated capital during abnormal market volatility.

Does the ATR grid trading strategy support 1-minute trading cycles?

Yes, the ATR grid trading strategy operates on 1-minute cycles for precise execution. This high-frequency interval allows the standalone loop to continuously adjust grid levels and manage isolated capital across volatile crypto markets.

When should I not use an ATR grid trading strategy?

You should not use an ATR grid trading strategy during strong unidirectional market trends where price breaks out of the grid range. Grid strategies excel in ranging markets but can trigger continuous adverse fills in trending conditions.