Custom stat "SB 3BNOAI Vs BTN" for Spin&Go not working

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Custom stat "SB 3BNOAI Vs BTN" for Spin&Go not working

Postby hayapaz » Wed Oct 06, 2021 7:28 am

Hi!,

I made a stat for Spin&Go where i count the times the SB makes a 3BNOAI Vs BTN MinRaise, here´s the stat:

Code: Select all
fp_cnt_sb_3b_noai_vs_btn_mr / fp_cnt_sb_face_btn_mr) * 100


fp_cnt_sb_3b_noai_vs_btn_mr
Code: Select all
sum(if[

tourney_hand_player_statistics.flg_blind_s
AND tourney_hand_summary.str_aggressors_p LIKE '809%'


AND
(tourney_hand_player_statistics.amt_p_raise_facing/tourney_blinds.amt_bb) < 1.6


AND (tourney_hand_player_statistics.amt_p_raise_made < (tourney_hand_player_statistics.amt_p_effective_stack / 2))


, 1, 0])


fp_cnt_sb_face_btn_mr
Code: Select all
sum(if[

tourney_hand_player_statistics.flg_blind_s
AND tourney_hand_summary.str_aggressors_p LIKE '80%'


AND
(tourney_hand_player_statistics.amt_p_raise_facing/tourney_blinds.amt_bb) < 1.6

, 1, 0])


Here´s the hand where it failed:
Code: Select all
GAME #5592799648 Version:21.7.2.2 Uncalled:Y Texas Hold'em NL  Tournament 2021-10-02 22:26:22/GMT
Table Sit’n’Go Twister 20€ EU, 664079842, 664079840 (Tournament: Sit’n’Go Twister 20€ EU Buy-In: €18.60 + €1.40)
Seat 3: HODLuAGAME (€510.00 in chips)
Seat 6: 1126874 (€470.00 in chips)
Seat 10: ILovePiwo (€520.00 in chips) DEALER
HODLuAGAME: Post SB €15.00
1126874: Post BB €30.00
*** HOLE CARDS ***
Dealt to ILovePiwo [H8 D8]
ILovePiwo: Raise (NF) €60.00
HODLuAGAME: Raise (NF) €180.00
1126874: Fold
ILovePiwo: Raise (NF) €520.00
HODLuAGAME: Fold
*** SUMMARY ***
Total pot €390.00 Rake €0.00
ILovePiwo: Mucks [H8 D8]
ILovePiwo: wins €390.00


Hope you can help me, thanks!
hayapaz
 
Posts: 53
Joined: Thu Jun 25, 2015 2:11 pm

Re: Custom stat "SB 3BNOAI Vs BTN" for Spin&Go not working

Postby Flag_Hippo » Wed Oct 06, 2021 12:29 pm

amt_p_raise_facing is the size of the last raise faced by the player and the player you are writing the statistic for is now facing a second larger raise. Use amt_p_2bet_facing instead to specify the size of the raise faced vs BTNs first raise.
Flag_Hippo
Moderator
 
Posts: 14505
Joined: Tue Jan 31, 2012 7:50 am

Re: Custom stat "SB 3BNOAI Vs BTN" for Spin&Go not working

Postby hayapaz » Thu Oct 07, 2021 8:34 am

Flag_Hippo wrote:amt_p_raise_facing is the size of the last raise faced by the player and the player you are writing the statistic for is now facing a second larger raise. Use amt_p_2bet_facing instead to specify the size of the raise faced vs BTNs first raise.


tHANKSS is working :)!
hayapaz
 
Posts: 53
Joined: Thu Jun 25, 2015 2:11 pm


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 26 guests

cron