WSD when cbet river non3bet pot

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

WSD when cbet river non3bet pot

Postby Pele08 » Wed Jul 04, 2018 8:05 am

Hi!

I only play HU cash if that makes any difference?

And to make it clear, action is:
SB raise, BB calls
BB checkcall flop
BB checkcall turn
BB checkcall river(if it also calculate BB CR river and SB calls that is ok, doesnt matter)

I made this stat once before but computer crashed and now I cant get it to work correctly and cant figure out why.
Think it actually calculate like how often they dont make the 3rd barrel in 2bet+ pots. (when checking stats on diffrent players it seems like that)

((cnt_r_cbet_pot_won - cnt_r_cbet_3bet_pot_won) / (cnt_r_cbet_oop_wtsd - cnt_r_cbet_oop_3bet_pot_wtsd)) * 100

In order from the Stats:

sum(if[cash_hand_player_statistics.flg_showdown
AND cash_hand_player_statistics.flg_won_hand
AND cash_hand_player_statistics.flg_r_cbet, 1, 0])

sum(if[cash_hand_player_statistics.flg_showdown
AND cash_hand_player_statistics.flg_won_hand
AND cash_hand_player_statistics.flg_r_cbet
AND (cash_hand_player_statistics.flg_p_3bet
OR cash_hand_player_statistics.flg_p_4bet), 1, 0])

sum(if[cash_hand_player_statistics.flg_showdown
AND cash_hand_player_statistics.flg_r_cbet_opp, 1, 0])

sum(if[cash_hand_player_statistics.flg_showdown
AND cash_hand_player_statistics.flg_r_cbet_opp
AND (cash_hand_player_statistics.flg_p_3bet
OR cash_hand_player_statistics.flg_p_4bet), 1, 0])
Pele08
 
Posts: 7
Joined: Sun Sep 28, 2014 8:06 pm

Re: WSD when cbet river non3bet pot

Postby WhiteRider » Thu Jul 05, 2018 2:36 am

The opportunities columns needs to use flg_r_cbet, not flg_r_cbet_opp, since you want to know how often they won when they when they cbet, not how often they cbet.
Also there is no test here for the position, so it will count hands for the BB where the SB limped the BB raised (and then cbet to the end). If you're using the Position property in the Hud then that's not a problem of course.
WhiteRider
Moderator
 
Posts: 53987
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: Google [Bot] and 45 guests

cron
highfalutin