Raise over limper average size

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Raise over limper average size

Postby socito » Wed Jan 24, 2024 4:21 am

Hi, I'm trying to make this stat like this:

(amt_p_iso_total_bb / cnt_p_raise_first_in)


amt_p_iso_total_bb
sum(if[cash_hand_player_statistics.flg_p_first_raise AND cash_hand_player_statistics.flg_p_open_opp AND cash_hand_player_statistics.cnt_p_face_limpers=1, (cash_hand_player_statistics.amt_p_raise_made / cash_limit.amt_bb), 0])

cnt_p_raise_first_in
sum(if[cash_hand_player_statistics.flg_p_first_raise AND cash_hand_player_statistics.flg_p_open_opp, 1, 0])

Not sure what am I doing wrong, but doesn't show any :(

Pd: I made Raise First average size and it's working ok
Help please
socito
 
Posts: 94
Joined: Fri Jan 24, 2014 3:25 am

Re: Raise over limper average size

Postby Flag_Hippo » Wed Jan 24, 2024 5:52 am

socito wrote:amt_p_iso_total_bb
sum(if[cash_hand_player_statistics.flg_p_first_raise AND cash_hand_player_statistics.flg_p_open_opp AND cash_hand_player_statistics.cnt_p_face_limpers=1, (cash_hand_player_statistics.amt_p_raise_made / cash_limit.amt_bb), 0])

It's not an open opportunity when there is a limper.
socito wrote:cnt_p_raise_first_in
sum(if[cash_hand_player_statistics.flg_p_first_raise AND cash_hand_player_statistics.flg_p_open_opp, 1, 0])

You can't use cnt_p_raise_first_in for this. You need a custom column that specifies the limper faced:

Code: Select all
sum(if[cash_hand_player_statistics.flg_p_first_raise and cash_hand_player_statistics.cnt_p_face_limpers = 1, 1, 0])
Flag_Hippo
Moderator
 
Posts: 15186
Joined: Tue Jan 31, 2012 7:50 am

Re: Raise over limper average size

Postby socito » Wed Jan 24, 2024 3:00 pm

I fixed, thanks!
socito
 
Posts: 94
Joined: Fri Jan 24, 2014 3:25 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 26 guests

cron
highfalutin