Home › Forums › General Support For DriveHUD 2 › Custom stat river bet size 75%+ and w$sd
Hi,
I’d like create custom stat when player bet on river 75% of pot and wond hand but I can’t do it properly.
Count(RiverBetToPotRatio>= 75 and Sawshowdown = yes ) / Count(RiverBetToPotRatio>= 75 and WonShowdown=yes)
What is wrong?
hey, try to update numbers instead of 75 to 0.75
River bet 75-100 @ won
Count (WonShowDown = yes and RiverBetToPotRatio >= 0.75 and RiverBetToPotRatio < 1) / Count ( SawShowDown= yes and RiverBetToPotRatio >= 0.75 and RiverBetToPotRatio < 1)