Offers.

Let us know what features not currently in the PT4 should be added.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Offers.

Postby SS24 » Fri Jan 13, 2012 3:46 pm

In the scheme of a database there is table with the structure description bord, that that no type «cash_hand_player_combinations» only for cards bord. If there would be such table the big possibilities on creation stats with the account bord would open. NoteTraсker certainly allows to create similar stats, but we have a number of lacks (there is no presentation, the account goes only in those situations when pocket cards are known).

I apologise for my English, I use the electronic translator.
SS24
 
Posts: 52
Joined: Sat Feb 23, 2008 10:31 am

Re: Offers.

Postby kraada » Fri Jan 13, 2012 3:50 pm

What kinds of statistics would you be looking for?
kraada
Moderator
 
Posts: 54430
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Offers.

Postby SS24 » Fri Jan 13, 2012 4:36 pm

For example: as often player bets, raise, fold, check/raise on pair flop, low flop (turn, river), on 2suit flop and a lot of other statistics.
SS24
 
Posts: 52
Joined: Sat Feb 23, 2008 10:31 am

Re: Offers.

Postby kraada » Fri Jan 13, 2012 5:11 pm

Those can certainly be built with the data available in the database.
kraada
Moderator
 
Posts: 54430
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Offers.

Postby SS24 » Fri Jan 13, 2012 5:41 pm

Now such stats in my opinion to create very difficultly (I anyway did not manage to create workers for HUD).

If it is not difficult, write an example created stats percent of rates of the player on pair flop (cnt_f_bet_pairflop / cnt_f_bet_pairflop_oop * 100). Then I by analogy will try to create others stats.
SS24
 
Posts: 52
Joined: Sat Feb 23, 2008 10:31 am

Re: Offers.

Postby kraada » Fri Jan 13, 2012 6:17 pm

You're right that it isn't easy, but it can be done.

The ones you want are:

cnt_f_bet_pairflop: sum(if[(holdem_hand_summary.card_1 % 13 in (holdem_hand_summary.card_2 % 13, holdem_hand_summary.card_3 % 13) OR holdem_hand_summary.card_2 % 13 in (holdem_hand_summary.card_1 % 13, holdem_hand_summary.card_3 % 13)) and holdem_hand_player_statistics.flg_f_bet, 1, 0])

cnt_f_bet_pairflop_opp: cnt_f_bet_pairflop: sum(if[(holdem_hand_summary.card_1 % 13 in (holdem_hand_summary.card_2 % 13, holdem_hand_summary.card_3 % 13) OR holdem_hand_summary.card_2 % 13 in (holdem_hand_summary.card_1 % 13, holdem_hand_summary.card_3 % 13)) and holdem_hand_player_detail.flg_f_open_opp, 1, 0])

Note: this will include flops with trips - you could exclude those if you wanted by adding AND NOT(holdem_hand_summary.card_1 % 13 = holdem_hand_summary.card_2 % 13 AND holdem_hand_summary.card_2 % 13 = holdem_hand_summary.card_3 % 13)

Edit to add: This is in PT3 form - to convert it for use in PT4 change "holdem" to "cash".
kraada
Moderator
 
Posts: 54430
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Offers.

Postby SS24 » Fri Jan 13, 2012 7:23 pm

del
SS24
 
Posts: 52
Joined: Sat Feb 23, 2008 10:31 am

Re: Offers.

Postby SS24 » Sat Jan 14, 2012 10:44 am

Thanks for the description stats. But nevertheless, for the usual user creation similar stats will be very inconvenient especially for turn and river (connected). The table considerably would facilitate the given process of creation stats.
SS24
 
Posts: 52
Joined: Sat Feb 23, 2008 10:31 am

Re: Offers.

Postby kraada » Mon Jan 16, 2012 10:23 am

Yes, but doing the calculation to store that information at import time would add a considerable amount of time to the import and thus it was decided to not isolate texture based information further when importing.
kraada
Moderator
 
Posts: 54430
Joined: Wed Mar 05, 2008 2:32 am
Location: NY


Return to PT4 Feature Requests

Who is online

Users browsing this forum: No registered users and 1 guest