Fold_to_F_pot_cbet doesn't works on pokerstars.eu only

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Fold_to_F_pot_cbet doesn't works on pokerstars.eu only

Postby 9ae6 » Wed Mar 27, 2019 10:48 am

Hello,
Since last update of pokerstars and/or pokertracker (I don't know), my custom stat Fold_to_F_pot_cbet doesn't works on pokertars.eu but stills works on winamax... :shock:
Can you help me please?
9ae6
 
Posts: 30
Joined: Mon Jul 23, 2012 6:28 am

Re: Fold_to_F_pot_cbet doesn't works on pokerstars.eu only

Postby WhiteRider » Wed Mar 27, 2019 11:30 am

PokerStars has some restrictions on what data is allowed for use in Hud stats in their terms and conditions, and these were updated again recently. Without knowing exactly how your stat is built I can't say what restriction it falls foul of, but they are mostly related to dynamic or situational data - stats aren't allowed (on PokerStars) if they refer to hand strength or board cards, for example. If you want to attach your stat to a Support Ticket we can take a look at it for you and let you know what is restricted, but some things are blocked for PokerStars only.
WhiteRider
Moderator
 
Posts: 53972
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Fold_to_F_pot_cbet doesn't works on pokerstars.eu only

Postby 9ae6 » Wed Mar 27, 2019 1:15 pm

My stat is : Fold to FLOP cbet potbet
Code: Select all
(cnt_FLOP_cbet_def_action_fold_potbet / cnt_FLOP_cbet_def_opp_potbet) * 100



cnt_FLOP_cbet_def_action_fold_potbet
Code: Select all
sum(if[
cash_hand_player_statistics.amt_f_bet_facing > 0 AND
(lookup_actions_f.action SIMILAR TO '(F|XF)%') AND
cash_hand_player_statistics.val_f_bet_facing_pct = 50

AND (lookup_actions_p.action LIKE '%C') AND cash_hand_player_statistics.flg_p_face_raise, 1, 0
])


cnt_FLOP_cbet_def_opp_potbet
Code: Select all
sum(if[
cash_hand_player_statistics.amt_f_bet_facing > 0 AND
cash_hand_player_statistics.val_f_bet_facing_pct = 50

AND (lookup_actions_p.action LIKE '%C') AND cash_hand_player_statistics.flg_p_face_raise, 1, 0
])
9ae6
 
Posts: 30
Joined: Mon Jul 23, 2012 6:28 am

Re: Fold_to_F_pot_cbet doesn't works on pokerstars.eu only

Postby WhiteRider » Wed Mar 27, 2019 1:46 pm

I believe it will be the "cash_hand_player_statistics.val_f_bet_facing_pct = 50" part but I've asked the development team to confirm. That's the sort of situational data which PokerStars do not allow.
WhiteRider
Moderator
 
Posts: 53972
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 18 guests

cron
highfalutin