BvB raise vs delay cb

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

BvB raise vs delay cb

Postby Chamie » Wed Jun 14, 2017 9:31 pm

Hi!

sum(if[ tourney_hand_player_statistics.position = 8 AND tourney_hand_player_statistics.flg_f_has_position AND NOT tourney_hand_player_statistics.cnt_p_raise > 0 AND tourney_hand_player_statistics.flg_p_3bet_opp AND tourney_hand_player_statistics.flg_f_open_opp AND NOT tourney_hand_player_statistics.flg_f_open AND NOT tourney_hand_player_statistics.flg_t_open_opp AND tourney_hand_player_statistics.cnt_t_raise > 0 , 1, 0])

Ok so if I do it this way wont it count the times when BB is facing all-in DCB also meaning it will count that as choosing not to raise when in reality he was never given the option? How do I write opportunity to raise a bet? 2bet_opp r raise_opp doesnt seem to be a thing which is weird because 3bet_opp and 4bet_opp both exists as things u can use when u create stats.
Chamie
 
Posts: 52
Joined: Sat Nov 29, 2008 8:52 pm

Re: BvB raise vs delay cb

Postby Flag_Hippo » Thu Jun 15, 2017 8:39 am

The built in columns, such as 'cnt_t_bet_def_opp', for facing a bet use 'amt_t_bet_facing > 0' and if you need to only count the times when there was an opportunity to raise a turn bet you can use this expression:

Code: Select all
tourney_hand_player_statistics.amt_t_bet_facing > 0 and tourney_hand_player_statistics.amt_t_bet_facing < tourney_hand_player_statistics.amt_t_effective_stack
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 27 guests

cron
highfalutin