Open Side Menu Go to the Top
Register
Average Bet Average Bet

09-17-2009 , 03:53 AM
Does anybody know if there is an average bet statistic for the HUD? This would be a great stat to have cause you could know when they were up to something because they would be betting way far from there normal bet range.
09-17-2009 , 05:03 AM
I don't think this stat is already in the Repository but you could build a Custom Statistic for it.

Have a look at the Custom Stats FAQ for information on building custom stats.

To see the average amount bet you'll need to decide which bets you want to count (e.g. just the flop), and how you want to define the bet amount (absolute money amount, BB, or better the percentage of the pot), and sum up all of these bets and divide it by the number of times they made the bet.

e.g.
sum(holdem_hand_player_detail.val_f_bet_made_pct)
sum(if[holdem_hand_player_statistics.flg_f_bet, 1, 0])
09-17-2009 , 07:15 AM
Use your containment thread please.


http://forumserver.twoplustwo.com/32...4/index11.html

      
m