Hello,
I wrote a small program using Interactive Brokers TWS Java API to do automatic position exit management.
the main features are:
uses Java, compatible with java 1.3 and 1.4. if TWS runs on your machine, then this program will run on your machine. no more missing OCX, DLL, etc headaches from using those VB based programs.
TWS Java API uses direct socket connection to TWS, one less step compared to VB based program that has to go through the ActiveX component.
Your entire position is protected at all times by a stop order, even partial fills !!
Stop trigger can be based on Last price or based on bid/ask price.
Automatic Trailing stop, you specify the increment.
Ability to scale out of large positions. you specify the quantity and point profit to scale out.
Option to log transactions to a file.
Works with futures (including foreign exchanges), stocks, options.
program is free.
many other features....
go to http://sling.to/autotrader for more info and to download the program. Make sure you test it on cdemo or edemo first.
I will be adding more features as I see fit from requests that I receive.
Hope you find the program useful.
autotrader
autotrader@sling.to
I wrote a small program using Interactive Brokers TWS Java API to do automatic position exit management.
the main features are:
uses Java, compatible with java 1.3 and 1.4. if TWS runs on your machine, then this program will run on your machine. no more missing OCX, DLL, etc headaches from using those VB based programs.
TWS Java API uses direct socket connection to TWS, one less step compared to VB based program that has to go through the ActiveX component.
Your entire position is protected at all times by a stop order, even partial fills !!
Stop trigger can be based on Last price or based on bid/ask price.
Automatic Trailing stop, you specify the increment.
Ability to scale out of large positions. you specify the quantity and point profit to scale out.
Option to log transactions to a file.
Works with futures (including foreign exchanges), stocks, options.
program is free.
many other features....
go to http://sling.to/autotrader for more info and to download the program. Make sure you test it on cdemo or edemo first.
I will be adding more features as I see fit from requests that I receive.
Hope you find the program useful.
autotrader
autotrader@sling.to
