CO Call vs EP-MP Open

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

CO Call vs EP-MP Open

Postby chairol » Tue Sep 16, 2025 7:30 am

(ep_cnt_p_call_vs_epmp_open_in_co / ep_cnt_p_call_opp_vs_epmp_open_in_co) * 100

ep_cnt_p_call_vs_epmp_open_in_co
sum(if[lookup_actions_p.action LIKE 'C%' and cash_hand_player_statistics.position = 1 and ((cash_hand_summary.str_aggressors_p LIKE '82%' and cash_hand_summary.str_actors_p LIKE '20%') or
(cash_hand_summary.str_aggressors_p LIKE '83%' and cash_hand_summary.str_actors_p LIKE '30%') or
(cash_hand_summary.str_aggressors_p LIKE '84%' and cash_hand_summary.str_actors_p LIKE '40%') or (cash_hand_summary.str_aggressors_p LIKE '85%' and cash_hand_summary.str_actors_p LIKE '50%') or (cash_hand_summary.str_aggressors_p LIKE '86%' and cash_hand_summary.str_actors_p LIKE '60%') or (cash_hand_summary.str_aggressors_p LIKE '87%' and cash_hand_summary.str_actors_p LIKE '70%')), 1, 0])

ep_cnt_p_call_opp_vs_epmp_open_in_co

sum(if[cash_hand_player_statistics.flg_p_3bet_opp and cash_hand_player_statistics.position = 1 and not
cash_hand_player_statistics.flg_p_squeeze_opp and ((cash_hand_summary.str_aggressors_p LIKE '82%' and cash_hand_summary.str_actors_p LIKE '2%') or
(cash_hand_summary.str_aggressors_p LIKE '83%' and cash_hand_summary.str_actors_p LIKE '3%') or
(cash_hand_summary.str_aggressors_p LIKE '84%' and cash_hand_summary.str_actors_p LIKE '4%') or (cash_hand_summary.str_aggressors_p LIKE '85%' and cash_hand_summary.str_actors_p LIKE '5%') or (cash_hand_summary.str_aggressors_p LIKE '86%' and cash_hand_summary.str_actors_p LIKE '6%') or (cash_hand_summary.str_aggressors_p LIKE '87%' and cash_hand_summary.str_actors_p LIKE '7%')), 1, 0])

I copied this stat from BU vs EP-MP call, but this same one in CO always gives 0 (doesn't add up in the HUD). Any solution?
chairol
 
Posts: 6
Joined: Thu Oct 29, 2015 7:05 am

Re: CO Call vs EP-MP Open

Postby Flag_Hippo » Tue Sep 16, 2025 12:02 pm

In the first column you are still testing for the button being the second player to VPIP in the actors strings.
Flag_Hippo
Moderator
 
Posts: 17040
Joined: Tue Jan 31, 2012 7:50 am

Re: CO Call vs EP-MP Open

Postby chairol » Wed Sep 17, 2025 7:06 pm

Can you pass me the chain so that CO is the second actor?
chairol
 
Posts: 6
Joined: Thu Oct 29, 2015 7:05 am

Re: CO Call vs EP-MP Open

Postby Flag_Hippo » Thu Sep 18, 2025 5:48 am

Change all instances of

Code: Select all
0%

to

Code: Select all
1%

This post has more information on how the actors and aggressors strings work.
Flag_Hippo
Moderator
 
Posts: 17040
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 6 guests