You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CountOpenPositions() counts open positions only, so a burst of split groups can queue 10 groups x 10 pending orders while the cap reads 0. Count magic-number pending orders toward the cap or add a separate MaxPendingOrders. From docs/ROADMAP.md.
CountOpenPositions()counts open positions only, so a burst of split groups can queue 10 groups x 10 pending orders while the cap reads 0. Count magic-number pending orders toward the cap or add a separateMaxPendingOrders.From docs/ROADMAP.md.