Page 1 of 1

my C all-in adj

PostPosted: Thu Sep 26, 2024 2:21 pm
by oldwolf84
hello

i would like to know if it's possible to import or create this two custom stats :
- my C all-in adj per hour
- my C all-in adj / 100

i didn't find them on the tracker neither on the forum but maybe i missed them

Re: my C all-in adj

PostPosted: Fri Sep 27, 2024 6:24 am
by Flag_Hippo
oldwolf84 wrote:- my C all-in adj per hour

That will need a custom statistic - see the other hourly statistics and you can use similar formulas but using amt_expected_won_curr_conv instead. The data used for hourly stats are stored by day, limit, month and session so what you would need depends on the type of report it's going to be used in. See this guide for the basics on custom statistics creation and this guide for a deeper walkthrough. While the latter was written for PokerTracker 3 and the user interface is different the techniques still apply to PokerTracker 4.
oldwolf84 wrote:- my C all-in adj / 100

Do you mean calculating for adjusted BB/100? There is a built-in statistic for that called 'All-In Equity Adjusted BB/100'.

Re: my C all-in adj

PostPosted: Fri Sep 27, 2024 1:56 pm
by oldwolf84
That will need a custom statistic - see the other hourly statistics and you can use similar formulas but using amt_expected_won_curr_conv instead. The data used for hourly stats are stored by day, limit, month and session so what you would need depends on the type of report it's going to be used in. See this guide for the basics on custom statistics creation and this guide for a deeper walkthrough. While the latter was written for PokerTracker 3 and the user interface is different the techniques still apply to PokerTracker 4.

ok great, thank you

Do you mean calculating for adjusted BB/100? There is a built-in statistic for that called 'All-In Equity Adjusted BB/100'.

no i mean my expected won in $ for 100hands
the same as my C all-in adj per hour but per 100 hands instead of per hour
i'm sorry for my bad english

Re: my C all-in adj

PostPosted: Sat Sep 28, 2024 7:23 am
by Ventilatorrr
oldwolf84 wrote:no i mean my expected won in $ for 100hands

I think this is the expression you are looking for:
Code: Select all
amt_expected_won_curr_conv / (cnt_hands / 100)

Re: my C all-in adj

PostPosted: Sat Sep 28, 2024 12:19 pm
by oldwolf84
yes this the one ! thank you very much

Re: my C all-in adj

PostPosted: Tue Nov 19, 2024 8:51 am
by Matt21
Ventilatorrr wrote:
oldwolf84 wrote:no i mean my expected won in $ for 100hands

I think this is the expression you are looking for:
Code: Select all
amt_expected_won_curr_conv / (cnt_hands / 100)


Thanks, I created this custom stat. It will be possibile to create same stat for current/running table only?

Re: my C all-in adj

PostPosted: Tue Nov 19, 2024 2:56 pm
by Flag_Hippo
That's not possible although you can enable session statistics in the HUD via the PT-icon or double clicking on the HUD.