Search found 17 matches

Return to advanced search

How to learn advanced PostgreSQL for PT3

Hello, On a internet site ( http://checkmynuts.blogspot.com/2009/10/pokertracker-3-weiss-mehr-als-ihr-denkt.html ) I can see, that there are possibilities to program in pgAdminIII directly. I want to learn this. Can you give me a guidline, how I can learn it? You can tell me a book to read or a inte...
by Borsaci007
Sat Jan 01, 2011 7:09 am
 
Forum: Custom Stats, Reports, and SQL [Read Only]
Topic: How to learn advanced PostgreSQL for PT3
Replies: 1
Views: 449

Re: Playing against certain (types of) players

First of all a BIG BIG BIG thank you kraada. This is complicated, but I could understand the principle in it. Now I wanted to use this work process for grouping players with "Total AF" higher than 3, but I still don't know, how to start. Can you please help me one more time. Total AF > 3 (...
by Borsaci007
Wed Dec 15, 2010 1:41 am
 
Forum: Custom Stats, Reports, and SQL [Read Only]
Topic: Playing against certain (types of) players
Replies: 5
Views: 1599

Re: Playing against certain (types of) players

Let's make it for the beginning as easy as possible. For examble the number of hands : cnt_hands = sum(if[holdem_hand_player_statistics.id_hand > 0, 1, 0]) Group A of players have "cnt_hands" less than 10 hands observed by hero. Group B of players have "cnt_hands" between 10 and ...
by Borsaci007
Tue Dec 14, 2010 6:52 pm
 
Forum: Custom Stats, Reports, and SQL [Read Only]
Topic: Playing against certain (types of) players
Replies: 5
Views: 1599

Playing against certain (types of) players

I want to know, how I play special hands, let's say my continous bets, against certain (types of) players, let's say aggressive ones or calling stations. If I could use the "SUM" Function in "HOLDEM CASH HAND" section, then this would be possible by not using "filter on acti...
by Borsaci007
Tue Dec 14, 2010 6:13 pm
 
Forum: Custom Stats, Reports, and SQL [Read Only]
Topic: Playing against certain (types of) players
Replies: 5
Views: 1599

"SUM" Function in "HOLDEM CASH HAND"

Everytime I try to use the Sum Function in the "holdem cash hand" section, poker tracker is running and running without finding an ending. For examble: sum(if[holdem_hand_player_statistics.id_hand > 0, 1, 0]) This formula is working without problems in "hold cash player statistics&quo...
by Borsaci007
Tue Dec 14, 2010 8:51 am
 
Forum: Custom Stats, Reports, and SQL [Read Only]
Topic: "SUM" Function in "HOLDEM CASH HAND"
Replies: 1
Views: 509

ERROR MESSAGE in Report "clause or aggregate function"

Hello all, I have this problem only when I want to make a report in the Holdem Cash Player Statistics Section. For Example I wrote these three columns : flushdraw holdem_hand_player_combinations.flg_f_flush_draw straightdraw holdem_hand_player_combinations.flg_f_straight flushdrawANDstraightdraw sum...
by Borsaci007
Mon May 03, 2010 2:05 pm
 
Forum: Custom Stats, Reports, and SQL [Read Only]
Topic: ERROR MESSAGE in Report "clause or aggregate function"
Replies: 1
Views: 277

Re: how to create a Top Pair with Overcard Kicker filter

I see, that id_f_kicker_strength is really not working. I hope, you will get this soon to work. In the meantime I build a Holdem Cash Indicator, wich shows us Top-Pair with or without a Broadway Kicker. I thought, may be you will like it. It is better than nothing :) Top-Pair with Broadway Kicker (h...
by Borsaci007
Sat Apr 17, 2010 5:57 am
 
Forum: General [Read Only]
Topic: how to create a Top Pair with Overcard Kicker filter
Replies: 12
Views: 1107
Previous

Return to advanced search

cron