Re: Looking for some ideas, perhaps a programmer
I wrote something along those lines to be used with AP. Unfortunately, you can't get the info you need from the history until after the next hand begins. The odds calculator part of my program displays a small window. You type in the number of outs you have and it displays the minimum pot size required to call both big and small bets. This is easy to do and can be done with any programming language. I used Visual Basic. My program also functions as a heads-up display, showing VPIP/PF Raise %/ Total Aggression/ and number of hands played. It recalculates after each hand and displays the final board and all calling hands. It also can guide your preflop action based on the suggestions in SSHE. (No this is not for sale)
None of this is rocket science and you should be able to do it with any language. Screen-scraping is a horse of another color.
Bill
|