k216
You are dealing with different algorithms when you work on the AUTO-PREDICT page. If you use the HIT/MISS filter or KEY PREDICT or PAIR PREDICT, you need to grab new numbers after each draw because those features change the numbers after each draw. BUT if you just use the regular filters and reduce the numbers, you don't have to change them until that PAIRSUM hits. But you must first ISOLATE a pairsum numbers.
Think about it, the only way ISOLATED pairsum numbers can change is if an identical pairsum won. IF not then those numbers do not change. Which means their patterns do NOT change. And you can keep playing the same numbers until another similar pairsum wins.
HOWEVER, if you are filtering down the numbers WITHOUT ISOLATING a pairsum then the next winner changes those numbers. Which changes the pattern. You then need to grab new numbers after each draw.