Call shove stat!

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Re: Call shove stat!

Postby Petter120 » Fri Aug 02, 2013 8:37 am

You mean like this:
cnt_p_face_allin
Code: Select all
sum(if[(tourney_hand_player_statistics.enum_face_allin = 'P' OR tourney_hand_player_statistics.enum_face_allin='p')  , 1, 0])


cnt_p_face_allin_call
Code: Select all
sum(if[(tourney_hand_player_statistics.enum_face_allin = 'P' OR tourney_hand_player_statistics.enum_face_allin='p') and tourney_hand_player_statistics.enum_face_allin_action = 'C', 1, 0])



?
Petter120
 
Posts: 50
Joined: Fri Aug 22, 2008 11:47 am

Re: Call shove stat!

Postby WhiteRider » Fri Aug 02, 2013 11:38 am

Correct.
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Call shove stat!

Postby Petter120 » Fri Aug 02, 2013 3:05 pm

I still get a higher result from EP

Pokertracker.jpg
Ep is still higher.
Pokertracker.jpg (15.18 KiB) Viewed 2230 times


Is there any other way to create a stat for how often a player calls when someone raise all in (either raiser allin or caller allin) ?
Petter120
 
Posts: 50
Joined: Fri Aug 22, 2008 11:47 am

Re: Call shove stat!

Postby WhiteRider » Sat Aug 03, 2013 3:55 am

That could be correct. Since it's a percentage, you're probably facing less all-ins when you're in early position since you will often have folded, and when you haven't folded you will be more likely to continue to play since on average you'll have better hands at that point. If you mouse-over the stat it should show you the number of actions and opportunities - do those numbers match my theory?
Try using some filters to look at when that comes up and see what the numbers look like and if you have any incorrect hands?
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Call shove stat!

Postby Petter120 » Sat Aug 03, 2013 5:45 am

ahh ok that does make alot of sence,
thank you.
Petter120
 
Posts: 50
Joined: Fri Aug 22, 2008 11:47 am

Re: Call shove stat!

Postby Petter120 » Mon Aug 05, 2013 5:10 am

Petter120 wrote:You mean like this:
cnt_p_face_allin
Code: Select all
sum(if[(tourney_hand_player_statistics.enum_face_allin = 'P' OR tourney_hand_player_statistics.enum_face_allin='p')  , 1, 0])


cnt_p_face_allin_call
Code: Select all
sum(if[(tourney_hand_player_statistics.enum_face_allin = 'P' OR tourney_hand_player_statistics.enum_face_allin='p') and tourney_hand_player_statistics.enum_face_allin_action = 'C', 1, 0])



?


If i understand you correct, is this when i am all in either way in a hand or just when i get all in preflop ?
Petter120
 
Posts: 50
Joined: Fri Aug 22, 2008 11:47 am

Re: Call shove stat!

Postby kraada » Mon Aug 05, 2013 12:33 pm

You had to face a raise that was either enough to put you all-in, or an all-in raise for someone else's stack, and then call that raise. If you yourself shoved all-in, this would not trigger the stat we've built.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Previous

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 47 guests

cron
highfalutin