kraada wrote:
Stat #2:
Fold to Probe Bet in Raised Pots:
cnt_f_probe_bet_raise_pot_def_opp:
sum(if[flg_f_cbet_opp and flg_f_check and flg_f_face_bet, 1, 0])
This counts how many times you could've cbet, didn't, and faced a bet.
Tried to build this second one.
1. Is it ok that I had to chance it to ?:
sum(if[holdem_hand_player_statistics.flg_f_cbet_opp and holdem_hand_player_statistics.flg_f_check and holdem_hand_player_statistics.flg_f_face_bet, 1, 0])
So I put these "holdem_hand_player_statistics." in front because PT3 told me "not valid SQL".
2. At the last entry "holdem_hand_player_statistics.flg_f_face_bet" ist a problem: There´s no such flag. There´s sth like holdem_hand_player_statistics.flg_f_face_RAISE or holdem_hand_player_statistics.flg_f_face_ALLIN or holdem_hand_player_statistics.flg_f_face_CBET and on holdem_hand_player_statistics.flg_f_BET (without the "faced") but not the stat we need. What can we do? also no f_bet_def_opp