Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by Seb66 » Sat Jan 26, 2013 3:59 pm
Hi,
I search this stat for HU.
It's a freeplay. Hero check, vilain check behind on the flop. Turn, I bet and vilain fold.
Thanks
-
Seb66
-
- Posts: 22
- Joined: Sat Jun 13, 2009 4:33 am
by kraada » Sun Jan 27, 2013 10:49 am
The built in version of Fold to Turn Probe bet should work for heads up play - is that not what you're seeing?
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by Seb66 » Sun Jan 27, 2013 12:42 pm
"Fold to Turn Probe bet" don't work for freeplay. I search this stat for unraised pot.
-
Seb66
-
- Posts: 22
- Joined: Sat Jun 13, 2009 4:33 am
by kraada » Sun Jan 27, 2013 1:17 pm
Ah in that case you'd need to build this as a custom stat. You can do that using these columns:
cnt_f_probe_def_action_fold_unraised_pot: sum(if[char_length(cash_hand_summary.str_aggressors_p) = 1 and lookup_actions_f.action = 'X' and lookup_actions_t.action = 'F', 1, 0])
cnt_f_probe_def_unraised_pot: sum(if[char_length(cash_hand_summary.str_aggressors_p) = 1 and lookup_actions_f.action = 'X' and cash_hand_player_statistics.amt_t_bet_facing > 0 and not(cash_hand_player_statistics.flg_t_check), 1, 0])
Create your stat putting the former over the latter and multiplying by 100.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by Seb66 » Sun Jan 27, 2013 3:22 pm
Nice, the stat is valid !
Thanks Kraada
-
Seb66
-
- Posts: 22
- Joined: Sat Jun 13, 2009 4:33 am
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 22 guests