Finding average players fold to 3bet

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

Finding average players fold to 3bet

Postby Filterun » Thu Mar 24, 2011 9:01 am

I'm interested in finding out (from my small sample) how much a random player at NL25 folds to a 3bet. However, its occured to me that because I have so many more hands on me than on random players, my fold to 3bet is going to taint how often a random player folds to a 3bet.

e.g
1000 hands on me (0% fold to 3bet)
1000 hands on all other players (100% fold to 3bet)
The amount players at NL25 fold to 3bets: 50%, which is obviously false.

Is there some filter I can use to find the average fold to 3bet, not including MY fold to 3bet?
Filterun
 
Posts: 7
Joined: Wed Apr 14, 2010 9:25 pm

Re: Finding average players fold to 3bet

Postby kraada » Thu Mar 24, 2011 9:07 am

Create a custom report in the Player Statistics section with the fold to 3-bet statistic. In the blue filters section uncheck "filter on active player" and add the following text filter exactly as written:

player.id_player not in (SELECT p.id_player from player p where p.id_player = (SELECT setting_value from settings where setting_name = 'my_player_id'))

Then run your report.
kraada
Moderator
 
Posts: 54430
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Finding average players fold to 3bet

Postby Filterun » Thu Mar 24, 2011 10:25 pm

Thank you for the help, however when I copy and paste the filter into the "filter expression" box, it says the experssion is not valid. Is there something else I have to do to make the filter work, or is there just a typo in it?


Im in the player statistic section, with "filter on active player" unchecked.
Filterun
 
Posts: 7
Joined: Wed Apr 14, 2010 9:25 pm

Re: Finding average players fold to 3bet

Postby WhiteRider » Fri Mar 25, 2011 4:56 am

It doesn't validate for me either – I'm sure Kraada will correct it when he comes on later.
WhiteRider
Moderator
 
Posts: 54025
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Finding average players fold to 3bet

Postby kraada » Fri Mar 25, 2011 8:44 am

Sorry I missed the explicit typecast.

This will work:

player.id_player not in (SELECT p.id_player from player p where p.id_player = (SELECT setting_value::int from settings where setting_name = 'my_player_id'))
kraada
Moderator
 
Posts: 54430
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Finding average players fold to 3bet

Postby Filterun » Sat Mar 26, 2011 12:34 am

kraada wrote:Sorry I missed the explicit typecast.

This will work:

player.id_player not in (SELECT p.id_player from player p where p.id_player = (SELECT setting_value::int from settings where setting_name = 'my_player_id'))


This filter is solid gold.

If I want to find other stats, will this filter still work?
Filterun
 
Posts: 7
Joined: Wed Apr 14, 2010 9:25 pm

Re: Finding average players fold to 3bet

Postby WhiteRider » Sat Mar 26, 2011 5:04 am

All that filter does is eliminate your player from the stats - it should work for any stat.
WhiteRider
Moderator
 
Posts: 54025
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK


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

Who is online

Users browsing this forum: No registered users and 95 guests