Fold to F Float Bet (limped pot)

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Fold to F Float Bet (limped pot)

Postby expiat » Fri Aug 28, 2015 5:08 pm

Hello, i am looking for a stat that shows how often some fold to Flop Float Bet (in limped bet).

Not sure if its the correct terminology i used!

If not the thought is like this..3handed BTN, SB, BB

BTN OpenFolds, SB limps, BB checks.

Flop SB checks, BB Float Bet, SB fold to Flop Bet!


Thanks in advance
expiat
 
Posts: 13
Joined: Sun Aug 25, 2013 11:06 am

Re: Fold to F Float Bet (limped pot)

Postby kraada » Mon Aug 31, 2015 7:27 am

We don't have a built in stat that will pick out this situation, however you can build one using our custom statistics engine. 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.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Fold to F Float Bet (limped pot)

Postby dave2085 » Tue Apr 10, 2018 9:09 am

are these expressions correct to filter for this stat: SB limps, BB checks, SB check, BB bets and SB Folds.

sum(if[tourney_hand_player_statistics.flg_blind_s and tourney_hand_player_statistics.flg_p_limp
AND NOT(tourney_hand_player_statistics.flg_p_face_raise)
AND tourney_hand_summary.str_aggressors_p NOT LIKE '89%'
and tourney_hand_summary.str_actors_p LIKE '9%'
AND tourney_hand_player_statistics.amt_f_bet_facing > 0
AND lookup_actions_f.action = 'XF' , 1, 0])

this expression for when the SB checks the flop in these situations:

sum(if[tourney_hand_player_statistics.flg_blind_s and tourney_hand_player_statistics.flg_p_limp
AND NOT(tourney_hand_player_statistics.flg_p_face_raise)
AND tourney_hand_summary.str_aggressors_p NOT LIKE '89%'
and tourney_hand_summary.str_actors_p LIKE '9%'
AND tourney_hand_player_statistics.flg_f_check
AND tourney_hand_player_statistics.amt_f_bet_facing > 0 , 1, 0])
dave2085
 
Posts: 188
Joined: Mon Jun 02, 2008 10:41 am

Re: Fold to F Float Bet (limped pot)

Postby Flag_Hippo » Tue Apr 10, 2018 12:31 pm

That's fine although that will only count 3+ handed hands. As per your other thread if you also want to count HU hands where the SB is in position postflop you would need to use lookup_actions_f.action SIMILAR TO '(F|XF)' instead.
Flag_Hippo
Moderator
 
Posts: 14516
Joined: Tue Jan 31, 2012 7:50 am

Re: Fold to F Float Bet (limped pot)

Postby dave2085 » Mon Oct 07, 2019 5:28 am

Hi i recognized that the stat i posted isnt working at all in games (ipoker) were ante is involved.

I can't find a solution. I use exactly the expressions like posted above.

In example a) the stats works, in example b) stats doenst work and this is consistent for all hands were Antes is involved (twister spins 3 handed).

a)
GAME #8424393804 Version:18.9.7.7 Uncalled:Y Texas Hold'em NL Tournament 2019-10-07 08:34:40/BST
Table Twister €20 SNG, 959849088, 959849087 (Tournament: Twister €20 SNG Buy-In: €18.60 + €1.40)
Seat 3: yyyyy (€500.00 in chips) DEALER
Seat 6: zzzzz (€500.00 in chips)
Seat 10: xxxxx (€500.00 in chips)
zzzzz: Post SB €10.00
xxxxx: Post BB €20.00
*** HOLE CARDS ***
Dealt to xxxxx [S6 D10]
yyyyy: Fold
zzzzz: Call €10.00
xxxxx: Check
*** FLOP *** [S8 SA CA]
zzzzz: Check
xxxxx: Bet €20.00
zzzzz: Fold
*** SUMMARY ***
Total pot €40.00 Rake €0.00
xxxxx: Mucks [S6 D10]
xxxxx: wins €40.00

b)
GAME #8424394517 Version:18.9.7.7 Uncalled:Y Texas Hold'em NL Tournament 2019-10-07 08:47:59/BST
Table Twister €10 SNG, 959853173, 959853172 (Tournament: Twister €10 SNG Buy-In: €9.30 + €0.70)
Seat 3: yyyyy (€594.00 in chips)
Seat 6: xxxxx (€436.00 in chips)
Seat 10: zzzzz (€470.00 in chips) DEALER
yyyyy: Post Ante €5.00
xxxxx: Post Ante €5.00
zzzzz: Post Ante €5.00
yyyyy: Post SB €15.00
xxxxx: Post BB €30.00
*** HOLE CARDS ***
Dealt to xxxxx [S4 SJ]
zzzzz: Fold
yyyyy: Call €15.00
xxxxx: Check
*** FLOP *** [DA C5 D7]
yyyyy: Check
xxxxx: Bet €30.00
yyyyy: Fold
*** SUMMARY ***
Total pot €75.00 Rake €0.00
xxxxx: Mucks [S4 SJ]
xxxxx: wins €75.00

has it something to do with the ante? So the stat doenst work because BU posts ante first and then Small Blind acts?

Thanks for helping me out!
dave2085
 
Posts: 188
Joined: Mon Jun 02, 2008 10:41 am

Re: Fold to F Float Bet (limped pot)

Postby WhiteRider » Tue Oct 08, 2019 3:18 am

This issue should be fixed in v4.15.13 which was released yesterday. PT4 Download Page

Please note that this won't correct the data for any hands already in your database - to fix that the hands would need to be purged and re-imported.
WhiteRider
Moderator
 
Posts: 53987
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Fold to F Float Bet (limped pot)

Postby dave2085 » Tue Oct 08, 2019 4:38 am

works with 4.15.13! thanks
dave2085
 
Posts: 188
Joined: Mon Jun 02, 2008 10:41 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 39 guests

cron