Recent content by joe_bradley

  1. joe_bradley

    Trading models: from Excel/VBA to C++/C#

    Wow, that's a pretty tall order. I've found myself backed into that corner a few times - people write business-critical logic in excel, and I've wanted to pull it out and reuse it without the excel. But I'm not aware of any tools that do this. And it's never been painful enough for me to do real...
  2. joe_bradley

    Sylvain Raynes: The State of Financial Engineering

    Just my $0.02 as someone who took both of Prof. Raynes class - Prof. Raynes frequently indicated his dissatisfaction with "business as usual" in finance in his classes, and you could figure as much by reading the R & R Consulting blog. I doubt any of his former students would be shocked at this...
  3. joe_bradley

    VC++ 6.0 or VC++ 2005??

    Agreed. VC++6 is horribly out of date by today's standards. You may pick up bad habits by using old C versions. As I recall, IDE support for the STL is lousy and you'll never get Boost to compile. Both of those will be needed once you get past beginner stages.
  4. joe_bradley

    tSQL - Transpose rows to columns

    Hi Andy, You've probably figured that there isn't a straighforward command to do this. If you are *forced* to do SQL queries to produce a "crosstab" report, you can try something like this: (excuse me if my syntax is rusty; I don't do SQL enough to know the syntax off the top of my head)...
  5. joe_bradley

    Integrate C++ program into VBA

    Ah Alain, you are mistaken. The original execution, as I saw it, was brilliant. Here's how it worked circa 1998: 1. Contractor with C++ experience but no COM expertise hired to work on code maintenance. 2. Contractor, wishing to accumulate valuable buzzwords for his resume, immediately suggests...
  6. joe_bradley

    C# or C++

    I came neither to praise fat clients nor bury them. I just wanted to point out that it is usually IT management considerations, not technical ones, that indicate whether you use a fat or thin client. That being said, I work for an ASP so perhaps I'm biased. Also, this subject is a bit academic...
  7. joe_bradley

    Interview with Dominic Connor

    Someone above said "Americans are avoiding the [MFE] field". As a paleface midwesterner who's spent much of my life as a practicing engineer here in USA, I would say most engineers and software folk are "avoiding" the field through obscurity. Not a lot of people in technology know such a thing...
  8. joe_bradley

    C# or C++

    Thin client apps not the future? Hmmmm tell that to companies like Salesforce. Tell that to Microsoft, which is pushing the daylights out of Silverlight. Most programming is done within companies; it isn't shrinkwrap. Web applications have the ability to push out updates and keep everyone on...
  9. joe_bradley

    Job market forcast for 2008: It's not all doom and gloom

    Quanster just confirmed what everyone else has been telling me. Unfortunately, I get the idea that most MFEs (like myself) are less schooled in econometrics, market microstructure and the stuff most automated trading houses care about. One wonders if that particular market would be equally tight...
  10. joe_bradley

    Triple Crown - Kentucky Derby

    Statistics, yes. There's loads of statistics in horse racing, and naturally lots of models and experts telling you where to bet. But quant stuff? Seems you'd actually need a secondary market. Betting odds do change as the race approaches gate time, so that isn't out of the question. But I can't...
  11. joe_bradley

    Triple Crown - Kentucky Derby

    Aha, I am a Louisville native! I HAVE to like horses. You're right about the gate draw. It is absolutely ridiculous that the Derby has such a friggin' big field (20+ horses!). It throws too much luck into the draw. And of course, it makes Triple Crown winners that much rarer. Problem is, horse...
  12. joe_bradley

    Job market forcast for 2008: It's not all doom and gloom

    I can vouch firsthand that at least from my POV, things seem to be quite a bit stronger in Chicago than here. A lot of the openings I came across seem to be there. I will say though, that they are looking for more experienced people. One headhunter I talked to expressed that a lot of the firms...
  13. joe_bradley

    New York vs New Jersey

    To tack onto what Gus said, if you've got young kids (or no kids, even) then Forest Hills in Queens is a good bet as well. The neighborhood has a lot going on without being overwhelming, and there are a good number of private/parochial schools around. As far as what property costs, I have no...
  14. joe_bradley

    Is there any impact to quant career prospect by subprime crisis

    Alain's answer is a truism no matter what the market conditions. However, it depends what is meant by "if you are good." Your answer does not indicate what timeframe you're talking about. The current market for newly-minted quants breaking into the business is foul. One headhunter I met with...
  15. joe_bradley

    hi, everyone, I need some advice : statistical arbitrage

    Hi Yuri, I know those sorts of models may sound like baby stuff... however, in the interviews the thing I kept hearing about repeatedly was execution time. If that is the case, it could very well be that the underlying models are just simple, it's just that they need them to run extremely...
Back
Top