show times/opportunites of HUD

Forum for users that want to write their own custom queries against the PT database either via the Structured Query Language (SQL) or using the PT3 custom stats/reports interface.

Moderator: Moderators

show times/opportunites of HUD

Postby PokerFedor82 » Mon Apr 01, 2013 4:16 am

I am trying to customize hud and there is something wrong with it.
All the "show times/opportunites" are set "True" in HUD, but only part of them works.

here is the pic of my hud
Image

thanks for your help
PokerFedor82
 
Posts: 20
Joined: Sun May 20, 2012 11:43 pm

Re: show times/opportunites of HUD

Postby kraada » Mon Apr 01, 2013 7:44 am

Are those custom stats? If so, can you tell me what you're using as your Value Expression? It's likely that it needs to be tweaked to work properly with "Show Times/Opportunities".
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: show times/opportunites of HUD

Postby PokerFedor82 » Mon Apr 01, 2013 8:26 am

Image

here are the Expression of calling PFR(2B/non steal) from bb and btn

cnt_p_pfr2b_def_call_bb
sum(if[holdem_hand_player_statistics.flg_p_3bet_opp AND lookup_actions_p.action LIKE 'C' AND holdem_hand_player_statistics.position = 8, 1, 0])

cnt_p_pfr2b_def_bb_opp
sum(if[holdem_hand_player_statistics.flg_p_3bet_opp AND holdem_hand_player_statistics.position = 8, 1, 0])

Call Preflop Raise(2B) from BB
(cnt_p_pfr2b_def_call_bb -cnt_bb_steal_call ) / (cnt_p_pfr2b_def_bb_opp - cnt_steal_def_opp_bb) * 100


cnt_p_pfr2b_def_call_btn
sum(if[holdem_hand_player_statistics.flg_p_face_raise AND NOT(holdem_hand_player_statistics.flg_p_limp) AND lookup_actions_p.action LIKE 'C%' AND
holdem_hand_player_statistics.position = 0, 1, 0])

cnt_p_pfr2b_def_btn_opp
sum(if[holdem_hand_player_statistics.flg_p_3bet_opp AND NOT(holdem_hand_player_statistics.flg_p_limp) AND
holdem_hand_player_statistics.position = 0, 1, 0])

Call Preflop Raise(2B) from Btn
(cnt_p_pfr2b_def_call_btn) / (cnt_p_pfr2b_def_btn_opp) * 100
PokerFedor82
 
Posts: 20
Joined: Sun May 20, 2012 11:43 pm

Re: show times/opportunites of HUD

Postby kraada » Mon Apr 01, 2013 11:59 am

PokerFedor82 wrote:Call Preflop Raise(2B) from Btn
(cnt_p_pfr2b_def_call_btn) / (cnt_p_pfr2b_def_btn_opp) * 100


This is your problem. It needs to read like so for times/opportunities to work properly:

Call Preflop Raise(2B) from Btn
(cnt_p_pfr2b_def_call_btn / cnt_p_pfr2b_def_btn_opp) * 100
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: show times/opportunites of HUD

Postby PokerFedor82 » Mon Apr 01, 2013 6:54 pm

kraada wrote:
PokerFedor82 wrote:Call Preflop Raise(2B) from Btn
(cnt_p_pfr2b_def_call_btn) / (cnt_p_pfr2b_def_btn_opp) * 100


This is your problem. It needs to read like so for times/opportunities to work properly:

Call Preflop Raise(2B) from Btn
(cnt_p_pfr2b_def_call_btn / cnt_p_pfr2b_def_btn_opp) * 100


problem solved, ty
PokerFedor82
 
Posts: 20
Joined: Sun May 20, 2012 11:43 pm


Return to Custom Stats, Reports, and SQL [Read Only]

Who is online

Users browsing this forum: No registered users and 3 guests

cron
highfalutin