Custom Stat : SB 3B vs BTN

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Custom Stat : SB 3B vs BTN

Postby Moby84 » Fri Feb 09, 2018 3:47 pm

Hi there !

I would like to display the 3B % from SB vs BTN OR.

There is the value expression : (cnt_3h_sb_v_btn_3bet / cnt_3h_sb_v_btn_3bet_opp) * 100

Column cnt_3h_sb_v_btn_3bet :

sum(if[tourney_hand_player_statistics.flg_p_3bet and tourney_hand_summary.str_aggressors_p LIKE '80%' and tourney_hand_player_statistics.position = 9, 1, 0])

Column cnt_3h_sb_v_btn_3bet_opp :

sum(if[tourney_hand_player_statistics.flg_p_3bet_opp and tourney_hand_summary.str_aggressors_p LIKE '80%' and tourney_hand_player_statistics.position = 9, 1, 0])

The Stat returns 0/0... Do you know why please ?

Cheers
Moby84
 
Posts: 26
Joined: Thu Oct 26, 2017 7:17 am

Re: Custom Stat : SB 3B vs BTN

Postby Flag_Hippo » Fri Feb 09, 2018 5:15 pm

That's working for me. Have you rebuilt your custom cache?
Flag_Hippo
Moderator
 
Posts: 14495
Joined: Tue Jan 31, 2012 7:50 am

Re: Custom Stat : SB 3B vs BTN

Postby Moby84 » Sat Feb 10, 2018 1:35 pm

Yes, it works, I restarted PT4.

Can I add this code to specify the BTN OR size ?

ie : BTN OR size between 2 and 2.5bb

tourney_hand_player_statistics.amt_p_raise_facing >= (2 * tourney_blinds.amt_bb) and tourney_hand_player_statistics.amt_p_raise_facing <= (2.5 * tourney_blinds.amt_bb)
Moby84
 
Posts: 26
Joined: Thu Oct 26, 2017 7:17 am

Re: Custom Stat : SB 3B vs BTN

Postby WhiteRider » Sat Feb 10, 2018 4:05 pm

Yes, that looks good. However bear in mind that the SB already has 0.5 BB in the pot, so if the open raise was to 2BB then the SB would actually face 1.5BB, so you may want to adjust your numbers depending on exactly what you mean.
WhiteRider
Moderator
 
Posts: 53972
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Custom Stat : SB 3B vs BTN

Postby Moby84 » Sat Feb 10, 2018 4:33 pm

Oh yea :) Thanks a lot !!! Nice support !!!
Moby84
 
Posts: 26
Joined: Thu Oct 26, 2017 7:17 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: MagPie Crawler and 8 guests

cron
highfalutin