Search results

  1. S

    Industry Fears Proposal in Congress Would Destroy High-Frequency Trading and Liquidit

    Industry Fears Proposal in Congress Would Destroy High-Frequency Trading and Liquidity By James Ramage February 25, 2009 Call your representatives... Trading industry experts said the passage of a new bill to tax each buy and sell transaction by up to 25 basis points would devastate...
  2. S

    $100B hedge fund

    nitro, you are dead on. Quantum field theory, and more specifically, quantum statistical mechanics (schrodinger mechanics) and brownian motion are extremely powerful subjects, far beyond the normal uses of "brownian motion" you see thrown about. Also, an amazing thing to note is that probability...
  3. S

    Automated pattern recognition

    You might want to take a look at differential stochastic hopfield networks. I used to think that mulit-timeframe templates would be useful, but it is not straightforward to extend the idea of synchronized spikes to multiple time frames, the good news is that each template can have its own...
  4. S

    best language for quantiative finance? C, D, Fortran,python etc.

    Yes, TK is just awful... Qt is nice, but again, coding GUI stuff is grunt-work, the time you are spending debugging widgets and trying to come up with graphs and whatnot, is time that you arent working on strategy or math.. Did you not get the feeling that you shouldn't have to be writing...
  5. S

    best language for quantiative finance? C, D, Fortran,python etc.

    I know some extremely smart people and they aren't using python. Just use the right tool for the job...
  6. S

    best language for quantiative finance? C, D, Fortran,python etc.

    Nice. Lots of good stuff there it seems, I might be able to get used to white-space delimiters... What does python offer in the way of integrated development enviornments? For math, not code.. something similiar to Maple, symbolic manipulation/numerical methods/graphic all integrated?
  7. S

    best language for quantiative finance? C, D, Fortran,python etc.

    I've never had a problem calling C/fortran code from java and writing wrapper functions around them. I don't use java arrays for performance reasons, but 1.4+ has direct memory buffers.. blazing fast., just as fast as calling it from python/C/whatever.
  8. S

    best language for quantiative finance? C, D, Fortran,python etc.

    Cheers to that. Loosely typed languages stink. For the life of me, I cannot figure out why you would want to switching between data types when calling functions. I've never found it to be a chore to think of what type my variables need to be.. and even if I do need to change the types of...
  9. S

    best language for quantiative finance? C, D, Fortran,python etc.

    Good point.. I'm not a fan of designing complex software in C/C++, but what kind of performance are you guaranteeing ? For realtime number crunching speed is criticial.. but for offline optimization, some of the higher level interpreted lanuages might actually be preferred due to the...
  10. S

    best language for quantiative finance? C, D, Fortran,python etc.

    I don't know what defines a "quant" exactly. All I know is I do what works best for me... I have a very analytical mind, so being able design a system mathematically is really helpful because the math can be turned directly into algorithms, which is much easier than just coding blindly...
  11. S

    best language for quantiative finance? C, D, Fortran,python etc.

    Yeah, R has some really nice packages.. I found the interfface to be pretty clunky though.. and it is quite a pain in the ass to use in general.
  12. S

    best language for quantiative finance? C, D, Fortran,python etc.

    I'm not a professional quant, I do software professionalyl though.. right now this is just a hobby and something I'm teaching myself.. It is something I have considered, but I'm very comfortable in my life right now and am able to study and learn and work stress-free for now and do...
  13. S

    best language for quantiative finance? C, D, Fortran,python etc.

    matlab, maple, mathematica, java, fortran, C. A lot of the stuff I do isn't just writing code but solving problems and then having the code to solve the problem generated and compiled automatically. I've found a lot of useful stuff in Automatic Differenation Automatic Differentiation...
  14. S

    best language for quantiative finance? C, D, Fortran,python etc.

    nonsense is right. I'm not sure about python, but coding complex problems in c/c++ is going to be expensive, error prone, huge development time, etc. There are advanced tools/languages/algorithms now that do the grunt-work for you, and coding C/C++ is grunt work, plain and simple, unless you...
  15. S

    Degrees of Freedom

    What does string theory have to do with trading? Whether supersyemmtry exists or not (i dont know much about it) shouldn't matter. Probably the most useful symmetries will be in costs functions/optimization which have nothing to do with quantum mechanics, unless you are optimizing some...
  16. S

    Degrees of Freedom

    These are good topics, I'm not in the habit of bothering people about specifics so I didn't inquire further. I'm getting better at calculus, solving PDEs and soforth, mostly simply by reading lots of papers and solving stuff with maple, which is a great tool because it shows the work and...
  17. S

    Degrees of Freedom

    Actually, I don't think she trades at all. She got her Phd in Russia in the mid-80s in optimal control, physics, nonlinear dynamical systems, etc. What do you mean by commodities false start? When I first started out ages ago, I went directly towards studying all sorts of "advanced"...
  18. S

    Degrees of Freedom

    It is a mixture of both, some things are parallel and some are serially dependent, it depends on how you design your system. Thanks for the advice. I never went to school actually, but I've recently started studying this stuff (numerical simulation,control), with a professor on an...
  19. S

    Automated pattern recognition

    Nitro, yes you are right about scale-free templates... I believe if you are going to go the wavelet route you need to formulate them in continuous-time rather than discrete. The problem is how to build the template library, and at what scale? The trick is to design some algorithm that can...
  20. S

    Degrees of Freedom

    Fascinating. What do you think of Systems Theory? Would you consider what you to do be 'simulatuion'? If so, have you found it useful to combine continuous time, discrete time, and discrete event simulations into one framework? Much of what I'm leaning towards is a new paradigm for...
Back
Top