Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

32
votes
10answers
15k views

What technical skills needed for algorithmic trading, HFT, etc?

I'm interested in getting into developing trading systems, black box, HFT, etc. My primary experience is with C# and .Net (7 years). I've also done some sockets programming. I have some experience ...
5
votes
5answers
467 views

Where can I find high resolution financial data

I'm writing some Machine Learning software for equity and would like to find some tick data or at least 3 or 5 minute data. I would like to have a year or two for testing. I don't really care about ...
5
votes
9answers
1k views

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 ...
4
votes
3answers
148 views

Date Format for Mathematica

As I am trying to plot a few financial time series in Mathematica, I just ran into a problem illustrated in the figure below : It seems the data are no longer dealt with after Year 2000 Is there a ...
4
votes
3answers
288 views

How to calculate periods since 200-period high of a stock

I would like to calculate the number of periods that have elapsed since the 200 period high of a univariate time series. For example, here's the closing price of SPY: require(quantmod) ...
4
votes
1answer
592 views

Improving a function to get stock news data from google in R

I've written a function to grab and parse news data from Google for a given stock symbol, but I'm sure there are ways it could be improved. For starters, my function returns an object in the GMT ...
4
votes
2answers
272 views

Portfolio Management API

Does anyone know of a Stock/Fund GIPS Portfolio API. An Open Source version would be preferable. Thanks, j.
3
votes
3answers
489 views

Getting stock news data from google in R

I can use quantmod to get historical data and close-to-realtime quotes for stocks. I can also use quantmod to get financials data from Google. Are there any existing R packages that would let me grab ...
3
votes
1answer
336 views

How can i see all available data series from quantmod package?

How to show which list of all quotes / data series available for example with getSymbols from Yahoo?
2
votes
0answers
306 views

C# open source or free financial time-series analysis programs/libraries

I'm particularly looking for something implementing Vector AutoRegression (VAR) model, which is available in R (vars package). I believe IMSL Numerical Libraries can do this but it's not free .. ...
2
votes
4answers
613 views

Rolling median in python

I have some stock data based on daily close values. I need to be able to insert these values into a python list and get a median for the last 30 closes. Is there a python library that does this? ...
2
votes
2answers
449 views

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
1
vote
2answers
36 views

What is the best method to bin intraday volume figures from a stock price timeseries using XTS / ZOO etc in R?

For instance, let's say you have ~10 years of daily 1 min data for the volume of instrument x as follows (in xts format) from 9:30am to 4:30pm : Date.Time Volume ...
1
vote
1answer
58 views

Open Source Fill Engine

I'm looking for a Java fill-engine to perform back-testing. The fill engine would be fed either tick-data or L2 data (with book) and would fill orders as if it was a real-market account. Ideally ...
1
vote
1answer
82 views

Pulling option chain with IBrokers

Like this: opt<-reqContractDetails(tws,twsOption(local="", expiry="20111021",right="",symbol="UCO")) This is unusably slow. Is this because of IB? Any suggestions on how to get an option chain ...
1
vote
2answers
161 views

R Ibrokers twsOPT usage

reqMktData(tws,twsOPT("AAPL 110820C00390000")) or reqMktData(tws,twsOPT("AAPL110820C00390000")) result in: TWS Message: 2 1 200 No security definition has been found for the request Why? ...
1
vote
1answer
450 views

Is there a general manual for the R packages, “quantstrat”,“blotter”,“FinancialInstrument” etc. other than the function help files and demos?

I'd like to learn how to use these packages, but I cannot seem to find any vignettes that offer something other than extensive code snippets. I'd like to learn about how they all fit together and ...
1
vote
1answer
241 views

How to use XTS period.apply() using TTR indicator functions?

I can't seem to use TTR indicator functions direclty with period.apply() from XTS. Please help me figure out what I'm doing wrong. > require(TTR) > require(quantmod) > require(xts) > ...
1
vote
1answer
336 views

Stock indicator calculations in TTR ( R package): Best way to align the output to the left?

I am using the TTR package to generate stock indicators. However, the indicator functions add NA (where applicable -- e.g. CMO, SMA, CMF, etc.) to the beginning of the series instead of the end. Is ...
1
vote
2answers
640 views

Getting adjusted price information from Yahoo! Finance API for multiple symbols in one call

I would like to get the adjusted price (adjusting for splits and dividends) for a group of stock symbols using Yahoo! Finance. It looks like the historical prices call is limited to one symbol at a ...
0
votes
3answers
87 views

Calculating IRR in ruby

Can anyone help me with a method that calculates the IRR of a series of stock trades? Let's say the scenario is: $10,000 of stock #1 purchased 1/1 and sold 1/7 for $11,000 (+10%) $20,000 of stock #2 ...
0
votes
0answers
104 views

R: How feasible is it to store — and work with — tick data in a database connected to R?

[Cross posted from quant.SE] I'm looking to convert some tickdata .csv files into a database on a local disk and then use R to call the data and do my various analytics and modelling. What are some ...
0
votes
1answer
37 views

In R, package xts, how would one iterate period subsetting over a list without throwing errors?

Assume: list of n xts objects in .GlobalEnv with the suffix ".raw" (e.g: ABC.raw) have created a list of .raw names in a list (ie, rawfiles <- ls(pattern="*.raw",envir=.GlobalEnv)) Would like ...
0
votes
1answer
115 views

Swaption pricing in QuantLib

I posted this on Wilmott too, wasn't sure which would get more of a response. I'm relatively new to the world of Quantlib (and C++ . . .), so perhaps this is quite obvious. I'm trying to figure out ...
0
votes
0answers
56 views

IBrokers option chain takes 240 seconds for 20 requests

I am trying to get an option chain using IBrokers. In the example below, it is only half of the chain, the Put side("P") for Ford("F"). It runs nearly instantly until the last line, which makes 20 ...
0
votes
2answers
102 views

alternative spreadsheet for real time data

I am looking for an alternative spreadsheet to Excel, preferably but not necessarily open source, that allows a programmer to create a plugin that can update cells in the sheet from an external data ...
0
votes
1answer
72 views

Pandas Panel for share portfolio

I have a pandas panel of investment pricing data to which I want to add two new minor axis columns (portfolio holding and benchmark holding). The initial panel is: Dimensions: 4 (items) x 463 ...
0
votes
0answers
71 views

IBrokers for R snapShot code

In the link here: http://www.mail-archive.com/r-sig-finance@stat.math.ethz.ch/msg00927.html Jeff describes how to get around the API being slow. I opened up processMsg.R, added the code supplied and ...
0
votes
3answers
287 views

Functional Languages + Algorithmic Trading [closed]

Is anyone knowledgeable on programming language implementation of algorithmic trading? I am going to propose a research project on functional programming and algorithmic trading. My proposal is here: ...
0
votes
1answer
97 views

How do I get the raw data behind this WSJ

I'm looking at http://online.wsj.com/mdc/public/npage/2_3051.html?mod=mdc_h_dtabnk&symb=DJIA#IndexComponents and wondering if there is a way to get hold of the data that wsj is showing, ...
0
votes
4answers
161 views

Finding correlated or comoving stocks

I have a table of daily closing stock prices and commodity prices such as Gold, Oil, etc. I want to find what stocks move closely with another stock or a commodity. Where do I start to do this type ...
0
votes
2answers
363 views

What is a good relational database design for stock market data?

Suppose there are two types of messages, QUOTE and TRADE. Both have different fields. For example TRADE has only a single price. QUOTE has both a bid and ask price. I want process messages in time ...
0
votes
2answers
379 views

Getting TTR to work on R 2.13?

Has anyone gotten the latest version of TTR from R-forge working on R 2.13? I can't install it on either my mac or my PC, even if I try compiling from the source. /edit: here's the exact error I'm ...
0
votes
3answers
246 views

Free Monte carlo simulator for financial quotes?

I am experimenting with an application I am writing in prolog , and I need to use monte carlo simulator that would output prices for different randomly generated scenarios. Does anyone know where to ...
0
votes
1answer
114 views

Coding iterator function for STL Class

I am working through some C++ code from "Financial Instrument Pricing Using C++" - a book on option pricing using C++. Following code is a small snippet stripped of many details which basically ...
0
votes
3answers
550 views

How to calculate the slope of noisy time series data

I have a process that consumes multiple sources of live price data from the forex market and produces 2 streams of time series data as its output. The output is noisy (i.e. not smooth like sin or ...
0
votes
2answers
407 views

How to calculate value of short options call with Black-Scholes formula?

I am trying to calculate the profit/loss of a short call at various times in the future, but it isn't coming out correct. Compared to the time of expiration, the ones with time left have less profit ...
-1
votes
0answers
44 views

Which open source NoSql solution is best suited for financial data (like tick data) [closed]

Salinet features i am expecting are Sharding - Thereby parllel execution Scalable MySql like query commands