Order Persistence
Retry mechanism for failed orders.
The Order Persistence extension will try to replace the order when its has been cancelled, rejected or for when the connection to the exchange is troublesome. The extensions will do a certain amount of retries before it stops. This extension is very useful for bots or indicators that only signal once, like the Email Bot. Keep in mind that the extension will execute the order with an updated price. This may result in unintentional losses.
- Trade Bots
- Email Bot
- Flash Crash Bot
- Intelli Alice Bot
- MadHatter Bot
- Ping Pong Bot
- Scalper Bot
- Script Bot
- Trend Lines Bot
- Zone Recovery Bot
- Not all bot types are supported. Only bots that have a buy-sell-buy-sell logic.
- High number of retries could result in possible API bans.
The name of the extensions.
The type of the bot that has been added
The name of the bot that has been added.
The number of times the order is executed before giving up.
The number of seconds between the retries. Bots will be blocked during the whole period.
The maximum price percentage change from the moment the order is initially executed.

Last modified 1yr ago