So in PT terms:
I call in SB vs BU. Then I donk the flop, the opponent calls. I bet the turn, he calls. I bet the river. In this case the turn bet is not Cbet, but river bet is.
Am I right?
Moderator: Moderators
kraada wrote:Not in PokerTracker terms - you can cbet the flop if you were the last preflop aggressor. You can only cbet the turn if you cbet the flop, and you can only cbet the river if you cbet the turn. Doing anything else breaks the chain (if you get raised and you 3bet you can still keep cbetting but if you get raised and call you cannot).
Mr Tiger wrote:The stat has to be the Probe Bet on the Turn (bet turn after PF aggressor checked back on the flop) in 2bet pot (one time raised pot), when there are only 2 players saw the Flop. Please check:
(cnt_t_probe_2b_pot_2pl / cnt_t_probe_2b_pot_2pl_opp) * 100
cnt_t_probe_2b_pot_2pl
sum(if[holdem_hand_player_statistics.flg_t_bet and lookup_actions_f.action LIKE 'X' AND (lookup_actions_p.action LIKE 'C' OR (lookup_actions_p.action LIKE 'CC' AND holdem_hand_player_statistics.flg_p_limp)) AND holdem_hand_player_statistics.flg_p_face_raise AND NOT(holdem_hand_player_detail.flg_t_has_position) AND holdem_hand_summary.cnt_players_f=2, 1, 0])
......................................................
Mr Tiger wrote:And, please, also check this stat for the River:
(cnt_r_probe_2b_pot_2pl / cnt_r_probe_2b_pot_2pl_opp) * 100
cnt_r_probe_2b_pot_2pl
sum(if[holdem_hand_player_statistics.flg_r_bet and lookup_actions_t.action LIKE 'X' and holdem_hand_player_statistics.enum_f_cbet_action = 'C' and NOT(lookup_actions_f.action LIKE '%R') AND
NOT(holdem_hand_player_detail.flg_t_has_position) AND (lookup_actions_p.action LIKE 'C' OR (lookup_actions_p.action LIKE 'CC' AND holdem_hand_player_statistics.flg_p_limp) OR lookup_actions_p.action LIKE 'R') AND holdem_hand_summary.cnt_players_f=2, 1, 0])
...........................
Mr Tiger wrote:Thanks for clarification. Here a question about Donk Bet occurs. Quotation from the database schema documentation:
flg_t_donk - "If the player donk bet the turn, this is set to true, otherwise it is false. A donk bet is when the player calls a cbet on the flop out of position, then bets first on the turn."
Quotation from the column description:
cnt_t_donk=sum(if[holdem_hand_player_statistics.flg_t_donk, 1, 0]) - "Number of times player bet the turn after calling the flop."
The column description covers also floats situations, so, it's evident, that it is not complete. But my question is about type of the flop bet. Do we have to call exactly Cbet on the Flop to have an opportunity to DonkBet the Turn? For example: we call in BU vs CO, the opponent checks the flop, we bet, he calls. Then he bets the turn first. Is it a donkbet?
kraada wrote:I think so, but I'll need to double check for you to be completely certain.
Mr Tiger wrote:Following this question I've got a doubt about Float Bet stat. According to DB schema documentation:
flg_t_float - If the player float bet the turn, this is set to true, otherwise it is false. A float bet is being in position, calling a flop bet, then betting the turn when checked to.
So, if We raise PF, call Flop Donkbet and bet Turn vs check, is it a Turn Float?
Mr Tiger wrote:P.S.kraada wrote:I think so, but I'll need to double check for you to be completely certain.
Have you checked this?
Return to Custom Stats, Reports, and SQL [Read Only]
Users browsing this forum: No registered users and 6 guests