Can't add a custom stat the my HUD

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Can't add a custom stat the my HUD

Postby ttesone » Tue Sep 10, 2024 6:26 pm

I have the following columns:

cnt_p_2bet_rfi_2_5bb:
sum(if[cash_hand_player_statistics.position between 0 and 7 and cash_hand_player_statistics.amt_p_raise_made / amt_bb = 2.5 and cash_hand_player_statistics.flg_p_first_raise and cash_hand_player_statistics.flg_p_open_opp, 1, 0])

cnt_p_raise_first_in_no_blinds:
sum(if[cash_hand_player_statistics.position between 0 and 7 and cash_hand_player_statistics.flg_p_first_raise, 1, 0])

And the following stat:

RFI 2.5bb:
(cnt_p_2bet_rfi_2_5bb / cnt_p_raise_first_in_no_blinds) * 100

Image

I can add the stat to reports but not to my HUD. The stat doesn't appear on the list. Why is that? How can I fix it?

Thanks!
ttesone
 
Posts: 21
Joined: Tue Sep 30, 2008 5:38 pm

Re: Can't add a custom stat the my HUD

Postby Flag_Hippo » Wed Sep 11, 2024 5:46 am

ttesone wrote:cnt_p_2bet_rfi_2_5bb:
sum(if[cash_hand_player_statistics.position between 0 and 7 and cash_hand_player_statistics.amt_p_raise_made / amt_bb = 2.5 and cash_hand_player_statistics.flg_p_first_raise and cash_hand_player_statistics.flg_p_open_opp, 1, 0])

cnt_p_raise_first_in_no_blinds:
sum(if[cash_hand_player_statistics.position between 0 and 7 and cash_hand_player_statistics.flg_p_first_raise, 1, 0])

1. You need to be using cash_limit.amt_bb instead of just amt_bb. After making that change you will be able to add the statistic to your HUD Profile.

2. Please note that you are using cash_hand_player_statistics.flg_p_open_opp in your first column but not your second column so the second column is also going to count hands which were not a raise first in opportunity.
Flag_Hippo
Moderator
 
Posts: 15174
Joined: Tue Jan 31, 2012 7:50 am

Re: Can't add a custom stat the my HUD

Postby ttesone » Wed Sep 11, 2024 1:45 pm

Flag_Hippo wrote:
ttesone wrote:cnt_p_2bet_rfi_2_5bb:
sum(if[cash_hand_player_statistics.position between 0 and 7 and cash_hand_player_statistics.amt_p_raise_made / amt_bb = 2.5 and cash_hand_player_statistics.flg_p_first_raise and cash_hand_player_statistics.flg_p_open_opp, 1, 0])

cnt_p_raise_first_in_no_blinds:
sum(if[cash_hand_player_statistics.position between 0 and 7 and cash_hand_player_statistics.flg_p_first_raise, 1, 0])

1. You need to be using cash_limit.amt_bb instead of just amt_bb. After making that change you will be able to add the statistic to your HUD Profile.

2. Please note that you are using cash_hand_player_statistics.flg_p_open_opp in your first column but not your second column so the second column is also going to count hands which were not a raise first in opportunity.

1. Thanks! It works now.

2. Yeah, figured that you yesterday and corrected it. Thanks!
ttesone
 
Posts: 21
Joined: Tue Sep 30, 2008 5:38 pm


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 43 guests

cron