trailing-grid

Automate trailing grid trading with dynamic range shifts and optional AI optimization.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/datagridSolution/forex-trading-ai-agent --skill trailing-grid-datagridsolution
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: trailing-grid
Source: https://github.com/datagridSolution/forex-trading-ai-agent/tree/main/skills/trailing-grid
Command: npx skills add https://github.com/datagridSolution/forex-trading-ai-agent --skill trailing-grid-datagridsolution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trailing Grid solves the problem of static grid trading getting left behind when price moves strongly, causing you to miss opportunities outside your original upper/lower range.

Core Features & Use Cases

  • Auto-trailing grid: Shifts the grid range upward or downward as price approaches the current edges so trades keep occurring while trends develop.
  • Infinity trailing mode: Runs an unbounded-style grid by using trailing-stop-style behavior to avoid a hard upper limit.
  • AI parameter optimization: Uses historical klines to recommend a price range, grid count, and trailing trigger/step based on measured volatility.

Use cases: deploying a resilient grid strategy for volatile markets, experimenting with bull/bear behaviors (trail up only / trail down only), and setting up long-running “stay in range” trading while automatically adjusting the working levels.

Quick Start

Start a trailing grid trade on BTCUSDT by running kit trailing-grid start with your desired lower and upper bounds, grid count, investment, and a trail trigger percentage.

Frequently Asked Questions about trailing-grid

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

FAQPage Schema
How does a trailing grid strategy adapt to crypto market volatility?▼

A trailing grid strategy adapts to crypto volatility by automatically shifting grid levels upward or downward as market price moves, ensuring trades keep occurring while trends develop.

What is infinity trailing mode for grid trading bots?▼

Infinity trailing mode runs an unbounded-style grid using trailing-stop behavior to avoid a hard upper limit, keeping the grid active during strong directional price movements.

How do I start an automated trailing grid on BTCUSDT?▼

To start automated trailing grid trading, run the start command with your desired lower and upper bounds, grid count, investment amount, and a trail trigger percentage.

Can AI optimize grid trading parameters using historical klines?▼

AI parameter optimization uses historical klines to recommend a price range, grid count, and trailing trigger based on measured volatility and ATR calculations.

Does this trailing grid bot support both bull and bear market setups?▼

The trailing grid bot supports bull, bear, and bidirectional trailing setups, allowing you to trail the grid up only, down only, or in both directions.

Why does my static grid trading bot miss opportunities in strong trends?▼

Static grid trading gets left behind when price moves strongly outside the original upper or lower range, causing you to miss opportunities that a trailing grid would capture.