πŸ›€οΈTrailing Stop

/ts

A trailing stop /tsfollows the highest price reached, selling if the price drops by a set percentage from its peak.

Trailing Stop :

/ts <tokenAddress> <target%> <sell position%> <slippage%> <tip> <prio>

Example1:

/ts EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm 50 100

Outcome: A trailing stop tracks the price peak and sells 100% of the position if the price drops 50% from its highest point using default Sell slippage, tip and prio settings

Full Example:

/ts EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm 40 50 20 0.01 0.001

Outcome: A trailing stop tracks the price peak and sells 50% of the position if the price drops 40% from its highest point, with 20% slippage, 0.01 tip, and 0.001 prio.

Note: Example1 are minimum requirments, but extra settings of <slippage%> <tip> <prio> can be added, in case these are not provided, default Sell settings will be applied for slippage, tip and prio.

Last updated