Fold to PF EP 2Bet
Posted: Fri Jan 31, 2014 3:54 pm
How can I make 'Fold to PF EP 2Bet' and 'Fold to PF MP 2Bet' custom stats?
I tried modifying 'Fold vs BTN Open'. I can replace 'cnt_p_3bet_opp_vs_btn_open' with 'cnt_p_3bet_opp_vs_ep_2bet', but there's nothing to replace 'cnt_p_call_vs_btn_open' with, because there's no corresponding stat for EP and MP.
Here's 'Fold vs BTN Open' below:
I tried modifying 'Fold vs BTN Open'. I can replace 'cnt_p_3bet_opp_vs_btn_open' with 'cnt_p_3bet_opp_vs_ep_2bet', but there's nothing to replace 'cnt_p_call_vs_btn_open' with, because there's no corresponding stat for EP and MP.
Here's 'Fold vs BTN Open' below:
- Code: Select all
((cnt_p_3bet_opp_vs_btn_open - cnt_p_call_vs_btn_open - cnt_p_3bet_vs_btn_open) / cnt_p_3bet_opp_vs_btn_open) * 100