Stat for % of time 3 bet is premium

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Stat for % of time 3 bet is premium

Postby MartinBKK » Wed Jul 31, 2013 3:30 am

Title says it really.

Does anyone have a definition for % of time 3 bet is premium hand? This stat is included with HM2 and i find it useful.

Thank you.
MartinBKK
 
Posts: 98
Joined: Wed Feb 06, 2008 4:26 am

Re: Stat for % of time 3 bet is premium

Postby WhiteRider » Wed Jul 31, 2013 3:55 am

That would be more suited to a NoteTracker note because you can never really know the true percentage for a stat like that, since you don't always know what your opponents' cards are. There is a built in note (note 002) which displays the range of hands a player has been known to 3Bet with.
Check out the NoteTracker Guide for more information.
WhiteRider
Moderator
 
Posts: 53961
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Stat for % of time 3 bet is premium

Postby MartinBKK » Wed Jul 31, 2013 6:05 am

Thanks whiterider for answering so quickly.

How about a fold to 4 bet after sqz stat? Is that available anywhere?
MartinBKK
 
Posts: 98
Joined: Wed Feb 06, 2008 4:26 am

Re: Stat for % of time 3 bet is premium

Postby WhiteRider » Wed Jul 31, 2013 7:34 am

That would need to be built as a custom stat.
You could do it with columns like this:

Actions:
sum(if[cash_hand_player_statistics.flg_p_squeeze AND cash_hand_player_statistics.enum_r_4bet_action='F', 1, 0])

Opportunities:
sum(if[cash_hand_player_statistics.flg_p_squeeze AND cash_hand_player_statistics.flg_p_4bet_def_opp, 1, 0])

Check out the Custom Statistics Guide for information on making a custom stat from column expressions like these.
WhiteRider
Moderator
 
Posts: 53961
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Stat for % of time 3 bet is premium

Postby charlesulmann » Sat Feb 10, 2018 9:19 pm

Hi,

but I would like to know the percent of 4bet is premium that I do. It´s possible?
charlesulmann
 
Posts: 3
Joined: Fri May 20, 2016 3:12 pm

Re: Stat for % of time 3 bet is premium

Postby WhiteRider » Sun Feb 11, 2018 4:04 am

Yes, since you always know your own hole cards that is possible.
(Bear in mind that if you use this for opponents then the values will be much lower because most of the time we won't know what the hole cards are.)

You would need to make a new column to count the "premium" 4bets. You can start with the expression from cnt_p_4bet and add in tests for the holecard values you want to use from this thread. (Note: that thread was written for PT3 so the database field names are different to PT4.)

cnt_p_4bet =
sum(if[cash_hand_player_statistics.flg_p_4bet, 1, 0])

So you want something like:
cnt_p_4bet_premium =
sum(if[cash_hand_player_statistics.flg_p_4bet and (cash_hand_player_statistics.id_holecard <= 3 or cash_hand_player_statistics.id_holecard = 26 or cash_hand_player_statistics.id_holecard = 49), 1, 0])
That's: AA,KK,QQ,AK for example. You can add more values, or remove some, depending on what starting hands you want to count as premium.

Then you stat could be:
(cnt_p_4bet_premium / cnt_p_4bet) * 100

The Custom Stats Guide has an overview of custom stats in PT4, and the Tutorial: Custom Reports and Statistics goes into much more detail about how to make custom stats (the latter was written for PT3, but the same principals apply to PT4).
WhiteRider
Moderator
 
Posts: 53961
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Stat for % of time 3 bet is premium

Postby charlesulmann » Tue Feb 13, 2018 6:44 pm

Sorry WhiteRider,

I tried to create with my AA, KK, QQ, AK cards but I could not. Can you help me?
charlesulmann
 
Posts: 3
Joined: Fri May 20, 2016 3:12 pm

Re: Stat for % of time 3 bet is premium

Postby Flag_Hippo » Tue Feb 13, 2018 8:49 pm

Here is the 4Bet Premium stat created from WhiteRiders expression above:
Attachments
4Bet Premium.zip
(469 Bytes) Downloaded 47 times
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: Stat for % of time 3 bet is premium

Postby charlesulmann » Wed Feb 14, 2018 10:29 am

Thank you so much!!!
charlesulmann
 
Posts: 3
Joined: Fri May 20, 2016 3:12 pm


Return to PokerTracker 4

Who is online

Users browsing this forum: Google [Bot] and 66 guests

cron
highfalutin