PokerStars Chinese Collusion Ring Detector

General discussion of PokerTracker 3.

Moderator: Moderators

Re: PokerStars Chinese Collusion Ring Detector

Postby t3hnu7z » Wed Jun 16, 2010 9:41 am

kraada wrote:Not in a single report, you could make each of those as a single report but they can't currently be combined.


I don't expect you to write these reports, but can you give me a hint on which section to start? Player Statistics, Tournament, or Tournaments?
t3hnu7z
 
Posts: 54
Joined: Wed Jan 14, 2009 11:12 pm

Re: PokerStars Chinese Collusion Ring Detector

Postby kraada » Wed Jun 16, 2010 12:23 pm

You want to be in Tournaments. You'll want to add a custom filter that reads:
tourney_holdem_results.id_tourney in (SELECT tourney_holdem_results.id_tourney from tourney_holdem_results, player where player.id_player = tourney_holdem_results.id_player and player.player_name = 'Player A')

Adding that filter to a custom report will filter to all and only tournaments that Player A played in. If you then add yourself and Player B and show the ITM stat for both of you, you'll see your ITM % (and Player B's ITM %) in tournaments that included Player A.

To filter to tournaments without Player A change it to:

tourney_holdem_results.id_tourney not in (SELECT tourney_holdem_results.id_tourney from tourney_holdem_results, player where player.id_player = tourney_holdem_results.id_player and player.player_name = 'Player A')

If you want Player A or Player B:

tourney_holdem_results.id_tourney in (SELECT tourney_holdem_results.id_tourney from tourney_holdem_results, player where player.id_player = tourney_holdem_results.id_player and (player.player_name = 'Player A' OR player.player_name = 'Player B'))

Note also that you need those single quotes and the player's name needs to match their name exactly - case does matter here.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: PokerStars Chinese Collusion Ring Detector

Postby t3hnu7z » Fri Jun 18, 2010 10:27 pm

Thanks for those statements. I used them as a base to create a filter for a kind of cool report that shows who wins the most when I lose. This is the filter if anyone else wants to use it:

tourney_omaha_results.id_tourney in (SELECT tourney_omaha_results.id_tourney from tourney_omaha_results, player where player.id_player = tourney_omaha_results.id_player and player.player_name = 'T3H NU7Z' and tourney_omaha_results.amt_won = 0)

Obviously replace 'T3H NU7Z' with whatever your screenname is, and replace omaha with holdem as necessary.

The major downside to using the filters you provided, kraada, is that they require me to input specific names in them. I'm looking to run a more basic report that will go across the entire database of names. I've done this with my report, but I can't really do that with the filters you shared (unless I'm missing something).
t3hnu7z
 
Posts: 54
Joined: Wed Jan 14, 2009 11:12 pm

Re: PokerStars Chinese Collusion Ring Detector

Postby kraada » Sat Jun 19, 2010 9:19 am

Yes, that is one downside to this method. I'm not sure exactly what you mean by "the entire database of names" though - could you elaborate on what you are trying to do a bit more?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: PokerStars Chinese Collusion Ring Detector

Postby t3hnu7z » Sun Jun 20, 2010 12:08 am

kraada wrote:Yes, that is one downside to this method. I'm not sure exactly what you mean by "the entire database of names" though - could you elaborate on what you are trying to do a bit more?


Ok, here's what I would like the report to do. I'd like it to be able to compare everyone with... everyone else. For instance, say we only had a database of 4 players: Joe, Bob, Dave, and Jerry. I'd like the report to generate this:

Joe Bob (stats filtered on tournaments involving both Joe & Bob)
Joe Dave (stats filtered on tournaments involving both Joe & Dave)
Joe Jerry (stats filtered on tournaments involving both Joe & Jerry)
Bob Dave (stats filtered on tournaments involving both Bob & Dave)
Bob Jerry (stats filtered on tournaments involving both Bob & Jerry)
Dave Jerry (stats filtered on tournaments involving both Dave & Jerry)

Of each combination be able to give stats on both participants, such that in the "Bob Jerry" combo, I can see ITM% for each player when they play together, also how often they play together vs. apart, etc.

It's actually quite complicated, so I'm not sure if it can even be done. Essentially it's like changing the filter over and over and over within the same report.
t3hnu7z
 
Posts: 54
Joined: Wed Jan 14, 2009 11:12 pm

Re: PokerStars Chinese Collusion Ring Detector

Postby WhiteRider » Sun Jun 20, 2010 5:02 am

Kraada isn't working today but I'm sure he'll get back to you tomorrow.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: PokerStars Chinese Collusion Ring Detector

Postby kraada » Mon Jun 21, 2010 9:39 am

I see what you are saying though I can't think of a way to do that at this point in time.

Though one thing comes to mind: even if you could build it, you'd want to have a certain amount of tournaments together for the data to actually mean anything. So what you might want to do is just check to see how many tournaments various people have played in your database then run reports for together/apart for those combinations for the people who are most common in your database.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: PokerStars Chinese Collusion Ring Detector

Postby t3hnu7z » Mon Jun 21, 2010 10:58 am

Yeah, it's asking a bit much I guess. Just looking for the easiest way to flag possible colluders. What I'll do is run my new "Winners When I Lose" report and take the strongest winners and compare them with each other. Thanks for your help.
t3hnu7z
 
Posts: 54
Joined: Wed Jan 14, 2009 11:12 pm

Re: PokerStars Chinese Collusion Ring Detector

Postby kraada » Mon Jun 21, 2010 11:52 am

Good luck.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Previous

Return to General [Read Only]

Who is online

Users browsing this forum: No registered users and 22 guests

cron
highfalutin