Trailing Buy/Sell Bot
OfficialCapture better entries and exits with trailing logic
System Documentation
What problem does it solve?
It reduces the risk of entering too early or exiting too soon by waiting for confirmation as price moves, so you don’t act on every short-term fluctuation.
Core Features & Use Cases
- Trailing Buy: Activates when price reaches a trigger level and then buys after a reversal callback confirms momentum (e.g., price dips below target then rebounds by the callback percent).
- Trailing Sell: Activates from an entry price and sells after price pulls back by a callback percentage, helping lock in gains without selling immediately.
- Trailing Modes & Safety Controls: Supports simple trailing, time-decay tightening, volume-adjusted confirmation, and multi-leg chaining, with parameterized execution via order type and optional time limits.
Example use: Set a Trailing Buy for ETH/USDT that triggers at your target, tracks the lowest price, and only buys after a specified percentage rebound; then set a Trailing Sell that triggers at your entry and sells after a controlled pullback.
Quick Start
Create a trailing buy and trailing sell for ETH/USDT by asking an assistant to run the commands to generate them with your trigger prices, callback rates, and chosen order type.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Trailing Buy/Sell Bot Download link: https://github.com/datagridSolution/forex-trading-ai-agent/archive/main.zip#trailing-buy-sell-bot Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.