Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by husngforfood » Sun Oct 14, 2012 8:08 am
sum(if[tourney_hand_player_statistics.flg_f_check AND (tourney_hand_player_statistics.cnt_f_raise > 0 OR tourney_hand_player_statistics.cnt_f_call > 0 OR tourney_hand_player_statistics.flg_f_fold), 1, 0])
There's a mistake in this column, isn't there? Let's say I check and face an all-in.
Found this when I was trying to make a column: count flop aggressive action opportunity. Any ideas on how to make it?
-
husngforfood
-
- Posts: 83
- Joined: Wed Mar 21, 2012 4:03 am
by kraada » Sun Oct 14, 2012 9:09 am
Would you be content to just use opportunities to check/raise facing a single bet or do you need times you're facing a bet that's already been raised one (or more) times? The latter is the reason this is a tricky column to build.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by husngforfood » Mon Oct 15, 2012 1:15 am
I want to filter out hands where I have an opportunity to make at least one aggressive action on the flop. This can be a bet or 2bet or 8bet.
But It'd also like to know how to make it only count bet or 2bet or 3bet opportunities.
-
husngforfood
-
- Posts: 83
- Joined: Wed Mar 21, 2012 4:03 am
by WhiteRider » Mon Oct 15, 2012 3:16 am
I think we should be able to do that with a combination of tests.
If you have an opportunity to open the flop, you can make an aggressive action:
tourney_hand_player_statistics.flg_f_open_opp
You can check for the size of bet or 2bet faced using these database fields:
tourney_hand_player_statistics.amt_f_bet_facing
tourney_hand_player_statistics.amt_f_2bet_facing
..and you could compare those to the amount of chips you start the flop with to see if you could raise, using:
tourney_hand_player_statistics.amt_bet_p - tourney_hand_player_statistics.amt_before
-
WhiteRider
- Moderator
-
- Posts: 54018
- Joined: Sat Jan 19, 2008 7:06 pm
- Location: UK
by husngforfood » Mon Oct 15, 2012 11:05 am
Thanks for the suggestions. Got it working.
-
husngforfood
-
- Posts: 83
- Joined: Wed Mar 21, 2012 4:03 am
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 49 guests