Bet river after missed cbet turn and 2 others custom stats

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Bet river after missed cbet turn and 2 others custom stats

Postby NastyRabbit » Thu Nov 05, 2015 11:46 pm

Hi, i wonder if there's a way to make this custom stat : How often villain bet the river when he did cbet the flop and both players checked the turn.

If possible i'd also like to filter the two custom stats i attached only for 3bet pot.

Ty
Attachments
Bet river after probe turn.zip
(1.88 KiB) Downloaded 73 times
NastyRabbit
 
Posts: 22
Joined: Fri Dec 16, 2011 12:32 am

Re: Bet river after missed cbet turn and 2 others custom sta

Postby kraada » Fri Nov 06, 2015 8:42 am

That is definitely possible. See this guide for the basics on custom statistics creation and this guide for a deeper walkthrough. The latter was written for PT3 but the techniques all apply to PT4, the interface is just slightly different.

To add that a situation only occurred in a pot that is exactly 3bet add this into the column definition: char_length(cash_hand_summary.str_aggressors_p) = 3
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Bet river after missed cbet turn and 2 others custom sta

Postby Waterd103 » Sat Nov 07, 2015 8:24 pm

Would this colum be valid for that stat?

sum(if[tourney_hand_player_statistics.flg_r_bet AND tourney_hand_player_statistics.flg_f_cbet_opp AND tourney_hand_player_statistics.flg_f_bet AND tourney_hand_player_statistics.flg_t_cbet_opp AND lookup_actions_t.action='X', 1, 0])
Waterd103
 
Posts: 16
Joined: Sun Mar 10, 2013 1:00 pm

Re: Bet river after missed cbet turn and 2 others custom sta

Postby kraada » Sun Nov 08, 2015 9:57 am

That should work.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Bet river after missed cbet turn and 2 others custom sta

Postby NastyRabbit » Wed Nov 11, 2015 4:10 am

Hi, first thx for the 3b pot filter.

I made a column pretty close to Waterd103's one but without all the flop conditions. I thought cbet opportunity on the turn involve that aplyer did a cbet on the flop ?

sum( if[ cash_hand_player_statistics.flg_t_cbet_opp AND lookup_actions_t.action='X' AND cash_hand_player_statistics.flg_r_bet, 1 , 0 ] )
NastyRabbit
 
Posts: 22
Joined: Fri Dec 16, 2011 12:32 am

Re: Bet river after missed cbet turn and 2 others custom sta

Postby kraada » Wed Nov 11, 2015 8:26 am

Yes, flop action is implied - that should work.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Bet river after missed cbet turn and 2 others custom sta

Postby dave2085 » Thu Nov 09, 2017 7:07 pm

i tried to build this stat aswell, i am an absolut newbie in this.
here is the stat, can someone check if the logic is correct?
this is my first postflop stat i build.

i used the expression of NastyRabbit. Then i took the same expression for checking the river... it seems it works, but i am completely not sure.

if its correct we can upload it in the warehouse
Attachments
Bet River After Missed CBet T.zip
(771 Bytes) Downloaded 52 times
dave2085
 
Posts: 186
Joined: Mon Jun 02, 2008 10:41 am

Re: Bet river after missed cbet turn and 2 others custom sta

Postby Flag_Hippo » Fri Nov 10, 2017 12:01 pm

That's good although a couple of points to be aware of:

1. For the opportunities column you can use cash_hand_player_statistics.flg_r_open_opp instead of adding together the times the player bets and checks so your stat expression can just be (a / b) * 100 instead of (a / (a + b)) * 100.

2. You use 'cbehind' in your column name which implies that you might want this specifically for the preflop aggressor being in position postflop? Your stat as it stands now will be counting all instances whether the PFR is IP or OOP so if you want this for IP or OOP you can specify that in the HUD Profile Editor or the stat itself.
Flag_Hippo
Moderator
 
Posts: 14507
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 49 guests

cron