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
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
oldwolf84 wrote:- my C all-in adj per hour
oldwolf84 wrote:- my C all-in adj / 100
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.
Do you mean calculating for adjusted BB/100? There is a built-in statistic for that called 'All-In Equity Adjusted BB/100'.
oldwolf84 wrote:no i mean my expected won in $ for 100hands
amt_expected_won_curr_conv / (cnt_hands / 100)
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)
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 10 guests