pt4 RFI by positions

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

pt4 RFI by positions

Postby ninja_skillz » Thu May 17, 2012 7:16 pm

hi

i am having trouble with this code for raising first in by seat position off button pre flop for omaha hi 6 max.
this is the same code i used for poker tracker 3 but it wont work in poker tracker 4.
please help

this is what i was using to count open opps from the button
sum(if[omaha_hand_player_statistics.flg_p_open_opp AND omaha_hand_player_statistics.position = 3, 1, 0])
and this is for the percentage of times opened from button
sum( if[omaha_hand_player_statistics.flg_p_first_raise AND omaha_hand_player_statistics.flg_p_open_opp AND omaha_hand_player_statistics.position = 3, 1, 0])
ninja_skillz
 
Posts: 1
Joined: Wed Apr 20, 2011 7:07 am

Re: pt4 RFI by positions

Postby WhiteRider » Fri May 18, 2012 3:41 am

You do not need custom stats for this in PT4.
You can display any stat by position by setting the "Position" property in the Hud settings.
For 6-max tables there are 6 individual positions - BB, SB, button, cutoff, MP, EP. (only for 7-handed or more are EP and MP positions combined)

However, for reference:
The database table names are slightly different in PT4. We do not have separate holdem_ and omaha_ tables, so the table names start with cash_, like this:

cash_hand_player_statistics.position
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 24 guests

cron
highfalutin