Open shove from EPandMP 6-12bb

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Re: Open shove from EPandMP 6-12bb

Postby kraada » Thu May 09, 2013 10:27 am

If you remove the stack size requirement do you still see 0?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Open shove from EPandMP 6-12bb

Postby rhalala » Thu May 09, 2013 10:56 am

kraada wrote:If you remove the stack size requirement do you still see 0?

i dont understand, i have now 100 evrywhere,,


(cnt_p_open_shove_epmp613 / cnt_p_open_shove_opp_ep613) * 100


cnt_p_open_shove_epmp613
sum(if[tourney_hand_player_statistics.flg_p_first_raise and tourney_hand_player_statistics.flg_p_open_opp and lookup_actions_p.action = 'R' and tourney_hand_player_statistics.amt_p_raise_made >= tourney_hand_player_statistics.amt_p_effective_stack AND substring(tourney_hand_summary.str_aggressors_p from 2 for 1)::int BETWEEN 2 AND 3 and (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 6 and 12, 1, 0])



cnt_p_open_shove_opp_ep613
sum(if[tourney_hand_player_statistics.flg_p_open_opp AND tourney_hand_player_statistics.flg_p_open_opp AND tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb > 4 AND substring(tourney_hand_summary.str_aggressors_p from 2 for 1)::int BETWEEN 2 and 3 AND tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb BETWEEN 6 and 12, 1, 0])
rhalala
 
Posts: 47
Joined: Sun Jun 01, 2008 6:38 am

Re: Open shove from EPandMP 6-12bb

Postby kraada » Thu May 09, 2013 12:22 pm

tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb > 4 is only true if you actually made a raise - so you're getting all raises in your opportunity column, which you don't want. You should remove this particular piece.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Open shove from EPandMP 6-12bb

Postby rhalala » Thu May 09, 2013 1:13 pm

kraada wrote:tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb > 4 is only true if you actually made a raise - so you're getting all raises in your opportunity column, which you don't want. You should remove this particular piece.

working! thank you very much!
rhalala
 
Posts: 47
Joined: Sun Jun 01, 2008 6:38 am

Re: Open shove from EPandMP 6-12bb

Postby rhalala » Thu May 09, 2013 1:52 pm

rhalala wrote:
kraada wrote:tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb > 4 is only true if you actually made a raise - so you're getting all raises in your opportunity column, which you don't want. You should remove this particular piece.

working! thank you very much!

but thats the % of PFR witch are Openshove,
Would like % openshove of all hands,
i will try it!

edit : done ! thank you for your help!
rhalala
 
Posts: 47
Joined: Sun Jun 01, 2008 6:38 am

Previous

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 10 guests

cron
highfalutin