Now, for the raised first in, I want to create a column called, for example, RFI_Button [based off the PFR 6max Button stat] which has the following code:
- Code: Select all
SUM(if[holdem_hand_player_statistics.cnt_p_first_raise > 0 AND holdem_hand_player_statistics.position = 0,1,0])
And then for the stat itself simply have:
- Code: Select all
(RFI_Button / RFI_button_opp) * 100
However, after thinking about it for awhile, I do not know how to code something to show how often there is a chance for the button to be the first to raise. Also, I feel like if you could figure out how often there is no raise before the button, then it would be fairly easy to figure out how often there were also no limpers allowing me to create another stat to see how often the button _open_ raised.
Do you guys have any suggestions? This is probably formatted and worded very poorly, but this is my first real attempt at figuring this stuff out and any help would be appreciated.
-Andy
