Hi
Could you pls explain why this
if ((cnt_vpip / (cnt_hands - cnt_walks) * 100) > 25
AND ((cnt_f_cbet_def_action_fold / cnt_f_cbet_def_opp) * 100) < 75
AND ((cnt_t_cbet_def_action_fold / cnt_t_cbet_def_opp) * 100) < 65
AND cnt_t_cbet_def_opp > 1
,'STA'
,'')
returns 'STA' (for station) on opponents who have VPIP > 25 but have never faced even a flop cbet and therefore could not fullfill any of the other 3 conditions?
What did i do wrong?
PS: I post this here cause there are no sub categories in PT4 forum (might wanna change that)
