For questions about programming languages and packages in quantitative finance. Note: question must be specific to quantitative finance and must necessitate knowledge of quantitative finance in order to be on topic.
28
votes
16answers
23k views
What programming languages are most commonly used in quantitative finance?
What programming languages are the most common in quantitative finance, and why are these languages used?
Note: I do not mean, what languages are used to develop the accounting system at a hedge ...
10
votes
3answers
1k views
Is there an all Java options-pricing library (preferably open source) besides jquantlib?
I am looking for an all-java implementation of black scholes, preferably open source. I found jquantlib and quantlib (C++). Any other recommendations?
The jquantlib site seems to be down.
I'd prefer ...
7
votes
4answers
781 views
Library to solve optimization problems
I'm working with C# and I start being bored writing optimization algorithm. Do you know of any free library containing this sort of algorithms.
In particular I'm cutrently working with Semidefit ...
13
votes
4answers
2k views
What C++ math libraries are typically used by quants?
Before you mark question as off-topic, please read it - it is, actually, quant-related.
Basically, I'm working on an app that spits out a lot of C++ math. When it comes to simple things like ...
19
votes
6answers
2k views
How good is managed code for algo trading?
I am currently working in a firm that does algo trading. We do all of our stuff in Java. And we do make money out of it. We have debates all the time whether we would have made more money with native ...
18
votes
5answers
3k views
What is a good broker for HFT?
Currently I trade trough IB. I run my HFT strategies (100 roundtrips per hour) but I think that latency is killing me and my profits are shrinking. I need the fastest possible brokers out there which ...
11
votes
4answers
2k views
Implementing data-structures in a Limit order book
I'm working on implementing a 'LOB' and I'm being very careful about choosing my data-structures so as to maximize performance.
Using F# as an example, I need to consider a List versus Array for ...
13
votes
9answers
3k views
Which brokers offer a .NET stock trading API?
I'm trying to make up my mind and choose a broker, however much of my choice depends on the trading API offered.
I'm definitely not interested in FIX solutions and I'd very much like a .NET ...
6
votes
7answers
2k views
Option trading API other than Interactive Brokers
I'm looking for an options broker that provides an execution API.
I'd like to ideally test on a papertrading version of it before connecting to a real execution engine. I know IB offers that, but they ...
7
votes
4answers
946 views
What approaches are there to order handling in automated trading?
I am currently developing a commercial automated trading program in which users can write their own proprietary code and develop strategies, like in NinjaTrader, MetaTrader etc. Right now I am working ...
6
votes
3answers
4k views
Trading C++ Libraries
Are there any free c++ libraries that would have some of the functions that would be used in developing a trading strategy. For instance, calculating drawdown, Volatility Forecasting, MAE, MFE....etc.
...
7
votes
4answers
522 views
What commercial financial libraries are available to outsource implementation risk?
During our daily jobs as quants, we tend to be willing to develop all the quantitative libraries ourselves. While I know that we need to develop specific algorithms which are the foundations of our ...
7
votes
5answers
1k views
Is Visual Basic a fast enough for millisecond orders
I have an API that for an order routing platform that is in visual basic. The maximum frequency or orders to exchanges will be milliseconds, where the underlying systems are expected to be able to ...
5
votes
4answers
591 views
Library of basic indicators
I am looking to start developing a trend following strategy and have been looking to do something in either C# or Java and wondered if there was a library or framework out there that would make ...