wich stat

General discussion of PokerTracker 3.

Moderator: Moderators

wich stat

Postby skolnieks » Fri Aug 26, 2011 3:16 pm

wich stat shows bet% limped pots?
skolnieks
 
Posts: 69
Joined: Wed Aug 10, 2011 5:42 pm

Re: wich stat

Postby kraada » Fri Aug 26, 2011 3:32 pm

That stat doesn't exist by default but you could build it using these column definitions:

cnt_f_bet_limp_pot: sum(if[holdem_hand_player_statistics.flg_f_bet and NOT(holdem_hand_player_statistics.flg_p_face_raise) and holdem_hand_player_statistics.cnt_p_raise = 0, 1, 0])

and

cnt_f_open_opp_limp_pot: sum(if[holdem_hand_player_detail.flg_f_open_opp and not(holdem_hand_player_statistics.flg_p_face_raise) and holdem_hand_player_statistics.cnt_p_raise = 0, 1, 0])

Put the former over the latter and multiply by 100 to get the stat.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: wich stat

Postby skolnieks » Sat Aug 27, 2011 5:52 am

kraada wrote:That stat doesn't exist by default but you could build it using these column definitions:

cnt_f_bet_limp_pot: sum(if[holdem_hand_player_statistics.flg_f_bet and NOT(holdem_hand_player_statistics.flg_p_face_raise) and holdem_hand_player_statistics.cnt_p_raise = 0, 1, 0])

and

cnt_f_open_opp_limp_pot: sum(if[holdem_hand_player_detail.flg_f_open_opp and not(holdem_hand_player_statistics.flg_p_face_raise) and holdem_hand_player_statistics.cnt_p_raise = 0, 1, 0])

Put the former over the latter and multiply by 100 to get the stat.


like so :

(cnt_f_open_opp_limp_pot*100) / cnt_f_bet_limp_pot
skolnieks
 
Posts: 69
Joined: Wed Aug 10, 2011 5:42 pm

Re: wich stat

Postby skolnieks » Sat Aug 27, 2011 6:21 am

kraada wrote:That stat doesn't exist by default but you could build it using these column definitions:

cnt_f_bet_limp_pot: sum(if[holdem_hand_player_statistics.flg_f_bet and NOT(holdem_hand_player_statistics.flg_p_face_raise) and holdem_hand_player_statistics.cnt_p_raise = 0, 1, 0])

and

cnt_f_open_opp_limp_pot: sum(if[holdem_hand_player_detail.flg_f_open_opp and not(holdem_hand_player_statistics.flg_p_face_raise) and holdem_hand_player_statistics.cnt_p_raise = 0, 1, 0])

Put the former over the latter and multiply by 100 to get the stat.


that stat dont shows total opportunities when i move a coursor on the stat... is it becouse of what???
when i made i used format /%.2f is it correct???
skolnieks
 
Posts: 69
Joined: Wed Aug 10, 2011 5:42 pm

Re: wich stat

Postby WhiteRider » Sat Aug 27, 2011 6:56 am

Your expression is mathematically correct, but for the HUD to show times/opportunities the Value Expression needs to be written like this:

(cnt_f_open_opp_limp_pot / cnt_f_bet_limp_pot) * 100
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: wich stat

Postby skolnieks » Sat Aug 27, 2011 11:09 am

WhiteRider wrote:Your expression is mathematically correct, but for the HUD to show times/opportunities the Value Expression needs to be written like this:

(cnt_f_open_opp_limp_pot / cnt_f_bet_limp_pot) * 100


something is wrong... value of that stat is 100% for all players... no matter how many opportunities they have...
skolnieks
 
Posts: 69
Joined: Wed Aug 10, 2011 5:42 pm

Re: wich stat

Postby WhiteRider » Sat Aug 27, 2011 11:19 am

The expressions look OK to me - are you sure you have the two separate expressions in the right columns?
If you export your stat, compress the .pt3stat file and attach it to a Support ticket I'll check it out for you if you can't see what is wrong with it.
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: wich stat

Postby skolnieks » Mon Aug 29, 2011 5:24 am

WhiteRider wrote:The expressions look OK to me - are you sure you have the two separate expressions in the right columns?
If you export your stat, compress the .pt3stat file and attach it to a Support ticket I'll check it out for you if you can't see what is wrong with it.


i send that that to support... item id 112296... can u check that?
skolnieks
 
Posts: 69
Joined: Wed Aug 10, 2011 5:42 pm

Re: wich stat

Postby kraada » Mon Aug 29, 2011 10:02 am

We'll take a look and get back to you in your ticket.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY


Return to General [Read Only]

Who is online

Users browsing this forum: No registered users and 37 guests

cron
highfalutin