Page 1 of 1

Folded BB to ATS by BTN

PostPosted: Sun Oct 03, 2010 7:53 pm
by T123
Hi, Can I get a sanity check on this. I have just duplicated the Fold BB to SB stat and changed the position to the BTN but would still like to check if this would calculate correctly? Thanks


Code: Select all
(cnt_p_BB_fold_to_BTN / cnt_p_BB_fold_to_BTN_opp) * 100


And

Code: Select all
cnt_p_BB_fold_to_BTN
    sum(if[substring(lookup_actions_p.action from 1 for 1)='F' AND
    holdem_hand_player_statistics.position = 8 AND holdem_hand_player_detail.val_p_raise_aggressor_pos = 0 AND                 holdem_hand_player_statistics.flg_blind_def_opp,1,0])

cnt_p_BB_fold_to_BTN_opp
    sum(if[holdem_hand_player_statistics.position = 8 AND holdem_hand_player_detail.val_p_raise_aggressor_pos = 0 AND         holdem_hand_player_statistics.flg_blind_def_opp,1,0])


Thanks

Re: Folded BB to ATS by BTN

PostPosted: Mon Oct 04, 2010 9:09 am
by kraada
That looks good to me.