💹Limit Order
Solana trading bot @cat_sol_bot supports placing orders at specified prices or price changes, making it convenient for quick bottom fishing, taking profits, setting stop-loss orders, and chasing gains or cutting losses without needing to monitor the market constantly.
You can set orders based on specified prices or price changes. When the token price reaches the set order price, the trade will be triggered immediately.
Order-LimitSettings
Send the contract address and click the [Limit Order] button to start setting up.

Enter the target price (or price change ratio) and the automatic purchase amount, separated by a comma. For example, entering 0.1,1 means that when the price reaches $0.1, 1 SOL will be automatically purchased. Once the price is reached, the trade will be triggered, achieving the goal of bottom fishing.

Take Profit and Stop Loss
Enter the target price (or price change ratio) and the percentage to automatically sell when the price is reached.
For example, to set a take-profit order, you can choose to specify the percentage increase for selling. Inputting: 30,50 means that when the price increases by 30%, the system will automatically sell 50% of the holdings.
After setting up, the system will return the expected price and market value at the time of execution, as well as the expected income from selling. When setting stop loss, input negative numbers for the former.
When setting up a sell order, remember to keep some balance in the wallet for gas fees to avoid transaction failures due to insufficient gas.

Limit Order Execution
When the token price reaches the specified price of the order, the trade will be initiated immediately. Upon successful execution, the BOT will send a notification of the successful execution of the limit order.
Managing Limit Orders
Send the /limit command to view batch order details. Supports multiple orders for swing trading.
You can view the execution price, buy/sell quantity, and the latest token price for each limit order. Click the corresponding button to add or cancel orders.
Orders are valid for 24 hours and will be automatically canceled if they exceed this time limit.

Last updated