Page 1 of 2

PT3->PT4

PostPosted: Wed Oct 02, 2013 5:36 pm
by zerotim
Hi,

finally I’m trying PT4. Now I’ve imported my stats from PT3 and unfortunately a lot of them doesn’t work.

Here is one example:
Stats:
PFR=
(cnt_PFR_sb_eff20 / cnt_hands_sb_eff20) * 100

Columns:
cnt_PFR_sb_eff20=
sum(if[tourney_hand_player_statistics.flg_blind_s and tourney_hand_summary.amt_p_effective_stack/tourney_blinds.amt_bb>=20 and tourney_hand_player_statistics.cnt_p_raise > 0, 1, 0])

cnt_hands_sb_eff20=
sum(if[tourney_hand_player_statistics.flg_blind_s and tourney_hand_summary.amt_p_effective_stack/tourney_blinds.amt_bb>=20, 1, 0])

In PT3 it works fine, in PT4 it isn’t valid. Would be great if you find the mistake.

Re: PT3->PT4

PostPosted: Thu Oct 03, 2013 3:19 am
by WhiteRider
PT4 stores effective stack sizes for each player based on their effective stack at their first action in the hand, so you need to replace "tourney_hand_summary.amt_p_effective_stack" with "tourney_hand_player_statistics.amt_p_effective_stack".

Re: PT3->PT4

PostPosted: Thu Oct 03, 2013 10:22 am
by zerotim
thanks. Now I have a crazy problem. I changed it as you said but in my Hud (which I've imported from PT3) I still see -() for this stat. If I put the stat in the default Hud it works fine.
Any idea, what I can do. I would like to avoid building a new Hud.

Another question, in PT3 I like to check my hands under Texas Holdem / Tournaments / Hands, where I can see all my starting hands. Is this also inlcuded in PT4?

Re: PT3->PT4

PostPosted: Thu Oct 03, 2013 10:50 am
by kraada
Try removing the stat, saving the HUD, closing the HUD editor, then opening it back up and adding it again and let me know if that helps.

To see your hands grouped by starting hand, use Statistics -> Summary -> Group By Starting Hand (Holdem).

Re: PT3->PT4

PostPosted: Thu Oct 03, 2013 11:03 am
by zerotim
kraada wrote:Try removing the stat, saving the HUD, closing the HUD editor, then opening it back up and adding it again and let me know if that helps.

To see your hands grouped by starting hand, use Statistics -> Summary -> Group By Starting Hand (Holdem).


Unfortunately it doesn't help.

Thanks, I found the hands:-)

Re: PT3->PT4

PostPosted: Thu Oct 03, 2013 11:31 am
by kraada
One more test: try removing the stat, closing PT4, reloading PT4, then re-adding the stat. I suspect the old version is being stuck somewhere and not getting properly cleared.

Re: PT3->PT4

PostPosted: Fri Oct 04, 2013 6:25 am
by zerotim
solved :D

I still had some invalid stats in my Hud, which caused the problems. After I've changed all stats my Hud seems fine.

Re: PT3->PT4

PostPosted: Fri Oct 04, 2013 9:44 am
by zerotim
One new Problem, I miss the filter option "facing opponents action", for example "facing 3bet preflop". Did you remove it?

Re: PT3->PT4

PostPosted: Fri Oct 04, 2013 9:58 am
by kraada
It's still there just in Actions & Opportunities -> Preflop -> Preflop Opportunities.

Re: PT3->PT4

PostPosted: Fri Oct 04, 2013 12:33 pm
by zerotim
kraada wrote:It's still there just in Actions & Opportunities -> Preflop -> Preflop Opportunities.


I was a bit confused, because there I can only choose "Reraise Opportunity 4Bet (Facing 3Bet)" and I'd expected that this really means 4bet opportunity. But there are also all in 3bets included, which is fine for me.