beeb / pancaketrade

Limit orders for PancakeSwap
GNU General Public License v3.0
200 stars 92 forks source link

Add enabled/disabled status in orders instead of deleting on failure #65

Open osatien opened 2 years ago

osatien commented 2 years ago

Feature Request

It would be nice to have the possibility of disable and enable orders, so we can have many orders and enable when we need them. And if the order fails disabling it makes the order trackeable.

So it would be nice to have this done.

beeb commented 2 years ago

I could definitely see it being useful for keeping failed orders in the database instead of deleting them (which is currently the only viable option to avoid them trying to execute in an infinite loop).

The orders that got disabled could be then manually enabled again.