Why are the MVP order numbers cycling out of sequence?
When the orders cycle, they retain the same order number for the full four cycles, after which that order number is retired. Here’s an example: Orders in the matrix: 1 2 3 4 Order 5 cycles order 1 so now the matrix looks like this: 2 3 4 5 1 Order 6 cycles order 2 so now the matrix looks like this: 3 4 5 1 6 2 Order 7 cycles order 3 so now the matrix looks like this: 4 5 1 6 2 7 3 Now you can see that a few orders down the road, orders will be cycling out of sequence. Order 2 will cycle after order 6. Order 3 will cycle after order 7, etc.