Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by Stratocaster » Wed Dec 12, 2012 5:17 pm
- Code: Select all
sum(if[(cash_hand_player_statistics.flg_p_3bet_def_opp or cash_hand_player_statistics.flg_p_4bet_def_opp) and cash_hand_player_statistics.enum_r_donk_action = 'F', 1, 0])
Looks simple but I don't understand how this column works
flg_p_3bet_def_opp &
flg_p_4bet_def_opp this names confusing me >>> opportunity to defend our 3bet/4bet preflop? And
enum_r_donk_action what does it do?
-
Stratocaster
-
- Posts: 41
- Joined: Fri Mar 23, 2012 8:43 pm
by kraada » Wed Dec 12, 2012 6:30 pm
The first part means you faced either a 3bet or a 4bet or higher. Thus the pot must have been 3bet or more. enum_r_donk_action is your action when facing a donk on the river - in this case, 'F' means fold.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by Stratocaster » Wed Dec 12, 2012 8:12 pm
If we face 3bet/4bet preflop then we have to made 4bet/5bet+ (to be last raiser) so we can face dbet postflop. Right?
-
Stratocaster
-
- Posts: 41
- Joined: Fri Mar 23, 2012 8:43 pm
by kraada » Thu Dec 13, 2012 10:55 am
Yes, that was clearly written before a more elegant method was known - char_length(cash_hand_summary.str_aggressors_p) >= 3 means there was a 3bet by someone and it doesn't matter who. That is the simplest way to do this check at this point.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by Stratocaster » Thu Dec 13, 2012 4:56 pm
Well if we need 4bet+ condition to be true then the stat is not correct (doesn't include hands in 3bet pot). This mistake is in cnt_t_donk_def_action_fold_3bet_pot and cnt_r_donk_def_action_fold_3bet_pot columns. Fold to F donk in 3bet pots is correct, some1 used another way to build numerator for it.
-
Stratocaster
-
- Posts: 41
- Joined: Fri Mar 23, 2012 8:43 pm
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 17 guests