Recent content by futbee

  1. F

    Ordertransfer from Ensign to IB

    I've tested the following in Delphi: library ESPL; uses TWSLib_TLB; function DLL(sTicker: shortstring; var dllfunction,nLast,nLastsize,nBid,nBidsize,nAsk,nAskSize,nVolume: variant): variant; stdcall; var tws: TTws; begin try tws.connect('',7496,3); DLL:=0; except...
  2. F

    Ordertransfer from Ensign to IB

    Thanks for the very important input. It shows several ways. I will test it, and when I have further questions, I'll come back. futbee
  3. F

    Ordertransfer from Ensign to IB

    Hi, it is possible, to programm a DLL in Delphi, named ESPL.dll, and communicate from Ensign with ESPL to this dll. I will transfer a order from Ensign to IB. Is it possible, to connect from the dll to the IB-ActiveX element? I've no experience with Delphi and VB.Net will not work with...
  4. F

    Ensign DLL

    Hello, I will programm a connection from Ensign to the IB-TWS over the ESPL.dll. I've programmed a DLL with DotNet, it works. It have one method called "DLL" with the parameters described in the ESPL-Manual. When I copy this espl.dll to the Ensign directory and replace the old DLL, it will...
  5. F

    Interactive Brokers and API

    Hi, I find, it's better to write a Visual Basic programm. You need to implement the ActiveX component from your tws-directory and then \activex. It's the tws.ocx file. See this link: http://www.interactivebrokers.com/html/webhelp/webhelp.htm and then API/ActiveX for detailed informations...
  6. F

    Have a problem with ESPL-Ensign

    @hawki and @mavrick99 thank you for the ideas, but they not resolve the problem futbee
  7. F

    Have a problem with ESPL-Ensign

    I will program a study using espl in ensign. The study will calculate when the first bar is complete above/below an moving average and will when display a line in the chart. The problem is, the study calculates on every tick, but I need to calulate it on the close of a bar because the display...
  8. F

    ZN trading over Interactivebrokers

    @all thanks for the answers
  9. F

    ZN trading over Interactivebrokers

    And how can/must I trade the ZN with IB?
  10. F

    ZN trading over Interactivebrokers

    Hello, I've a problem to go long in the ZN U3. IB told me, I can't go long only 3 days before the first notice day. I can't understand the logic of this rule. Is the september contract not possible to trade at this time. Thanks
Back
Top