I want stat that will show me what range player open raise 2x – minraise when he have stack between 7-11bb
i made this: Count(DidOpenRaise = yes and OpenRaisePreflopInBBs = 2) / Count(StackInBBs < 11) / Count(StackInBBs > 7)
but it doesn’t work, can you tell what is wrong?