πŸ›€οΈTrailing Stop +Trigger

/tst

/tst& How It Works:

  1. Trigger (%) – When the price of the token increases by this percentage from your entry price, the stop-loss percentage (SL+%) is activated.

  2. Trailing Stop – follows the highest price reached, selling if the price drops by a set percentage from its peak..

Trailing Stop with trigger :

/tst <tokenAddress> <trigger_target%> <trailing_stop%> <sell position%> <slippage%> <tip> <prio>

Example1:

/tst EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm 100 20 50

Outcome: Trigger Target: +100% profit (activates trailing stop when price doubles), then a 20% trailing stop follows the highest price, selling 50% of the position if the price drops 20% from its peak after activation using default Sell slippage, tip and prio settings

Full Example:

/tst EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm 100 20 50 15 0.01 0.001

Outcome: Trigger Target: +100% profit (activates trailing stop when price doubles), then a 20% trailing stop follows the highest price, selling 50% of the position if the price drops 20% from its peak, with 15% 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