Search results

  1. M

    TWSLink for linking your Application to TWS

    hello retief, try TWSLink.INITDLL(2,"c:\\twslink.log",6,1,3,4000); or TWSLink.INITDLL(2,"c:\twslink.log",6,1,3,4000); instead the next time
  2. M

    TWSLink for linking your Application to TWS

    refill: attaching order <-> oca discussion. as i said, attaching orders (that is by providing parent order id for function place_order) makes TWS to create an oca group implicitly. you can easily check out this in TWS -> open Order Ticket. so what happens if you do it like here: //Create...
  3. M

    TWSLink for linking your Application to TWS

    sorry, i forgot, that should retrieve average costs: TWSLink.GET_CONTRACT_VAL(ID,13,"","")
  4. M

    TWSLink for linking your Application to TWS

    hello retief, please repeat the script with dllloglevel set to 1 and send me the logfile. otherwise i can't say what is going wrong. some general words: - function TRANSMIT: this function transmits all affected orders to IB. using...
  5. M

    TWSLink for linking your Application to TWS

    Hello all, just recognized when testing with AmiBroker that installation routine of new Version forgot Registration for COM. That effects e.g. Wealth-Lab, Excel and AmiBroker Users. The new package (which only differs by COM-Registration during Installation). Sample lines for those using...
  6. M

    TWSLink for linking your Application to TWS

    Sorry, i didn't see your post. well amibroker support: they write: "the AmiBroker Developlent Kit (ADK) is a package for C/C++ developers allowing to develop own indicator and/or data plugin DLLs. The self-extracting executable contains documentation, headers and working examples for...
  7. M

    TWSLink for linking your Application to TWS

    hello mss, the current version (1.0.5.0) has production status. if there should be bugs, they get fixed and the build number updated. the next feature planed for twslink is database support to store orders and account states. so those familiar with sql will be able to make researches on...
  8. M

    TWSLink for linking your Application to TWS

    new release for release notes please visit: http://www.trade-commander.org/twslink/relnotes.htm#v1042 for download please visit: http://www.trade-commander.org/twslink/twslink.htm
  9. M

    TWSLink for linking your Application to TWS

    a trade station sample files is contained in the package (.els). just import strategy and define your symbol. however, for you, the samples page got updated.
  10. M

    TWSLink for linking your Application to TWS

    of course... do you guys really look at the website ?? it is well documented, many samples in the package among others one for tradestation
  11. M

    TWSLink - Automated Trading with TWS and any Software

    Hello NoWorries, pulling trade signals by email from a server is - from TWSLink point of view - a different task. TWSLink bases on direct DLL/COM Function Call. To use TWSLink you would need a wrapping application/script which pulls the signal from C2 server, extracts order spec from...
  12. M

    TWSLink - Automated Trading with TWS and any Software

    - collective2.com i put a look there and couldn't found any outgoing gear except the "Instant Trade Messanger" may in later versions i'll offer a file interface where orders can be placed like: MSFT,STK,USD,SMART,BUY,LMT,27.66,0.0 - multiple instances this is planed, but i think this...
  13. M

    TWSLink for linking your Application to TWS

    hello traders, i want to ask you to check out a tool that allows placing Orders in TWS, getting Account Information etc. from any application that can use a DLL or COM. http://www.trade-commander.org/twslink/twslink.htm
  14. M

    TWSLink - Automated Trading with TWS and any Software

    hello traders, i want to ask you to check out a tool that allows placing Orders in TWS, getting Account Information etc. from any application that can use a DLL or COM. http://www.trade-commander.org/twslink/twslink.htm
  15. M

    DLL to send calls through EFS script to IB advisor account

    please look at http://www.trade-commander.org/twslink/twslink.htm
Back
Top