I was attempting to set up a simple API to automate my range vs range equity calculations. Ie: I want to write a script with my imported ranges and am looking to run them across specific flops and have equilab print out the equities for and the range vs range chart. Is there a way to do this?
Originally posted by jonstoeber
I was attempting to set up a simple API to automate my range vs range equity calculations. Ie: I want to write a script with my imported ranges and am looking to run them across specific flops and have equilab print out the equities for and the range vs range chart. Is there a way to do this?
Hi jonstoeber,
Welcome to the PokerStrategy.com forums ![]()
What language are you planning to use to do the automation?
There is no API in Equilab -- perhaps there is in Power Equilab which is the non-free version.
What you ask might be possible using AutoHotkey ( https://www.autohotkey.com/) which is what I use for automating interaction with existing programs.
There is also Autoit ( https://www.autoitscript.com/site/) which might be better for some applications, however I haven't used it in over ten years.
Bear in mind that you cannot open Equilab (either version) while PokerStars is running. If you do, PokerStars will bark at you, and you'll get a snarky email warning you not to run prohibited software.
Cheers,
VS
Hey VS,
I am using Power-Equilab and am looking to write the script in Python. I will look into the links you provided.
Thanks,
Jonathan
I can do really basic stuff in python, but manipulating other software isn't basic -- at least not to me.
Originally posted by jonstoeber
I was attempting to set up a simple API to automate my range vs range equity calculations. Ie: I want to write a script with my imported ranges and am looking to run them across specific flops and have equilab print out the equities for and the range vs range chart. Is there a way to do this?
Power-Equliab offers this function: http://www.power-equilab.com/Manual/Manual.htm#_Toc8913014
Originally posted by nopi
Originally posted by jonstoeber
I was attempting to set up a simple API to automate my range vs range equity calculations. Ie: I want to write a script with my imported ranges and am looking to run them across specific flops and have equilab print out the equities for and the range vs range chart. Is there a way to do this?Power-Equliab offers this function: <...>
Very usefull for me! Thank you for sharing!