Search results

  1. N

    Do you run your self-made trading system with Linux or Windows?

    If security of your server is of importance to you, I would strongly advise to a linux box (with a minimum of running services + intrusion detection/prevention software) ...
  2. N

    The Cloud for Automated Trading/NT

    Steadfast and SolarVPS (part of fortressITX) are both solid options. I wouldn't worry too much about someone stealing your code. These companies are hosting thousands of clients ... If the admin wants to, he can find for sure more interesting stuff than your 1 trade/d strategy ...
  3. N

    The Cloud for Automated Trading/NT

    I guess many on ET would be happy to make in average $1k/m :p Hence, having 1% fixed cost instead of 15% (nowadays you can find a descend linux VPS for $10/m if you look hard enough, which is for most cases sufficient if you work on timeframes >= secs) one might see as an argument for VPS...
  4. N

    After HFT, Quantum Computing Based Trading

    I'm not an expert on these things. But I do not expect that the main interest will be for HFT. Rather in risk management, which is basically just an optimization problem. The big ones will start to use the D-Wave chip as soon as its cost (and speed for their specific optimization problems)...
  5. N

    After HFT, Quantum Computing Based Trading

    Do your homework before making statements ... Lockhead Martin is applying (sort of) quantum computing (the D-wave ship) already for 2 years to solve optimization problems. (Im saying sort of, because there is still a bit of academic dispute if the chip is a true QC, ... but my latest info is...
  6. N

    After HFT, Quantum Computing Based Trading

    The article itself is bullshit. * But the core statement is true. * If you have a need and enough cash, buy the chip from D-Wave, and you should be able to solve your optimization problems via quantum annealing. So, there is indeed great potential of QC for finance/trading in the near...
  7. N

    Low-latency data feed and execution APIs

    This explains a lot (about the "competitors") :D ( Anyway, who hires someone taking loop quantum gravity seriously ? :confused: )
  8. N

    Whats best for serous ATS: lightspeed vs rithmic vs DAS

    You would need far more data for reliable statistics ... but your smart lag seems to be of the order I have ... Does anyone has measurements for iB with FIX ???
  9. N

    Whats best for serous ATS: lightspeed vs rithmic vs DAS

    I roughly remember that I read some time ago an advertisement .pdf from iB saying something about ~ 30 ms execution time. However, don't remember for which specific setups. Maybe they have a dedicated execution platform for institutions and/or fixed line connections (or prioritize them). The...
  10. N

    Whats best for serous ATS: lightspeed vs rithmic vs DAS

    At least for smart routing it seems that >500 ms is not unusual for iB to send order acknowledgment ... (without your own latency). Good luck!
  11. N

    Creating own trading system

    You have to discriminate between building a Ferrari, a BMW and a Wolga. My statement is for building a Wolga :p
  12. N

    Creating own trading system

    Actually, for my purposes it is sufficient to store long-term only 1 min resolution (~150 contracts) and keep everything else in memory. A simple mysql db is sufficient for that. As I said before, the trading engine and backtesting are two separate things. Using for the latter something like...
  13. N

    Creating own trading system

    Yes, I developed from the scratch my own system. (In Java. But please no discussions about all this no-knowledge BS like GC etc. . With the right JRE it *is* even used for real-time military grade applications like radars, avionics etc. ... ). I don't want to start discussing elementary...
  14. N

    Creating own trading system

    Subtract all the fancy (and not necessary) GUI and (BS) TA indicator stuff, and you will see that it takes not long to code up a basic trading engine sufficient for many purposes. Why bother with tradelink, etc. for backtesting if you can write up tools of >= quality in R, Mathematica, Maple...
  15. N

    Creating own trading system

    At least their webpage is quite amusing: "IQBroker can be connected to MBTrading and Interactive Brokers for high-frequency trading."
  16. N

    Exit strategy

    Run as many contracts simultaneously as possible and (eventually) as well dynamically hedge the underlying market.
  17. N

    Any good math/stats books suggestion for trading?

    Don't waste your time reading books ... Take a look into papers in http://arxiv.org/archive/q-fin to get some rough idea what math can be applied and then cherry-pick math lecture notes for the topics you are interested in. (Fortunately, the math used in q.finance is rather primitive ...)
  18. N

    Any good math/stats books suggestion for trading?

    Not worth the paper it is printed on ... For example: p.28 (from amazon look inside): "Finding prospective quantitative trading strategies is not difficult. There are: * Business school and other economic research web sites. * Financial web sites and blogs focusing on the retail...
  19. N

    Trading on H1-B / H4 visa

    If it is a serious prop firm (you are an employee), it is not uncommon that they sponsor H1B, though the qualification threshold is usually a bit higher.
  20. N

    Trading on H1-B / H4 visa

    First of all, it is not the responsibility of companies to provide education. Despite that, if you take a closer look, the donations of companies (and private donors) are in fact what currently keeps public universities floating. The lack of quality of education (if you go away from the ivy...
Back
Top