Serving the Quantitative Finance Community

Search found 81 matches

by axs
January 4th, 2008, 12:20 am
Forum: Programming and Software Forum
Topic: good C++ learning strategy?
Replies: 19
Views: 63740

good C++ learning strategy?

practicedo the puzzles on http://www.topcoder.com
by axs
April 23rd, 2006, 8:24 pm
Forum: Programming and Software Forum
Topic: DSP programmer (C++) looking for API to access real-time european equity prices
Replies: 5
Views: 110318

DSP programmer (C++) looking for API to access real-time european equity prices

anything that provides FIX format would be good because then you could switch providers and not worry about a new API.
by axs
April 13th, 2006, 9:49 pm
Forum: Programming and Software Forum
Topic: Better Programming Environment
Replies: 22
Views: 116973

Better Programming Environment

port valgrind to vistamore debugging tools to see what memory and threads are doing
by axs
April 10th, 2006, 2:21 am
Forum: Careers Forum
Topic: Prop trading at small firm/fund
Replies: 14
Views: 120088

Prop trading at small firm/fund

<t>QuoteOriginally posted by: propertyrightsburnedOut,What was your equity option market making experience like? Why did you decide to go back to school instead of continuing as a marketmaker? Is it because of narrowing bid-ask spreads as equity option market making becomes more competitive?probably...
by axs
February 25th, 2006, 9:07 pm
Forum: Programming and Software Forum
Topic: how imp is C++,matlab etc
Replies: 4
Views: 118003

how imp is C++,matlab etc

its easier to go from c++ to c#/java than the other way. Also, some people just think c++ programmers are better.
by axs
January 24th, 2006, 1:05 am
Forum: Programming and Software Forum
Topic: Optimization Package in C
Replies: 5
Views: 122532

Optimization Package in C

by axs
January 15th, 2006, 8:53 pm
Forum: Careers Forum
Topic: small bank Credit derivative trader vs big bank middle office quant
Replies: 3
Views: 123553

small bank Credit derivative trader vs big bank middle office quant

why even ask. take the small investment bank credit derivative trading. The middle office can be a backup plan.
by axs
January 6th, 2006, 12:34 am
Forum: Careers Forum
Topic: To Trade Or Not To Trade?
Replies: 22
Views: 127840

To Trade Or Not To Trade?

trade. quant is a backup plan. also, trading means different things in different places. some traders are really just clerks while other traders make decisions and put on trades looking for profit.
by axs
December 24th, 2005, 12:45 am
Forum: Careers Forum
Topic: When the job description says PhD . . .
Replies: 16
Views: 128568

When the job description says PhD . . .

also a phd from 10/15 years ago is vastly different from one from today. With the internet's search capabilities, finding data today is rather easy.
by axs
October 20th, 2005, 12:29 am
Forum: Careers Forum
Topic: Quants: Programmers or Mathematicians?
Replies: 31
Views: 137667

Quants: Programmers or Mathematicians?

QuoteOriginally posted by: crowlogic The position would be of trader with good technical skills, monitoring connectivity and datafeeds, checking for anomolies, analyzing performance, etc.why would a trader be monitoring connectivity and datafeed anomolies?
by axs
September 14th, 2005, 9:24 pm
Forum: Careers Forum
Topic: Startup vs. Career in Finance
Replies: 4
Views: 136853

Startup vs. Career in Finance

you'll know if your startup is a dog within a six months.
by axs
August 26th, 2005, 9:46 pm
Forum: Careers Forum
Topic: quant or trader?who earns the most!
Replies: 21
Views: 141478

quant or trader?who earns the most!

depeneds on what you think a quant is and a trader is. Some quants are just coders and some traders are just desk clerks. If you are good in any profession you will do well.
by axs
August 14th, 2005, 2:06 pm
Forum: Programming and Software Forum
Topic: Date in QuantLib
Replies: 2
Views: 139388

Date in QuantLib

look at Calendar::advance()
by axs
August 3rd, 2005, 12:18 am
Forum: Programming and Software Forum
Topic: QuantLib: Code of the Damned
Replies: 97
Views: 151421

QuantLib: Code of the Damned

search the forums for a 'how to' compile. you need the boost libraries as well.
by axs
July 31st, 2005, 3:36 pm
Forum: Programming and Software Forum
Topic: Writing a program to automatically carry out FX trades.
Replies: 1
Views: 140247

Writing a program to automatically carry out FX trades.

Your best bet is to get historical tickdata and program against that