Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by mkjmkjmkj » Wed Sep 19, 2012 8:23 am
i have tried to make a stat on how often villain goes to showdown when he is the agressor or the none-agressor
but it doesent work
WTSD agressor= (cnt_wtsd_agressor / cnt_f_saw_agressor) * 100
cnt_wtsd_agressor=
sum(if[cash_hand_player_statistics.flg_showdown
and cash_hand_player_statistics.cnt_p_raise>1
and cash_hand_player_statistics.cnt_p_call<1, 1, 0])
cnt_f_saw_agressor=
sum(if[cash_hand_player_statistics.flg_f_saw
and cash_hand_player_statistics.cnt_p_raise>1
and cash_hand_player_statistics.cnt_p_call<1, 1, 0])
-
mkjmkjmkj
-
- Posts: 91
- Joined: Mon May 30, 2011 5:41 am
by kraada » Wed Sep 19, 2012 2:47 pm
cnt_p_raise > 1 means you raised twice preflop - so you're only looking at 4bet or higher pots. Is that your intention?
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by mkjmkjmkj » Thu Sep 20, 2012 4:49 am
no that wasnt my intention so if i change it to cnt_p_raise >= 1 it should work?
-
mkjmkjmkj
-
- Posts: 91
- Joined: Mon May 30, 2011 5:41 am
by kraada » Thu Sep 20, 2012 10:03 am
I think so.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: Amazonbot and 17 guests