Fold to Cbet Raise, stat to small

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Re: Fold to Cbet Raise, stat to small

Postby kraada » Sun May 27, 2012 12:25 pm

Use instead:

AND NOT(cash_hand_player_statistics.flg_p_3bet_def_opp OR cash_hand_player_statistics.flg_p_4bet_def_opp)
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Fold to Cbet Raise, stat to small

Postby js2002 » Sun May 27, 2012 1:31 pm

kraada wrote:Use instead:

AND NOT(cash_hand_player_statistics.flg_p_3bet_def_opp OR cash_hand_player_statistics.flg_p_4bet_def_opp)


this should be the SRP filter! tu

can u tell me when SRP pot buildin stat-property filter will come? (also HU filter)

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

Re: Fold to Cbet Raise, stat to small

Postby js2002 » Sun May 27, 2012 3:57 pm

kraada wrote:Use instead:

AND NOT(cash_hand_player_statistics.flg_p_3bet_def_opp OR cash_hand_player_statistics.flg_p_4bet_def_opp)


unraised (UR) are in there, right?!
how do I get these filtered out?

try: not(limp): dont know if this filters out overlinps and doesnt filter bb freeplays.
try2: AND (cash_hand_player_statistics.flg_p_face_raise OR cash_hand_player_statistics.cnt_p_raise = 1) ok?
js2002
 
Posts: 1501
Joined: Fri Feb 15, 2008 5:44 am
Location: Germany

Re: Fold to Cbet Raise, stat to small

Postby kraada » Mon May 28, 2012 7:44 am

You can do face_raise and not(face 3bet or face 4bet) or raise and not(3bet or 4bet), either will guarantee a raised pot that was raised only once, it depends on perspective.

In PT4 we do have one other option:

char_length(cash_hand_summary.str_aggressors_p) = 2

That says there were exactly two aggressors preflop - one is the BB (always by definition), and thus the pot was exactly 2bet.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Fold to Cbet Raise, stat to small

Postby js2002 » Mon May 28, 2012 2:07 pm

kraada wrote:You can do face_raise and not(face 3bet or face 4bet) or raise and not(3bet or 4bet), either will guarantee a raised pot that was raised only once, it depends on perspective.

In PT4 we do have one other option:

char_length(cash_hand_summary.str_aggressors_p) = 2

That says there were exactly two aggressors preflop - one is the BB (always by definition), and thus the pot was exactly 2bet.


I dont get the bold part.
me: 2 aggressors means 3betpot! not 2bet! so i guess u mean the BB is also inserted as "aggressor" in that field, right?!

explain in other words please. explain the str_ field also.
js2002
 
Posts: 1501
Joined: Fri Feb 15, 2008 5:44 am
Location: Germany

Re: Fold to Cbet Raise, stat to small

Postby WhiteRider » Tue May 29, 2012 3:44 am

Yes, in the aggressors string the BB is included. This is the first "bet" (even though it is forced) - preflop it is effectively the 1Bet so is the first position in the aggressors string.

Check out this post for more information on using this database field.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Fold to Cbet Raise, stat to small

Postby js2002 » Tue May 29, 2012 3:49 am

I see now! thx
js2002
 
Posts: 1501
Joined: Fri Feb 15, 2008 5:44 am
Location: Germany

Previous

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 19 guests

cron
highfalutin