donkbet\call and donkbet\raise

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

donkbet\call and donkbet\raise

Postby k43r » Wed Mar 12, 2014 5:59 am

Dear Whiterider,

Do you have maybe donk\call and donk\3bet statistics under your sleeve? I'd rather not reinvent the wheel. Also "bet turn, when raised flop" would be great!

Your fan,
k43r
k43r
 
Posts: 10
Joined: Wed Feb 27, 2013 5:56 am

Re: donkbet\call and donkbet\raise

Postby WhiteRider » Thu Mar 13, 2014 3:59 am

I don't have those stats personally. Take a look at the column "cnt_f_donk_fold" - to make call and raise versions replace:
lookup_actions_f.action = 'BF'
..with
lookup_actions_f.action LIKE 'BC%'
..for call and:
lookup_actions_f.action LIKE 'BR%'
..for raise.
"cnt_f_donk_face_raise" is built-in.
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: donkbet\call and donkbet\raise

Postby k43r » Thu Mar 13, 2014 6:08 am

Hey, I done both! Also I uploaded both to warehouse, so in future you can just send a player to warehouse!

Could you also help on creating:

  • Bet turn, when raised flop
  • Fold turn, when called flop
  • Bet turn, when donk flop

Thanks!
k43r
k43r
 
Posts: 10
Joined: Wed Feb 27, 2013 5:56 am

Re: donkbet\call and donkbet\raise

Postby kraada » Thu Mar 13, 2014 7:45 am

Start with the various flop actions (cnt_f_raise, cnt_f_call, and cnt_f_donk) and what you want to add is the turn action in these cases -- again you can see how these are constructed by looking at the equivalent turn columns (cnt_t_bet, cnt_t_fold).
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: donkbet\call and donkbet\raise

Postby k43r » Thu Mar 13, 2014 8:22 am

Dear Kraada,

I've created 2 new columns:
cnt_f_raise_t_bet
Code: Select all
sum(if[ cash_hand_player_statistics.flg_f_first_raise AND NOT cash_hand_player_statistics.flg_f_face_raise AND cash_hand_player_statistics.flg_t_bet, 1, 0 ])

cnt_f_raise_t_bet_opp
Code: Select all
sum(if[ cash_hand_player_statistics.flg_f_first_raise AND NOT cash_hand_player_statistics.flg_f_face_raise AND cash_hand_player_statistics.flg_t_open_opp, 1, 0 ])


And made a statistic out of them:
Code: Select all
(cnt_f_raise_t_bet / cnt_f_raise_t_bet_opp) * 100


I'd like to have an option to make it IP or OOP, but there is no that option, when adding stat to the HUD. What am I doing wrong?
Image

Spoiler: show
P.S. That''s the statistic copied from https://www.pokertracker.com/forums/vie ... 7&p=240933 I am trying as hard as I can to not have to learn how to make statistics
k43r
 
Posts: 10
Joined: Wed Feb 27, 2013 5:56 am

Re: donkbet\call and donkbet\raise

Postby kraada » Thu Mar 13, 2014 8:36 am

The Has Position value is shown based on the Category (or Categories) assigned to the stat -- add the Flop category on the Details page for your stat and then you'll see the drop down for Has Position (on Flop).
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: donkbet\call and donkbet\raise

Postby k43r » Thu Mar 13, 2014 8:59 am

It works! Thanks! but enough for today of fighting, thanks for your help!

For anyone who wants to download these statistics search for my nickname in warehouse.
k43r
 
Posts: 10
Joined: Wed Feb 27, 2013 5:56 am

Re: donkbet\call and donkbet\raise

Postby murmanman » Sat Aug 02, 2014 3:49 pm

Hi.

I cant find stat donkbet\raise

Please help me..


Or can somebody send PM please to TS k43r, (just link to this thread) (I cant because of forum rules).
murmanman
 
Posts: 129
Joined: Mon Jul 28, 2014 5:56 am

Re: donkbet\call and donkbet\raise

Postby murmanman » Sun Aug 03, 2014 8:59 am

I done it :)
Attachments
Donk-3bet.zip
(819 Bytes) Downloaded 106 times
murmanman
 
Posts: 129
Joined: Mon Jul 28, 2014 5:56 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 55 guests

cron