Search results

  1. C

    R vs MATLAB

    ty
  2. C

    R vs MATLAB

    do you trade through r? who's your broker (ib)? i run on hundreds of stocks live via excel (people who harp on speed simply don't understand their own speed or how to optimize excel). i'm debating moving my strategies to python or r to add functionality and prototyping speed --- can't...
  3. C

    python script to create/track stoic index

    i've used that, and it works.
  4. C

    duped!

    only an idiot would steal the idea of another idiot.
  5. C

    trader tools

    is your spreader boilerplate? if it's passive, leaning, can work multiple legs, and can spread multiple instruments (ratioed against an average, etc), then it might be useful. most are paranoid about others software (as you yourself were apparently). i'd worry about proper error checking...
  6. C

    need advice to help pick the platform & programming language

    is any info on the ide available on your site? do you have clients actively trading this many securities outside mere basket functionality?
  7. C

    Looking for VB Programmer in the Chicago area

    vb or vba? i've built several applications for redi. what do you need?
  8. C

    Those using IQFeed API

    i'll run this sometime next week. i really appreciate the sample. thank you!
  9. C

    qcollector, history server problem

    the qcollector guys got back to me. downloaded a newer version and am having no issues now.
  10. C

    qcollector, history server problem

    already did. my qcollector version isn't supported (they've transitioned to an "expert" version), and their customer service is glacial. figured someone here could help more quickly.
  11. C

    qcollector, history server problem

    recently, my qcollector has failed to connect to dtn's history socket. tough to trade without historical data for my ats. anybody else having this issue?
  12. C

    Those using IQFeed API

    anybody got a python sample for iqfeed connect / parse / process? nothing complicated, just some basics.
  13. C

    DDE and Excel VBA

    your test seems convoluted. why don't you set it up in a single workbook and compare your price results: once as pure dde (copy the links as vals) and another using the forced update vba version suggested by pocketchange? i'm interested in the results and appreciate the thread renewal.
  14. C

    Trading Shim, IB, Linux

    anybody use the trading shim? http://www.tradingshim.com/ support seems to have slowed, and i ran into some problems setting it up on ubuntu. if you use it, are you using centOS 6? any problems compiling before i try an install of a new operating system ... also curious on speed and...
  15. C

    DDE and Excel VBA

    with your sub: " Dim ddechan, F1 As Variant ddechan = Application.DDEInitiate(app:=m_oec, topic:="quote") F1 = Application.DDERequest(ddechan, "ESH1?Symbol") Application.DDETerminate ddechan " you state that just one piece of data forces ALL dde links to update (including data for...
Back
Top