Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by DOMIATED89 » Mon Jul 22, 2024 6:14 am
No. I just want, ALL of my played all-in hands (regardless of my opponent's stack size and action) grouped in a custom report.
I suppose the majority of this can be grouped by saying:
"saw SD and not check+bet+raise+call river" <Then it's just some river hand that escape.
The thing I don't understand is even if my opponent calls off a smaller stack vs a turn bet/raise. Even if PT4 isn't classing this as an all-in, there should still be a valid equity calculation as both hands are turned over...
-
DOMIATED89
-
- Posts: 36
- Joined: Sat Jun 29, 2024 3:52 am
by DOMIATED89 » Mon Jul 22, 2024 6:16 am
Any time an all-in occurs, an equity calculation is available... even if not a standard all-in situation.
-
DOMIATED89
-
- Posts: 36
- Joined: Sat Jun 29, 2024 3:52 am
by Flag_Hippo » Tue Jul 23, 2024 7:06 am
DOMIATED89 wrote:No. I just want, ALL of my played all-in hands (regardless of my opponent's stack size and action) grouped in a custom report.
I've taken another look and this should do it:
- Code: Select all
cash_hand_player_statistics.flg_showdown and (lookup_actions_r.action = '' or (cash_hand_player_statistics.amt_bet_r > 0 and cash_hand_player_statistics.amt_bet_r >= cash_hand_player_statistics.amt_r_effective_stack))
-
Flag_Hippo
- Moderator
-
- Posts: 15169
- Joined: Tue Jan 31, 2012 7:50 am
by DOMIATED89 » Thu Jul 25, 2024 1:57 pm
Flag_Hippo wrote:DOMIATED89 wrote:No. I just want, ALL of my played all-in hands (regardless of my opponent's stack size and action) grouped in a custom report.
I've taken another look and this should do it:
- Code: Select all
cash_hand_player_statistics.flg_showdown and (lookup_actions_r.action = '' or (cash_hand_player_statistics.amt_bet_r > 0 and cash_hand_player_statistics.amt_bet_r >= cash_hand_player_statistics.amt_r_effective_stack))
This worked. Thank you!
-
DOMIATED89
-
- Posts: 36
- Joined: Sat Jun 29, 2024 3:52 am
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: Google [Bot], wallacedavidl and 21 guests