bmehmet something that I think is beneficial to add is a filter that removes numbers not containing selected digits.
In your current numbers filter, if you select 123 for example it removes all the combinations with a 1, 2 and 3.
However, what if we want the opposite? If we see a trinity play, then we want all combinations that have a 0,1 or 2. We want every single lottery combination that contains either a 0, a 1 or a 2 and then remove all that dont. So for example 432 would stay bc it has a 2. 789 would be removed bc there is no 0,1, or 2.
This is helpful with the 70% rule, where whenever there is 3 unique digits (247), there is close to a 70% chance a 2, 4, or 7 will be in the next draw. So eliminate all combinations that do NOT contain a 2, 4 or 7.