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.

23 results for “from:Anass Mouhsine”

[xts] merge function weird behaviour
Anass Mouhsine · Dec 10, 2010 · r-sig-finance

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20101210/68c3e371/attachment.pl>

[quantmod] setSymbolLookup in a loop
Anass Mouhsine · Jul 22, 2010 · r-sig-finance

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20100722/1ca9df46/attachment.pl>

[quantstrat] trading a synthetic asset -- example
Anass Mouhsine · Dec 27, 2010 · r-sig-finance

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20101227/341a84f7/attachment.pl>

Aggregating tick by tick timeSeries [NC]
anass.mouhsine at sgcib.com · Mar 25, 2008 · r-sig-finance

thanks Jeff for your detailed answer. It worked just fine. regards, Anass |------------------------------ | jeff.a.ryan at gmail | .com | | 03/21/2008 16:53 | To Anass MOUHSINE/fr/socgen at socgen cc r-sig-finance at stat.math.eth z.ch...

timeDate conversion [NC]
anass.mouhsine at sgcib.com · Jan 30, 2008 · r-sig-finance

Actually I am using R 2.5.1 and Rmetrics221.10065 Thanks for the tip it might be that. I will download the last version and test back. |------------------------------ | chalabi at phys.ethz | .ch | | 01/30/2008 16:58 | To Anass...

Aggregating tick by tick timeSeries [NC]
anass.mouhsine at sgcib.com · Mar 5, 2008 · r-sig-finance

Thank you Jeff, my aim was to calculate standard statistics + volume weighted prices and spreads. I will try out the xts package, but I am wondering if it can aggregate Multivariate timeSeries (e.g, (spread, volume) or (price,volume)). thanks...

Aggregating tick by tick timeSeries [NC]
anass.mouhsine at sgcib.com · Mar 6, 2008 · r-sig-finance

thank you gus for your thoughts!! I am starting to replicate some C++ code I developed years ago on LOB (Limit Order Book) analysis into R. So I start with the simple VWAP, VWAS, TWAS etc...but the objective is...

[quantmod] setSymbolLookup in a loop
Anass Mouhsine · Jul 21, 2010 · r-sig-finance

Hi all, I have a list of stocks in a variable e.g. l = c("MSFT","IBM") using a loop, I would like to use each stock symbol in the function setSymbolLookup. to be more specific, I know how to...

Aggregating tick by tick timeSeries [C1]
anass.mouhsine at sgcib.com · Mar 5, 2008 · r-sig-finance

Hi guys, I have a timeSeries object like this one V10 2005-04-08 17:31:41 0.01 2005-04-08 17:31:57 0.02 2005-04-08 17:32:00 0.02 2005-04-08 17:32...

timeDate conversion [C1]
anass.mouhsine at sgcib.com · Jan 30, 2008 · r-sig-finance

Hello, I am carrying out some research on tick data and I am faced to a date problem when trying to transform my dataset into timeSeries. My date time is written this way "2005-04-08 08:30:35.916...

How to compare two asynchroneous xts time series?
Anass Mouhsine · Jun 11, 2009 · r-sig-finance

Hi all, Suppose I have two xts time series with asynchroneous time index. I would like for example to calculate a ratio of those two series, but I don't know how to get an intersection of the two indices...

[quantstrat] Trading a synthetic asset
Anass Mouhsine · Dec 22, 2010 · r-sig-finance

Hi all, While using the demos in package quantstrat ( btw a very nice and useful package), I wondered about the application on a synthetic asset. I've seen the possibilities offered by the FinancialInstrument package on the subject. This package...

Aggregating tick by tick timeSeries [NC]
anass.mouhsine at sgcib.com · Mar 17, 2008 · r-sig-finance

Hi Jeff, I used the xts package as you advised. I have a timeSeries object called test >test[1000:1005,] V10 V7 2005-04-08 10:55:16 0.3202287 448 2005-04-08 10:55:16 0.3945675 552...

Aggregating tick by tick timeSeries [C1]
anass.mouhsine at sgcib.com · Mar 21, 2008 · r-sig-finance

Hi Jeff, I used the xts package as you advised. I have a timeSeries object called test >test[1000:1005,] V10 V7 2005-04-08 10:55:16 0.3202287 448 2005-04-08 10:55:16 0.3945675 552...

garchFit and NAs
anass.mouhsine at sgcib.com · May 31, 2006 · r-sig-finance

Hi everybody, When trying to fit an ARMA(0,2)-APARCH(1,1) model to a timeseries, it results in the following warning message: NaNs produced in: sqrt(diag(fit$cvar)) the print function gives the following result _______________________________________________________________________ Title: GARCH...

[xts] timezone conversion problem
Anass Mouhsine · Jul 26, 2010 · r-sig-finance

Hi all, I've got an xts series in the New York time zone, and I would like to convert it to Paris time. > t1 Open High Low Close Volume 1998-04-20 08:42:00 12.727 12.727...

[xts] merge function weird behaviour
Anass Mouhsine · Dec 10, 2010 · r-sig-finance

Hi all, I encountered a weird behaviour of merge function while using it with xts objects. I have multiple xts objects (10 timeseries) that I want to merge in order to conduct a multivariate analysis. Here is an example with...

[quantstrat] trading a synthetic asset -- example
Anass Mouhsine · Dec 24, 2010 · r-sig-finance

Hi all, here is an example code for a basic strategy on a synthetic asset. (with error :-( ) Let us assume I already calculated the synthetic asset. You will find it attached. require(quantstrat) try(rm("order_book.testP",pos=.strategy...

[xts] merge function weird behaviour
Anass Mouhsine · Dec 10, 2010 · r-sig-finance

Here, you will find attached data used to illustrate the issue. here is the code used as well #reading file t1=read.csv("AUDJPY.csv", sep=";") rownames(t1)<-t1[,"Index"];t1<-t1[,-1] #constructing xts object t1<-as.xts(t1...

R-SIG-Finance Digest, Vol 79, Issue 23
Anass Mouhsine · Dec 24, 2010 · r-sig-finance

Thank you Brian for your insights. I understand a little bit more the philosophy behind the spread definition with Financial Instruments. I totally agree with you on the necessity to test a spread as a univariate time series without entering...

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