using Esignal 10.3.1476.1063 1/15/09
ibbridge.1473.exe
I am testing out this IB bridge via efs (as well as via the Order Ticket dialog) to evaluate it's viability. I acknowledge that this is "not ready for prime time" as stated in the docs/disclaimer.
0) I have the IB plugin configued and working. I can create trades with the Order Ticket as well as efs buy/sell apis.
1) When a trade is entered (either via efs buyMarket etc, or via Order Ticket button) eSignal goes away for 10 full seconds. After the 10 seconds the trade occurs and is reflected on IBs TWS app. Obviously the main gui thread is being used to perform the IB plugin api call, instead of it occuring on a background thread. By "goes away" I mean that eSignal is unresponsive. The clock in lower left eSignal window stops for 10 seconds.
2) Both the closePosition and closeAllPositions efs functions do not work. They do not appear to do anything at all. There are several disadvantages of this w.r.t. fully automated trading driven by efs. 1) If you want to close out of all position at the end of the day a closeAll api is ideal. 2) if you have auto created bracket orders with a trade the closePosition api should take care of cancelling the brackets as well.
3) The OrderTicket window does not reflect positions created by efs. I noticed that if I Disconnect from IB, then reconnect, then the OrderTicket window does reflect a position. (Upper right corner of OrderTicket window, Pending/Positions/Last Fill)
4) On the OrderTicket the purple "Close <symbol>" button always shows "1 Position" regardless. Clicking it has not affect, i.e. it fails to close out a position.
5) Periodically the eSignal ibbridge/ TWS connection appears to be lost. At that time the ibbridge attempts to initiate a reconnect, at which point the confirmation dialog is presented on TWS requiring that the user be sitting at this keyboard. This will not work for an automated efs trading system.
6) It strikes me as odd that you have buy, sell, sellShort apis, but you left out the buyCover.
Anyone else using the ibbridge I'd appreciate knowing if you are experience similar or different issues. Thanks, Mike
ibbridge.1473.exe
I am testing out this IB bridge via efs (as well as via the Order Ticket dialog) to evaluate it's viability. I acknowledge that this is "not ready for prime time" as stated in the docs/disclaimer.
0) I have the IB plugin configued and working. I can create trades with the Order Ticket as well as efs buy/sell apis.
1) When a trade is entered (either via efs buyMarket etc, or via Order Ticket button) eSignal goes away for 10 full seconds. After the 10 seconds the trade occurs and is reflected on IBs TWS app. Obviously the main gui thread is being used to perform the IB plugin api call, instead of it occuring on a background thread. By "goes away" I mean that eSignal is unresponsive. The clock in lower left eSignal window stops for 10 seconds.
2) Both the closePosition and closeAllPositions efs functions do not work. They do not appear to do anything at all. There are several disadvantages of this w.r.t. fully automated trading driven by efs. 1) If you want to close out of all position at the end of the day a closeAll api is ideal. 2) if you have auto created bracket orders with a trade the closePosition api should take care of cancelling the brackets as well.
3) The OrderTicket window does not reflect positions created by efs. I noticed that if I Disconnect from IB, then reconnect, then the OrderTicket window does reflect a position. (Upper right corner of OrderTicket window, Pending/Positions/Last Fill)
4) On the OrderTicket the purple "Close <symbol>" button always shows "1 Position" regardless. Clicking it has not affect, i.e. it fails to close out a position.
5) Periodically the eSignal ibbridge/ TWS connection appears to be lost. At that time the ibbridge attempts to initiate a reconnect, at which point the confirmation dialog is presented on TWS requiring that the user be sitting at this keyboard. This will not work for an automated efs trading system.
6) It strikes me as odd that you have buy, sell, sellShort apis, but you left out the buyCover.
Anyone else using the ibbridge I'd appreciate knowing if you are experience similar or different issues. Thanks, Mike
Comment