Trailing Buy/Sell Bot

Execute trailing buy and sell orders after trigger and reversal callback confirmation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about Trailing Buy/Sell Bot

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

FAQPage Schema
How does a trailing buy strategy help prevent premature market entries?

A trailing buy strategy prevents premature market entries by activating at a trigger price and only executing after a reversal callback confirms momentum, avoiding purchases during short-term fluctuations.

What is the difference between simple trailing and time-decay callback modes?

Simple trailing uses a fixed callback rate, whereas time-decay tightening progressively reduces the callback percentage over time, and volume-adjusted confirmation modifies execution based on market trading volume.

How do I set up a trailing sell for ETH/USDT to lock in gains?

Configure a trailing sell for ETH/USDT by setting it to activate from your entry price and submit a market or limit order after price pulls back by a specified callback percentage to lock in gains.

Can I use market and limit orders with trailing callback strategies?

Yes, trailing callback strategies support configurable market and limit order_type selection, allowing you to specify your preferred execution method when the reversal callback conditions are met.

Does trailing order execution support multi-leg chaining workflows?

Yes, trailing order execution includes a multi-leg chaining mode that connects sequential buy and sell setups, allowing you to link a trailing buy confirmation directly into a risk-managed trailing sell exit.