is there an indicator that

Experiencing technical difficulties? Think you've found a problem with PokerTracker 3? Report it here.

Moderator: Moderators

is there an indicator that

Postby PeymanH » Mon Jan 10, 2011 10:40 pm

Hi,
Is there an indicator that keeps record of checking flop and raising Turn?
if not, what indicator is recommended to keep track of slow plays?
Thanks
PeymanH
 
Posts: 99
Joined: Mon Dec 06, 2010 1:52 am

Re: is there an indicator that

Postby WhiteRider » Tue Jan 11, 2011 4:16 am

There isn't a built-in stat for that, but it can be built as a custom stat.
You could use a pair of columns like this:

cnt_f_check_t_raise =
sum( if[holdem_hand_player_statistics.flg_f_check AND holdem_hand_player_statistics.cnt_t_raise > 0, 1, 0] )

cnt_f_check_t_raise_opp =
sum( if[holdem_hand_player_statistics.flg_f_check AND (holdem_hand_player_detail.amt_t_raise_facing + holdem_hand_player_detail.amt_t_bet_facing) > 0, 1, 0] )

For information on how to build a stat from expressions like these please see the Tutorial: Custom Reports and Statistics.
WhiteRider
Moderator
 
Posts: 54025
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: is there an indicator that

Postby PeymanH » Fri Mar 18, 2011 1:36 pm

I looked at the tutorial , it says to go to Holdem torunament Player Statistics section to built a column,
Where is that?
Do I get there from the menu on the top? or ....
PeymanH
 
Posts: 99
Joined: Mon Dec 06, 2010 1:52 am

Re: is there an indicator that

Postby kraada » Fri Mar 18, 2011 2:09 pm

Click Configure --> Configure Statistics from the menu bar. Holdem Tournament Player Statistics is then listed on the Sections tab in that window.
kraada
Moderator
 
Posts: 54430
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: is there an indicator that

Postby PeymanH » Fri Mar 18, 2011 9:07 pm

Okay so before I do this, let me list the steps I think I should take, and then you can correct me if it's wrong:


Once I get to configure statistics, I click and highlight Holdem Tourn. Player Stats,
then I click on Columns on top,
Then I click on New
then I name the indicator, and cut and paste the 1st expression from above, and apply,
same thing for the 2nd impression above,
then that should add the stat to my menu once I got back to my Configure Hud and so I can add it to my HUD, is that it?
PeymanH
 
Posts: 99
Joined: Mon Dec 06, 2010 1:52 am

Re: is there an indicator that

Postby WhiteRider » Sat Mar 19, 2011 5:15 am

PeymanH wrote:Okay so before I do this, let me list the steps I think I should take, and then you can correct me if it's wrong:


Once I get to configure statistics, I click and highlight Holdem Tourn. Player Stats,
then I click on Columns on top,
Then I click on New
then I name the indicator, and cut and paste the 1st expression from above, and apply,
same thing for the 2nd impression above,

Right so far.
You then need to go to the Statistics tab and add a new stat to use the expressions.
The Tutorial: Custom Reports and Statistics has a walkthrough of the whole process, with screenshots.

Then you can...
then that should add the stat to my menu once I got back to my Configure Hud and so I can add it to my HUD, is that it?
WhiteRider
Moderator
 
Posts: 54025
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: is there an indicator that

Postby PeymanH » Sat Mar 19, 2011 5:12 pm

Okay I tried it and when I went to apply it says : "You can only use cash database tables in cash section"
what's going on?
PeymanH
 
Posts: 99
Joined: Mon Dec 06, 2010 1:52 am

Re: is there an indicator that

Postby kraada » Sun Mar 20, 2011 9:55 am

WhiteRider wrote the statistics for cash games not tournaments, hence the error message.

These are the tournament equivalents:

cnt_f_check_t_raise =
sum( if[tourney_holdem_hand_player_statistics.flg_f_check AND tourney_holdem_hand_player_statistics.cnt_t_raise > 0, 1, 0] )

cnt_f_check_t_raise_opp =
sum( if[tourney_holdem_hand_player_statistics.flg_f_check AND (tourney_holdem_hand_player_detail.amt_t_raise_facing + tourney_holdem_hand_player_detail.amt_t_bet_facing) > 0, 1, 0] )
kraada
Moderator
 
Posts: 54430
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: is there an indicator that

Postby PeymanH » Mon Mar 21, 2011 1:45 am

I tried the 1st part, it says "the statement is not a valid SQL"!
PeymanH
 
Posts: 99
Joined: Mon Dec 06, 2010 1:52 am

Re: is there an indicator that

Postby kraada » Mon Mar 21, 2011 8:53 am

When I plug in: sum( if[tourney_holdem_hand_player_statistics.flg_f_check AND tourney_holdem_hand_player_statistics.cnt_t_raise > 0, 1, 0] ) with the name cnt_f_check_t_raise it validates properly for me. Are you in the Holdem Tournament Player Statistics section?
kraada
Moderator
 
Posts: 54430
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Next

Return to Technical Support / Bug Reports [Read Only]

Who is online

Users browsing this forum: No registered users and 13 guests