Search results

  1. L

    Just another trading platform - But this time different!

    Well, we all know that x87 coprocessor and all the follow-ups were operating internally in 72-bit floating point numbers. Any floating point operation between 64-bit or 32-bit numbers involved conversion into the 72-bit format and back. Naturally, any code that relied on loss fo precision...
  2. L

    what happens with the saturday and sunday money?

    brokers and prop firms don't think they are rich enough to pay for gambling addiction treatment. So, they give "clients" a break.
  3. L

    Just another trading platform - But this time different!

    Do you hint you were programming in assembly language as opposed to relying on an optimising compiler?
  4. L

    Sierra Chart vs. QuoteTracker vs. Other

    Before deciding on a new platform, give a (free) try to NinjaTrader, Amibroker and NeoTicker.
  5. L

    Need Help Selecting a TV as a Monitor

    Are you sure it is not 1920x1080? If you are sure would you mind posting a picture of small text on such a screen taken with a camera? Juts a few word will suffice to see if the text is blurred. It is not about "space" as such, it is about the "level of detail". At 1920x1080 resolution a 120"...
  6. L

    Critical process/components for building bullet-proof high speed trading systems

    I should start mentioning my favourite SciFi acronyms. Very few people will know if these are real (whatever "real" means in the SciFi world). On a serious note, liquid nitrogen is a very popular cooling agent. It has also helped a few computer types develop some serious muscule. Carrying...
  7. L

    Just another trading platform - But this time different!

    Haha, very true! At least, so far punters have formed 2 opposing camps: those who believe in absolute superiority of "native" code and those who see advatages of bitecode and runtime compilation. Just 2 camps - it's a miracle of unification. Having a strong opposing camp isn't great for...
  8. L

    Business models of prop-shops?

    2 key differences: 1) In a bank there is lots of work linked with client business. So, the graduates are overloaded with spreadsheets, presentations etc. The graduates are a highly motivated workforce who are prepared to work long hours (and don't have family commitments that interfere) for a...
  9. L

    Software to trade on the chart

    Looks like this thread is getting hijacked by SierraChart argument. (Remember the story of a passenjer on a small plain who walked into the cockpit and greeted his pilot friend "Hi Jack!". The dispatcher overheard the greeting on the radio and shortly after the passenger was arrested by a...
  10. L

    Password Storage

    Sticky pieces of paper on the monitor bezel are leading at convenience by a large margin.
  11. L

    Business models of prop-shops?

    That's impressive return. I presumed he wouldn't charge more for leverage than mainstream retail brokers (which I think charge smaller clients a fortune anyway).
  12. L

    Anyone has more than two computers?

    or even moving the mouse (virtual KVM).
  13. L

    Critical process/components for building bullet-proof high speed trading systems

    Have you seen strips about fictional ISO 9000 certification in Dilbert comics? It's much more important to have a proces than what the process is. The thing is... what the process is depends on all the small details of your project. Say, if you have market interface whose code is a few years...
  14. L

    Averaging into trends using pivots

    Anyway, I was thinking of giving this thread a shameless bump...
  15. L

    Platforms that allow allocating shares across sub accounts?

    When you say platform do you mean a broker platform? (As opposed to 3rd party order entry platform.)
  16. L

    Just another trading platform - But this time different!

    One may argue it's actually more difficult to write good code in .NET than in C++. It's juts much easier to write code. Out-of-order information (or messages) is an interesting subject. 2 examples: When an instrument is trading on multiple venues, it takes different time for the market data...
  17. L

    TWS Clock 30 minutes Off

    Thsi explains it. A computer has a cmos clock which keeps running when the computer is switched off. Normally when the computer boots the time is taken from this clock, not from the Web. When the battery runs out (or accasionally appears defective), the cmos clock may run significantly behind...
  18. L

    Why would anyone trade spot fx

    Well, price improvement only happens when the market has moved by the time your order reaches the market. It's ususally not solely from the goodwill of the broker. With CME, it takes an order some hundreds of milliseconds to reach the echange. If while the order is being placed it effectively...
  19. L

    Anyone has more than two computers?

    Judging from 2 keyboards amd absence fo a KVM switch this isn't more than 2 computers though.
  20. L

    TWS Clock 30 minutes Off

    I think what TWS does is when it starts up it requests time from IB. They assume clock on IB server is correct while most users don't keep their PC clocks correct. Then IB calculates the difference and applies this fixed difference to the local time. So, if the local clock is half an hour...
Back
Top