Skip to forum
Filter by size of c...
 
Notifications
Clear all

Filter by size of cbet

3 Posts
2 Users
0 Reactions
1,776 Views
gmc18
Joined: 14.01.2009

HI!
Can you please help me figure out what I'm doing wrong?

I want to make a filter of hands when my opponent cbets a certain size (for example, 33 or 75% of the pot).

Made a filter when we call on BB vs BU:
https://gyazo.com/b556557c039f502439fbae130563e5a9

Now I want to display statistics separately depending on the opponent's sizing.

If you enter the size of the cbet in the blinds, for example from 3-4BB, then it shows the correct results:
https://gyazo.com/8010f8f97dade83d0117dd8246e6055d

But when I try to make a filter as a percentage of pot, it does not output anything. For example, I set the size of the cbet from 50-100%:
https://gyazo.com/6103807ecb622dfa1f21ee35b37eb616

What could be the problem?

Thank you.


Reply
Quote
2 replies
PokerTracker
Joined: 07.06.2011

Originally posted by gmc18
For example, I set the size of the cbet from 50-100%:
https://gyazo.com/6103807ecb622dfa1f21ee35b37eb616

You are filtering for the size of the bet faced so you shouldn't set the values based on the bet made. If a player bets 50% of the pot ($5 into $10) then the other player is facing a bet of 33% which is the pot odds:

(5 / 15) * 100 = 33%

This definition is necessary in order to distinguish between situations where a bet has been called before you or not as that changes the pot odds. Therefore if you want to filter for when a player bets 50%-100% your bet sized filter should be set at 33%-50%.

- Rob


Reply
Quote
gmc18
Joined: 14.01.2009

Ok, now I get it. Thank you very much :f_thumbsup:


Reply
Quote