Size quick filter

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Size quick filter

Postby Schevarash » Sun Jan 08, 2023 7:17 am

Hi, i would create a filter that let me see the hands where Villain used the same bet size in the flop and in the river. For example: Villain bet 4bb on the flop and 4bb on the river.
Also i would create an other quick filter to see the hands where Villain bet more than the size of the pot.
Are these filters possible? Thx very mutch
Schevarash
 
Posts: 40
Joined: Sat Jan 02, 2010 2:59 pm

Re: Size quick filter

Postby WhiteRider » Sun Jan 08, 2023 8:41 am

It isn't possible to filter for "the same bet size on the flop and river", but you could filter for "4BB on the flop and 4BB on the river" - you'd have to do that for each case though.

You could do that with an expression filter in My Reports though.
For example:
cash_hand_player_statistics.amt_bet_f = cash_hand_player_statistics.amt_bet_r

That would require an exact match, but you could make alter it to make it "close", with something like:
(cash_hand_player_statistics.amt_bet_f <= (cash_hand_player_statistics.amt_bet_r * 1.1)) and (cash_hand_player_statistics.amt_bet_f >= (cash_hand_player_statistics.amt_bet_r * 0.9))

All simple filters apply to the active player, so do not apply to villains (unless you set the villain as the active player), but you can use:
Actions and Opportunities > [Street] > [Street] Actions Encountered with Sizes
.. to check the size of bets that you faced as a percentage of the pot.
If you do this, bear in mind that if a player makes a pot size bet (e.g. 10 into a pot of 10) then the amount you face is 10 in a pot of 20, so 50%, not 100%.
WhiteRider
Moderator
 
Posts: 53961
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK


Return to PokerTracker 4

Who is online

Users browsing this forum: No registered users and 67 guests

cron