Search found 14 matches

Return to advanced search

Re: new columns and stats for tracking allin pf

I stumbled upon 'Tutorial: Using Custom Reports and Statistics' https://www.pokertracker.com/forums/viewtopic.php?f=45&t=22599 which has some of what I still want to learn. Something also pointed me to the blue insert link in the upper right corner of the column screen. I wasn't interested in cl...
by ccamp81318
Mon Apr 19, 2021 6:07 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: new columns and stats for tracking allin pf
Replies: 10
Views: 1110

Re: new columns and stats for tracking allin pf

Flag_hippo, thanks again. lookup_actions_p.action doesn't come directly from the lookup_actions table. If it did it wouldn't say lookup_actions_p as the object name. lookup_actions has two columns (id_action, action) and to access the correct action from the database requires a join between %_hand_p...
by ccamp81318
Mon Apr 19, 2021 1:40 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: new columns and stats for tracking allin pf
Replies: 10
Views: 1110

Re: new columns and stats for tracking allin pf

More last questions. lookup_actions_p.action Where does this come from? Why can't I join tourney_hand_player_statistics.id_action_p = lookup_actions.id_action in a PT4 column definition? Are there other functions, DB fields or whatever lookup_action_p is and is there a place to get the list? Are the...
by ccamp81318
Mon Apr 19, 2021 3:51 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: new columns and stats for tracking allin pf
Replies: 10
Views: 1110

Re: new columns and stats for tracking allin pf

Thank You Flag_Hippo for continuing my education! I read the pages supplied by the links. I'm sorry but I think they say exactly what I said. Until you know which if any of the players remaining in the hand you will be facing you have to consider that it might be the smallest stack and play accordin...
by ccamp81318
Sun Apr 18, 2021 3:41 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: new columns and stats for tracking allin pf
Replies: 10
Views: 1110

Re: ? tourney_hand_tble_summary ?

Flag_Hippo:

Thanks for the additional help.

C
by ccamp81318
Sat Apr 17, 2021 10:41 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: ? tourney_hand_tble_summary ?
Replies: 8
Views: 808

Re: ? tourney_hand_tble_summary ?

One last (I hope) question on this subject.

The test for raise allin pf is

t = tourney_hand_player_statistics
l = lookup_action

if t.enum_allin = 'P' and
t.id_action_p = l.id_action and
l.action_text like '%R'

There is no reason to look at enum_face_allin.

Is the above correct?
by ccamp81318
Fri Apr 16, 2021 6:01 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: ? tourney_hand_tble_summary ?
Replies: 8
Views: 808

Re: new columns and stats for tracking allin pf

Thanks for the reply. Either I communicated poorly, a frequent occurrence, or one of us, probably me, is wrong. The '%R' addition does solve another problem that I hadn't worked my way through. How to tell if the enum_face_allin = 'P' happened before or after player's enum_allin = 'P'. I hadn't worr...
by ccamp81318
Fri Apr 16, 2021 5:51 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: new columns and stats for tracking allin pf
Replies: 10
Views: 1110

Re: new columns and stats for tracking allin pf

Thanks for the help! There may also be occasions when a player with a larger stack makes a raise that can effectively put another player still involved all-in but they do not put their entire stack in when making that raise - presumably you would want to cover these situations as well? I'd suggest: ...
by ccamp81318
Thu Apr 15, 2021 10:53 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: new columns and stats for tracking allin pf
Replies: 10
Views: 1110

Re: ? tourney_hand_tble_summary ?

Thanks for the info but not what I was hoping for.
by ccamp81318
Thu Apr 15, 2021 12:44 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: ? tourney_hand_tble_summary ?
Replies: 8
Views: 808

Re: ? tourney_hand_tble_summary ?

Thanks flag_hippo but I'm still confused.
How are the values stored in a multiway pot with people going allin on different streets.
For instance:
the player faces an enum_face_allin of 'p' then of 'f' then of 't' then of 'r' followed finally by 'R'.

What am I missing?
by ccamp81318
Tue Apr 13, 2021 6:17 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: ? tourney_hand_tble_summary ?
Replies: 8
Views: 808
Next

Return to advanced search

cron