Fold to Riv BXB Limped pot

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Fold to Riv BXB Limped pot

Postby DJSpinThat » Mon Oct 25, 2021 11:17 am

i got the bxb stat to work but i'm having trouble with the fold version....

Fold to Riv BXB Limped pot
(cnt_r_limpcbet_def_action_fold_bxb / cnt_r_face_limpcbet_bxb) * 100

cnt_r_limpcbet_def_action_fold_bxb:
sum(if[char_length(tourney_hand_summary.str_aggressors_p) = 1 AND tourney_hand_player_statistics.amt_r_bet_facing > 0 AND lookup_actions_f.action = 'C|XC' and lookup_actions_t.action='X' and lookup_actions_r.action SIMILAR TO 'F|XF', 1, 0])

cnt_r_face_limpcbet_bxb:
sum(if[char_length(tourney_hand_summary.str_aggressors_p) = 1 AND lookup_actions_f.action = 'C|XC' and lookup_actions_t.action='X' and tourney_hand_player_statistics.amt_r_bet_facing > 0, 1, 0])
DJSpinThat
 
Posts: 70
Joined: Mon Aug 18, 2014 5:49 pm

Re: Fold to Riv BXB Limped pot

Postby Flag_Hippo » Mon Oct 25, 2021 11:42 am

DJSpinThat wrote:lookup_actions_f.action = 'C|XC'

You cannot use = when you are testing for two different flop action sequences. You need to use SIMILAR TO as you've done for the river actions.
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