Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
friidayy wrote:bet next street after raise previous street
friidayy wrote:1. column: cnt_f_bet_limped_mw_pot
sum(if[cash_hand_player_statistics.flg_f_bet and cash_hand_summary.cnt_players_f >= 3 and NOT(cash_hand_player_statistics.flg_p_face_raise) and cash_hand_player_statistics.cnt_p_raise = 0, 1, 0])
2. column: cnt_f_bet_limped_mw_pot_opp
sum(if[cash_hand_player_statistics.flg_f_open_opp and cash_hand_summary.cnt_players_f >= 3 and not(cash_hand_player_statistics.flg_p_face_raise) and cash_hand_player_statistics.cnt_p_raise = 0, 1, 0])
is this fine?
friidayy wrote:for the turn and river stat do i just have to change from _f_ to _t_ and _r_?
friidayy wrote:sidequestion: how can i validate that my created stat works right? i dont mean the validate option to check if the expression is right, rather if it works as expected and gives reasonable results?
friidayy wrote:q: what's the difference between cash_hand_player_statistics.flg_t_bet and lookup_actions_t.action = 'B'? isn't this the same expression, so you can delete one and get the same resulting stat?
friidayy wrote:Bet Turn After Flop Raise Cbet
(cnt_t_bet_after_f_raise_cbet / cnt_t_bet_after_f_raise_cbet_opp)*100
cnt_t_bet_after_f_raise_cbet
sum(if[cash_hand_player_statistics.flg_t_bet AND cash_hand_player_statistics.flg_f_first_raise AND cash_hand_player_statistics.flg_f_cbet_def_opp, 1 , 0])
cnt_t_bet_after_f_raise_cbet_opp
sum(if[cash_hand_player_statistics.flg_t_open_opp AND cash_hand_player_statistics.flg_f_first_raise AND cash_hand_player_statistics.flg_f_cbet_def_opp, 1 , 0])
does this work?
Flag_Hippo wrote:friidayy wrote:for the turn and river stat do i just have to change from _f_ to _t_ and _r_?
Yes provided you are not concerned with what actions took place on the prior street(s). For example if you only want to count river hands where the flop and turn got checked through then just changing the street identifier wouldn't be sufficient on its own.
friidayy wrote:fair point, i want to take prior street actions into account. how do i define that the flop, for example, got checked through?
lookup_actions_f.action = 'X'
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 19 guests