Ev adjusted results against specific villain

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Re: Ev adjusted results against specific villain

Postby Flag_Hippo » Thu Dec 12, 2024 1:58 pm

Maria88 wrote:Yeah it worked this tine, but the all in equity adjusted column doesn't appear

If you are referring to the statistics in the top half of the report then please note that this particular report requires additional filtering behind the scenes to function properly and as a result regular statistics cannot be added to it.
Maria88 wrote:The total all in adjusted value doesn't appear realistic... Like 200k cev in my favour, it is certainly less

The 'Hero vs Villain' report shows all hands where chips were exchanged between you and a specific villain but that doesn't mean you ended up going all-in against that player if you are playing multiway. Another option to review that data is to use a custom report:

Guide: Creating My Reports

Use the following expression filter in a 'Player' report to see data from hands where the named villain was all-in. Add a simple filter for you seeing the showdown as well along with any other statistics you want to see into the report:

Code: Select all
( 0 < (SELECT count(hhps2.id_hand) FROM cash_hand_player_statistics hhps2 WHERE hhps2.id_hand = cash_hand_player_statistics.id_hand AND hhps2.id_player = (SELECT p.id_player FROM player p WHERE player_name='Villain') AND (hhps2.val_equity > 0) ) )

You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters'. You will need to replace "cash" with "tourney" if you are in a tournament report.
Flag_Hippo
Moderator
 
Posts: 15295
Joined: Tue Jan 31, 2012 7:50 am

Re: Ev adjusted results against specific villain

Postby Maria88 » Fri Dec 13, 2024 10:44 am

Flag_Hippo wrote:
Maria88 wrote:Yeah it worked this tine, but the all in equity adjusted column doesn't appear

If you are referring to the statistics in the top half of the report then please note that this particular report requires additional filtering behind the scenes to function properly and as a result regular statistics cannot be added to it.
Maria88 wrote:The total all in adjusted value doesn't appear realistic... Like 200k cev in my favour, it is certainly less

The 'Hero vs Villain' report shows all hands where chips were exchanged between you and a specific villain but that doesn't mean you ended up going all-in against that player if you are playing multiway. Another option to review that data is to use a custom report:

Guide: Creating My Reports

Use the following expression filter in a 'Player' report to see data from hands where the named villain was all-in. Add a simple filter for you seeing the showdown as well along with any other statistics you want to see into the report:

Code: Select all
( 0 < (SELECT count(hhps2.id_hand) FROM cash_hand_player_statistics hhps2 WHERE hhps2.id_hand = cash_hand_player_statistics.id_hand AND hhps2.id_player = (SELECT p.id_player FROM player p WHERE player_name='Villain') AND (hhps2.val_equity > 0) ) )

You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters'. You will need to replace "cash" with "tourney" if you are in a tournament report.



Thank you a lot. I inserted the new filter but then it asks me "what to insert?". What shall i insert?
Maria88
 
Posts: 9
Joined: Fri Dec 06, 2024 10:55 pm

Re: Ev adjusted results against specific villain

Postby Maria88 » Fri Dec 13, 2024 11:17 am

Alright i managed to insert the expression, but nothing hapoens and the player report disappears altogether
Maria88
 
Posts: 9
Joined: Fri Dec 06, 2024 10:55 pm

Re: Ev adjusted results against specific villain

Postby Flag_Hippo » Fri Dec 13, 2024 12:48 pm

Maria88 wrote:Alright i managed to insert the expression, but nothing hapoens and the player report disappears altogether

Did you substitute 'Villain' in the expression with the correct player name? The name is case sensitive so must match exactly. If you are in a tournament report did you make the necessary changes to the expression? If you did then please paste the expression you are using into your next reply and attach a screenshot of your entire PokerTracker 4 report window.
Flag_Hippo
Moderator
 
Posts: 15295
Joined: Tue Jan 31, 2012 7:50 am

Re: Ev adjusted results against specific villain

Postby Maria88 » Fri Dec 13, 2024 9:03 pm

No, i didn't.... I got the results, but the number of hands of the report is considerably lower than the reality....
Maria88
 
Posts: 9
Joined: Fri Dec 06, 2024 10:55 pm

Re: Ev adjusted results against specific villain

Postby Flag_Hippo » Sat Dec 14, 2024 6:24 am

What exactly are you expecting to see and how have you verified the number of hands is "considerably lower than the reality"? If you are expecting to see all of your hands then you are not going to see that. The expression is a filter which is only going to return the hands where the named villain was all-in.
Flag_Hippo
Moderator
 
Posts: 15295
Joined: Tue Jan 31, 2012 7:50 am

Previous

Return to PokerTracker 4

Who is online

Users browsing this forum: No registered users and 78 guests

cron
highfalutin