The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
36 views

backtesting delta hedged options in R

I know there are a lot of packages that have to do with finance in R (I have looked through the task view). I specifically need the ability to generate a return stream from a delta hedge options ...
0
votes
0answers
77 views

Rounding and Decimal not working in Python Networkx

I am using this tree to do option pricing so the decimals are relevant but not extremely. When n>8, I don't know why bur the function I have to detect duplicates is not working well. I believe the ...
0
votes
0answers
51 views

MinVar Portfolio Loop Optimization

I am attempting to minimize the variance of a 3 stock portfolio using optimization within a loop. What I have done is calculated the stock returns and cov matrix from dates 1980-01-01 to 1989-12-31 ...
-3
votes
2answers
140 views

Ocaml and Algorithmic Trading [closed]

I'm completely new to the Algorithmic Trading domain. I've just completed a course that was Ocaml based, and read about Jane Street. Obviously they are a huge company with a large amount of resources, ...
0
votes
0answers
46 views

Finance Technical Indicators argument meaning

I try to use TA-Lib in my c# application. I find it hard to understand the meaning of every argument in all the great functions that are implemented there. For example in function AvgPrice() - from ...
0
votes
1answer
69 views

FIX session level reject

I am studying fix session layer and having some confusion about session level reject. In case of a garbled or invalid (error in checksum, bodylength, required tag missing...etc) received message ...
0
votes
0answers
81 views

interfacing quickfix with verilog

I am working on a fpga based FIX session management module written in Verilog. I am exploring possible verification strategy of my hardware fix engine. One thing I have in mind is emulating initiator ...
1
vote
1answer
93 views

Searching for a number Binary Search

I have a simple issue, which I am stuck on and I am not finding so simple. First step is to find the price of an Option when given inputs. I have done this step. The second step is to guess the ...
0
votes
0answers
133 views

Trouble installing QSTK on a MAC 10.7.5, probably because of an issue with python-dateutils and/or pandas 0.7.3

I am trying to install QSTK (http://wiki.quantsoftware.org/index.php?title=QSToolKit_Installation_Guide_Mac) on a Mac and am running to trouble. To make a long story short, i started with multiple ...
1
vote
1answer
250 views

How to look back at previous rows from within Pandas dataframe function call?

I am researching/backtesting a trading system. I have a Pandas dataframe containing OHLC data and have added several calculated columns which identify price patterns that I will use as signals to ...
7
votes
1answer
599 views

Is there something in Python similar to quantstrat in R?

Is there something in Python similar to quantstrat in R?
2
votes
1answer
181 views

Combining time-series objects and lists: Package “termstrc”

The R package "termstrc", designed for term-structure estimation, is an incredibly useful tool, but it requires data to be set in a particularly awkward format: lists within lists. Question: What is ...
0
votes
1answer
237 views

Ignoring vectors containing NaN entries in Matlab calculations

This code prices bonds according to the fitSvensson function. How do I get Matlab to ignore NaN values in the CleanPrice vector when a date is selected for which some bonds have a NaN entry for a ...
0
votes
1answer
112 views

pulling stock prices off the internet [closed]

I want to start a basic project where I get stock market prices from a site like Yahoo! Finance and read it into a program in real-time. Are there any tutorials for this? (googling hasn't helped too ...
-1
votes
1answer
518 views

get historical stock data in javascript

I am looking to create a javascript function that can be placed in a .html I would like to send the function a stock symbol, a starting date, and a ending date. I would like to have the function ...
-4
votes
2answers
860 views

Python with Bloomberg terminal? [closed]

I have no programming experience but it would be a big plus for me if I learned how to program and have that program interact with the Bloomberg terminal. I have begun to learn C++ but it seems a bit ...
0
votes
1answer
476 views

Getting Started with quant/algo trding

I apologize if this is off topic for here but I posted this on the quant stackexchange and got told that it was for professionals only (my bad not to read faq) and I couldn't find a sister site ...
4
votes
1answer
604 views

quantstrat in R: Setting a date based exit signal

Much of quantstrat and the accompanying examples seem to be set around entering and exiting trades by crossing some kind of technical indicator. However, let's say you have an arbitrary indicator ...
1
vote
1answer
322 views

How to apply rolling quantiles to an xts timeseries in R?

I have the following data which is a timeseries of data points (see dput() output below for reproducible series). data 2012-03-13 0.0099809886 2012-03-14 -0.0011633318 2012-03-15 ...
0
votes
1answer
794 views

Get Annual Financial Data for a Stock for many years in R

Suppose I want to regress in R Gross Profit on Total Revenue. I need data for this, and the more, the better. There is a library on CRAN that I find very useful: quantmod , that does what I need. ...
2
votes
2answers
556 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 ...
0
votes
4answers
644 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 ...
1
vote
1answer
206 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 ...
4
votes
3answers
356 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 ...
0
votes
1answer
731 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 ...
1
vote
1answer
90 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 ...
0
votes
2answers
370 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
459 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 ...
1
vote
1answer
394 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 ...
0
votes
3answers
744 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: ...
4
votes
3answers
561 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) ...
2
votes
2answers
662 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? ...
0
votes
1answer
170 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
392 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 ...
4
votes
1answer
2k 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 ...
2
votes
0answers
541 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 .. ...
6
votes
5answers
1k 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 ...
1
vote
2answers
724 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 ...
4
votes
1answer
1k 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 ...
0
votes
2answers
833 views

Getting TTR to work on R 2.13? [duplicate]

Possible Duplicate: Cannot install R-forge package using install.packages 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 ...
3
votes
3answers
921 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 ...
1
vote
1answer
488 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) > ...
4
votes
4answers
1k 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? ...
1
vote
1answer
662 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
3answers
2k 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 ...
1
vote
3answers
568 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
263 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 ...
4
votes
1answer
776 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?
0
votes
3answers
1k 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 ...
4
votes
2answers
415 views

Portfolio Management API

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

1 2