Unfortunately computer trading with Interactive Brokers seems to require that one run the Trade Station system (TWS) manually. The Trade Station GUI is written in Java. To run it the following command is used:
java -cp jts.jar:pluginsupport.jar:jcommon-1.0.0.jar:jfreechart-1.0.0.jar:jhall.jar:other.jar:riskfeed.jar:rss.jar -Xmx256M jclient.LoginFrame .
This command runs from the directory containing the Interactive Brokers ".jar" files.
![]() |
This allows accounts to be set up by the master account. |
![]() |
API Download Page |
![]() |
Port = 7494 |
The port can be selected in the TWS configuration. Multiple instances of TWS can be run, each on a different port.