15
votes
10answers
622 views
Why does derivative trading position always require C++ knowledge?
I’ve never worked in trading environment before and I was curious to see that few of the trading houses seem to use C# but most of them do heavily rely on C++. Why is it?
Is it because C++ is …
9
votes
7answers
1k views
Recommendation for high performance WPF Chart
We're working on a WPF-based desktop application that charts financial markets information (candlestick charts, overlayed indicator curves, volume, etc). The charts are displayed in real-time with …
4
votes
5answers
672 views
Financial Charts / Graphs in Ruby or Python
What are my best options for creating a financial open-high-low-close (OHLC) chart in a high level language like Ruby or Python? While there seem to be a lot of options for graphing, I haven't seen …
4
votes
4answers
650 views
C# financial charting library for Windows Forms?
Hi,
I need a open-source/free C# tool or library that can do financial charting for a student project. It needs to be able to do a open-high-low-close chart, and be able to graph various technical …
3
votes
1answer
75 views
Open Source Sponsorship Schemes? (GSoC-like)
All of us know meanwhile about Google's Summer of Code, however I was wondering: are there any other/similar sponsorship schemes for open source software? Something that would allow for partial …
3
votes
6answers
441 views
Database design question
I accumulated a quite a lot of data in a raw form (csv and binary) - 4GB per day for a few months to be precise.
I decided to join the civilized world and use database to access the data and I …
2
votes
6answers
185 views
Best Practices in Design of Billing / Invoice Software in .NET
I am currently working on a project where I have to design / implement the billing/invoicing system for our companies new project. We will be generating the invoices once a month as pdf files and …
2
votes
8answers
176 views
How to Design a Program to Perform Complex financial calculations with .NET
Alright, I hope this isn't too broad a question but my curiosity got the better of me. I'm working for a large insurance company. We are building excel spreadsheets that handle projection of future …
2
votes
3answers
68 views
Financial tracking for software projects
The team I'm part of manage a number of software projects - and most of the stuff we do is end to end, from requirements tracking, to project management to purchasing and setup - a big pain is …
2
votes
3answers
152 views
Integrating with Sage Financial Software
I have recently been asked to develop an application that will have to integrate with Sage Line 50 financial software.
I've done some googling and I am surprised at the lack of info on interfacing …
1
vote
3answers
335 views
Sample Database Design for Financial Accounting
Could someone please lead me to a sample database for a financial accounting system?
1
vote
3answers
180 views
How to skip empty dates (weekends) in a financial matplotlib python graph?
ax.plot_date((dates, dates), (highs, lows), '-')
I'm currently using this command to plot financial highs and lows using matplotlib. It works great, but I also need the option to remove the blank …
0
votes
0answers
11 views
Download financial transactions
Is there a C# library or something I can use to download credit card/bank transactions to do processing like what Mint, MS Money, etc. does?
0
votes
3answers
67 views
How to calculate Future Value (FV) using JavaScript
I've been given a task to convert a simple spreadsheet to a HTML form to be used on a website, that is going to do some calculations using JavaScript. This would be no problem at all except I know …
0
votes
1answer
47 views
Condensing Stock Data
I have a data set that is composed as such:
2009,11,01,17,00,23,1.471700,1.472000
2009,11,01,17,01,04,1.471600,1.471900
2009,11,01,17,01,09,1.471900,1.472100
2009,11,01,17,01,12,1.472000,1.472300
…
