You can filter for some of these spots in PokerTracker 4:
Guide: FiltersWhere built-in filters are not available you can build a custom expression filter. For example:
- Code: Select all
tourney_hand_summary.cnt_players=3 AND tourney_hand_player_statistics.position = 8 AND tourney_hand_summary.str_actors_p LIKE '09%'
You can use this expression filter in a
custom report by clicking on the 'Filters' link and selecting 'Add New Expression Filters'. This will give you hands in the BB where the BTN and SB both VPIP'd.
This post has more information on how the actors and aggressors strings work.
If you want to build custom statistics then
this guide covers the basics on custom statistics creation and
this guide goes into more detail. While the latter was written for PokerTracker 3 and the user interface is different the techniques still apply to PokerTracker 4.
This post also has some further information on creating statistics in one of those spots.