Запилил кастомный стат "минирейз с СБ". Размер минирейза установлен <2,25BB.
Кому надо - забирайте. По умолчанию - для турниров, но кешируется
(cnt_minrsteal_att_sb / cnt_steal_opp_sb) * 100
cnt_minrsteal_att_sb:
sum(if[tourney_hand_player_statistics.flg_p_open_opp and tourney_hand_player_statistics.flg_p_first_raise and tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb <= 2.25 and tourney_hand_player_statistics.position = 9, 1, 0])
cnt_steal_opp_sb:
sum(if[tourney_hand_player_statistics.flg_p_open_opp and tourney_hand_player_statistics.position = 9, 1, 0])