Search results

  1. S

    Ruby programming

    I program in all: C++, Java, Ruby, and firmly believe that each of them has their own niche, although, at this point the only thing that C++ is better at than Java is writing drivers for operating systems and supporting legacy systems that beg to be rewritten in a modern language (some 80-s era...
  2. S

    correlation matrix for TradeStation / Excel

    Correlation matrix in EasyLanguage with output to Excel. Works with real-time or historical feed from TradeStation (Radar Screen). Allows several levels of correlation. I developed it initially for my own trading/analysis but wanted to see if anyone else is interested in a product like this...
  3. S

    Open source software in the hedge fund business. Possible?

    Unless a company uses 100% Microsoft products it is using open source software in one form or another, directly or indirectly. Hedge funds are no exception. Open source is present in pretty much all non-Windows operating systems and most C++ and Java-based products. Many common libraries and...
  4. S

    Pairs trading

    please check your Private Message Board
  5. S

    C++ API for Interactive Brokers??

    Well, First of all anyone bluntly saying that Java is slower than C++ simply has either very limited of very outdated understanding of programming languages. There is NO reason why Java will be slower than C++, because it is compiled and executed as the same native binary code as C++...
  6. S

    C++ API for Interactive Brokers??

    Check it out: http://code.google.com/apis/finance/ PM me if you need help integrating it.
  7. S

    60 second delay

    either that or you are the only one with a prehistoric computer here :)
  8. S

    C++ API for Interactive Brokers??

    * use C++ if you care about kilobytes of memory (i.e. run software on a cell phone or a PDA) * use Java is you want to use a modern easy-to-learn language with lots of standard and 3rd open-source libraries available. Also, due to dynamic optimization Java's performance beats C++ most of the...
  9. S

    Using Matlab to trade in IB

    or just find a good freelancer/programmer who can implement your algorithms in a standard programming language (Java, C#, C++, etc...)
  10. S

    Looking for Tick data

    Tickdata.com is ripping off customers by charging ridiculous fees for their data, and its data is known to be inaccurate
  11. S

    software developer available

    I'm there already
  12. S

    software developer available

    Hello, I specialize in custom financial and trading software development. I've been working as a professional software developer and architect for over 10 years. I would like to mention that I guarantee highest possible quality for all of my software. I also offer 1 month of FREE...
  13. S

    Looking for someone to program an API

    What kind of API are you looking at and which brokerage do you want to integrated with? I specialize in custom financial and trading software development have been working as a software engineer for over 10 years and currently looking for freelance work.
  14. S

    Looking for Tick data

    This company provides historical tick data on different instruments, including stocks, options, and futures. wizardsphere.com
Back
Top