3Bet NAI PF
Posted: Mon Apr 30, 2018 11:01 am
Hi Guys, i have been trying to create a 3Bet NAI PF Statistic. I also created 3Bet AI PF.
My 3Bet AI looks like this:
x2x_cnt_p_3bet_ai
x2x_cnt_p_3bet_opp
Now to create my 3Bet NAI Statistic i was thinking that i could just do this:
x2x_cnt_p_3bet is just a copy of the generic cnt_p_3bet column.
For some reason it doesnt work and gives me wrong results and i dont know why. Any Ideas?
Here is a screenshot of how it looks when i run a player report:
My 3Bet AI looks like this:
- Code: Select all
(x2x_cnt_p_3bet_ai / x2x_cnt_p_3bet_opp) * 100
x2x_cnt_p_3bet_ai
- Code: Select all
sum(if[tourney_hand_player_statistics.flg_p_3bet AND NOT tourney_hand_player_statistics.flg_p_squeeze_opp AND ((tourney_hand_player_statistics.amt_p_raise_facing / tourney_blinds.amt_bb) BETWEEN 2 and 2.5) AND tourney_hand_player_statistics.amt_p_raise_made >= tourney_hand_player_statistics.amt_p_effective_stack AND NOT tourney_hand_player_statistics.enum_face_allin SIMILAR TO '(p|P)', 1, 0])
x2x_cnt_p_3bet_opp
- Code: Select all
sum(if[tourney_hand_player_statistics.flg_p_3bet_opp AND ((tourney_hand_player_statistics.amt_p_raise_facing / tourney_blinds.amt_bb) BETWEEN 2 and 2.5), 1, 0])
Now to create my 3Bet NAI Statistic i was thinking that i could just do this:
((x2x_cnt_p_3bet - x2x_cnt_p_3bet_ai) / x2x_cnt_p_3bet_opp) * 100
x2x_cnt_p_3bet is just a copy of the generic cnt_p_3bet column.
For some reason it doesnt work and gives me wrong results and i dont know why. Any Ideas?
Here is a screenshot of how it looks when i run a player report: