Does IB ever respond to e-mails?

misc,

If you have multiple monitors - try moving the TWS to the first monitor and see if this helps. (this has happened to many)


If this is the problem then once the TWS is moved to monitor #1 - then you should be able to subsequently move it anywhere else.


good luck.
 
A few months ago I had a trade problem. A buy order got hung at PHLX, I called to ask them to manually cancel it, they said they would, but it got executed a half hour later, and since it put me over the margin limit, IB sold it at market a minute later. I called IB, they said the original order had been cancelled. I called PHLX, and they investigated and said the order was never cancelled. IB said it was, and said I should send them email describing the situation. I did and never heard back from them. I assumed they just thought "we're not going to spend time on a $30 inquiry" and ignored it. IB has still saved me more money on commissions than a larger broker with a larger service staff would have, so I'm still with them.

there are many good things about IB. the order desk is not one of them. the executions are shoddy at best. fortunately this is a rare necessity and the electronic execution is choice.
 
Quote from bladerunner:

ib is an arrogant sob

LOL, and I assume you get that attitude from me ? Steve ? the other programmers that have gone out of there way to assist on these boards?

misctrader,

if ben didn't solve your problem, also try this as it may help with speed/java problems that may arise on some video cards whose drivers create conflicts.......

Disable Direct Draw for the standalone TWS. (instructions below)
Upgrade to the latest production version of Java Runtime. (1.4.1_03 .... I
would not recommend the Beta 1.4.2 at this time)
Upgrade to the latest video drivers for your hardware.

To disable Directdraw for the Standalone TWS.

To do this, right click on the Trader Workstation 4.0 icon and choose
"Properties". Then click on the "Shortcut" tab. In the "Target" field add
the following line before the -jar

-Dsun.java2d.noddraw=true

So that the entire line looks something like this...
(assuming that you have java 1.4.1_02 installed)

(DO NOT CHANGE THE J2RE REFERENCE.. JUST ADD THE ABOVE LINE IN THE APPROPRIATE LOCATION IN THE STRING THAT ALREADY EXISTS ON YOUR MACHINE)

"C:\Program Files\Java\j2re1.4.1_02\bin\javaw.exe" -Dsun.java2d.noddraw=true -jar C:\JTS\jts.jar C:\JTS
 
Quote from def:



Upgrade to the latest production version of Java Runtime. (1.4.1_03 .... I

Just out of curiousity, why java instead of C++ ?

I've never seen a Java app that looked or ran as good as it's equivalent C++ app. Java is slow, buggy, and ugly. I don't understand why people still choose Java for GUI apps.

You might say portability, but how many people do you have that actually use Solaris, Linux, Mac, etc? I'd bet 95 percent of your users are Windows users.
 
Quote from chipware:



Just out of curiousity, why java instead of C++ ?

I've never seen a Java app that looked or ran as good as it's equivalent C++ app. Java is slow, buggy, and ugly. I don't understand why people still choose Java for GUI apps.

You might say portability, but how many people do you have that actually use Solaris, Linux, Mac, etc? I'd bet 95 percent of your users are Windows users.

Thank You IB for Java!!

I run it on Mac OS X and wouldn't do anything else but maybe a unix. Wouldn't you prefer to run your order entry software on a machine that just will not crash? On OS X, TWS is fast and rock stable.
 
Quote from resinate:



Thank You IB for Java!!

I run it on Mac OS X and wouldn't do anything else but maybe a unix. Wouldn't you prefer to run your order entry software on a machine that just will not crash? On OS X, TWS is fast and rock stable.

Actually if running on Mac you are running on UNIX.

5% of our client base is a significant number. Keep in mind many institutions run on Unix as well.

java: outside of unix scripts my programming days are over but based upon what many programmers on these boards say, well written java code is just as good as one written in C++. If interested in discussing the merits of C++ vs Java, I think it's best to start a new thread rather than drive this off topic.
 
Quote from def:


well written java code is just as good as one written in C++.

That's debatable... but I digress...

As far as being off-topic goes, since the original question of this thread was answered, I didn't see the harm in going off-topic.

But, back to my original question, why the preference for Java? You didn't actually answer it.
 
Back
Top