Meanwhile, HJ open, and BB call, BB check and HJ cbet...
Action
- Code: Select all
sum(if[tourney_hand_player_statistics.position = 2 and tourney_hand_summary.str_aggressors_p = '82' and tourney_hand_summary.str_actors_p = '28' and tourney_hand_player_statistics.amt_p_raise_made < tourney_hand_player_statistics.amt_p_effective_stack and tourney_hand_player_statistics.flg_f_cbet, 1, 0])
Opportunity
- Code: Select all
sum(if[tourney_hand_player_statistics.position = 2 and tourney_hand_summary.str_aggressors_p LIKE '82' and tourney_hand_summary.str_actors_p LIKE '2' and tourney_hand_player_statistics.flg_f_cbet and tourney_hand_player_statistics.flg_p_open_opp and tourney_hand_player_statistics.amt_p_raise_made < tourney_hand_player_statistics.amt_p_effective_stack, 1, 0])
In addition to helping me with this, if possible, please link me something that makes me understand how and why to build these two oclumns, or explain it as you would have to explain it to your 11-year-old son :D
