Skip to main content

Pausing, Stopping, and Re-creating a Trading Bot

Difference between Pause and Stop for a bot, which types support Pause, settlement on Stop, fees, cooldowns, and how Break-even Price resets when you re-create a bot.

Want to pause or stop a running bot, create a new one, or just aren't sure what happens after you stop it? This article explains the difference between Pause and Stop, how your assets are handled when you stop a bot, whether it costs anything, whether there's a cooldown period, and how the Break-even Price is calculated after you re-create a bot.

1. First, the basics: Pause and Stop are not the same thing

On the bot page, "Pause" and "Stop" are two different actions with very different effects:

Pause

  • Cancels all unfilled orders, but keeps your position and parameters unchanged

  • No settlement — assets are not returned to your Primary Account

  • Can be resumed at any time; resuming continues with the original parameters

Stop

  • Fully settles the bot — once your position is processed, assets are returned to your Primary Account

  • Cannot be resumed — to trade again, you'll need to create a new bot

Not every bot type supports Pause:

Bot Type

Supports Pause

Settlement on Stop

Spot Grid

Yes

Choose to return your holdings as-is, or have the bot sell them for you

Futures Grid

Yes

Closes the position directly — no option to return holdings as-is

Spot Martingale

No — Stop only

Choose to return your holdings as-is, or have the bot sell them for you

Futures Martingale

No — Stop only

Closes the position directly — no option to return holdings as-is

Rebalancing Bot

No — Stop only

Choose to return your holdings as-is, or have the bot sell them for you

2. What always happens when you stop a bot

No matter which bot type, stopping a bot always:

  • Cancels all unfilled orders (this applies to every bot type, no exceptions)

  • Handles your position according to the rule for that bot type in the table above

3. Can you re-create it right away? Does it cost anything?

Can I re-create it right away? Yes. There's no cooldown period after stopping a bot — you can create a new one whenever you want, with no waiting required.

Does stopping or re-creating itself cost anything? Stopping a bot and creating a new one are both free actions on their own. Whether a fee applies depends on whether stopping triggers an actual trade:

  • If you choose to return your holdings as-is when stopping: no trade happens, so no fee applies

  • If you choose to have the bot sell your holdings (converted to USDT, or a futures position close): this is technically a trade, and the standard trading fee applies

In other words, the real question isn't "does stopping cost a fee" — it's "did this particular stop trigger a trade."

4. How the new bot's Break-even Price is calculated when you re-create it

What people often mean by "breakeven price" is what Pionex calls the Break-even Price — a field shown on futures grid–type bots (the ones with leverage and long/short positions): the price at which the order would neither profit nor lose.

The Break-even Price is calculated as:

Break-even Price = Current price of the pair + (−Current profit / Current position)

This value is calculated in real time — it moves with your current profit and current position, it isn't a fixed number that "carries over" to your next bot. So:

  • When you stop the old bot, its Break-even Price ends along with it — it doesn't carry over to a new bot

  • Once you create the new bot, it calculates a fresh Break-even Price based on its own price, profit, and position at that time — regardless of whether the old bot ended in profit or at a loss

5. When it's worth re-creating a bot

The most common scenario is: the market price has moved outside the bot's price range. At that point you have two options:

  • Stop the bot and create a new one with a new price range

  • Or skip re-creating it and just edit the current bot's price range instead

Either approach solves the "price out of range" problem — which one you pick comes down to preference, not a rule. Other situations (like feeling the parameters aren't quite right, or wanting to adjust the investment amount) can be handled the same way: if changing the parameters solves it, you don't necessarily need to re-create the bot.

Did this answer your question?