limped pot, flop x/x, called bet on turn, fold to bet on riv

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

limped pot, flop x/x, called bet on turn, fold to bet on riv

Postby DJSpinThat » Mon Oct 25, 2021 4:42 am

Fold to Riv DB Limped pot

(cnt_r_limpcbet_def_action_fold_db / cnt_r_face_limpcbet_db) * 100

cnt_r_limpcbet_def_action_fold_db:

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

or

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 = 'X' and lookup_actions_t.action='C|XC' and lookup_actions_r.action SIMILAR TO 'F|XF', 1, 0])

cnt_r_face_limpcbet_db

sum(if[NOT (tourney_hand_player_statistics.flg_p_face_raise) AND lookup_actions_f.action = 'X' and lookup_actions_t.action = 'C|XC' and tourney_hand_player_statistics.amt_r_bet_facing > 0, 1, 0])

or

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

Re: limped pot, flop x/x, called bet on turn, fold to bet on

Postby Flag_Hippo » Mon Oct 25, 2021 4:54 am

As per my answer to you in your other thread use char_length(tourney_hand_summary.str_aggressors_p) = 1 instead of NOT(tourney_hand_player_statistics.flg_p_face_raise).
Flag_Hippo
Moderator
 
Posts: 14514
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 35 guests

cron
highfalutin