Month: July 2011
-
Asynchronous Financial Data processing using F#
Hi everyone, I was looking at a book to find some algorithm to detect clusters within financial data. I managed to find a decent algorithm for that matter, but I then wanted to test it on some real data. Hence, I had to get the data from somewhere and I chose to use Yahoo! Finance.…
-
Functional approach to portfolio modeling
Good evening everybody, I’ve been paying attention to portfolio modelling for the past few months. When you tackle such problem, you first try to think about how you could represent a portfolio as an object so that you can dive into your C#/C++/Java code so that you can start making money ASAP. However, you’ll soon…