-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
On the floatingMaker bot, it looks like the open orders for a given market are canceled only if one has been fully filled.
keeper-bots-v2/src/bots/floatingMaker.ts
Lines 300 to 303 in 1c20aa5
| if ( | |
| (openOrders.length > 0 && openOrders.length != 2) || | |
| marketIndex === 0 | |
| ) { |
This makes sense if the idea is to avoid placing new orders if the market hasn't fully hit one of our ranges. However, it always cancels the orders for SOL-PERP.
What's the rationale?
Metadata
Metadata
Assignees
Labels
No labels