Hi,
I just wanted to know if it should look like this: (call_steal / Fold_Flop_Cbet)*100 ?
and can I use it for ip and oop?
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
sp00ky wrote:cnt_steal_def_action_call = Number of times player called a steal attempt.
sum(if[cash_hand_player_statistics.flg_blind_def_opp AND lookup_actions_p.action LIKE 'C%', 1, 0])
cnt_steal_def_opp = Number of times a player faced a steal attempt.
sum(if[cash_hand_player_statistics.flg_blind_def_opp, 1, 0])
cnt_f_cbet_def_action_fold = Number of times player folded to a flop continuation bet.
sum(if[cash_hand_player_statistics.enum_f_cbet_action='F', 1, 0])
cnt_f_cbet_def_opp = Number of times the player faced a continuation bet on the flop.
sum(if[cash_hand_player_statistics.flg_f_cbet_def_opp, 1, 0])
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 14 guests