Donk limppot

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Donk limppot

Postby Spinner123 » Tue Mar 21, 2017 6:37 am

Anyone who has the code for that one?
Spinner123
 
Posts: 6
Joined: Tue Mar 21, 2017 6:34 am

Re: Donk limppot

Postby Flag_Hippo » Tue Mar 21, 2017 8:03 am

If you want donk flop in limped pot that's not possible as you can only donk vs a player who raised preflop. There's a built in stat in PokerTracker 4 called 'Bet Flop (limp pot)' which might be what you are after - that's how often a player bet the flop, given that they had a chance to do so and nobody made a raise preflop.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: Donk limppot

Postby Spinner123 » Thu Mar 23, 2017 11:59 am

Great, I will use that. What about probe in limp pots?
Spinner123
 
Posts: 6
Joined: Tue Mar 21, 2017 6:34 am

Re: Donk limppot

Postby potamito » Thu Mar 23, 2017 12:07 pm

If you wanna build a set of postflop stats for limped pots only just take the build in ones and duplicate them and add to both columns this piece of expression...

Code: Select all
 and char_length(tourney_hand_summary.str_aggressors_p) = 1


that will isolate limped pots only. You can also use that same piece of expression to isolate for just minr pots and 3bet pots by just changing the 1 for 2 (for MT pots) and 3 (for 3bets), cheers.
potamito
 
Posts: 802
Joined: Wed Apr 21, 2010 4:20 pm

Re: Donk limppot

Postby Flag_Hippo » Thu Mar 23, 2017 1:54 pm

Spinner123 wrote:Great, I will use that. What about probe in limp pots?

You cannot probe bet in a limped pot because probe bets can only occur in raised pots. If you want how often someone bets the flop out of position in a limped pot in your HUD you can use the built in stat for 'Bet Flop (limp pot)' and change the properties for the stat in the "Item Properties" tab at the top right of the HUD Profile Editor window. Select the stat you wish to configure and scroll down to where it says 'Has Position' and select 'Out of Position on Flop'.
potamito wrote:If you wanna build a set of postflop stats for limped pots only just take the build in ones and duplicate them and add to both columns this piece of expression...

Code: Select all
 and char_length(tourney_hand_summary.str_aggressors_p) = 1

This is fine for some stats however the probe stats are built for raised pots so if you were to add char_length(tourney_hand_summary.str_aggressors_p) = 1 to any built-in probe stats you wouldn't get any results.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: Donk limppot

Postby Spinner123 » Thu Mar 23, 2017 3:24 pm

Great, but the stats has to be in a limp pot, where flop went check check, how often my oppenent stabs there. So it's a limp pot turn action.
Spinner123
 
Posts: 6
Joined: Tue Mar 21, 2017 6:34 am

Re: Donk limppot

Postby Spinner123 » Thu Mar 23, 2017 3:24 pm

and my opponent is OOP.
Spinner123
 
Posts: 6
Joined: Tue Mar 21, 2017 6:34 am

Re: Donk limppot

Postby Spinner123 » Fri Mar 24, 2017 7:18 am

So i basicly need a stat saying "Bet turn (limp pot), and change to position to OOP. I don't see any Bet turn stats, with in limp pot.
Spinner123
 
Posts: 6
Joined: Tue Mar 21, 2017 6:34 am

Re: Donk limppot

Postby Spinner123 » Fri Mar 24, 2017 7:37 am

Im also looking for 3bet 20bb+ and SB Shove 16+ BBs.
Spinner123
 
Posts: 6
Joined: Tue Mar 21, 2017 6:34 am

Re: Donk limppot

Postby Flag_Hippo » Fri Mar 24, 2017 1:39 pm

Those would require custom statistics - see this guide for the basics on custom statistics creation and this guide for a deeper walkthrough. The latter was written for PokerTracker 3 but the techniques all apply to PokerTracker 4, the interface is just slightly different. There may also be some similar stats if you search the forums or the Download Warehouse and you can edit them if they are not exactly what you are after.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: Google [Bot] and 23 guests

cron
highfalutin