Weighted Avg all in Preflop Equity
Posted: Sat Jan 06, 2024 3:07 am
Does it seems right?
sum( if[tourney_hand_player_statistics.val_equity>0
AND char_length(lookup_actions_f.action) = 0, (tourney_hand_player_statistics.val_equity * tourney_hand_summary.amt_pot), 0] )
divided by
sum( if[tourney_hand_player_statistics.val_equity>0 AND (char_length(lookup_actions_f.action) = 0),(tourney_hand_summary.amt_pot), 0] )
*100
I would like to complain about my unlucky sessions more accurately, it's not that important
sum( if[tourney_hand_player_statistics.val_equity>0
AND char_length(lookup_actions_f.action) = 0, (tourney_hand_player_statistics.val_equity * tourney_hand_summary.amt_pot), 0] )
divided by
sum( if[tourney_hand_player_statistics.val_equity>0 AND (char_length(lookup_actions_f.action) = 0),(tourney_hand_summary.amt_pot), 0] )
*100
I would like to complain about my unlucky sessions more accurately, it's not that important