Stats 3bet IP & OOP

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Re: Stats 3bet IP & OOP

Postby sym25 » Sun May 06, 2012 2:12 am

All what you need is in archive.
Question for moderators: Why is prohibited upload stats? (pt4stat extension)
Attachments
stats.rar
(2.15 KiB) Downloaded 233 times
sym25
 
Posts: 208
Joined: Wed Nov 26, 2008 3:38 am

Re: Stats 3bet IP & OOP

Postby kraada » Sun May 06, 2012 8:47 am

sym25 - I'm not certain the rationale for that; I'll ask and see what I can find out for you.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Stats 3bet IP & OOP

Postby dan4qa » Sun May 06, 2012 4:04 pm

sym25 wrote:All what you need is in archive.
Question for moderators: Why is prohibited upload stats? (pt4stat extension)

Thank you very much!!! :)
dan4qa
 
Posts: 25
Joined: Thu Mar 22, 2012 12:44 pm

Re: Stats 3bet IP & OOP

Postby camotacastro » Mon Mar 18, 2013 3:45 am

sym25 wrote:All what you need is in archive.


these statistics work fine, do I can use them?
camotacastro
 
Posts: 1
Joined: Sun Jul 06, 2008 12:35 pm

Re: Stats 3bet IP & OOP

Postby WhiteRider » Mon Mar 18, 2013 4:47 am

Anyone can use the stats - once you have downloaded the file (and extracted the .pt4stat file if it is compressed) use File > Import Statistic to import it into PT4.

Custom Statistics Guide
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Stats 3bet IP & OOP

Postby alllala » Thu Jul 11, 2013 3:43 pm

kraada wrote:The "3Bet vs IP" and "3Bet vs OOP" stats do not exist at this time and those would need to be made as custom stats.

You could build them using the following four column definitions (note: I assume you mean in position relative to the player who made the 2bet)

cnt_p_3bet_ip: sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 2 and
cash_hand_player_statistics.flg_p_3bet and substring(cash_hand_summary.str_aggressors_p from 2 for 1):: int > cash_hand_player_statistics.position, 1, 0])

cnt_p_3bet_ip_opp:
sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 2 and
cash_hand_player_statistics.flg_p_3bet_opp and substring(cash_hand_summary.str_aggressors_p from 2 for 1):: int > cash_hand_player_statistics.position, 1, 0])

and

cnt_p_3bet_oop: sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 2 and
cash_hand_player_statistics.flg_p_3bet and substring(cash_hand_summary.str_aggressors_p from 2 for 1):: int < cash_hand_player_statistics.position, 1, 0])

cnt_p_3bet_oop_opp:
sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 2 and
cash_hand_player_statistics.flg_p_3bet_opp and substring(cash_hand_summary.str_aggressors_p from 2 for 1):: int < cash_hand_player_statistics.position, 1, 0])

In all cases create these columns in the Cash Player section. Use the _opp version as the denominator in the fraction of the stat.

Once the stats are built, click Hud -> Edit Hud Profiles, then click on Positional Popups.

Create a New Group using said button on the left hand side. Since you only want EP, MP and CO, untick the other boxes in the Positions Setting area.

Click the Add Stat button at the lower left. Choose your new 3Bet vs IP stat and add it (giving it whatever label you want - e.g. 3b Vs IP), do the same for 3Bet vs OOP, then add the two default stats "3Bet vs BTN 2Bet" and "3Bet vs SB 2Bet" for your last two rows.


The OOP stats don´t seem to work correct kraada. Can you give another look into this? I have them in a PopUP and Filter them for each possible Position

Edit: I think I misused these Stats. What I wanted where stats like "3Bet vs MP 2Bet IP","3Bet vs MP 2Bet OOP",....,"3Bet vs CO 2Bet IP", 3Bet vs CO 2Bet OOP". How can I archieve that goal?
alllala
 
Posts: 65
Joined: Mon Mar 10, 2008 5:18 am

Re: Stats 3bet IP & OOP

Postby kraada » Thu Jul 11, 2013 4:16 pm

You can specify the position of the player who made the 2bet by adding:
substring(cash_hand_summary.str_aggressors_p from 2 for 1)::int = X
where X is the position number you want. 0 is the button, 1 is the CO and so on around the table (though 8 is always the BB and 9 is always the SB).

So for the CO you'd add in:
substring(cash_hand_summary.str_aggressors_p from 2 for 1)::int = 1

giving you columns like:

cnt_p_3bet_vs_co_ip: sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 2 and
cash_hand_player_statistics.flg_p_3bet and substring(cash_hand_summary.str_aggressors_p from 2 for 1):: int > cash_hand_player_statistics.position and substring(cash_hand_summary.str_aggressors_p from 2 for 1)::int = 1, 1, 0])
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Previous

Return to PokerTracker 4

Who is online

Users browsing this forum: No registered users and 36 guests

highfalutin