fold to flop check raise

Forum for users that want to write their own custom queries against the PT database either via the Structured Query Language (SQL) or using the PT3 custom stats/reports interface.

Moderator: Moderators

fold to flop check raise

Postby rozyboy » Sun Dec 19, 2010 1:26 pm

hi
I have noticed that PT3's default stat for this is very limited
I have some players in my database with 3,000 tracked hands and only 2 opportunities.
from what I understood this stat does not include multiway pots or pots where the initial raiser did not have relative position etc.

is there any custom stat available in the forum that includes a more thorough assessment?
mods: can you direct me to a relevant thread about the topic if such exists?

thanks alot
rozyboy
 
Posts: 5
Joined: Thu Mar 04, 2010 9:54 am

Re: fold to flop check raise

Postby kraada » Sun Dec 19, 2010 1:49 pm

The stat should work in most multiway spots as well, the only times it won't work right is when multiple people are raising the flop. For example, you are in the middle, and the first player checks. You bet, the player behind you calls, the first player raises, you call and the player behind you shoves - that case won't get counted. But if you're in the middle, you bet, the player behind you folds and the first player check/raises, that will get counted.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: fold to flop check raise

Postby ph757 » Mon Dec 20, 2010 8:10 am

I also experience the same problem.
It's pretty odd that players with thousands of tracked hands have only 1-2 checkraise fold oppertunities, though this is how it seems to be.
Is this normal in microstakes?
ph757
 
Posts: 3
Joined: Mon Dec 20, 2010 6:02 am

Re: fold to flop check raise

Postby WhiteRider » Mon Dec 20, 2010 10:20 am

This situation can only arise after a player bets on the flop when checked to, and out of those hands we are only counting ones where another player (who already checked) chooses to make a check raise. That won't happen all that often.
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: fold to flop check raise

Postby rozyboy » Mon Dec 20, 2010 11:36 am

kraada wrote:The stat should work in most multiway spots as well, the only times it won't work right is when multiple people are raising the flop. For example, you are in the middle, and the first player checks. You bet, the player behind you calls, the first player raises, you call and the player behind you shoves - that case won't get counted. But if you're in the middle, you bet, the player behind you folds and the first player check/raises, that will get counted.


what if Im in middle, first player checks, I bet, third player calls, 1st player raises, and both me and the 3rd player call- will that count?
also, is there any way to include all check/raise possibilities?
rozyboy
 
Posts: 5
Joined: Thu Mar 04, 2010 9:54 am

Re: fold to flop check raise

Postby WhiteRider » Mon Dec 20, 2010 12:54 pm

Yes, that will count. It is based on the position of the last player to raise on the flop, compared to the position of the active player. What this stat checks for is that the player bets (therefore anyone in an earlier position must have checked) and faces a race by a player in an earlier position (who must therefore have checked/raised).
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: fold to flop check raise

Postby uberst » Tue Dec 21, 2010 11:25 am

I'm having a similar issue to where when i play heads up it isn't counting a lot of check raises.
uberst
 
Posts: 2
Joined: Tue May 20, 2008 7:13 pm

Re: fold to flop check raise

Postby kraada » Tue Dec 21, 2010 11:34 am

Could you please attach a hand that didn't count to a support ticket so that we can investigate further for you?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: fold to flop check raise

Postby ph757 » Tue Dec 21, 2010 11:42 am

This probably happens since checkraises in HU are a little different, since the button is the BTN is in the SB, the positions are interchanged such that the aggressor position is the sb.
So the patch would be using

Code: Select all
((holdem_hand_summary.cnt_players > 2 AND holdem_hand_player_detail.val_f_raise_aggressor_pos > holdem_hand_player_statistics.position ) OR
holdem_hand_summary.cnt_players = 2 AND holdem_hand_player_statistics.flg_blind_s))


ISO

Code: Select all
(holdem_hand_summary.cnt_players > 2 AND holdem_hand_player_detail.val_f_raise_aggressor_pos > holdem_hand_player_statistics.position )


As it is.
ph757
 
Posts: 3
Joined: Mon Dec 20, 2010 6:02 am

Re: fold to flop check raise

Postby uberst » Tue Dec 21, 2010 12:01 pm

sorry but could you please tell me how to use that code?
uberst
 
Posts: 2
Joined: Tue May 20, 2008 7:13 pm

Next

Return to Custom Stats, Reports, and SQL [Read Only]

Who is online

Users browsing this forum: No registered users and 46 guests

cron