Stats based only on hands played vs hero ?

General discussion of PokerTracker 3.

Moderator: Moderators

Re: Stats based only on hands played vs hero ?

Postby WhiteRider » Sun Dec 13, 2009 4:53 am

If the SB faces a min raise then they have to call 3 in a pot of 7 = 3/7 = 42.86%.

The BB is a bit more complicated:
If the min raise is from the cutoff or button then the pot is 7 and the call is 2 = 2/7 = 28.57%
If the min raise is from the SB then the pot is 6 and the call is 2 = 2/6 = 33.33%

If you're actually raising to 4.2 instead of 4 you'll have to tweak the numbers of course.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Stats based only on hands played vs hero ?

Postby joker » Sun Dec 13, 2009 10:04 am

But I actually did the math - 2.2/7.2 = 30.5555 % and "fold BB to steal" stat already contains "holdem_hand_player_detail.val_p_raise_facing_pct BETWEEN 30.5 and 30.6" ... I did the math for a SB as well - 3.2/7.2 = 44.4444 % and add this to columns : "holdem_hand_player_detail.val_p_raise_facing_pct BETWEEN 44.3 and 44.5" and it works perfectly in coleration with report. I don´t know why is it not working for BB.
joker
 
Posts: 67
Joined: Sat May 17, 2008 7:38 am

Re: Stats based only on hands played vs hero ?

Postby kraada » Sun Dec 13, 2009 10:42 am

So exactly what column are you using for the BB right now?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Stats based only on hands played vs hero ?

Postby joker » Sun Dec 13, 2009 10:43 am

cnt_bb_steal_fold_21:

sum( if[holdem_hand_player_statistics.flg_blind_def_opp AND holdem_hand_player_statistics.flg_blind_b AND holdem_hand_player_detail.val_p_raise_facing_pct BETWEEN 30.5 and 30.6, 1, 0])

cnt_steal_def_opp_bb_21:

sum(if[holdem_hand_player_statistics.flg_bb_steal_fold AND holdem_hand_player_detail.val_p_raise_facing_pct BETWEEN 30.5 and 30.6, 1, 0])
joker
 
Posts: 67
Joined: Sat May 17, 2008 7:38 am

Re: Stats based only on hands played vs hero ?

Postby kraada » Sun Dec 13, 2009 11:04 am

Try this instead and see if it catches all of the situations you want:

cnt_bb_steal_fold_21:

sum( if[holdem_hand_player_statistics.flg_blind_def_opp AND holdem_hand_player_statistics.flg_blind_b AND (holdem_hand_player_detail.val_p_raise_facing_pct BETWEEN 30.5 and 30.6 OR holdem_hand_player_detail.val_p_raise_facing_pct BETWEEN 35.4 and 35.5), 1, 0])

cnt_steal_def_opp_bb_21:

sum(if[holdem_hand_player_statistics.flg_bb_steal_fold AND (holdem_hand_player_detail.val_p_raise_facing_pct BETWEEN 30.5 and 30.6 OR holdem_hand_player_detail.val_p_raise_facing_pct BETWEEN 35.4 and 35.5), 1, 0])

This takes into account times it was folded to the SB and he opened to 4.2 - see the earlier posts WhiteRider made.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Stats based only on hands played vs hero ?

Postby WhiteRider » Sun Dec 13, 2009 11:15 am

joker wrote:cnt_bb_steal_fold_21:

sum( if[holdem_hand_player_statistics.flg_blind_def_opp AND holdem_hand_player_statistics.flg_blind_b AND holdem_hand_player_detail.val_p_raise_facing_pct BETWEEN 30.5 and 30.6, 1, 0])

cnt_steal_def_opp_bb_21:

sum(if[holdem_hand_player_statistics.flg_bb_steal_fold AND holdem_hand_player_detail.val_p_raise_facing_pct BETWEEN 30.5 and 30.6, 1, 0])

Just to check - these columns are labelled the wrong way round. You have got them right in PT3, haven't you?
You'll still need Kraada's OR too, of course.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Stats based only on hands played vs hero ?

Postby joker » Sun Dec 13, 2009 12:14 pm

So the original "fold BB to steal" stat includes both situations when player on BB is facing steal from co/btn and also only from sb ? If yes, than this stat :

(cnt_bb_steal_fold_21 / cnt_steal_def_opp_bb_21) * 100

cnt_bb_steal_fold_21:

sum( if[holdem_hand_player_statistics.flg_blind_def_opp AND holdem_hand_player_statistics.flg_blind_b AND holdem_hand_player_detail.val_p_raise_facing_pct BETWEEN 30.5 and 30.6, 1, 0])

cnt_steal_def_opp_bb_21:

sum(if[holdem_hand_player_statistics.flg_bb_steal_fold AND holdem_hand_player_detail.val_p_raise_facing_pct BETWEEN 30.5 and 30.6, 1, 0])

should only shows situations when he is facing steal from co/btn, due to pot ratio "filter", am I right ? If yes, than it is exactly what I am looking for, because I want to see how they are reacting vs co/btn, because for sb vs bb steal situation I already have a special stat.
joker
 
Posts: 67
Joined: Sat May 17, 2008 7:38 am

Re: Stats based only on hands played vs hero ?

Postby joker » Sun Dec 13, 2009 12:23 pm

I will answer it myself - yes, now it shows exactly what I want - fold BB to btn steal only, thank you for your help again.
joker
 
Posts: 67
Joined: Sat May 17, 2008 7:38 am

Re: Stats based only on hands played vs hero ?

Postby kraada » Sun Dec 13, 2009 12:55 pm

You're welcome; I'm glad to hear everything is working well for you.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Stats based only on hands played vs hero ?

Postby Darvini » Sun Oct 23, 2011 9:00 pm

To which raise holdem_hand_player_detail.val_p_raise_facing_pct refers to? The first one faced or the last one?
Darvini
 
Posts: 182
Joined: Fri Oct 30, 2009 12:15 pm

PreviousNext

Return to General [Read Only]

Who is online

Users browsing this forum: No registered users and 49 guests

cron
highfalutin