Skip to forum
Notifications
Clear all

Equilab API

8 Posts
4 Users
0 Reactions
2,645 Views
jonstoeber
Joined: 09.12.2020

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?


Reply
Quote
7 replies
Super Moderator
VorpalF2F
Joined: 02.09.2010

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 :welcome:

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


Reply
Quote
jonstoeber
Joined: 09.12.2020

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


Reply
Quote
Super Moderator
VorpalF2F
Joined: 02.09.2010

I can do really basic stuff in python, but manipulating other software isn't basic -- at least not to me.


Reply
Quote
nopi
Joined: 18.08.2006

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


Reply
Quote
Super Moderator
VorpalF2F
Joined: 02.09.2010

Good to know -- thanks nopi!


Reply
Quote

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!


Reply
Quote