ROI is return on investment on hand. I want it to be the net dollars gained over all hands divided by the total amount of dollars (bets, posted blinds, raises etc) a player risked on all hands in a cash game. Will these simple equations calculate that correctly?
column->>>amt_bet_ttl_sum =sum(holdem_hand_player_detail.amt_bet_ttl)
statistic->>ROI=amt_won / amt_bet_ttl_sum
Thanks to anyone who can check it.
