definition of cbet

R

rdonadoni

Rising Star
Bronze Level
Joined
Feb 19, 2012
Total posts
1
Chips
0
Hi all,
I'm a newbie on this forum, I'm a senior developer and very often I play cash game on pokerstars.it. I'm writing a program that reads hand history and calculates most important poker indexes (vpip, pfr, 3bet and so on ....). I've a little problem calculating 3-bet flop percentage, Harrington says "... gives the percentage of time that a player makes a continuation bet the flop. The continuation bethttp://forum.assopoker.com/ is a bet made on the flop after a player has taken the leading in the betting preflop". So if I call cbetTot the number of hands a player is last to raise on preflop, and I call cbet the number of hands that a player makes a bet on flop when he was the last raiser on preflop.
Is it right that
flopcbet%=cbet/cbetTot *100
???
Thank in adavance
rd
 
Samango

Samango

Legend
Silver Level
Joined
Dec 2, 2008
Total posts
1,014
Awards
1
Chips
0
Yes, I think that's right as long as 'cbetTot (=) the number of hands a player is last to raise on preflop' and goes to a flop
 
WVHillbilly

WVHillbilly

Legend
Silver Level
Joined
Nov 7, 2007
Total posts
22,973
Chips
0
Hi all,
I'm a newbie on this forum, I'm a senior developer and very often I play cash game on pokerstars.it. I'm writing a program that reads hand history and calculates most important poker indexes (vpip, pfr, 3bet and so on ....). I've a little problem calculating 3-bet flop percentage, Harrington says "... gives the percentage of time that a player makes a continuation bet the flop. The continuation bet is a bet made on the flop after a player has taken the leading in the betting preflop". So if I call cbetTot the number of hands a player is last to raise on preflop, and I call cbet the number of hands that a player makes a bet on flop when he was the last raiser on preflop.
Is it right that
flopcbet%=cbet/cbetTot *100
???
Thank in adavance
rd
Might want to check out HEM/PT3 since they do everything you're trying to do already.
 
Top