BB Call SB Hero Open Shove 15-20bb

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

BB Call SB Hero Open Shove 15-20bb

Postby pokerfan02 » Sat Feb 20, 2021 4:40 am

Hello,

i have a stats for BB Call SB Open 15-20bb, that looks like this

Code: Select all
(cnt_p_bb_call_sb_open_shove_15_20 / cnt_p_bb_call_sb_open_shove_opp_15_20) *100


cnt_p_bb_call_sb_open_shove_15_20 looks like this:

Code: Select all
sum(if[tourney_hand_player_statistics.position=8 AND tourney_hand_player_statistics.enum_face_allin SIMILAR TO '(p|P)' and (tourney_hand_player_statistics.enum_face_allin_action = 'C' OR tourney_hand_player_statistics.enum_face_allin_action = 'R') AND tourney_hand_player_statistics.val_p_raise_aggressor_pos=9 and (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) between 15 AND 20, 1, 0])



cnt_p_bb_call_sb_open_shove_opp_15_20 looks like this:

Code: Select all
sum(if[tourney_hand_player_statistics.enum_face_allin SIMILAR TO '(P|p)' AND tourney_hand_player_statistics.position =8 AND tourney_hand_player_statistics.val_p_raise_aggressor_pos = 9 and (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) between 15 AND 20, 1, 0])



Now i want modify this stats, that bb calls sb open 15-20bb from only hero?

How i have to modify my statement? I hope you can help me.

Thanks!
pokerfan02
 
Posts: 5
Joined: Fri May 23, 2008 5:59 am

Re: BB Call SB Hero Open Shove 15-20bb

Postby Flag_Hippo » Sun Feb 21, 2021 8:18 am

For more information on creating statistics vs Hero see this thread.
Flag_Hippo
Moderator
 
Posts: 14505
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 29 guests

cron