hi
i am having trouble with this code for raising first in by seat position off button pre flop for omaha hi 6 max.
this is the same code i used for poker tracker 3 but it wont work in poker tracker 4.
please help
this is what i was using to count open opps from the button
sum(if[omaha_hand_player_statistics.flg_p_open_opp AND omaha_hand_player_statistics.position = 3, 1, 0])
and this is for the percentage of times opened from button
sum( if[omaha_hand_player_statistics.flg_p_first_raise AND omaha_hand_player_statistics.flg_p_open_opp AND omaha_hand_player_statistics.position = 3, 1, 0])