Page 1 of 3

stats flop seen

PostPosted: Sat Apr 17, 2010 5:57 am
by lifeisagame69
Hi,

I check my statistic about my game HU Limit.

I check some hands in the sb where i just always onpen raise, and the winrate bb per hand have a huge diffeerence between this same hand like j3o with this overall winrate 9 (i raise this hand 100% of the time) and the winrate when i use one filter with misc, situation, and saw flop.

i think they are something i don t understand because the result don t seem fair like for example

j2o

overall statistic in the sb (i open raise this 100% of the time) i got 618times -o.20BB per hand

when i add filter saw flop for this same hand same position

i got 392 times -o.31BB per hand.

this result surprise me and maybe i missunderstand something or the filter i use not mean what i think?

Re: stats flop seen

PostPosted: Sat Apr 17, 2010 6:41 am
by WhiteRider
When you open-raise you often won't see the flop - you will either win immediately or be re-raised and fold. The filter is removing those hands.

Re: stats flop seen

PostPosted: Mon Apr 19, 2010 2:10 pm
by lifeisagame69
On my data Heads up Limit

When i play a hand in the smallblind i always open raise or fold.

i have 69 296hands in the smallblind

when i use a filter and i put saw flop

i have 50 146 hands

so i guess 69 296- 50 146= 19 150

1 915 000/69 296= 27.63

So that mean my average opponement fold their blind 27.63% of the time?????

I pretty sure it s not real, can you figure where i am wrong??? thanks.

I looking for the stats check fold flop when defend is BB by a call and c/c c/f trun when defend is bb by a call, theses stats already exist or do you work on them?

And the standard deviation stats exist?? i don t find them.

thanks :)

Re: stats flop seen

PostPosted: Mon Apr 19, 2010 2:49 pm
by WhiteRider
Sometimes you will be re-raised and fold or call.

To build a custom stat for check/fold flop after calling from the big blind you would need columns like this:

The actions column would be:
cnt_callsteal_checkfold_flop_bb =
sum( if[ holdem_hand_player_statistics.position=8 AND lookup_actions_p='C' AND lookup_actions_f.action = 'XF', 1, 0 ] )

How you build the "opportunities" column will depend on how you want to define an opportunity. Is it an opportunity to check/fold the flop every time the BB calls a steal, or only every time that they then check the flop?
I guess you'll only want to count those times they check the flop and face action, in which case:
cnt_callsteal_check_flop_faceaction_bb =
sum( if[ holdem_hand_player_statistics.position=8 AND lookup_actions_p='C' AND lookup_actions_f.action LIKE 'X_%', 1, 0 ] )

Have a look at the Tutorial - Custom Reports and Statistics for help building custom statistics from an expression like this.

Can you please explain exactly what stats you want?

There are a few heads-up stats available for download from the "Get More" section.

Re: stats flop seen

PostPosted: Fri Apr 23, 2010 3:14 am
by lifeisagame69
Ok thanks,

I will check the stat section.

When i download one, where i must copy this files for use it?

Re: stats flop seen

PostPosted: Fri Apr 23, 2010 4:03 am
by WhiteRider
Please click the "How do I add a stat?" link at the top of the Get More page, which explains how to import stats.

Re: stats flop seen

PostPosted: Sun May 02, 2010 5:23 am
by lifeisagame69
ok,
but i don t find the stats i m looking for on the add more custum stats page!

So i can t download it!

Re: stats flop seen

PostPosted: Sun May 02, 2010 5:37 am
by WhiteRider
What stats are you looking for?

Re: stats flop seen

PostPosted: Sun May 02, 2010 5:41 am
by lifeisagame69
The stats i m looking for is :

When i raise sb and vilain call in bb, how % times he check fold flop
and how many 5 time he check call flop chack fold turn



thanks

Re: stats flop seen

PostPosted: Sun May 02, 2010 9:03 am
by kraada
Is this for heads up play only? At a game with 3 players that is not possible.

highfalutin