🎯Take Profit Targets

/tp1 , /tp2 , /tp3 , /tp4 , /tp5

Set take-profit targets at different levels using /tp1, /tp2, /tp3,/tp4and/tp5You can specify the percentage target, the position to sell, and the slippage.

Command Format:

/tp1 <tokenAddress> <target%> <sell_position%> <slippage%> <tip> <prio>
/tp2 <tokenAddress> <target%> <sell_position%> <slippage%> <tip> <prio>
/tp3 <tokenAddress> <target%> <sell_position%> <slippage%> <tip> <prio>
/tp4 <tokenAddress> <target%> <sell_position%> <slippage%> <tip> <prio>
/tp5 <tokenAddress> <target%> <sell_position%> <slippage%> <tip> <prio>

Example1:

/tp1 EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm 1000 50

Outcome: Take Profit target 1 will be set to sell at 1000% profit, and 50% of token balance will be sold using default Sell slippage, tip and prio settings

Full Example:

/tp2 EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm 1500 100 10 0.1 0.001

Outcome: Take Profit target 2 will be set to sell at 1500% profit, and 100% of token balance will be sold with 10% slippage, 0.1 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