Search found 470 matches

Return to advanced search

Re: Villain range based on showdowns

This is what you want: (string_agg((case when tourney_hand_player_statistics.cnt_p_raise > 0 AND NOT tourney_hand_player_statistics.flg_p_limp AND tourney_hand_player_statistics.position=9 then lookup_hole_cards.hole_cards else NULL end), ', ')) If you use this column you don't need any formatting. ...
by sawwee
Tue Nov 18, 2014 7:42 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Villain range based on showdowns
Replies: 11
Views: 2589

Re: HUD reads only from the active database in some cases

What I want to do is practically the same but using different break down of stack sizes. If PT4 excluded only the live table columns instead of the hole stat then everything would be fine.
by sawwee
Fri Nov 14, 2014 10:18 am
 
Forum: PokerTracker 4
Topic: HUD reads only from the active database in some cases
Replies: 8
Views: 502

Re: HUD reads only from the active database in some cases

For exemple: There is a stat which gives information about the preflop 3bet frequency of the player and the stat filters the information by stack size. For example: if stack size is bigger than 15 BB then the stat will be calculated like (cnt_p_3bet_15_100_bb / cnt_p_3bet_opp_15_100_bb) * 100, and i...
by sawwee
Wed Nov 12, 2014 7:59 pm
 
Forum: PokerTracker 4
Topic: HUD reads only from the active database in some cases
Replies: 8
Views: 502

HUD reads only from the active database in some cases

If a stat reads from live database table then the HUD will read only from the active database regardless how many databases is chosen to read.

Ticket is opened: #159165
by sawwee
Wed Nov 12, 2014 11:14 am
 
Forum: PokerTracker 4
Topic: HUD reads only from the active database in some cases
Replies: 8
Views: 502

Re: Faulty join when querying live database table by HUD

The problem was described clearly, I think developers could create a test stat easily.
However I created a test HUD and opened a ticket: #159164
by sawwee
Wed Nov 12, 2014 11:09 am
 
Forum: PokerTracker 4
Topic: Faulty join when querying live database table by HUD
Replies: 3
Views: 285

Faulty join when querying live database table by HUD

If you have a stat in your HUD which needs information from live database tables then there will be a join in the WHERE clause of the query sent to postgres: WHERE (live_tourney_player.id_player = tourney_hand_player_statistics.id_player_real) Well, I believe this clause is incorrect because hands p...
by sawwee
Tue Nov 11, 2014 10:01 pm
 
Forum: PokerTracker 4
Topic: Faulty join when querying live database table by HUD
Replies: 3
Views: 285

Re: amt_expected_won_icm_pct

Done, Ticket #159099
by sawwee
Tue Nov 11, 2014 5:16 am
 
Forum: PokerTracker 4
Topic: amt_expected_won_icm_pct
Replies: 7
Views: 576

Re: amt_expected_won_icm_pct

I think you could find the same problem easily in your database, too (at least I've checked some other players' database who play some other game format and saw the same problem) but okay, I'll open a ticket soon.
by sawwee
Tue Nov 11, 2014 5:13 am
 
Forum: PokerTracker 4
Topic: amt_expected_won_icm_pct
Replies: 7
Views: 576

Re: amt_expected_won_icm_pct

I have checked dozens of hands and I don't see any reasons why the amt_expected_won_icm_pct is empty. Here is one example hand of the 94thousands: PokerStars Hand #101622891348: Tournament #762909800, $196.66+$3.34 USD Hold'em No Limit - Match Round I, Level II (15/30) - 2013/07/20 0:33:50 CET [2013...
by sawwee
Mon Nov 10, 2014 5:55 pm
 
Forum: PokerTracker 4
Topic: amt_expected_won_icm_pct
Replies: 7
Views: 576

Re: amt_expected_won_icm_pct

I might be wrong but for me it seems that most of the time this column isn't calculated even it should be. I created a query and run against my HU SNG database: select id_hand from tourney_hand_player_statistics where id_holecard > 0 and cnt_players = 2 and flg_showdown and NOT enum_allin = 'N' and ...
by sawwee
Mon Nov 10, 2014 5:19 pm
 
Forum: PokerTracker 4
Topic: amt_expected_won_icm_pct
Replies: 7
Views: 576
PreviousNext

Return to advanced search

cron
highfalutin