expected bb won custom stat

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

expected bb won custom stat

Postby bdwoland » Wed Feb 17, 2021 7:03 pm

Hello everyone!

Is it possible to alter the existing stat (expected bb won), so that it shows the sum amount for each different action (pfr, limp etc)? For example:

if[tourney_hand_player_statistics.flg_p_first_raise, sum(tourney_hand_player_statistics.amt_expected_won / tourney_blinds.amt_bb) , 0]

I'd like the stat to return the evbb/100 when the first action was a raise of ours (so that I don't have to use quick filters).
It gives an error, I'm not sure if it's possible but if so, please enlighten me. Thank you
bdwoland
 
Posts: 14
Joined: Fri Sep 11, 2015 1:20 pm

Re: expected bb won custom stat

Postby Flag_Hippo » Thu Feb 18, 2021 7:22 am

Code: Select all
sum(if[tourney_hand_player_statistics.flg_p_first_raise, tourney_hand_player_statistics.amt_expected_won / tourney_blinds.amt_bb, 0])

See this thread for further details.
Flag_Hippo
Moderator
 
Posts: 14505
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 29 guests

cron
highfalutin