call shove after limp

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

call shove after limp

Postby iatracker » Fri Aug 11, 2017 4:51 am

HI,

is the " %call shove after limp " stat exist ?
if not could you give me some tips for doing this custom stat ?

I think i have a typo somewhere :

Code: Select all
sum(
if (
 tourney_hand_player_statistics.flg_p_limp AND lookup_actions_p.action LIKE 'CR%'
AND
tourney_hand_player_statistics.amt_p_raise_made >= tourney_hand_player_statistics.amt_p_effective_stack
OR
lookup_actions_p.action LIKE 'CC%'
AND
tourney_hand_player_statistics.amt_p_raise_facing >= tourney_hand_player_statistics.amt_p_effective_stack
)
)
iatracker
 
Posts: 91
Joined: Thu Jul 20, 2017 1:44 am

Re: call shove after limp

Postby Flag_Hippo » Fri Aug 11, 2017 2:09 pm

You say you want 'call shove after limp' but are testing for a limp reraise so can you please clarify exactly what you are after. Do you want all preflop all-ins that started with a limp regardless if the action was limp/call or limp/reraise?
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: call shove after limp

Postby iatracker » Fri Aug 11, 2017 5:36 pm

hero limp then vilain shove and hero call shove or vilain limp then hero shove and vilain call shove .

thats is a kind of limp trap , usefull in hu but but also in 3way i guess .
iatracker
 
Posts: 91
Joined: Thu Jul 20, 2017 1:44 am

Re: call shove after limp

Postby Flag_Hippo » Sun Aug 13, 2017 2:53 pm

As you only want limp call shove rather than limp reraises then you can use the following:

limp_call_shove
Code: Select all
sum(if[tourney_hand_player_statistics.flg_p_limp AND lookup_actions_p.action LIKE 'CC%' AND lookup_actions_f.action LIKE '', 1, 0])

limp_call_shove_opp
Code: Select all
sum(if[tourney_hand_player_statistics.flg_p_limp AND lookup_actions_p.action LIKE 'C%' AND tourney_hand_player_statistics.enum_face_allin similar to 'P|p' , 1, 0])

If you have any questions on that let me know.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: call shove after limp

Postby iatracker » Sun Aug 13, 2017 10:25 pm

work fine , thanks you
iatracker
 
Posts: 91
Joined: Thu Jul 20, 2017 1:44 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 39 guests

cron
highfalutin