sequence hand report pb

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

sequence hand report pb

Postby iatracker » Thu Aug 10, 2017 5:39 am

HI ,
i have a pb/bug in my report , i'd like to ressort some hand sequences , i know it happend many times in my 15k hands but nothings ressort .
the sequence where x is the same amount in each street , i dont know if we can define this ? , anyway nothing appears even without this detail :

2 players
flop: vilain bet x , hero call x
turn: vilain bet x , hero call x
river: vilain bet x , hero raise

my quick filter look like this :

((First Flop Action Bet)
AND (Second Flop Action Call))
AND ((First Turn Action Bet)
AND (Second Turn Action Call))
AND ((First River Action Bet)
AND (Second River Action Raise))
AND (Players Seeing Flop Between 2 and 2)
iatracker
 
Posts: 91
Joined: Thu Jul 20, 2017 1:44 am

Re: sequence hand report pb

Postby Flag_Hippo » Thu Aug 10, 2017 8:18 am

That filter is applied to the active player only so what you are actually filtering for is two actions on each street for hero. For the actions you specified you need to remove the bet actions from your filter:

(First Flop Action Call) AND (First Turn Action Call) AND (First River Action Raise) AND (Players Seeing Flop Between 2 and 2)

iatracker wrote:the sequence where x is the same amount in each street , i dont know if we can define this ?

What is 'x'? The bet size as a percentage of the pot or do you want it based on something else?
Flag_Hippo
Moderator
 
Posts: 14510
Joined: Tue Jan 31, 2012 7:50 am

Re: sequence hand report pb

Postby iatracker » Thu Aug 10, 2017 12:08 pm

x is not in % or bb , its the brut amount of the bet and call , he bet 20 chips , 20 chips , 20 chips . Always the same value .
iatracker
 
Posts: 91
Joined: Thu Jul 20, 2017 1:44 am

Re: sequence hand report pb

Postby Flag_Hippo » Thu Aug 10, 2017 2:47 pm

You can do that by adding this expression filter:

Code: Select all
cash_hand_player_statistics.amt_f_bet_facing = cash_hand_player_statistics.amt_t_bet_facing and cash_hand_player_statistics.amt_t_bet_facing = cash_hand_player_statistics.amt_r_bet_facing
Flag_Hippo
Moderator
 
Posts: 14510
Joined: Tue Jan 31, 2012 7:50 am

Re: sequence hand report pb

Postby iatracker » Fri Aug 11, 2017 12:28 am

thanks this is perfect ! :)
iatracker
 
Posts: 91
Joined: Thu Jul 20, 2017 1:44 am

Re: sequence hand report pb

Postby iatracker » Fri Aug 11, 2017 4:18 am

im just wondering if a stat exist to describe the Vilain pourcentage fold river after facing the last raise in this sequence ?
iatracker
 
Posts: 91
Joined: Thu Jul 20, 2017 1:44 am

Re: sequence hand report pb

Postby Flag_Hippo » Fri Aug 11, 2017 2:00 pm

It doesn't exist but you could build it and in the expression above you can test for the bet size of villain by changing bet_facing to bet_made.
Flag_Hippo
Moderator
 
Posts: 14510
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 26 guests

cron
highfalutin