Call vs Open from EP

Let us know what features not currently in the PT4 should be added.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Call vs Open from EP

Postby Stratocaster » Thu Dec 06, 2012 1:53 pm

The new stat should count % of time player calls open (raise 1st) form early position. I just modify the Call vs Open stat, numerator:
Code: Select all
sum(if[substring(cash_hand_summary.str_aggressors_p from 2 for 1) = substring(cash_hand_summary.str_actors_p from 1 for 1) AND cash_hand_player_statistics.flg_p_3bet_opp AND lookup_actions_p.action like 'C%' AND cash_hand_player_statistics.position = substring(cash_hand_summary.str_actors_p from 2 for 1)::int AND ((cash_hand_summary.cnt_players = 6 and substring(cash_hand_summary.str_aggressors_p from 2 for 1)::int = 3) OR (cash_hand_summary.cnt_players BETWEEN 7 and 8 and substring(cash_hand_summary.str_aggressors_p from 2 for 1)::int BETWEEN 4 and 5) OR (cash_hand_summary.cnt_players BETWEEN 9 and 10 and substring(cash_hand_summary.str_aggressors_p from 2 for 1)::int BETWEEN 5 and 7)), 1, 0])
Denominator:
Code: Select all
sum(if[substring(cash_hand_summary.str_aggressors_p from 2 for 1) = substring(cash_hand_summary.str_actors_p from 1 for 1) and cash_hand_player_statistics.flg_p_face_raise and cash_hand_player_statistics.flg_p_3bet_opp and not(cash_hand_player_statistics.flg_p_squeeze_opp) AND ((cash_hand_summary.cnt_players = 6 and substring(cash_hand_summary.str_aggressors_p from 2 for 1)::int = 3) OR (cash_hand_summary.cnt_players BETWEEN 7 and 8 and substring(cash_hand_summary.str_aggressors_p from 2 for 1)::int BETWEEN 4 and 5) OR (cash_hand_summary.cnt_players BETWEEN 9 and 10 and substring(cash_hand_summary.str_aggressors_p from 2 for 1)::int BETWEEN 5 and 7)), 1, 0])
Stratocaster
 
Posts: 41
Joined: Fri Mar 23, 2012 8:43 pm

Re: Call vs Open from EP

Postby Stratocaster » Thu Dec 06, 2012 7:31 pm

Sh*t wrong subforum :x Pls move this topic to "Custom Stats, Reports and HUD Profiles".
Stratocaster
 
Posts: 41
Joined: Fri Mar 23, 2012 8:43 pm

Re: Call vs Open from EP

Postby kraada » Fri Dec 07, 2012 10:49 am

A question - what what wrong with the original stat that you wanted to change?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Call vs Open from EP

Postby Stratocaster » Fri Dec 07, 2012 12:03 pm

kraada wrote:A question - what what wrong with the original stat that you wanted to change?
Stratocaster wrote:"Sh*t wrong subforum :x Pls move this topic to "Custom Stats, Reports and HUD Profiles".
Well nothing is wrong and I don't want to change anything :| This is new stat only for myself, just want to know is it correct.
Stratocaster
 
Posts: 41
Joined: Fri Mar 23, 2012 8:43 pm

Re: Call vs Open from EP

Postby kraada » Fri Dec 07, 2012 12:43 pm

Sorry, I didn't realize we were lacking "Call" for this case.

Those columns look good.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Call vs Open from EP

Postby potamito » Sun Sep 24, 2017 5:49 am

What happens when the table size gets below 6?
potamito
 
Posts: 802
Joined: Wed Apr 21, 2010 4:20 pm

Re: Call vs Open from EP

Postby WhiteRider » Sun Sep 24, 2017 8:36 am

There is no "EP" for less than 6 players. You can see how the different position groupings are defined for each number of players here.
WhiteRider
Moderator
 
Posts: 53972
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK


Return to PT4 Feature Requests

Who is online

Users browsing this forum: No registered users and 7 guests

cron