Bet sizes in BB's

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Bet sizes in BB's

Postby kingreigns » Mon Mar 28, 2016 12:31 pm

How do i make BB's for cash games?
And will the opportunities side have to include BB's??
kingreigns
 
Posts: 312
Joined: Mon Jan 20, 2014 12:11 pm

Re: Bet sizes in BB's

Postby kingreigns » Mon Mar 28, 2016 12:31 pm

Also say i want to know when they open 2bb or 3bb
kingreigns
 
Posts: 312
Joined: Mon Jan 20, 2014 12:11 pm

Re: Bet sizes in BB's

Postby BillGatesIII » Mon Mar 28, 2016 2:03 pm

    Open raise for a certain amount of bb's has been discussed here.

    https://www.pokertracker.com/forums/viewtopic.php?f=61&t=45326
    BillGatesIII
     
    Posts: 740
    Joined: Fri Dec 16, 2011 6:50 pm

    Re: Bet sizes in BB's

    Postby kingreigns » Wed Mar 30, 2016 1:03 pm

    Thanks man :D
    kingreigns
     
    Posts: 312
    Joined: Mon Jan 20, 2014 12:11 pm

    Re: Bet sizes in BB's

    Postby kingreigns » Mon Apr 11, 2016 10:56 am

    So would this be right for open raise 3bb:


    cnt_preflop_raise
    sum(if[cash_hand_player_statistics.amt_p_raise_made AND cash_hand_player_statistics.amt_blind = 3 , 1, 0])



    cnt_hands
    sum(if[cash_hand_player_statistics.id_hand > 0, 1, 0])
    kingreigns
     
    Posts: 312
    Joined: Mon Jan 20, 2014 12:11 pm

    Re: Bet sizes in BB's

    Postby kraada » Mon Apr 11, 2016 2:12 pm

    No, counting open raises made for 3 BBs would be this:

    sum(if[cash_hand_player_statistics.amt_p_raise_made / cash_limit.amt_bb = 3 , 1, 0])

    Your method will not validate (amt_p_raise_made is not a boolean), and even if you fixed that, amt_blind is how much you paid in a blind so it'd only work for times you were in the SB in a 3/6 game.
    kraada
    Moderator
     
    Posts: 54431
    Joined: Wed Mar 05, 2008 2:32 am
    Location: NY

    Re: Bet sizes in BB's

    Postby kingreigns » Mon Apr 11, 2016 4:32 pm

    I used your expression but when i put them together it doesnt work
    (cnt_preflop_raise / cnt_hands_cash) * 100
    kingreigns
     
    Posts: 312
    Joined: Mon Jan 20, 2014 12:11 pm

    Re: Bet sizes in BB's

    Postby kraada » Mon Apr 11, 2016 5:10 pm

    What do you mean by it doesn't work?
    kraada
    Moderator
     
    Posts: 54431
    Joined: Wed Mar 05, 2008 2:32 am
    Location: NY

    Re: Bet sizes in BB's

    Postby WhiteRider » Tue Apr 12, 2016 2:49 am

    Unless you made it as a new column, "cnt_hands_cash" doesn't exist - it's just "cnt_hands".
    WhiteRider
    Moderator
     
    Posts: 53984
    Joined: Sat Jan 19, 2008 7:06 pm
    Location: UK

    Re: Bet sizes in BB's

    Postby kingreigns » Tue Apr 12, 2016 8:17 am

    yeah i duplicated cash_hands and renamed it because i thought thta was why i was getting the error. When i try to validate it says "Invalid value expression"
    Each column validate ok but just not when i try to make the stat

    http://i.imgur.com/ayhuxpe.png

    maybe its the format type or summary type?

    http://i.imgur.com/pwhGRp4.png
    kingreigns
     
    Posts: 312
    Joined: Mon Jan 20, 2014 12:11 pm

    Next

    Return to Custom Stats, Reports and HUD Profiles

    Who is online

    Users browsing this forum: Google [Bot] and 16 guests

    cron
    highfalutin