Hi,
I am attempting to do some player pool analysis. Currently I have a player report that I am running on all players in my database, I have done this by unchecking the "Filter on active player" in Filters>Advanced section of the reporting area. The report has statistics like:
VPIP, PFR, 3Bet PF, 2Bet PF & Fold, etc.
I would like to further my analysis of the pool by filtering for only "regulars" as I am trying to do analysis on how the regulars play and I don't want the statistics of fish messing up the overall data. Is there a way I can show only data for player's that meet the following criteria?
Amount of hands >= 50
AND
VPIP > 0 & VPIP < 30
AND
PFR > 0 & PFR <25
AND
VPIP - PFR <= 8
AND
Open limp (when not in the small blind) <= 2
OR
Amount of hands >= 20000
Is it possible to use PT4 for what I am trying to achieve?