finance

How develop a financial software in Qt?

I want to create a little finance-software for my association. I want to keep it simple and easy-using, creating new persons should be possible, and every person has entries and costs. The programm should calculate the sum in every step and the total of every person. Now my question: What is a good way to realize that? I thought about SQ...

Financial library for C/C++

Do you know of a good open source financial library written in C (preferably) or C++? I already looked at Quantlib, which seems too complicated for me, since I just want some basic computations (total cost of credit, all in-cost credit rate...) Thank you very much! ...

google finance tools on my website?

i am on the process of building a website execlusively for trading purposes. including live quotes and level 2 quotes. charts. user protofollio with automatic updates. news and so on. am i allowed to use google finance tools on my website? and if yes how can i go about doing so? thanks in advance ...

How should I construct a finance DSL?

I've decided to build a database tracking the credit card offers I get in the mail, and one confounding factor has been how to represent the offers. With minimum finance charges and variable rates and mimimum variable rates it gets a bit more complex than "10.99 percent". I've decided I need to construct a language to represent these thi...

How would I go about plotting "live" stock market data with Processing, jQuery, Pure Data or Max/MSP?

This is intended as a question quite open to any suggestions, hints or pointers. I wish to start playing around with home brewed automated investment models, the beginnings of which I have concepts for. I'm familiar with a few frameworks/languages that I suspect might be able to help me in this. Suggestions regarding other languages than...

Yahoo Finance API

I want to implement the Yahoo Finance API into my web web-application but when I searched for the API, I didn't get the link to the API, rather I found the rss feeds that Yahoo provides for finance data. So, my first question is whether Yahoo provides its Finance API? If yes, the what's the link to that API. I have used several APIs of...

To those in the Financial Sector, storage of data question

I am creating application which stores the users financial information in a sqlite database. I want it to store all sorts of info like account number, bank name, interest rates, etc. I wanted to ask how the following is done in real financial software. As an example when somebody requests data from the database via the software, doe...

Hide weekends on WPF toolkit chart

I am making a small app that plots financial price data and since the finance markets are closed on the weekends, I have no data for those days. By default the chart, found in the new WPF Toolkit, shows a large gap between Friday and following Monday and this behaviour is not acceptable. I am trying to figure out a way to "hide" the week...

Average pricing implementation in a POS application?

I am developing a POS (Point of Sale) application which should be able to calculate average price. Here is the deal, i don't know what it is and how it is calculated for consumer products. I just got this requirement. All i know is this, that there is no way to know from which particular stock of goods, an item was sold from (i.e. when s...

How to design a programming language adapted to financial instruments ?

I work for a boutique specialized in finance. We thought about designing a language to describe financial entities related to financial markets. This would be mainly used as some kind of scripting language to replace many process run in spreadsheets and VBA macros. It has to be simple and it has, in fact, to call various C++ and C# li...

How best to hold 1000 different data series using TimeSeries module in Python?

Hello - I want to create a massive TimeSeries object which will hold 1000 different financial markets data series, each storing 1500 daily-data points. I'm quite new to the TimeSeries module and am a little confused as to how I would best go about it. So a few basic questions: 1) Should I use a huge numpy array of 1000x1500 and simply...

Is Chartered Financial Analyst (CFA) certificate worthwhile for a software developer

I am interested in Finance and Investment, but I think I will keep on the software developer track in the future several years. Is it worthwhile to get a CFA certificate or simply grab some books to learn about it? Will it add up to a software developer's career? For future career, I am targeting development management, architect ...

Is it possible to get the index of a exchange using Finance::Quote?

I need to get the index of a exchange like NASDAQ rather than the price of a specific stock in that exchange. I suppose that Finance::Quote will come to the rescue , but after a quick go-through of the document, I find it the way one can use the module for query is like: %info = $q->fetch("australia","CML") which means both the ex...

How to get the data for intra-day candlestick charts for stocks on eg Nasdaq

Hi, For a learning exercise, i'm wanting to create candlestick (stock) graphs for stocks using zedgraph. Now on google finance, i can get daily open-high-low-close data which is perfect for making these graphs, but i'm wanting to create intra-day graphs, eg open-high-low-close data for an hour (or 5 mins, or 1 min even). Is there any w...

What's it like being a financial programmer?

As a student who's done an internship at a Silicon Valley company(non-financial), I'm curious to know what it's like working for a financial company doing software development. I'd expect the hours to be longer, and the pay to be higher. Specifically, I have the following questions: What's the work/life balance really like? Are you exp...

MT4 Time based entry signal in MetaTrader4

Does anyone have any example code for how to generate a time of day based entry signal in Metatrader 4? e.g. at a particular hour and minute of each day ...

Do you know any Javascript or Flash open source library to generate financial OHLC charts?

I've looking for a library that could generate this kind of graphics, but the only one that seems able to do it is JFreeChart (for Java), maybe someone else faced the same problem but in Javascript or Flash. By the way, this is an example of the chart that I'm looking for: http://www.brighthub.com/money/investing/articles/33137.aspx?ima...

quickfix library questions

Hi there, I’m new with the quickfix stuff and I have several questions regarding the quickfix library, and I will be more than happy to get answers from you: I’m planning to develop FIX server that gets FIX request from multiple clients concurrently. Regarding that, a) What is the exact meaning of TargetID (i.e. CLIENT1) if I nee...

Java implementation of stochastic indicator for finance

Hy, I'm searching for an API/library offering an implementation of the financial stochastic technical analysis. Does someone know a ready-do-use solution? Thanks, ...

What library should I use for financial product pricing?

I work in software division of a large bank and we are considering writing our own financial library. However, before we embark in such a project, I want to check that there is no such library on the market. We would need to have the following feature: Pricing of derivative products (options, futures, swaps, etc) Different financial m...