Search results

  1. S

    Duration Weighted Average Quote

    When dealing with irregularly spaced quote data there are often ghost quotes.. people are fishing for hidden orders and they last less than a few ms. This can create noise it not handled properly in different situations: For example, when creating a reguarly space time series it is common...
  2. S

    Calculus- Useful in Systems?

    Absolutely ridiculous amounts of calculus in my strategy. Start simple first though..
  3. S

    Sharing Automated Trading System Design or Code?

    Great question.. of course this is possible. I've been involved in opensource development for 7+ years so I really do believe it can be a great thing. What is the incentive for the ATS developer to share the countless hours of work he has put into it? For people with lesser ability they...
  4. S

    Successful Automation?

    You can always look for past black swans and see how the markets reacted, of course this is not gauranteed to hold in the future.. but large scale correlations (between currencies, markets, etc) change much more slowly than single stocks, sectors, whatever.
  5. S

    Successful Automation?

    How exactly were exchange rates affected? Is it a zero-sum game where some were up and some down, all down?
  6. S

    Price and time projections

    lol. You think there is some software out there that will masgically predict price for you? This stuff is not easy. Companies hire many programmers and phds to do this sort of stuff and have no interest in selling it to anyone else. Brush up on your coding skills, put on the thinking cap, sift...
  7. S

    Successful Automation?

    Essentially, yeah, I found it pretty hard to find single pairs.. easier for etfs/indicies, but still not exact. Many times they are in the same sector but it's not necessary.. it's a pretty painstaking process to find them: collection of high frequency data, testing for lead-lag relationships...
  8. S

    Successful Automation?

    I am 100% automated.. high frequency, never hold overnight positions.. I look for 'synthetic pairs' or baskets of securities that move in some relation to another basket or single security. The average profit per trade is extremely small but makes up for it by being high volume.
  9. S

    Successful Automation?

    Not sure about this technical speak.. I don't usually look at charts because i think they can be deceptive.. But..I don't hedge with options, I find highly cointegrated ETFs, indices, etc. short one, long the other, or use baskets of etfs, etc. It is not a perfect hedge but it has performed...
  10. S

    Successful Automation?

    Fascinating, how are you performing your analysis? I'm also studying related ieas using cointegration, causality, automatically generated directed graphs, etc.
  11. S

    Successful Automation?

    I'm interested as to how this could happen.. I'm always nearly completely market neutral so even if the exchange catches fire I should be pretty safe.
  12. S

    Successful Automation?

    How can you say that? high frequency systems are much less vulnerable to black swans than long term systems. Yes, tighter stops.. but if you are hedged appropriately your loss is going to be a few percent max.. And then the system should be smart enough to realize the markets have went into...
  13. S

    Successful Automation?

    What can these guys do that you can't do yourself with a nice box in a colo near the market centers?
  14. S

    Atuomatin Failsafes

    I think the failsafes depend on the type of strategy, but here are my thoughts (high frequency pairs trading) 1. strict stop loss calculated on volatility estimate (NOT hard coded percentage, dont want to get stopped out by white noise) 2. Dont use arbitrary consecucitve wins/losses, plot...
  15. S

    Non-Linear Cointegration Trading Model

    I agree with this in general, trying something and realizing it doesn't work does have some value. But a *year*?! It only took me about a day or two playing around with cointegration models in matlab to realize it was well worth it. Correlation and cointegration are related but very...
  16. S

    Non-Linear Cointegration Trading Model

    You know, tons of money is made with cointegration and related concepts. Laugh it up. :D
  17. S

    Algorithmic Trading: Goldman's Piccolo algo

    Anyone know much about this yet? I have access to it thru my broker and was wondering if it is worth using. Goldman Sachs Jolts Algo Trading Suite With an updated algorithmic trading suite, Goldman Sachs targets faster and more profitable trades. Goldman Sachs jolted its algorithmic...
  18. S

    IB vs MyTrack SDK

    limebrokerage.com has an excellent pure java api.
  19. S

    My next motherboard

    You can still use c++ from JNI by declaring your methods "extern C", and then from there calling the rest of your c++ code. I also use a mixture of c and c++ but most of the native stuff I use is either fortran or C so I don't really have a huge need for c++.
Back
Top