Fold to River delayed Cbet

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Fold to River delayed Cbet

Postby js2002 » Mon Apr 14, 2014 11:22 am

Hi,

I got a problem with a stat vs delayed cbets.

I need to filter them for postflop max 2 player because of: somebody openraises, checks F and T and someboby else bets and "player" folds to this delayed cbet.
But this is now delayed cbet.

So, I have to check: is "the person who missed the F cbet" and "the river bettor" the same player? Is this possible? If not, are there other possibilities?
js2002
 
Posts: 1501
Joined: Fri Feb 15, 2008 5:44 am
Location: Germany

Re: Fold to River delayed Cbet

Postby kraada » Mon Apr 14, 2014 3:03 pm

This won't be possible in PT3. Did you mean to post in the PT4 forum?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Fold to River delayed Cbet

Postby js2002 » Mon Apr 14, 2014 4:17 pm

ups, yes
js2002
 
Posts: 1501
Joined: Fri Feb 15, 2008 5:44 am
Location: Germany

Re: Fold to River delayed Cbet

Postby kraada » Mon Apr 14, 2014 4:24 pm

In PT4 check that the last aggressor on the flop is the aggressor on the river using the aggressor strings in the cash_hand_summary table. Just make sure the flop and turn were checked through and you should be good to go. In the opportunity column it'll be a little trickier but you should just need to subtract out times someone out of position on the aggressor bet and that should do it.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Fold to River delayed Cbet

Postby js2002 » Mon Apr 14, 2014 4:46 pm

No, the aggression is only preflop & river. Its a double delayed cbet, if u want to name it that way.

1. "In PT4 check that the last aggressor preflop is the aggressor on the river using the aggressor strings in the cash_hand_summary table."[/b]
What? Sry dont know the column/expression, somewhere a manual? How do I use it.

For the oppertunity: why do u think it is more complex? If I can check "1." then I can also put this to the denumerator and am finished.

(ps I need it for tourneys, so I guess it will work there too.)
js2002
 
Posts: 1501
Joined: Fri Feb 15, 2008 5:44 am
Location: Germany

Re: Fold to River delayed Cbet

Postby WhiteRider » Tue Apr 15, 2014 3:55 am

You can get the position of the final aggressor preflop by using the last character of the aggressors string, like this:

substring(cash_hand_summary.str_aggressors_p from '.$')::int

Compare that to the position of the bettor on the river:

cash_hand_player_statistics.val_r_bet_aggressor_pos

..or:
substring(cash_hand_summary.str_aggressors_r from 1 for 1)::int

..to make sure that both aggressions came from the same position.
As always when using substring, be sure to test that the string is long enough beforehand, using char_length(xxx) > x.
WhiteRider
Moderator
 
Posts: 53961
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: No registered users and 22 guests

cron