Search found 14505 matches

Return to advanced search

Re: All-in Equity Adj BB/100

I think it would be a preferable measure if it included your win rate for all hands, all in and non all in, with the caveat that for the all-in hands it uses the EV at the time all the money that went in. This might be how the statistic works which was my original assumption. The 'All-In Equity Adj...
by Flag_Hippo
Mon Jul 24, 2017 6:21 pm
 
Forum: PokerTracker 4
Topic: All-in Equity Adj BB/100
Replies: 2
Views: 1921

Re: fold to steal based on raise sizing

tourney_hand_player_statistics.amt_p_2bet_facing is the size of the 2bet faced by the player and this is not the same as the size of the 2bet that was made for players who have posted blinds. For example the small blind has already invested 0.5BB so when they are facing a minraise steal the tourney...
by Flag_Hippo
Mon Jul 24, 2017 11:49 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: fold to steal based on raise sizing
Replies: 7
Views: 1529

Re: Cache rebuiding not completing

Can you please enable logging, reproduce the cache rebuild issue and then send your log file to us in a Support Ticket so we can see what's going on.
by Flag_Hippo
Mon Jul 24, 2017 11:46 am
 
Forum: PokerTracker 4
Topic: Cache rebuiding not completing
Replies: 1
Views: 280

Re: Save and Delete Pokertracker History

I am not sure exactly what you are trying to achieve but if you are referring to the original hand history files they are moved to your processed folder and you can manually copy/delete those files as you see fit. For your existing database(s) you can backup your database(s) at anytime and/or export...
by Flag_Hippo
Mon Jul 24, 2017 11:41 am
 
Forum: PT4 for macOS
Topic: Save and Delete Pokertracker History
Replies: 12
Views: 2491

Re: fold to steal based on raise sizing

Apologies I got that the wrong way around as what you need is the size of the raise faced by the player and for the blinds you will need to account for what they have already posted like this: cnt_steal_def_action_fold_minraise sum(if[tourney_hand_player_statistics.flg_blind_def_opp AND (tourney_han...
by Flag_Hippo
Mon Jul 24, 2017 8:58 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: fold to steal based on raise sizing
Replies: 7
Views: 1529

Re: Custom Stat "BB raises vs SB limp"

You can import that stat, select it in 'Configure -> Statistics' and then convert it to a tournament stat via the 'Options' button on the 'Details' tab.
by Flag_Hippo
Mon Jul 24, 2017 6:52 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Custom Stat "BB raises vs SB limp"
Replies: 9
Views: 2218

Re: about stat based on nb players

You haven't specified anything for either profile as they are both set to 'ANY' for site/game/limit/seats. You should also note that the number of seats specified for a HUD profile is based on the number of seats at the table and not the number of players dealt in so if you want your HUD profile to ...
by Flag_Hippo
Mon Jul 24, 2017 6:50 am
 
Forum: PokerTracker 4
Topic: about stat based on nb players
Replies: 3
Views: 500

Re: Bug in "Statistics" tab - duplication of positions

Please update to PokerTracker v4.14.26 and then right click that report, select "Configure Report". In the window that appears, click "Restore to Default" and click "OK" and see if that resolves the trouble.
by Flag_Hippo
Mon Jul 24, 2017 6:48 am
 
Forum: PokerTracker 4
Topic: Bug in "Statistics" tab - duplication of positions
Replies: 2
Views: 230

Re: Custom Stat "BB raises vs SB limp"

If you are doing that via the community tab in PokerTracker 4 you will need to download the stat from the Download Warehouse using a web browser.
by Flag_Hippo
Sun Jul 23, 2017 7:18 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Custom Stat "BB raises vs SB limp"
Replies: 9
Views: 2218

Re: fold to steal based on raise sizing

amt_p_raise_made is the amount of the first raise by a player pre-flop so you can specify the raise size in BB using:

Code: Select all
(tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb)

or for cash games:

Code: Select all
(cash_hand_player_statistics.amt_p_raise_made / cash_limit.amt_bb)
by Flag_Hippo
Sun Jul 23, 2017 7:17 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: fold to steal based on raise sizing
Replies: 7
Views: 1529
PreviousNext

Return to advanced search

cron