Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

39 results for “from:Wolfgang Wu”

(no subject)
Wolfgang Wu · Oct 15, 2010 · r-sig-finance

http://lhrmww.biz-opportunity.ru Yes,Yo uCanPr ogressW ithY ourTa lent On li ne

(no subject)
Wolfgang Wu · Aug 17, 2010 · r-sig-finance

http://lulizexe.tripod.com/wadaxe.html Try rof getitng raging woody Geot knob in your jeaens

Creating a back adjusted continuous price series from log returns
Wolfgang Wu · Nov 27, 2009 · r-sig-finance

I am trying to create a continuous daily futures contract time series. I've already calculated the log returns for this series and want to create an artificial price series starting with the most recent price (the one with the...

Fast way of replacing missing data points in xts object
Wolfgang Wu · Nov 19, 2009 · r-sig-finance

Hello, I keep on having the same problem over and over again and couldn't find a satisfying solution yet. I have some missing datapoints in my financial time series and am replacing them currently in the following way: for...

Blotter - Setting up a futures_series
Wolfgang Wu · Apr 28, 2010 · r-sig-finance

Hello, I am playing around with blotter and am trying to set up several futures contracts. So assume I've got data for the crude oil future CL. I want to set up futures for the June 09 and July...

R and Forex
Wolfgang Wu · Oct 12, 2011 · r-help

The quantmod package might be a good start.? http://cran.r-project.org/web/packages/quantmod/index.html Regards, ? Wolfgang Wu ----- Urspr?ngliche Message ----- Von: Yves S. Garret <yoursurrogategod at gmail.com> An: r-help at r-project.org Cc...

xts problem after version update
Wolfgang Wu · Aug 31, 2010 · r-sig-finance

I have updated to version 0.7-4. Unfortunately I can't remember what my previous version was, but I think it was something like 0.6-x. Now when I run this example I get a different result to...

More effective calculation for loop
Wolfgang Wu · May 13, 2011 · r-help

I am getting confused in how to use R effectively. Below is the example that I would like to optimize, which is basically a loop. In its current version it takes about 20 seconds to run. I have looked at...

Possible bug in blotter
Wolfgang Wu · Dec 21, 2010 · r-sig-finance

Consider the following example. Initialise portfolio on day 1 with 100 USD, buy stock ABC on day 2 at a price of 100, sell stock ABC on day 3 at a price of 100. Now the End.Eq in getAccount...

Problem with pmax and matrix to calculate row maxima
Wolfgang Wu · Oct 12, 2011 · r-help

I am having the following problem. I want to calculate the maximum of each row in a matrix. If I pass in the matrix split up by each column then this is no problem and works great. However I don...

Problem understanding behaviour of mmap package
Wolfgang Wu · Dec 23, 2011 · r-help

I am trying to solve the following problem using the mmap package: ? 1.)?Store some data as a memory mapped file that resides on the disk.? 2.) Open the data and add some new data (or change it) to that...

Forex data
Wolfgang Wu · Jul 2, 2010 · r-sig-finance

I think something like this might do what you want: library(xts) library(quantmod) EURGBP <- xts(get(getFX('EUR/GBP', from = Sys.Date() - 499, to = Sys.Date()))); for (iDate in seq(500, 2000, by=500)){ EURGBP <- rbind.xts(EURGBP, get...

Update price data on disk using mmap package
Wolfgang Wu · Feb 29, 2012 · r-sig-finance

Hello everyone, I am currently storing my price data for fast access as a mmap file on disk. This works great and is super fast. All data is in one big file which I subset to get the data I...

Error in Blotter's Longtrend Demo
Wolfgang Wu · Mar 25, 2010 · r-sig-finance

Ok. Here is another log of me trying to get through the demo. It seems like the first warnings are just there because the rm function can't find the objects. I then get another warning when trying to do...

Xts, Zoo Error: "number of items to replace not multiple of replacement length"
Wolfgang Wu · Mar 9, 2010 · r-sig-finance

Hello, I am trying to construct a continous price series of future contracts. This is all working well apart from one bit in my code. After spending hours of debugging I still can't find the source of the problem...

Error in Blotter's Longtrend Demo
Wolfgang Wu · Mar 25, 2010 · r-sig-finance

I am trying to reproduce the longtrend example in the current blotter package. > require('blotter') Loading required package: blotter Loading required package: FinancialInstrument > demo('longtrend') The demo breaks after the for loop with the error: object 'ConMult' not found. Is...

Error in Blotter's Longtrend Demo
Wolfgang Wu · Mar 25, 2010 · r-sig-finance

Thanks Brian, I do get the following warnings but my knowledge of R is unfortunately reaching its limit to evaluate if they are relevant or not. [1] "1998-10-30 GSPC 91 @ 1098.67" Error: object 'ConMult' not found In...

Multi-currency example for blotter
Wolfgang Wu · Mar 26, 2010 · r-sig-finance

Is there an example of how to use blotter for multiple currencies. Imagine a portfolio of two stocks. One is denominated in USD the other in EUR. I buy them both at time t. At time t+1 I want...

Blotter - Improvement for addTxn when symbol is missing
Wolfgang Wu · Jul 1, 2010 · r-sig-finance

A small addition to the addTxn function. So far you need to specify the contracts that you are using in a Portfolio object before doing any transaction. This might not be known in advance. Therefore I've added a more...

xts NA date for
Wolfgang Wu · Sep 23, 2011 · r-sig-finance

Hmmm works fine for me. xts(1, order.by = strptime("04/05/87 2:00",format="%m/%d/%y %H:%M")) [,1] 1987-04-05 02:00:00 ? ?1 Maybe an old version of xts? I am using xts version...

Can't find what you're looking for? Try searching with Google .