Search found 928 matches

Return to advanced search

Cannot color code stats

I'd like to color code a stat based on number of hands or other parameters Value expression 1 Format type format( '{1}/{2}/{3}/{4}' ,format_number( (this / (cnt_hands - cnt_walks)) * 100 , 0 , 0 , false ) ,format_number( (cnt_pfr / cnt_pfr_opp) * 100 , 0 , 0 , false ),format_number( (cnt_p_3bet_def_...
by 4StarGen
Sat Dec 16, 2023 9:52 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Cannot color code stats
Replies: 1
Views: 350

Trial

I've already requested a trial (which I've never used) years ago, now I've started to play HU on apps and I'd like to have another trial, even 3 days would be enough, may I have it plz ?
by 4StarGen
Sat Sep 10, 2022 5:20 am
 
Forum: ProPokerHUDs
Topic: Trial
Replies: 0
Views: 7143

Willing to pay for custom stats - PM plz

The tile said it all, DM plz
by 4StarGen
Sat Aug 27, 2022 2:55 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Willing to pay for custom stats - PM plz
Replies: 1
Views: 449

Find how many players were dealt cards in the last 2 hands

I'd like to find the players deal in the hand in the last hand and the previous one.

This expression work but I don't know how I can find the exact hand I'm looking for
Code: Select all
CASE WHEN cash_hand_summary.cnt_players = 2 THEN 2 ELSE 0 END


I need 2 sepated stats
by 4StarGen
Fri Aug 12, 2022 2:21 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Find how many players were dealt cards in the last 2 hands
Replies: 1
Views: 466

Re: Error with val_p_3bet_size

My goal is to build a series of 10 stats that show the 3bet size amount, the last 10 times he did. Ideally I'd like to show not actual size but (3bet size / original size - bb or sb amount) . By subtracting any BB or SB amount I will get the exact multiplier that I want to have. I don't know what y...
by 4StarGen
Mon Jul 25, 2022 2:39 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Error with val_p_3bet_size
Replies: 7
Views: 1413

Re: Error with val_p_3bet_size

cut Hey man, really sorry for the quick and aproximative reply above, I was on phone and I haven't done a great job, my apologies My goal is to build a series of 10 stats that show the 3bet size amount, the last 10 times he did. Ideally I'd like to show not actual size but (3bet size / original siz...
by 4StarGen
Mon Jul 25, 2022 4:12 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Error with val_p_3bet_size
Replies: 7
Views: 1413

Re: Error with val_p_3bet_size

Column CASE WHEN cash_hand_player_statistics.flg_p_3bet THEN (cash_hand_player_statistics.amt_p_raise_made / cash_hand_player_statistics.amt_p_raise_facing)::text ELSE '0' END Regarding the hand I've posted, I've tested the val_p_3bet_size in a hand report and it shows a wrong number.
by 4StarGen
Fri Jul 22, 2022 5:19 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Error with val_p_3bet_size
Replies: 7
Views: 1413

Error with val_p_3bet_size

I just wanted to make a stat that list last 3bet sizes, I tried to use the val_p_3bet_size as reference but when I did a double-checked I've noticed a strange behaviour... see the hand below. It seems not only 3bet are counted. https://i.imgur.com/shY8AKG.png https://i.imgur.com/PXBlfnm.png How can ...
by 4StarGen
Tue Jul 19, 2022 9:29 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Error with val_p_3bet_size
Replies: 7
Views: 1413

Help with multiple Hero's on Ignition

Hi, different player sent me their Ignition hands and I want to differentiate them all. Unfortunately I cannot bulk search and replace HHs since PT cannot parse them correctly, so I've tried to use pgadmin for this, but for some reason I wasn't able to do it. What I've done was: - import Player A HH...
by 4StarGen
Mon Apr 04, 2022 9:09 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Help with multiple Hero's on Ignition
Replies: 1
Views: 245
Next

Return to advanced search

cron
highfalutin