Edit: I worked out the behaviour - changing a pair means a pair is deleted and then a new one added. When a pair is deleted, the max deal count is reduced by 1, but when a new one is added the count remains the same. Seems like a good behaviour to me, just worth noting.
Just checking what the expected behaviour should be for when you have a multipair DCA bot with 7 pairs, and you swap one of those pairs for a different token.
e.g. all are USDT pairs…
Before - DOGE, PEPE, SUI, SOL, FTM, THETA, NEAR
After - DOGE, PEPE, SUI, SOL, FTM, THETA, ADA
If I now look at my open deals, I see:
Deals - DOGE, SUI, SOL, FTM, THETA, NEAR
When I look at deals that closed since the change above, I see:
PEPE, THETA, THETA, THETA…
So what happened to PEPE? The deal closed, then a THETA closed and immediately started a new one, but neither ADA or PEPE opened.
Does this make sense?