Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-09-2005, 12:18 PM
axioma axioma is offline
Senior Member
 
Join Date: Sep 2004
Posts: 137
Default what is the program that corrects the rake you have paid from PT?

i know PT undercalculates the amout of rake you pay - does anyone know the program that corrects this?

Thanks!
Reply With Quote
  #2  
Old 12-09-2005, 12:55 PM
APerfect10 APerfect10 is offline
Member
 
Join Date: Jan 2005
Posts: 66
Default Re: what is the program that corrects the rake you have paid from PT?

Incorrect. PT calculates the rake you pay perfectly fine. However, RB is not calculated solely on the amount of rake you pay. It is the sum of all rake paid / number of players.

Go under your Game tab. Click Get All and take the total rake divided by the average number of players...

Best regards,

APerfect10
Reply With Quote
  #3  
Old 12-09-2005, 01:14 PM
axioma axioma is offline
Senior Member
 
Join Date: Sep 2004
Posts: 137
Default Re: what is the program that corrects the rake you have paid from PT?

ahhh right, thanks for the info. i knew it was something along those lines.

i read someplace there was a program that sat on top of PT and could tell you exactly what your MGR was basically.
Reply With Quote
  #4  
Old 12-09-2005, 04:51 PM
BigBrother BigBrother is offline
Junior Member
 
Join Date: Apr 2005
Location: BigBrother is watching...
Posts: 18
Default Re: what is the program that corrects the rake you have paid from PT?

poker grapher
Reply With Quote
  #5  
Old 12-09-2005, 05:45 PM
sammy_g sammy_g is offline
Junior Member
 
Join Date: Apr 2004
Posts: 0
Default Re: what is the program that corrects the rake you have paid from PT?

[ QUOTE ]
poker grapher

[/ QUOTE ]
Does anyone know a program that works with PostgreSQL databases?
Reply With Quote
  #6  
Old 12-09-2005, 07:09 PM
bengele bengele is offline
Junior Member
 
Join Date: Dec 2004
Posts: 13
Default Re: what is the program that corrects the rake you have paid from PT?

[ QUOTE ]
[ QUOTE ]
poker grapher

[/ QUOTE ]
Does anyone know a program that works with PostgreSQL databases?

[/ QUOTE ]

I think there are some SQL statements that will work with PostgresSQL. I can't remember if they are here on the PT forum.
Reply With Quote
  #7  
Old 12-09-2005, 11:34 PM
gila gila is offline
Member
 
Join Date: Sep 2004
Posts: 52
Default Re: what is the program that corrects the rake you have paid from PT?

Here is the scipt, someone else will have to show you how to use them if you don't know.

select sum(rake / (select count(played_hand) from game_players gp where played_hand = 'Y' and gp.game_id = g.game_id)) as MGR,
sum(rake / (select count(played_hand) from game_players gp where played_hand = 'Y' and gp.game_id = g.game_id)) * RAKEBACK as rakeback
from game g
where (select played_hand from game_players gp where player_id = (select player_id from players where screen_name = 'SCREENNAME') and gp.game_id = g.game_id) = 'Y'
and date_part('month', g.date_played) = MONTH

Few things:
- Change RAKEBACK to a numerical value representing the rakeback percent you get. ie. if you get 25%, change it to 0.25
- Change SCREENNAME to your screenname. ie. if your screenname is DERB, then change it to DERB (leave the quotes there)
- Change MONTH to a number from 1-12 representing the month you want to look at. ie. if you want to see your rakeback for this month so far (november) change it to 11
Reply With Quote
  #8  
Old 12-12-2005, 11:36 AM
axioma axioma is offline
Senior Member
 
Join Date: Sep 2004
Posts: 137
Default Re: what is the program that corrects the rake you have paid from PT?

is poker grapher still available?

i went to the site and it says work has stopped on the project.
Reply With Quote
  #9  
Old 12-12-2005, 12:09 PM
waffle waffle is offline
Senior Member
 
Join Date: Jul 2004
Location: Dallas - 2/4 and 3/6
Posts: 117
Default Re: what is the program that corrects the rake you have paid from PT?

look up poker patterns or pokerpatterns, it's the new poker grapher
Reply With Quote
  #10  
Old 12-12-2005, 01:19 PM
axioma axioma is offline
Senior Member
 
Join Date: Sep 2004
Posts: 137
Default Re: what is the program that corrects the rake you have paid from PT?

dont think PG displays rake info at all?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:05 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.