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.