I'm having a little trouble converting
MaxWeiss did the stats for 6max
BB:
SB:
Button:
CO:
MP2: (HiJack)
MP1: VPIP from UTG (6 max only, it would be 4 off the button in full ring games)
UTG+2:
UTG+1:
UTG: Want to Do for full ring
--- CODE ---
The Current Code for UTG (6max) or MP Full ring is
VPIP_UTG_Numerator
sum(if[holdem_hand_player_statistics.flg_vpip AND holdem_hand_player_statistics.position = 3,1,0])
I'm trying to add:
VPIP_UTG3_Numerator
sum(if[holdem_hand_player_statistics.flg_vpip AND holdem_hand_player_statistics.position = 4,1,0])
I'm getting an error of: Expression in NOT valid!
What I'm i missing
