Call shove stat!

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Call shove stat!

Postby Petter120 » Mon Jul 29, 2013 3:16 pm

Im trying to use a call shove stat in a players report and filter it by first raisers position and effective stack and
i just want to know if this looks right to you ?

Call Shove
(cnt_p_face_allin_call / cnt_p_face_allin) * 100

Quick filter
Position first raiser 4-7 (EP)
Effective stack BB (15-10000000)

Will this show, how often a player calls an EP shove with an effective stack size of 15bb - 10000000bb ?

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

Re: Call shove stat!

Postby WhiteRider » Tue Jul 30, 2013 4:13 am

It very much depends how you've defined the columns used in your stat, but the filters look OK.
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Call shove stat!

Postby Petter120 » Wed Jul 31, 2013 4:50 am

Ah sorry here they come.

Call Shove
(cnt_p_face_allin_call / cnt_p_face_allin) * 100

cnt_p_face_allin_call

sum(if[tourney_hand_player_statistics.enum_face_allin = 'P' , 1, 0])

cnt_p_face_allin

sum(if[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 » Wed Jul 31, 2013 7:35 am

It looks as if you've labelled your columns the wrong way round there, but otherwise that looks OK.
Are you having problems with it?
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Call shove stat!

Postby Petter120 » Thu Aug 01, 2013 5:45 am

How do you mean ?
Petter120
 
Posts: 50
Joined: Fri Aug 22, 2008 11:47 am

Re: Call shove stat!

Postby WhiteRider » Thu Aug 01, 2013 7:58 am

Petter120 wrote:cnt_p_face_allin_call

sum(if[tourney_hand_player_statistics.enum_face_allin = 'P' , 1, 0])

This is labelled as the "call" column, but doesn't test for a call.

Petter120 wrote:cnt_p_face_allin

sum(if[tourney_hand_player_statistics.enum_face_allin = 'P' and tourney_hand_player_statistics.enum_face_allin_action = 'C', 1, 0])

This is labelled as facing an allin but also tests for making a call.

Hopefully you just pasted them the wrong way round here and they're actually the other way round in PT4?

Are you having a problem with this stat?
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Call shove stat!

Postby Petter120 » Thu Aug 01, 2013 12:32 pm

I think i found this one here on the forum and just took right off. im not sure if i had any trouble with it do.

If i understand you right i should only have to use

cnt_p_face_allin (and rename it )
Code: Select all
sum(if[tourney_hand_player_statistics.enum_face_allin = 'P' and tourney_hand_player_statistics.enum_face_allin_action = 'C', 1, 0])


Because its tests for both "face all in and call all in"

and skip

cnt_p_face_allin_call

Code: Select all
sum(if[tourney_hand_player_statistics.enum_face_allin = 'P' , 1, 0])


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

Re: Call shove stat!

Postby WhiteRider » Thu Aug 01, 2013 3:13 pm

I'm not sure exactly what you're asking..

You need both columns, but the names of them are the wrong way round based on what they do.
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:37 am

Ok got a little confused, they function right just the names that are missleading.

I have discoverd one problem whit the positional stat

Call shove from EP doesnt sems to be right, its way to high

Pokertracker.jpg
Call Shove from EP shouldn´t be higer than Call Shove from BB ?
Pokertracker.jpg (22.69 KiB) Viewed 3794 times
Petter120
 
Posts: 50
Joined: Fri Aug 22, 2008 11:47 am

Re: Call shove stat!

Postby WhiteRider » Fri Aug 02, 2013 4:03 am

That depends how you play of course, but it does seem a bit unlikely.
I did miss one detail I'm afraid.

You actually need to test for:

(tourney_hand_player_statistics.enum_face_allin = 'P' OR tourney_hand_player_statistics.enum_face_allin='p')

The second part is a lowercase 'p' which can happen in some cases - one is when you call an all-in with chips behind and the other is when you call all-in yourself.
Try adding that into your column expressions (everywhere that you have tourney_hand_player_statistics.enum_face_allin = 'P') and see how that changes things.
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Next

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: maggu5 and 59 guests

cron
highfalutin