Full Ring VPIP HJ, CO...

General discussion of PokerTracker 3.

Moderator: Moderators

Re: Full Ring VPIP HJ, CO...

Postby WhiteRider » Sat Jun 05, 2010 4:07 pm

Yes, you have the positions correct.

Have a look at this tutorial which walks you through creating a positional version of a stat.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Full Ring VPIP HJ, CO...

Postby Skull_AK » Sat Jun 05, 2010 4:27 pm

then, i must see on vpip stat the columns it uses
cnt_vpip ---> dup it and change for --> sum(if[holdem_hand_player_statistics.flg_vpip AND holdem_hand_player_statistics.position = 0, 1, 0]) -from buttom- and rename it cnt_vpip_bu
then cnt_hands --> dup it and change this:
sum(if[holdem_hand_player_statistics.id_hand > 0, 1, 0])
for ???
i'm lost with this change
thank you
Skull_AK
 
Posts: 32
Joined: Fri Apr 30, 2010 8:24 am

Re: Full Ring VPIP HJ, CO...

Postby WhiteRider » Sat Jun 05, 2010 5:32 pm

Change cnt_hands in exactly the same way:

cnt_hands_bu =

sum(if[holdem_hand_player_statistics.id_hand > 0 AND holdem_hand_player_statistics.position = 0, 1, 0])

This is a bit of a strange one, but basically it's counting all hands where the hand ID is greater than zero, which is all hands. If we add a check for position = 0 then it will find all hands for position zero.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Full Ring VPIP HJ, CO...

Postby Skull_AK » Sat Jun 05, 2010 5:44 pm

yes i see it now
i have thought and reading post for a long time to know how do it
thanks for all whiterider
Skull_AK
 
Posts: 32
Joined: Fri Apr 30, 2010 8:24 am

Previous

Return to General [Read Only]

Who is online

Users browsing this forum: No registered users and 11 guests

cron
highfalutin