You don't understand: TWSLINK works via DLL calls. You must know Easy Language pretty well to accomplish this. If you don't care about tracking performance in TS2000i, then there is no problem. However, if you DO want to track it, then you can generate the signals without placing another order into IB...you just don't make the TWSLINK DLL call that's all. Get it ? In other words you can generate orders in TS2000i without placing orders into IB and vice versa. If you want to "sync" the two, that's the tricky part.Quote from bidask:
i only want orders functionality. TS2000i sends the orders to IBTWS.
In your example with trade commander, if IB already filled the order then why do you need to generate a signal to send another order? Am I reading you correctly?
Quote from syswizard:
You don't understand: TWSLINK works via DLL calls. You must know Easy Language pretty well to accomplish this. If you don't care about tracking performance in TS2000i, then there is no problem. However, if you DO want to track it, then you can generate the signals without placing another order into IB...you just don't make the TWSLINK DLL call that's all. Get it ? In other words you can generate orders in TS2000i without placing orders into IB and vice versa. If you want to "sync" the two, that's the tricky part.
You're making a lot of assumptions. Are you using market orders, limit orders, ???Quote from bidask:
i still don't understand. my ts2000i generates a buy signal. the buy signal goes to twslink and twslink sends it to IB. IB fills the order.