Recent content by nielsb

  1. N

    Automated Trading Platform

    TradeLink is an open source .NET based trading platform. You should check it out.
  2. N

    Help on Automating System on multiple instruments

    Have a look at TradeLink. If it doesn't do exactly what you want, you can change it (relatively easy) as it is Open Source.
  3. N

    VB.net programming error

    This has nothing to do with Sterling's threading model. It is how we are handling data coming into our app. Niels
  4. N

    VB.net programming error

    I believe the syntax in VB.NET would be the same as in C#, the locker is just an object you have declared in class scope: OnQuoteUpdate() { lock(locker) { line1 line2 line3 line4 } } Hope this helps Niels
  5. N

    Algo / Quantitative Trading Books

    Hi Rosy2! Personally, I would want to get to know more about both - but choosing between the two; I guess I would choose the technical part. Niels
  6. N

    Algo / Quantitative Trading Books

    ????? Niels
  7. N

    Algo / Quantitative Trading Books

    Hi tradetwo! It looks we both are "newbies" here (at least based on post-count :) ). A good book on the subject seems to be: "Algorithmic Trading and DMA" by Barry Johnson. I have not read it myself, but it has some fairly decent reviews on Amazon. A book that has not been published yet...
Back
Top