Bracket Trader (BT) communicate directly with TWS. You can trade right from BT, or have an external app send signals to BT.
I've installed Bracket Trader and tried it with my IB simulated account. So far, so good. I like this set-up because I only have to generate signals and sent them to a text file. BT looks at the text file for orders and executes. BT has some nice features, trailing stops, multiple targets, etc. It's worth looking at. The main reason I like it is I don't have to code the scale out or order management part of the trade.
I'm setting Amibroker up to send LMT orders. If they don't trigger within a few bars then I cancel the order.
Has anyone else played with this application? I would like to hear about your experience. Once I get this working I'll post some AFL code to interface to BT, and I hope you will participate.
Wednesday, June 17, 2009
Bracket Trader
Subscribe to:
Post Comments (Atom)
Disclaimer
The information presented on this site is for educational and entertainment purposes only. This site contains no suggestions or instructions that you must follow, do your own research and due diligence before committing your cash to the markets. Your on your own.
I use Bracket Trader and Amibroker almost every trading day. For automated trading with Amibroker and Bracket Trader together, I use IBcontroller to get position size from the TWS into Amibroker.
ReplyDeleteIf a limit orders fails to get a fill after thirty seconds, based upon position size as reported to Amibroker from the TWS, Amibroker commands Bracket Trader to cancel the order.
Do you know of a way to get position size into Amibroker directly from Bracket Trader so that it is not necessary to use IBcontroller?
I just started working with BT so I haven't gotten that far. I have read that some are trying to read the BT log file into Ami.
ReplyDeleteCheck this out though...
If my BUYSTP order doesnt trigger by the next bar I send a cancel from Ami to BT and it cancels the order. If the order has trigger, I still send the cancel signal at the next bar but nothing happens, it doesnt cancel my stops or targets. I think it is safer to use IBcontroller but the more links in the chain the more chance of a problem too.
Nice blog post, superb excellent information.....
ReplyDeleteHey Risk Addict;
ReplyDeleteI'm using BT with some success, wondering if you found my comment valid. Your web site does not have any contact information.
My trading system needs to know whether it has an open position or not, to know when to send an exit command to Bracket Trader. If your system only opens a position and holds it until either your stop or target is hit, there is no need for it know whether there is an open position or not. My system, however, will exit before the stop or target or is hit, if an exit signal is generated.
ReplyDeleteI suppose another way might be to always assume there is an open position, and send every exit signal to Bracket Trader. If there is an open position, Bracket Trader closes the position, if there is no open position, I guess nothing happens and it ignores the exit signal.
Have you tested that? (sending an exit signal to BT when there is no open position).
ReplyDeleteI haven't tested it.
ReplyDeleteNice to see others trying out Bracket Trader. I've made some video tutorials on it interfacing with Quotetracker.Good luck in your trading.
ReplyDeletehttp://highprobability.blogspot.com/2008/11/how-to-make-free-automated-trading.html
you have written I'll post some AFL code to interface to BT
ReplyDeleteAwaiting code