table HUD size bet

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

table HUD size bet

Postby Harnas31 » Thu Nov 14, 2013 1:56 pm

Is there a stat which will show me the size of bet in % on flop , turn and river ?
I would like it to have in table HUD.
Harnas31
 
Posts: 43
Joined: Sat Nov 27, 2010 12:44 pm

Re: table HUD size bet

Postby kraada » Thu Nov 14, 2013 2:47 pm

The HUD does not know anything about the hand in play and so cannot display this information.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: table HUD size bet

Postby Harnas31 » Thu Nov 14, 2013 5:34 pm

Maybe it can be done in Summary - starting hands - > results ,
There is bet size in currency, how to do it in % of the pot ?
Harnas31
 
Posts: 43
Joined: Sat Nov 27, 2010 12:44 pm

Re: table HUD size bet

Postby kraada » Thu Nov 14, 2013 6:02 pm

You could build a custom stat to show you historically what someone's average bet size was, it just won't show you what his current bet is on the HUD from this hand no matter what you do.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: table HUD size bet

Postby Harnas31 » Wed Nov 20, 2013 9:10 pm

HI , so I tried to build this stat and everything seems to work, except when there is a RAISE on the flop
How to make exception so that stat would only show me the percantage of bet/ pot on flop , but without made raise

I built a column
Code: Select all
cash_hand_summary.amt_pot_f   
<- name my_flop_size

and then stat
Code: Select all
(amt_bet_f / my_flop_size) * 100   
<-- name : ja_bet_size F


so now when the pot is 40c and somebody bets 20c it shows me 50 %
but if I raise and he reraise to let say 60c [ 40c more] then it will show me 150 % bet , and i dont want it.
Harnas31
 
Posts: 43
Joined: Sat Nov 27, 2010 12:44 pm

Re: table HUD size bet

Postby WhiteRider » Thu Nov 21, 2013 4:48 am

That won't work - the Hud doesn't have data for any single hand, so that won't work correctly. Hud stats can only correctly show data across a total of all of your hands.

To answer your question, though, the size of a player's bet (explicitly "bet") is stored in the database field "cash_hand_player_statistics.amt_f_bet_made".

(amt_bet_f is the total amount put in on the flop in any way.)
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: table HUD size bet

Postby Harnas31 » Thu Nov 21, 2013 7:13 am

I think the topic is misleading.
I know that in HUD I will not acheive it , but I works in Report, except when there is a raise .
Harnas31
 
Posts: 43
Joined: Sat Nov 27, 2010 12:44 pm

Re: table HUD size bet

Postby Harnas31 » Thu Nov 21, 2013 7:37 am

Ok, It works in report , I will add this stat to warehouse.

eh , is there any trick in uploading ?
When I want to do it it says illegal value.

At least I will put it here.
Attachments
betsize.rar
(481 Bytes) Downloaded 732 times
Harnas31
 
Posts: 43
Joined: Sat Nov 27, 2010 12:44 pm

Re: table HUD size bet

Postby kraada » Thu Nov 21, 2013 9:00 am

I'm not sure RAR is allowed for the warehouse. Try zip (or just uploading it uncompressed) and one of those should work.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 67 guests

cron
highfalutin