Stat considering Potsize (BB)

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Stat considering Potsize (BB)

Postby mr_maxxx » Fri Dec 07, 2018 10:03 am

Is it possible to build a stat considering the potsize, for example Bet River % in 40BB+ pot? Thanks
mr_maxxx
 
Posts: 17
Joined: Mon Jan 12, 2009 4:45 pm

Re: Stat considering Potsize (BB)

Postby Flag_Hippo » Fri Dec 07, 2018 3:41 pm

Code: Select all
sum(if[cash_hand_player_statistics.flg_r_bet and cash_hand_summary.amt_pot_r / cash_limit.amt_bb between 30 and 40, 1, 0])
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: Stat considering Potsize (BB)

Postby mr_maxxx » Fri Dec 07, 2018 8:47 pm

Thanks for the answer, I want a stat that only considers big pots, for example 42BB pot. In your example it looks to me 30-40BB pots are considered but most likely I just dont understand it correctly.

For example if I want River Bet WSD% in 40BB+ pots, would this work?

sum(if[cash_hand_player_statistics.flg_r_bet and cash_hand_summary.amt_pot_r / cash_limit.amt_bb > 40 and cash_hand_player_statistics.flg_showdown and cash_hand_player_statistics.flg_won_hand and cash_hand_player_statistics.cnt_p_face_limpers = 0, 1, 0])

Thanks
mr_maxxx
 
Posts: 17
Joined: Mon Jan 12, 2009 4:45 pm

Re: Stat considering Potsize (BB)

Postby mr_maxxx » Sat Dec 08, 2018 8:23 am

solved. thx
mr_maxxx
 
Posts: 17
Joined: Mon Jan 12, 2009 4:45 pm

Re: Stat considering Potsize (BB)

Postby Flag_Hippo » Sat Dec 08, 2018 9:15 am

Sorry for some reason I read your original post as 30BB-40BB rather than 40BB+ :) :oops:
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 20 guests

cron
highfalutin