Page 1 of 1

table HUD size bet

PostPosted: Thu Nov 14, 2013 1:56 pm
by Harnas31
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.

Re: table HUD size bet

PostPosted: Thu Nov 14, 2013 2:47 pm
by kraada
The HUD does not know anything about the hand in play and so cannot display this information.

Re: table HUD size bet

PostPosted: Thu Nov 14, 2013 5:34 pm
by Harnas31
Maybe it can be done in Summary - starting hands - > results ,
There is bet size in currency, how to do it in % of the pot ?

Re: table HUD size bet

PostPosted: Thu Nov 14, 2013 6:02 pm
by kraada
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.

Re: table HUD size bet

PostPosted: Wed Nov 20, 2013 9:10 pm
by Harnas31
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.

Re: table HUD size bet

PostPosted: Thu Nov 21, 2013 4:48 am
by WhiteRider
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.)

Re: table HUD size bet

PostPosted: Thu Nov 21, 2013 7:13 am
by Harnas31
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 .

Re: table HUD size bet

PostPosted: Thu Nov 21, 2013 7:37 am
by Harnas31
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.

Re: table HUD size bet

PostPosted: Thu Nov 21, 2013 9:00 am
by kraada
I'm not sure RAR is allowed for the warehouse. Try zip (or just uploading it uncompressed) and one of those should work.