Search found 41 matches

Return to advanced search

Re: Displaying a statistic

and removing
holdem_hand_player_statistics.flg_p_squeeze_opp
by Eav1981
Wed Sep 23, 2009 11:29 pm
 
Forum: Technical Support / Bug Reports [Read Only]
Topic: Displaying a statistic
Replies: 29
Views: 1975

Re: Displaying a statistic

I was also able to see how i did in multi way pots by changing the

holdem_hand_summary.cnt_players_f=2

to

holdem_hand_summary.cnt_players_f>2
by Eav1981
Wed Sep 23, 2009 11:04 pm
 
Forum: Technical Support / Bug Reports [Read Only]
Topic: Displaying a statistic
Replies: 29
Views: 1975

Re: Displaying a statistic

thanks friend i got it working I build a stat in Holdem Cash Hand with the following values U8Cpfr3 holdem_hand_player_statistics.position=8 AND holdem_hand_player_detail.val_p_raise_aggressor_pos=3 AND holdem_hand_player_statistics.flg_p_3bet_opp AND NOT holdem_hand_player_statistics.flg_p_squeeze_...
by Eav1981
Wed Sep 23, 2009 10:10 pm
 
Forum: Technical Support / Bug Reports [Read Only]
Topic: Displaying a statistic
Replies: 29
Views: 1975

Re: Displaying a statistic

Ah, i wasnt even aware that there was a *detail* stats, thank you for pointing that out now i have more tools to play with. I set up the formula as follows and ran a quick test on around 15k hands (from Small blind position only) it seems to work except for some reason in reports it displays the num...
by Eav1981
Tue Sep 22, 2009 10:55 pm
 
Forum: Technical Support / Bug Reports [Read Only]
Topic: Displaying a statistic
Replies: 29
Views: 1975

Re: Displaying a statistic

I am trying to see how much im losing in terms of Big bets/per 100hands in the Small blind position when i call/reraise a raise from an opponent sitting in UDG (Under the gun) (position = 3) here is how far i got on my own I set up a stat that will check to see when a player (Villian) from position ...
by Eav1981
Sun Sep 20, 2009 10:43 pm
 
Forum: Technical Support / Bug Reports [Read Only]
Topic: Displaying a statistic
Replies: 29
Views: 1975

Re: Displaying a statistic

What is the term for when "hero" is small blind(or big blind, i dont think it matters), and faces a raise. The hero calls. What is that called (i dont think its called Cold Call) (if the villian raised from position 2 or 3 (not a steal position)) im trying to incorperate this into some of ...
by Eav1981
Sat Sep 19, 2009 12:30 am
 
Forum: Technical Support / Bug Reports [Read Only]
Topic: Displaying a statistic
Replies: 29
Views: 1975

Re: Displaying a statistic

Your replies fixed both my problems, lol For the Stats not showing up, i simply made a seperate group(third group) and set it to display "Hero Only"! Before this i had 2 groups, one for Default Pop up, and the second one for "Player Stats"(which was set to Show on table for every...
by Eav1981
Wed Sep 16, 2009 11:03 pm
 
Forum: Technical Support / Bug Reports [Read Only]
Topic: Displaying a statistic
Replies: 29
Views: 1975

Re: Displaying a statistic

Thank you so much for all your help, i spent the last few days creating a bunch of different statistics for Small/Big blinds only that i will be able to hang up in the pop up/hud window and i feel like i got the hang of writing my own codes. I have ran into a small problem, When i look at the statis...
by Eav1981
Tue Sep 15, 2009 10:01 pm
 
Forum: Technical Support / Bug Reports [Read Only]
Topic: Displaying a statistic
Replies: 29
Views: 1975

Re: Displaying a statistic

Here is my code for % is it right? COLUMNS Cnt_vipp_oppBBhu sum( if[ holdem_hand_player_statistics.position=8 AND holdem_hand_summary.cnt_players > 3 AND holdem_hand_summary.cnt_players_f=2 AND holdem_hand_player_statistics.flg_f_saw AND holdem_hand_player_statistics.flg_vpip, 1, 0 ] ) Cnt_vippBBhu ...
by Eav1981
Sun Aug 30, 2009 5:06 pm
 
Forum: Technical Support / Bug Reports [Read Only]
Topic: Displaying a statistic
Replies: 29
Views: 1975

Re: Displaying a statistic

If you leave out the check for seeing flop it will count all the hands where two players saw the flop regardless of whether this included the active player - so if someone raises and gets one call by another player and the BB folds it will still include the hand. From your original request it doesn...
by Eav1981
Fri Aug 28, 2009 11:45 pm
 
Forum: Technical Support / Bug Reports [Read Only]
Topic: Displaying a statistic
Replies: 29
Views: 1975
PreviousNext

Return to advanced search

cron
highfalutin