strategy-modifications

Configure position-level grid order modifications with spawn-time filters and spacing modes.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/LivTorgEx/strategy-skill --skill strategy-modifications
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: strategy-modifications
Source: https://github.com/LivTorgEx/strategy-skill/tree/main/skills/strategy-modifications
Command: npx skills add https://github.com/LivTorgEx/strategy-skill --skill strategy-modifications

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Strategy modifications need a precise way to configure how a bot transforms a position into multiple grid orders, selected conditionally at position spawn time, without manually rewriting strategy logic.

Core Features & Use Cases

  • Position-level modification selection: Applies the first matching entry from professional.modifications for the lifetime of each opened position.
  • Grid modification reference: Defines how to configure "type": "Grid" for spawning buy/sell levels across a price range.
  • Deterministic grid spacing modes: Supports Arithmetic, Static, Geometric, and conditional Pick grid type selection.
  • Runtime spawn-time price resolution: Documents valid from_price / to_price anchors (e.g., Price with Percentage offsets, Indicator, Variable) and the constraints for grid price resolution.

Quick Start

Ask your AI to generate a BotGroupSetting that includes a professional.modifications entry using a Grid modification with Arithmetic spacing and symmetric percentage from_price/to_price, so each forced position opens a 10-level grid.

Frequently Asked Questions about strategy-modifications

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

FAQPage Schema
How do I configure grid trading bot modifications for individual positions?

Grid trading bots use position-level modification selection by evaluating professional.modifications at spawn time. The system selects the first matching entry to define multi-level grid order behavior for the lifetime of that specific position.

What grid spacing modes are supported for trading bot strategy configuration?

Supported grid spacing modes for trading bot strategy configuration include Arithmetic, Static, Geometric, and conditional Pick grid spacing. These deterministic modes define how buy/sell levels are distributed across a specified price range.

How do I set price ranges for grid orders using market indicators?

You can set price ranges for grid orders using valid from_price and to_price anchors resolved at spawn time. Supported types include Price with Percentage offsets, Indicator, and Variable, allowing dynamic grid price resolution based on market conditions.

Does grid modification logic support conditional selection at position spawn time?

Yes, grid modification logic supports conditional selection at position spawn time using first-match semantics. The system evaluates professional.modifications entries and applies the first matching configuration, including optional spawn-time filters for grid type selection.

How do I generate a BotGroupSetting with a 10-level arithmetic grid modification?

To generate a BotGroupSetting with a 10-level arithmetic grid, instruct your AI to create a professional.modifications entry using a Grid modification with Arithmetic spacing and symmetric percentage from_price and to_price values, ensuring each forced position opens a 10-level grid.