Cold Call Isolation Raise

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Re: Cold Call Isolation Raise

Postby kraada » Mon Dec 15, 2014 3:42 pm

You also need to add something to indicate that there was a raise - right now it's true that the first aggressor wasn't the first actor as there was no first actor.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Cold Call Isolation Raise

Postby murmanman » Tue Dec 16, 2014 2:01 pm

maybe

substring(cash_hand_summary.str_aggressors_p from 2 for 1)::int != substring(cash_hand_summary.str_actors_p from 1 for 1)::int AND lookup_actions_p.action LIKE 'C%' AND cash_hand_player_statistics.amt_p_2bet_facing > 0

??
murmanman
 
Posts: 129
Joined: Mon Jul 28, 2014 5:56 am

Re: Cold Call Isolation Raise

Postby kraada » Tue Dec 16, 2014 2:57 pm

That would work.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Cold Call Isolation Raise

Postby murmanman » Tue Dec 16, 2014 7:23 pm

thank you for help 8-)
murmanman
 
Posts: 129
Joined: Mon Jul 28, 2014 5:56 am

Re: Cold Call Isolation Raise

Postby justforfun » Wed Mar 09, 2016 12:53 pm

I tried to use below custom stat, but it counts me also the cases when everybody folds and SB complete the blind and then call the BB raise.
What should I add to exclude this cases?

cnt_p_ccall_limp:
sum(if[substring(cash_hand_summary.str_aggressors_p from 2 for 1)::int != substring(cash_hand_summary.str_actors_p from 1 for 1)::int AND cash_hand_player_statistics.amt_p_2bet_facing > 0 AND lookup_actions_p.action LIKE 'C%' , 1, 0])

cnt_p_ccall_limp_opp:
sum(if[substring(cash_hand_summary.str_aggressors_p from 2 for 1)::int != substring(cash_hand_summary.str_actors_p from 1 for 1)::int AND cash_hand_player_statistics.amt_p_2bet_facing > 0 , 1, 0])
justforfun
 
Posts: 116
Joined: Fri Dec 14, 2012 4:20 pm

Re: Cold Call Isolation Raise

Postby kraada » Wed Mar 09, 2016 3:29 pm

Do you want to exclude all cases where the active player limps and calls a raise from the big blind or only the SB completion situation? Do you want times the SB overlimps with limpers in earlier position to count when the BB raises all of them?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Cold Call Isolation Raise

Postby justforfun » Wed Mar 09, 2016 3:47 pm

Actually I want to count the overcalls of the isolation raiser only, I dont care of the limper itself - e.g. UTG limps , CO raise, SB call, UTG call --> I want to see only the cold call for SB. (for UTG I already have limp/call stat and I dont want to mixed these t stats)
I dont want to count cold calls from the limper - UTG from previous case, nor cases like everybody fold and SB limp/call
justforfun
 
Posts: 116
Joined: Fri Dec 14, 2012 4:20 pm

Re: Cold Call Isolation Raise

Postby kraada » Wed Mar 09, 2016 5:48 pm

Then add that not(cash_hand_player_statistics.flg_p_limp) - you don't want situations where this player limped in any way.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Cold Call Isolation Raise

Postby justforfun » Tue Mar 15, 2016 5:48 pm

greate thx!!
justforfun
 
Posts: 116
Joined: Fri Dec 14, 2012 4:20 pm

Previous

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 34 guests

cron
highfalutin