View Single Post
  #1381  
Old 10-03-2007, 10:14 PM
rvg72 rvg72 is offline
Senior Member
 
Join Date: Jun 2005
Location: Canada
Posts: 2,342
Default Re: New Software: Holdem Manager

[ QUOTE ]
You can do that by setting facing continuation bet false, last to act on flop true, and checking misc postflop stats. Then look at bet flop unopened %. That is 1 one to do it.

[/ QUOTE ]

Yeah, that would do it, thanks.

In the new build you can actually create the stat quite easily and use them in the various reports. Something like this:

StealChances = (FlopType=Limped)+(FlopUnopened)+(FlopLastToAct)
StealMade = (FlopType=Limped)+(FlopUnopened)+(FlopLastToAct)+( FlopBet)

FlopStealStat = StealMade/StealChances

The advantage is you can now use this stat without being forced to simply filter for it.

rvg
Reply With Quote