question regarding coffee hud

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

question regarding coffee hud

Postby vaflesneks » Sun Feb 19, 2023 4:38 pm

hi there.

i would like to ask about the coffee hud 2.1 eff stack ranges
for example

16-20 range
13-16 range

what is the rounding here? for example if eff . stack is 16.49 does the statistics go to both ranges? or to 16-20 or to 13-16?
how is it rounded for example 13-16 what range is taken 12.5 - 16.49 or 13 to 15.99 ?
vaflesneks
 
Posts: 28
Joined: Wed Apr 18, 2018 2:37 pm

Re: question regarding coffee hud

Postby Flag_Hippo » Mon Feb 20, 2023 5:55 am

vaflesneks wrote:what is the rounding here? for example if eff . stack is 16.49 does the statistics go to both ranges? or to 16-20 or to 13-16?
how is it rounded for example 13-16 what range is taken 12.5 - 16.49 or 13 to 15.99 ?

16.49 should go to to 13-16 and that should use a range of 12.5 - 16.49 but bear in mind I don't know the specifics of the expressions used in the custom statistics you are referring to.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: question regarding coffee hud

Postby vaflesneks » Mon Feb 20, 2023 8:05 am

main idea was to find out , how often does the opponent does something (fold, call, raise) according to a eff. stack.

sum(if[tourney_hand_player_statistics.enum_p_3bet_action='F' AND tourney_hand_summary.cnt_players = 3 AND tourney_hand_player_statistics.position = 0 AND amt_p_raise_facing/ tourney_blinds.amt_bb > 6 AND (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 12.5 AND 16.49, 1, 0])

that is an example of fold while playing 3handed and the player on the button folds to a 3 bet ALLIN when the effective stack is between 13 and 16 BB. am i thinking correctly?
vaflesneks
 
Posts: 28
Joined: Wed Apr 18, 2018 2:37 pm

Re: question regarding coffee hud

Postby Flag_Hippo » Mon Feb 20, 2023 12:04 pm

You can just use BETWEEN 13 AND 16 - the rounding will get handled automatically. For a higher effective stack you can use BETWEEN 17 AND 20 for example. Anything below between 16-16.49 will be counted in the former and anything between 16.5 and 17 will be counted in the latter.
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 30 guests

cron
highfalutin