Open Side Menu Go to the Top
Register
Quick Questions & Answers Thread Quick Questions & Answers Thread

12-30-2012 , 05:47 AM
I need a simple text converter that changes the € to $ in HH files, and saves them in a different folder so HM1 can import them in realtime.
This is probably some simple ahk script that can do this, but I couldn't find anything.
ty in advance
Quick Questions & Answers Thread Quote
01-02-2013 , 04:49 PM
Is there a program to email you or better when someone you want to play with sits. I know PTR used to email you and there were some software programs for sitting you. Only interested in programs you are allowed to use.
Quick Questions & Answers Thread Quote
01-06-2013 , 12:30 PM
I play 20-30 mtts stacked on one site (stars) How difficult would it be to write a program that takes tables out of the stack when I am postflop in the hand, and puts them back when that hand is completed. Probably moving them to a second monitor.
I would greatly prefer it on the mac OS, but windows works as well.

If anyone could guesstimate how much a custom request like that would cost I would appreciate it, thanks!
Quick Questions & Answers Thread Quote
01-06-2013 , 05:57 PM
^ i dont know the answer, but brianwi use to write custom scripts

not sure if he still does because he hasnt been active on the forums recently, but try PMing him for more info
Quick Questions & Answers Thread Quote
01-06-2013 , 08:00 PM
Quote:
Originally Posted by khanrava
I play 20-30 mtts stacked on one site (stars) How difficult would it be to write a program that takes tables out of the stack when I am postflop in the hand, and puts them back when that hand is completed. Probably moving them to a second monitor.
I would greatly prefer it on the mac OS, but windows works as well.

If anyone could guesstimate how much a custom request like that would cost I would appreciate it, thanks!
I think this is exactly what Stack&Tile does ?
Quick Questions & Answers Thread Quote
01-06-2013 , 09:43 PM
Low content ish, so I'll start here: Dave and Juk, I need a software library (preferably Python or one I can reasonably port to Python) or web service to do holdem equity calculations in my software.

Specifically, in a range-vs-range situation (preflop, flop, turn or river) I need to calculate the equity of each hand in the first range, against the whole of the second range, and vice versa. I.e. in a range-vs-range situation, I need to calculate the equity of each hand in each range.

I only need this to be heads-up, because in three-way situations you can't ever really say objectively which hands were played right anyway.

I know there has been a lot of code written to do this. I guess what I'm after is a little of your hard-earned wisdom on what's most appropriate in this case - and well maintained - a lot of what I've read online is years old, and I figure may be out of date or broken.

Thanks!
Quick Questions & Answers Thread Quote
01-07-2013 , 12:36 AM
Quote:
Originally Posted by _dave_
Quote:
Originally Posted by khanrava
I play 20-30 mtts stacked on one site (stars) How difficult would it be to write a program that takes tables out of the stack when I am postflop in the hand, and puts them back when that hand is completed. Probably moving them to a second monitor.
I would greatly prefer it on the mac OS, but windows works as well.

I think this is exactly what Stack&Tile does ?
you think right
Quick Questions & Answers Thread Quote
01-07-2013 , 02:24 PM
Hi guys,

I just watched a video on you tube on how to use pokerstove and stoxpoker combo. I have got pokerstove but havent got stoxpoker combo.

I tried to find a download link for stox poker combo but all the links are transferring me to the CR web site and i kind of get lost from there.

Can anyone tell me where can I download stoxpoker combo.


Thanks
Quick Questions & Answers Thread Quote
01-07-2013 , 05:10 PM
I think that stoxpoker combo is now called CardRunnersEV. Google it and it will take you to their home page.
Quick Questions & Answers Thread Quote
01-07-2013 , 06:12 PM
Quote:
Originally Posted by _dave_
I think this is exactly what Stack&Tile does ?
Awesome!

thanks
Quick Questions & Answers Thread Quote
01-07-2013 , 08:45 PM
Quote:
Originally Posted by guyupstairs
Low content ish, so I'll start here: Dave and Juk, I need a software library (preferably Python or one I can reasonably port to Python) or web service to do holdem equity calculations in my software.

Specifically, in a range-vs-range situation (preflop, flop, turn or river) I need to calculate the equity of each hand in the first range, against the whole of the second range, and vice versa. I.e. in a range-vs-range situation, I need to calculate the equity of each hand in each range.

I only need this to be heads-up, because in three-way situations you can't ever really say objectively which hands were played right anyway.

I know there has been a lot of code written to do this. I guess what I'm after is a little of your hard-earned wisdom on what's most appropriate in this case - and well maintained - a lot of what I've read online is years old, and I figure may be out of date or broken.

Thanks!
Actually, don't worry. I've concluded that I can do this with a combination of naive evaluation and monte carlo simulation, with some statistical wizardry that lets the simulation stop for a given hand when it can be confidently concluded that a bet/fold/call was correct or incorrect (or marginal).

And if this is not suitably performant, I can't start by improving the hand evaluator, before worrying about equivalence class analysis in the starting positions (which is when I'd want a library that someone else wrote).
Quick Questions & Answers Thread Quote
01-07-2013 , 09:19 PM
Hard not to recommend the "RayW/2+2" evaluator. The code is in these forums thread "7 card hand evaluators", well worth a read. This is a good place to start: http://www.codingthewheel.com/archiv...luator-roundup
Quick Questions & Answers Thread Quote
01-07-2013 , 11:18 PM
Quote:
Originally Posted by _dave_
Hard not to recommend the "RayW/2+2" evaluator. The code is in these forums thread "7 card hand evaluators", well worth a read. This is a good place to start: http://www.codingthewheel.com/archiv...luator-roundup
But to be clear, RayW/2+2, etc., just tell you how strong a hand is, right? Then it's up to the coder to do the range expansion / enumeration / simulation part?

And that other stuff is something that can be highly optimized through further equivalence classes, right? (As PokerStove is.)
Quick Questions & Answers Thread Quote
01-09-2013 , 01:19 AM
Hey, can someone please tell me where the **** is the setting in HM1 to be able to mark the hand as it has just been played, so I can later look at in in HM1? I turned it off somehow and can't find how to turn it back on.

Thanks.
Quick Questions & Answers Thread Quote
01-09-2013 , 11:06 AM
Quote:
Originally Posted by Yazzx
Hey, can someone please tell me where the **** is the setting in HM1 to be able to mark the hand as it has just been played, so I can later look at in in HM1? I turned it off somehow and can't find how to turn it back on.

Thanks.
You mean you can't see the previous X pots display? HUD Options > Player Preferences > Appearance tab > Number of pots > X

Once you can see the previous hands as you play you just need to click on one of them to open the Hand History Viewer and click the Checkbox to mark the hand.
Quick Questions & Answers Thread Quote
01-09-2013 , 10:56 PM
Quote:
Originally Posted by fozzy71
You mean you can't see the previous X pots display? HUD Options > Player Preferences > Appearance tab > Number of pots > X

Once you can see the previous hands as you play you just need to click on one of them to open the Hand History Viewer and click the Checkbox to mark the hand.
That's it lol, feel stupid. -.- Thanks!
Quick Questions & Answers Thread Quote
01-11-2013 , 11:05 AM
On my other computer I have pokerstars set so all the action is posted in the chat, but I've looked through all the settings on my laptop and I can't find it. I think its called detailed dealer messages or something along those lines.

Thanks in advance!

edit:Finally managed to find it myself.

Last edited by Syfer; 01-11-2013 at 11:31 AM.
Quick Questions & Answers Thread Quote
01-13-2013 , 06:49 AM
Hi guys . I'm looking for advice on getting a monitor, Currently using a 18 inch monitor which can only tile 6 tables tables without any overlap. Use this along with my laptop, but its a pain when I get overloaded with games. Ideally I'd like to be able to tile 12-16 on my monitor and use the laptop for extra if needed. Anyone got any suggestions?
Quick Questions & Answers Thread Quote
01-16-2013 , 08:08 PM
Sup Dave and Juk (and anyone else who may be able to help me),

I'm trying to setup my PT3 HUD for FTP and am running into some issues. It works just fine for Pokerstars, but when I start an auto importing session and have a FTP MTT up I am getting this error message;



Thoughts on how to get this to work properly? Thanks in advance for any help to this issue.
Quick Questions & Answers Thread Quote
01-16-2013 , 08:35 PM
Quote:
Originally Posted by keitho1986
Hi guys . I'm looking for advice on getting a monitor, Currently using a 18 inch monitor which can only tile 6 tables tables without any overlap. Use this along with my laptop, but its a pain when I get overloaded with games. Ideally I'd like to be able to tile 12-16 on my monitor and use the laptop for extra if needed. Anyone got any suggestions?
search here:
http://forumserver.twoplustwo.com/48...echnical-help/
Quick Questions & Answers Thread Quote
01-18-2013 , 08:31 PM
Quote:
Originally Posted by Rob_10108
Sup Dave and Juk (and anyone else who may be able to help me),

I'm trying to setup my PT3 HUD for FTP and am running into some issues. It works just fine for Pokerstars, but when I start an auto importing session and have a FTP MTT up I am getting this error message;



Thoughts on how to get this to work properly? Thanks in advance for any help to this issue.
.
Quick Questions & Answers Thread Quote
01-22-2013 , 10:25 PM
what was the QT setting to expose the full tilt controls ? how do i do that ?
Quick Questions & Answers Thread Quote
01-23-2013 , 02:12 AM
QT_USE_NATIVE_WINDOWS=1

right click my computer, properties, advanced, environment variables, add a new "system variable". That's on WinXP, not sure where they hide such settings on a more up to date OS
Quick Questions & Answers Thread Quote
01-23-2013 , 03:31 AM
thanks dave
and if the users don't have that environment variable, then the scripts won't work?
Quick Questions & Answers Thread Quote
01-23-2013 , 06:51 AM
indeed there's probably a way to check for it, don't know off the top of my head. maybe a registry write could set it too, but I think a reboot may be required for it to take effect. also worth noting having it enabled gimps TableNinjaFT. no idea how they get the FTP controls, but they obv do somehow.
Quick Questions & Answers Thread Quote

      
m