Page 1 of 1

All in preflop

PostPosted: Sun May 11, 2014 6:53 am
by €1c0gn1t0€
Hey ,

I'm trying to make several filter where I need to know when a player is all in preflop or "almost" like more than 2/3 of is stack (and will be unlikely to fold postflop)
Is it possible to get this piece of information?
Thanks

Re: All in preflop

PostPosted: Sun May 11, 2014 7:41 am
by WhiteRider
You can't do that with built-in filters but you can do it with an expression filter in My Reports.

Tutorial: My Reports

Using an expression filter like this in a Hand report should give you what you want:

amt_bet_p > (amt_before * 0.66)

Re: All in preflop

PostPosted: Sun May 11, 2014 7:45 am
by €1c0gn1t0€
Thanks for your quick answer. I'm going to look at it.

Re: All in preflop

PostPosted: Sun May 11, 2014 8:12 am
by €1c0gn1t0€
Well I did in in the report : amt_bet_p > (0.66 * amt_chips)
But my goal was to apply this condition on the NoteTracker. I dont think it's possible, is it?

Re: All in preflop

PostPosted: Sun May 11, 2014 10:14 am
by WhiteRider
No, I don't think it's possible with the normal filters (that NoteTracker uses) other than by explicitly comparing bet amounts with starting stack sizes for lots of ranges.

Re: All in preflop

PostPosted: Sun May 11, 2014 10:36 am
by €1c0gn1t0€
Yep that s what i m doing.
I was wondering for the "3 BET SIZE IN BB" is it total amount or only the amount raised?

Re: All in preflop

PostPosted: Mon May 12, 2014 3:42 am
by WhiteRider
It is the total amount - the "raise to" amount.

Re: All in preflop

PostPosted: Tue May 13, 2014 2:32 pm
by €1c0gn1t0€
Fine WR got it thanks.

highfalutin