FOLD STEAL TO BLIND RERAISE... but if P1 raises and p0 3bet?
FOLD STEAL TO BLIND RERAISE =(cnt_steal_reraise_def_action_fold / cnt_steal_reraise_def_opp) * 100
BUT cnt_steal_reraise_def_opp =
sum(if[ tourney_holdem_hand_player_statistics.flg_steal_att AND tourney_holdem_hand_player_statistics.flg_p_3bet_def_opp, 1 , 0 ])
then 3bet can be made by p0 if the stealer is P1...
what do you think? may be would be better change the name to this stat.
BUT cnt_steal_reraise_def_opp =
sum(if[ tourney_holdem_hand_player_statistics.flg_steal_att AND tourney_holdem_hand_player_statistics.flg_p_3bet_def_opp, 1 , 0 ])
then 3bet can be made by p0 if the stealer is P1...
what do you think? may be would be better change the name to this stat.
