fold to f c-bet betsize

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

fold to f c-bet betsize

Postby jaffa » Fri Aug 17, 2012 9:46 am

I want to make some fold to flop c-bet stats when facing certain betsizes for my popups. I tried to make the columns for a 3/4 pot betsize which look like this:

sum(if[cash_hand_player_statistics.enum_f_cbet_action='F' AND cash_hand_player_statistics.val_f_bet_facing_pct>'67' AND cash_hand_player_statistics.val_f_bet_facing_pct<'83', 1, 0])

sum(if[cash_hand_player_statistics.flg_f_cbet_def_opp AND cash_hand_player_statistics.val_f_bet_facing_pct>'67' AND cash_hand_player_statistics.val_f_bet_facing_pct<'83', 1, 0])

They are both modified from the original fold to flop c-bet and faced flop c-bet stats. They don't work at the moment, although it says the expression is valid they are producing weird results, most of which are - but apparently mine is 100, which is obviously wrong
jaffa
 
Posts: 8
Joined: Mon Aug 06, 2012 12:31 pm

Re: fold to f c-bet betsize

Postby kraada » Fri Aug 17, 2012 1:22 pm

val_f_bet_facing_pct is a number in the database and putting single quotes around your comparisons turns them into strings, so what's likely happening is the comparison is ending up not working as you'd expect.

Take away the single quotes and things should work better.

Also your value is not what you want - the val_f_bet_facing_pct amount stores the percentage of the pot that you need to call. So if you have a bet of .75P where P is the pot the total pot size is now 1.75P and you have to call .75P - which is 42.8% of the pot. As it is now you're looking at fairly large overbets. Numbers like 40-45 or so should get you more of what you want to see.
kraada
Moderator
 
Posts: 54430
Joined: Wed Mar 05, 2008 2:32 am
Location: NY


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 39 guests