Hi, I am looking at this Player Statistics column:
sum(if[(holdem_hand_player_statistics.flg_p_first_raise) AND (holdem_hand_player_statistics.flg_p_fold) and (holdem_hand_player_statistics.position = 2),1,0])
I know nothing about this stuff so am looking at different expressions/stats etc. to understand how its done. The description for the above expression is "Number of times player fold to a 3bet when raised first in from the HJ." (Its from the repository.) Is that really exactly what it shows? Looking at it as a noob it seems like it might also include the situation where the player opened HJ, got 3bet, decided to 4bet, then folded to a push. And also the situation where he got 3bet, then someone cold 4bet, then he folded when it got back to him. Is this the situation, or does it strictly show open from HJ, then fold to 3bet?
Dont laugh; this is as foreign to me as brain surgery
Thanks.