bug?

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

bug?

Postby js2002 » Sun Jun 22, 2014 3:05 pm

sum(if[tourney_hand_player_statistics.flg_p_3bet_def_opp AND tourney_hand_player_statistics.flg_p_first_raise AND (tourney_hand_player_statistics.amt_p_3bet_facing >= tourney_hand_player_statistics.amt_p_effective_stack), 1, 0])

The last 2 expressions/terms dont work together anymore.
I also tried: "p_raise_facing" instead of "amt_p_3bet_facing".

Whats the problem there?
js2002
 
Posts: 1501
Joined: Fri Feb 15, 2008 5:44 am
Location: Germany

Re: bug?

Postby js2002 » Sun Jun 22, 2014 3:38 pm

Another buggy example:

this should be "fold to nonAllin 3bet after 2betting"

sum(if[tourney_hand_player_statistics.enum_p_3bet_action='F' AND tourney_hand_player_statistics.flg_p_first_raise AND (tourney_hand_player_statistics.amt_p_raise_facing < tourney_hand_player_statistics.amt_p_effective_stack), 1, 0])

But it def counts this hand +1/+1 for player "zablujena". The raise player was facing is > then the effective stack. Is this a replayer problem or is it also in the live hud?

Code: Select all
PokerStars Hand #117439421715: Tournament #923038121, $1.40+$0.10 USD Hold'em No Limit - Match Round I, Level III (20/40) - 2014/06/12 19:00:22 CET [2014/06/12 13:00:22 ET]
Table '923038121 1' 2-max Seat #2 is the button
Seat 1: js2002 (2640 in chips)
Seat 2: zablujena (360 in chips)
zablujena: posts small blind 20
js2002: posts big blind 40
*** HOLE CARDS ***
Dealt to js2002 [Ts Jc]
zablujena: raises 280 to 320
js2002: raises 1520 to 1840
zablujena: calls 40 and is all-in
Uncalled bet (1480) returned to js2002
*** FLOP *** [8c 3h Qd]
*** TURN *** [8c 3h Qd] [7s]
*** RIVER *** [8c 3h Qd 7s] [2s]
*** SHOW DOWN ***
js2002: shows [Ts Jc] (high card Queen)
zablujena: shows [5d 5c] (a pair of Fives)
zablujena collected 720 from pot
*** SUMMARY ***
Total pot 720 | Rake 0
Board [8c 3h Qd 7s 2s]
Seat 1: js2002 (big blind) showed [Ts Jc] and lost with high card Queen
Seat 2: zablujena (button) (small blind) showed [5d 5c] and won (720) with a pair of Fives

js2002
 
Posts: 1501
Joined: Fri Feb 15, 2008 5:44 am
Location: Germany

Re: bug?

Postby WhiteRider » Mon Jun 23, 2014 3:19 am

"tourney_hand_player_statistics.amt_p_3bet_facing" is the amount the player has to call when facing a 3Bet. If they've already already raised you'll need to take that into account (using "tourney_hand_player_statistics.amt_p_3bet_facing + tourney_hand_player_statistics.amt_p_raise_made" for example).
WhiteRider
Moderator
 
Posts: 53961
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: bug?

Postby js2002 » Mon Jun 23, 2014 3:42 am

found out, but got the same problems with it.
js2002
 
Posts: 1501
Joined: Fri Feb 15, 2008 5:44 am
Location: Germany

Re: bug?

Postby kraada » Mon Jun 23, 2014 10:43 am

I'm not seeing enum_p_3bet_action = 'F' count for either player in that hand. Are you certain you're looking at the right hand?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: bug?

Postby js2002 » Mon Jun 23, 2014 2:01 pm

just close or delete this topic, was a confused post after 8 hours coding^^
js2002
 
Posts: 1501
Joined: Fri Feb 15, 2008 5:44 am
Location: Germany


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 22 guests

cron