Search found 58 matches

Return to advanced search

Winamax Exrpesso multiplier

Hello, I am running the latest version of the PokerTracker and when Winamax Expresso tournaments are imported, only multipliers of tournaments that I win are registered properly, not those that I don't win. https://i.postimg.cc/Bn4J9jPz/image-2022-10-29-162649886.png It doesn't work either when I re...
by BannedOak
Sat Oct 29, 2022 10:28 am
 
Forum: PokerTracker 4
Topic: Winamax Exrpesso multiplier
Replies: 1
Views: 146

Spins prize pool wrong

Hello,

sometimes prize pools of $5 normal Spin&Go's at PokerStars are detected as $13.80.
It happened in 410 occasions out of 730 torurnaments played.

Any idea why?

Regards,
Dean
by BannedOak
Wed Aug 17, 2022 3:03 pm
 
Forum: PokerTracker 4
Topic: Spins prize pool wrong
Replies: 1
Views: 155

BXB

Hello, I am trying to create the BXB opportunities column, but it doesn't work correctly. My code is as follows: sum(if[ tourney_hand_player_statistics.flg_f_cbet_opp AND NOT tourney_hand_player_statistics.flg_t_cbet_opp AND tourney_hand_player_statistics.flg_r_open_opp , 1, 0]) What is wrong?
by BannedOak
Wed Jan 05, 2022 8:11 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: BXB
Replies: 1
Views: 1806

Pokerstars forbidden HUD stats

Hello, which kind of stats shown on the HUD are forbidden on the PokerStars?
by BannedOak
Wed Dec 29, 2021 5:07 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Pokerstars forbidden HUD stats
Replies: 1
Views: 350

Use of LIKE, SIMILAR TO

Hello,can someone direct me where I can learn how to use LIKE 'nn%', SIMILAR TO 'nn%' ?
by BannedOak
Fri Dec 24, 2021 3:38 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Use of LIKE, SIMILAR TO
Replies: 1
Views: 264

Re: ProPokerStats.com - THE Custom Stat Store (Support Threa

what happened with this service? the website is dead?
by BannedOak
Wed Dec 22, 2021 4:13 pm
 
Forum: ProPokerHUDs
Topic: ProPokerStats.com - THE Custom Stat Store (Support Thread)
Replies: 8
Views: 18113

Re: Count raises on flop

I am using it as a part of the formula to calculate AFq at the Flop. When I observe calculation, it takes into account Calls, but doesn't count CheckCalls. Are you going to provide details about this "formula" you are using and the "calculation" you are observing? The expression...
by BannedOak
Wed Dec 22, 2021 3:50 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Count raises on flop
Replies: 7
Views: 743

Re: Count raises on flop

but when I test it, it detects Calls, but doesn't detect CheckCalls at the flop. Can you tell why? How are you testing it? That expression does count flop check-calls: xc.PNG Make sure you don't have any other conflicting filters in use. I am using it as a part of the formula to calculate AFq at th...
by BannedOak
Tue Dec 21, 2021 4:12 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Count raises on flop
Replies: 7
Views: 743

Re: Count raises on flop

Thank you,

your code works fine, and I created a similar code for counting calls
Code: Select all
sum(if[tourney_hand_summary.cnt_players = 2
 AND (lookup_actions_f.action SIMILAR TO '(C|XC)%'), 1, 0])

but when I test it, it detects Calls, but doesn't detect CheckCalls at the flop.
Can you tell why?
by BannedOak
Mon Dec 20, 2021 4:04 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Count raises on flop
Replies: 7
Views: 743

Count raises on flop

Hello, with this column sum(if[tourney_hand_summary.cnt_players = 2 AND tourney_hand_player_statistics.flg_f_bet, 1, 0]) I get number of bets the player made on flop in heads up. I cannot create the simmilar column for getting number of raises the player made on flop in heads up because Database fie...
by BannedOak
Mon Dec 20, 2021 2:21 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Count raises on flop
Replies: 7
Views: 743
Next

Return to advanced search

cron
highfalutin