Page 1 of 2

PT3 Mac Hud Config cant find AllIn

PostPosted: Wed Feb 15, 2012 7:41 pm
by apkrguy
PT3 Mac Hud Config cant find AllIn im going through the tutorial and what stat would the allins be under

Re: PT3 Mac Hud Config cant find AllIn

PostPosted: Thu Feb 16, 2012 4:40 am
by WhiteRider
I replied to (what I assume is) your duplicate question on the 2+2 forum - if you mean the equity in the current hand, that isn't possible as we don't have information about the progress of the current hand.

Re: PT3 Mac Hud Config cant find AllIn

PostPosted: Thu Feb 16, 2012 8:30 am
by apkrguy
Is what i'm talking about is how many times villain has gone all in based on the hand history. Is it possible to do this with PT3 or PT4. You know how you can see Raises and 3bets etc etc what i would also like to see is Allins !!! It would be great if you could break it down to pushes and calls or just having the count like i have for 3bets would be great!!! Thanks (if you would point me in the direction of how to do this)

Re: PT3 Mac Hud Config cant find AllIn

PostPosted: Thu Feb 16, 2012 9:26 am
by kraada
So just to be clear - you want the number of times a player has gone all in broken down into two numbers (pushes and calls)?

We can do that in both PT3 and PT4. It sounds like you're just describing a count though, would you want it displayed differently as a stat other than a straight number?

Re: PT3 Mac Hud Config cant find AllIn

PostPosted: Thu Feb 16, 2012 2:40 pm
by apkrguy
Hey Kraada thanks! Not sure what this means ...
" would you want it displayed differently as a stat other than a straight number? "
My original thinking was when i activate my hud i see a number # under a players name that number is for how many times he raised EX: 7, 1/3 of 21, bets. etc etc etc ... now if i could see another number # next to it that said all-ins 5 of 21 bets that would be GREAT! What would be friggin fantastic would be all-ins 5 of 21 bets 4 pushes 1 call. ! :D
Since i am a bit math challenged not sure if what i said is a "stat or a straight number"
What ever you think is best would be great. Just got PT3 a little bit ago and it is Amazing thanks.
PS. could lead me to instructions on how to do this in PT3 HUD so i can see the numbers # under every players name. cheers

Re: PT3 Mac Hud Config cant find AllIn

PostPosted: Thu Feb 16, 2012 2:44 pm
by kraada
I wrote the actual definition you need in the 2+2 thread where you posted about it. To make it a percentage of all hands you would just need to divide by the existing column cnt_hands. For more on creating custom statistics please see this tutorial.

Re: PT3 Mac Hud Config cant find AllIn

PostPosted: Thu Feb 16, 2012 2:48 pm
by apkrguy
Wow man your good !!! and fast :D just saw this on 2 + 2

" That can certainly be done. As a custom column in PT3 it would be defined as follows:

cnt_push_allin: sum(if[holdem_hand_player_statistics.enum_allin <> 'N', 1, 0])

for times a player pushes all in.

cnt_call_allin: sum(if[holdem_hand_player_detail.amt_bet_ttl = holdem_hand_player_detail.amt_before AND (lookup_actions_r.action LIKE '%C' OR (lookup_actions_r.action = '' AND lookup_actions_t.action LIKE '%C') OR (lookup_actions_t.action = '' AND lookup_actions_f.action LIKE '%C') OR (lookup_actions_f.action = '' AND lookup_actions_p.action LIKE '%C'), 1, 0])

for times a player goes all in by calling. "

Sorry for posting everywhere i will just keep it here for now on. So if i drop this code into PT3 it will show All-ins on my hud in the games ? Thankyou very much sir!
Very easily the fastest and greatest support i have ever gotten on line. thanks

Re: PT3 Mac Hud Config cant find AllIn

PostPosted: Thu Feb 16, 2012 4:39 pm
by apkrguy
WhiteRider wrote:I replied to (what I assume is) your duplicate question on the 2+2 forum - if you mean the equity in the current hand, that isn't possible as we don't have information about the progress of the current hand.


Yup that was me thanks.!
I will keep future post here. Was just hoping to find a 2+2er who had done it

Re: PT3 Mac Hud Config cant find AllIn

PostPosted: Thu Feb 16, 2012 5:02 pm
by kraada
Yep just use that code as explained in the tutorial I linked for you and you should be all set.

Re: PT3 Mac Hud Config cant find AllIn

PostPosted: Fri Feb 24, 2012 2:05 pm
by apkrguy
Hey Kraada! No joy tried following your links instructions and got lost.
I went to - texas holdem, tournaments, reports, do i then go to report stats, filters,
and drop both of what u wrote in there and save and name? thanks