Page 1 of 3
Flip report
Posted:
Sun Aug 11, 2013 8:00 pm
by Bujanx2
I am struggling to make this happen...
I just want to create a report that shows me what the % of hands is I have won/lost when in a coinflip/ race situation heads-up preflop.
Feels like this should be something that is built into the software no ?
I am using mac version of pokertracker 4 if that is applicable
Cheers,
Bujanx
Re: Flip report
Posted:
Mon Aug 12, 2013 9:24 am
by kraada
Create a Player report and add the % Won stat to it. Click the blue Filters link and add the filter:
cash_hand_player_statistics.val_equity between 45 and 55 and cash_hand_player_statistics.enum_allin = 'P'
and you'll see what you want.
Re: Flip report
Posted:
Mon Dec 09, 2013 6:24 pm
by ActionOnMe29
Hi kraada,
Sorry for revive this old post but Im actually trying to see the same although the filter isnt working.
I created a Player report. Report stats are: Player and % Win.
I added "cash_hand_player_statistics.val_equity between 45 and 55 and cash_hand_player_statistics.enum_allin = 'P'" inside the "Add New Expression Filter" after clicking on the blue Filter link although it shows an empty page. If I remove this filter the report shows player name and a % on the screen.
Thank you.
Re: Flip report
Posted:
Tue Dec 10, 2013 9:14 am
by kraada
Try this and let me know if it works any better:
cash_hand_player_statistics.val_equity between 45 and 55 and cash_hand_player_statistics.enum_allin SIMILIAR TO '(P|p)'
Re: Flip report
Posted:
Tue Dec 10, 2013 3:08 pm
by ActionOnMe29
Hi kraada,
Tx for the quick reply, its for SNG and MTT. I dont play cash.
Do I still need to use apply this?
Re: Flip report
Posted:
Tue Dec 10, 2013 3:12 pm
by kraada
Oh, that would be why then. Replace "cash" with "tourney" and it'll work for you
Re: Flip report
Posted:
Tue Dec 10, 2013 4:09 pm
by ActionOnMe29
Hey,
Its still not working.
Im now using: "tourney_hand_player_statistics.val_equity between 45 and 55 and tourney_hand_player_statistics.enum_allin = 'P'"
Re: Flip report
Posted:
Tue Dec 10, 2013 6:15 pm
by kraada
You'd still want the other one:
tourney_hand_player_statistics.val_equity between 45 and 55 and tourney_hand_player_statistics.enum_allin SIMILIAR TO '(P|p)'
but you should definitely see something. Try adding the Hands stat to your report also. Does it return any hands at all?
Re: Flip report
Posted:
Tue Dec 10, 2013 10:45 pm
by ActionOnMe29
Hey kraada,
Im getting expression not valid when I try your last filter.
The Hands stat was already added automaticaly -I believe- after I hit the finish button on the player report.
Chips won, Hands and % Win seems showing a correct value.
Re: Flip report
Posted:
Wed Dec 11, 2013 3:55 am
by WhiteRider
Replace "SIMILIAR" with "SIMILAR", and 45 and 55 with 0.45 and 0.55.
tourney_hand_player_statistics.val_equity between 0.45 and 0.55 and tourney_hand_player_statistics.enum_allin SIMILAR TO '(P|p)'