by setherson2 » Fri Jan 17, 2014 2:46 pm
Oh I see why the numbers aren't how I want them...4bet+ ratio takes any pfr, i wanna swap that out for just raise first in and then 4bet facing a 3bet. I suppose I could just do this:
((cnt_p_raise_first_in / cnt_p_open_opp ) * 100) * (cnt_p_4bet_after_raising / cnt_p_3bet_def_opp_when_open_raised)
That should work right?