When Staggered Orders strategy is used with huge depth and big orders count, it causes long maintenance time and lots of orders replacements especially when we are adding new funds from outside.
To improve strategy speed, decrease overhead and maintenance time, I propose to limit orders count by N depth (user-defined parameter).
I would like to work on this.