I´m using the following stats:
Preflop 2Bet Size% 2BB
(cnt_p_2bet_2x / cnt_p_raise_first_in) * 100
cnt_p_2bet_2x
sum(if[cash_hand_player_statistics.flg_p_first_raise AND cash_hand_player_statistics.flg_p_open_opp and cash_hand_player_statistics.amt_p_raise_made <= 2.2 * cash_limit.amt_bb , 1, 0])
cnt_p_raise_first_in
sum(if[cash_hand_player_statistics.flg_p_first_raise AND cash_hand_player_statistics.flg_p_open_opp, 1, 0])
Preflop 2Bet Size% 2.5BB
(cnt_p_2bet_25x / cnt_p_raise_first_in) * 100
cnt_p_2bet_25x
sum(if[cash_hand_player_statistics.flg_p_first_raise AND cash_hand_player_statistics.flg_p_open_opp and cash_hand_player_statistics.amt_p_raise_made BETWEEN 2.21 AND 2.7 * cash_limit.amt_bb , 1, 0])
Preflop 2Bet Size% 3BB
(cnt_p_2bet_3x / cnt_p_raise_first_in) * 100
cnt_p_2bet_3x
sum(if[cash_hand_player_statistics.flg_p_first_raise AND cash_hand_player_statistics.flg_p_open_opp and cash_hand_player_statistics.amt_p_raise_made >= 2.71 * cash_limit.amt_bb , 1, 0])
I have these in a popup in my HUD and there they are displayed for every position (I have changed the position under the Item properties in the Hud Profile Editor). So all three stats for every position.
As an example I have one V that RFI from EP 27 times. But Preflop 2Bet Size% 2BB = 0% (0/27), Preflop 2Bet Size% 2.5BB = 0% (0/27) and Preflop 2Bet Size% 3BB = 7% (4/27).
My problem, or question is, for example in EP, shouldn´t these three togheter add up to 100%?
Where are the other 23 hands from EP?
Be advised that the amount raised isn´t exactly what the stat names suggest.
I have rebuild my custom cache.