3bet by position vs position

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Re: 3bet by position vs position

Postby ommaha » Wed Oct 17, 2012 4:32 pm

Lans86 wrote:Probably I did a mistake somewhere in 3bet or call situations. Would you mind checking this please?
A call situation
cnt_steal_def_action_call_BBvsBU =
sum(if[cash_hand_player_statistics.flg_blind_def_opp AND
lookup_actions_p.action = 'C' AND
cash_hand_player_statistics.position = 8 AND
cash_hand_summary.str_aggressors_p LIKE '80' AND
cash_hand_summary.str_actors_p LIKE '0%', 1, 0])

3bet:
cnt_steal_def_action_3bet_BBvsBU =
sum(if[cash_hand_player_statistics.flg_blind_def_opp AND
lookup_actions_p.action = 'R' AND
cash_hand_player_statistics.position = 8 AND
cash_hand_summary.str_aggressors_p LIKE '808%' AND
cash_hand_summary.str_actors_p LIKE '0%', 1, 0])



Hi,

I just tried to rebuild the same custom stats as you did. But I do not get any result in HUD (0/0). So, I am probably doing something wrong...
For example

3bet from BB vs steal from SB

cnt_steal_def_action_3bet_BBvsSB =
sum(if[cash_hand_player_statistics.flg_blind_def_opp AND
lookup_actions_p.action = 'R%' AND
cash_hand_player_statistics.position = 8 AND
cash_hand_summary.str_aggressors_p LIKE '89%' AND
cash_hand_summary.str_actors_p LIKE '0%', 1, 0])

cnt_steal_def_opp_BBvsSB =
sum(if[cash_hand_player_statistics.flg_blind_def_opp AND
cash_hand_player_statistics.position = 8 AND
cash_hand_summary.str_aggressors_p LIKE '89%' AND
cash_hand_summary.str_actors_p LIKE '0%', 1, 0])

Can you help please?

In addition I used your cnt_steal_def_action_fold_BBvsBU
for BB vs BU. The Hud always results in 0% (0/x) for every opponent. What is wrong there. Btw I play PLO SH if that matters.
Thanks for any help
ommaha
 
Posts: 221
Joined: Sun Jul 29, 2012 8:46 am

Re: 3bet by position vs position

Postby kraada » Wed Oct 17, 2012 5:19 pm

You don't need a custom stat for this - just use the BB vs SB Open - 3Bet stat. No custom stats required.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: 3bet by position vs position

Postby ommaha » Wed Oct 17, 2012 7:09 pm

ok, thanks. I oversaw this one.
But it is not only about bb vs sb open. I want to create PopUp similar to this

Image

as I used it with HM. bb vs sb was just for example
ommaha
 
Posts: 221
Joined: Sun Jul 29, 2012 8:46 am

Re: 3bet by position vs position

Postby WhiteRider » Thu Oct 18, 2012 3:21 am

We have all of those stats built into PT4 - see the stats below, and set the Position property in the Hud to "BB" for them all.

2012-10-18_08h19_27.png
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: 3bet by position vs position

Postby drwlodson » Sun Nov 11, 2012 3:12 pm

which stat I should set to check how many times BB is folding to my SB raise?
bb vs sb open - fold? I got confused
drwlodson
 
Posts: 3
Joined: Wed Feb 25, 2009 5:11 pm

Re: 3bet by position vs position

Postby WhiteRider » Mon Nov 12, 2012 4:40 am

drwlodson wrote:which stat I should set to check how many times BB is folding to my SB raise?
bb vs sb open - fold? I got confused

Correct.

You can check the definition for any stat by going to Configure > Statistics.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Previous

Return to PokerTracker 4

Who is online

Users browsing this forum: micahleo and 67 guests

cron