Can someone confirm that this code is correct? In Pokertracker 4 I cant see the "Show Times/Opportunites" field so is there something wrong with my code?
- Code: Select all
sum(if[cash_hand_player_statistics.flg_f_cbet
AND
cash_hand_player_statistics.amt_bet_f >= cash_hand_summary.amt_pot_f*0.56
AND
cash_hand_player_statistics.amt_bet_f <=
cash_hand_summary.amt_pot_f*0.68
,1,0])
![Image](http://www11.pic-upload.de/16.06.15/h24pjbv79sk6.jpg)
And one more question. Is it possible to test custom stats outside of the poker tabels? For example like with notetracker. The stats don´t start to change if I go through a hand with the Pokertracker 4 hand replayer.