Fold vs Squeeze as caller (open raiser call/fold)

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Fold vs Squeeze as caller (open raiser call/fold)

Postby mala » Wed Jan 30, 2019 6:57 pm

Hi guys, i'm tweaking with the fold vs squeeze as caller, and i'm trying to make a difference between the
"fold to squeeze as caller when original raiser folded"
"fold to squeeze as caller when original raiser called"

the stat i'm using is :
Code: Select all
(cnt_p_squeeze_def_fold_as_caller / cnt_p_squeeze_def_opp_as_caller) * 100


cnt_p_squeeze_def_fold_as_caller
expression:
Code: Select all
sum(if[cash_hand_player_statistics.flg_p_squeeze_def_opp AND
cash_hand_player_statistics.enum_p_squeeze_action='F' AND
NOT cash_hand_player_statistics.flg_p_first_raise, 1, 0])


cnt_p_squeeze_def_opp_as_caller
expression:
Code: Select all
sum(if[cash_hand_player_statistics.flg_p_squeeze_def_opp AND
NOT cash_hand_player_statistics.flg_p_first_raise, 1, 0])


how can i define whether the original raiser called or folded to the squeeze? i wrote some custom stats, but referring to a third player is completely new to me.
mala
 
Posts: 21
Joined: Wed Feb 26, 2014 11:04 am

Re: Fold vs Squeeze as caller (open raiser call/fold)

Postby Flag_Hippo » Thu Jan 31, 2019 8:35 am

To do that you'd need to compare the preflop actors & aggressors strings - see this thread for more information on how that works.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 32 guests

cron