πŸ›‘Stop Loss

/sl , /slp

Use the /sl for negative profit stop-loss -% or /slp for stop-loss +% commands to set stop-loss targets. You can specify the percentage target and the position to sell.

Stop Loss (negative profit):

/sl <tokenAddress> <target-%> <sell_position%>

Example:

/sl EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm 50 100

Outcome: Target is set for -50% profit, and 100% of the position will be sold if the profit drops below -50%.

Stop Loss +%(positive profit):

/slp <tokenAddress> <target+%> <sell_position%> <slippage%> <tip> <prio>

Example1:

/slp EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm 30 100 1

Outcome: Target is set for +30% profit, and 100% of the position will be sold if the profit drops below +30%. Using default Sell slippage, tip and prio settings

Full Example:

/slp EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm 10 100 20 0.01 0.001

Outcome: Target is set for +10% profit, and 100% of the position will be sold if the profit drops below +10%. 20% Slippage , 0.01 TIP and 0.001 Prio will be used.

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