Search found 13833 matches

Return to advanced search

Re: New to custom stats

If anyone can point me to kind of an in-depth tutorial on making stats in general I would appreciate it. I learn much better from videos than I do reading, so ideally I am looking for a video on it. I'm not aware of any videos so I can only refer you to this guide for the basics on custom statistic...
by Flag_Hippo
Tue Sep 26, 2023 12:02 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: New to custom stats
Replies: 1
Views: 55

Re: Player names

Unfortunately it's not possible to copy a players name from the HUD onto your clipboard.
by Flag_Hippo
Tue Sep 26, 2023 12:01 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Player names
Replies: 1
Views: 39

Re: Check Raise Flop MRP

preflop C This isn't specified so if the BB 3Bets vs the min raise and SB 4Bets then those hands would get counted too (provided the SB bets the flop). (tourney_hand_player_statistics.val_f_bet_facing_pct <=40) Flop bet sizing is not mentioned in your description so I am not sure if it should be th...
by Flag_Hippo
Tue Sep 26, 2023 5:26 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Check Raise Flop MRP
Replies: 1
Views: 50

Re: Fold to R Cbet 10+

DANNI BASTOS wrote:SB minraised preflop

There isn't anything in these expressions that's testing for this.
DANNI BASTOS wrote:(tourney_hand_player_statistics.val_f_bet_facing_pct <=40)

A specific flop bet sizing is not mentioned in your description so I am not sure if it should be there or not.
by Flag_Hippo
Tue Sep 26, 2023 5:25 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Fold to R Cbet 10+
Replies: 1
Views: 29

Re: Turn - Delayed cbet filter

You can use this expression filter in a custom report by clicking on the 'Filters' link and selecting 'Add New Expression Filters': char_length(cash_hand_summary.str_aggressors_p) >= 2 and char_length(cash_hand_summary.str_aggressors_t) >= 1 and lookup_actions_f.action = 'X' and cash_hand_player_sta...
by Flag_Hippo
Mon Sep 25, 2023 11:31 am
 
Forum: PokerTracker 4
Topic: Turn - Delayed cbet filter
Replies: 3
Views: 69

Re: Turn - Delayed cbet filter

Filter for: 1. Having a CBet opportunity on the flop. 2. Checking the flop and not taking a second flop action. 3. Betting the turn. (Specific Bet Opportunity Continuation Bet Opportunity) AND (First Flop Action Check) AND (NOT (Second Flop Action Any Action)) AND (Bet Turn Any Turn Bet) Guide: Filt...
by Flag_Hippo
Mon Sep 25, 2023 11:06 am
 
Forum: PokerTracker 4
Topic: Turn - Delayed cbet filter
Replies: 3
Views: 69

Re: Turn - 2nd highest card on the board

For that you would need a custom expression filter that compares the rank of the turn card to the 3 flop cards: ((cash_hand_summary.card_4 - 1) % 13 < (cash_hand_summary.card_1 - 1) % 13 and (cash_hand_summary.card_4 - 1) % 13 > (cash_hand_summary.card_2 - 1) % 13 and (cash_hand_summary.card_4 - 1) ...
by Flag_Hippo
Mon Sep 25, 2023 11:05 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Turn - 2nd highest card on the board
Replies: 2
Views: 54

Re: Bet turn as non aggressor after check check the flop

lookup_actions_p.action = 'CC' means that the players first preflop action was call and they took a second preflop action which was also a call (for example a player limps and then subsequently calls when facing a preflop raise).
by Flag_Hippo
Mon Sep 25, 2023 5:08 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Bet turn as non aggressor after check check the flop
Replies: 9
Views: 1792

Re: RFI Bet Size

That type of filtering will require an expression filter with a subquery but unfortunately I've been unable to come up with anything that works for this as it's beyond my SQL knowledge I'm afraid.
by Flag_Hippo
Mon Sep 25, 2023 5:06 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: RFI Bet Size
Replies: 7
Views: 361

Re: I'd like one of my hole cards to equal fourth pair.

Unfortunately I don't know if that's feasible although if a PostgreSQL expert sees this then they might be able to offer suggest something.
by Flag_Hippo
Mon Sep 25, 2023 5:05 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: I'd like one of my hole cards to equal fourth pair.
Replies: 1
Views: 66
Next

Return to advanced search

cron
highfalutin