chat API

is there API for chat? lochenkinov would like program connecting to IB, posting trades to chat room. automatic is better, manual typing is too tedious! thank you
 
Looks like the API doc for the Java component. You'd probably have to get the Java package too and reference it as part of your own Java-based interface. Might be possible to COM wrap it so you could hook it up to software written in other languages (don't personally use Java - never liked it).

Check here http://www.digichat.com/PI_BotAPI.html - their BOT API may not be what you're expecting though.

The low impact route might be to just send keystrokes to the existing Java applet window using the Windows API thus simulating typing the messages. Then you wouldn't have to "interface" to anything.

Good luck.
 
It says the server rejected the login due to name or password incorrect.

i used
account_name password host site_id
equal to
lochenkinov PASSWD www.elitetrader.com 1000

using my password of course.

It also says in the docs that the account must be given bot permission.

This is from digichat 4.0. if you wish to give me the BotAPI.jar from your bots directory, I can try with that, too.

thank you
 
Will the user using an API show show up in the users list and therefore needs to be logged in like the rest of us? Otherwise, there will be no way to click on the users' handle and put him/her on ignore?

nitro
 
Quote from lochenkinov:


i used
account_name password host site_id
equal to
lochenkinov PASSWD www.elitetrader.com 1000

Use the following info:

account_name: testbot
password: testbot
host: elitetrader.com
site_id: 1000

If that doesn't work and you still need that jar file, let me know.
 
Back
Top