Fold to Raise after Turn Probe

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Fold to Raise after Turn Probe

Postby KinitoBW » Thu Mar 02, 2017 9:03 am

Hello,

Im interested in this stat.

I Think this stats works for raised pots and limped pots together. How I can make 2 diferent stats that show just mr pots and other shows just for limped pots?

Best regards!
KinitoBW
 
Posts: 9
Joined: Wed Jun 25, 2008 11:36 am

Re: Fold to Raise after Turn Probe

Postby potamito » Fri Mar 03, 2017 6:14 am

KinitoBW wrote:How I can make 2 diferent stats that show just mr pots

Code: Select all
char_length(tourney_hand_summary.str_aggressors_p) = 2


and other shows just for limped pots?

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


And as you surely know by now to isolate 3bet pots would be...
Code: Select all
char_length(tourney_hand_summary.str_aggressors_p) = 3


Cheers.
potamito
 
Posts: 802
Joined: Wed Apr 21, 2010 4:20 pm


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 7 guests

cron