[R-SIG-Finance] chart types

2011-04-20 Thread Stephen Choularton
Hi Where can I find the options for type in: chart_Series(x, name = deparse(substitute(x)), type = "candlesticks", subset = "", TA = "", pars = chart_pars(), theme = chart_theme(), clev =

Re: [R-SIG-Finance] chart types

2011-04-20 Thread Santosh Srinivas
I believe it is still experimental (/incomplete). Have you seen chartSeries already? You have options there. type = c(auto, candlesticks, matchsticks, bars,line), On Wed, Apr 20, 2011 at 4:11 PM, Stephen Choularton step...@organicfoodmarkets.com.au wrote: Hi  Where can I find the options for

Re: [R-SIG-Finance] chart types

2011-04-20 Thread Brian G. Peterson
On 04/20/2011 05:56 AM, Santosh Srinivas wrote: I believe it is still experimental (/incomplete). Have you seen chartSeries already? You have options there. type = c(auto, candlesticks, matchsticks, bars,line), you are correct. chart_Series will (automatically) display either a line chart

[R-SIG-Finance] (no subject)

2011-04-20 Thread Rashaad Tayob
Regarding the upcoming R conference, some further details on the venue would be appreciated for those not familiar with Chicago. The address is given as University of Illinois at Chicago (UIC), but i am sure that it is quite a big campus and the google maps link provided in the registration confo

Re: [R-SIG-Finance] (no subject)

2011-04-20 Thread Paul Teetor
Good point, Rashaad. Even those of us familiar with Chicago would appreciate those details.   Paul Teetor, Elgin, IL USA http://quanttrader.info/public From: Rashaad Tayob rash...@aeonim.co.za To: r-sig-finance r-sig-finance@r-project.org Sent: Wednesday, April

Re: [R-SIG-Finance] (no subject)

2011-04-20 Thread Dirk Eddelbuettel
Rashaad, (Posting with '(no subject)' does not help those of use getting too much mail already. Please use a proper subject; chances are you will get better replies.) On 20 April 2011 at 13:27, Rashaad Tayob wrote: | Regarding the upcoming R conference, some further details on the venue would |

[R-SIG-Finance] Rbloomberg problem

2011-04-20 Thread Jorge Nieves
Hi, The connection to Bloomberg fails with the following error. library(RBloomberg) Loading required package: rJava conn - blpConnect() R version 2.13.0 (2011-04-13) rJava Version 0.9-0 RBloomberg Version 0.4-148 Java environment initialized successfully. Looking for most recent

Re: [R-SIG-Finance] Conference Details for R/Finance 2011 in Chicago

2011-04-20 Thread Dirk Eddelbuettel
Rashaad, On 20 April 2011 at 19:07, Rashaad Tayob wrote: | thanks,  | | Dirk the detail on Student Center East is a big help. Its not listed on the | travel page. I just fixed that -- there is now a link to the Google search I suggested. We also have a pdf map we could link but it is no better

Re: [R-SIG-Finance] chart types

2011-04-20 Thread Stephen Choularton
I was doing this: chart.Posn(Portfolio='cir',Symbol=stock.str) out of the Bbands demo but I don't like candlesticks so I was after 0HLC or a line. Stephen Choularton Ph.D., FIoD 2226 0413 545 182 for

[R-SIG-Finance] bbands demo

2011-04-20 Thread Stephen Choularton
Hi I've been playing around with bbands demo but I cannot got it working. I think the problem is that on the same day the close both fell below the upper boundary and below the mean and the second got ignored. Can anyone help me to get this code to do what it should be doing? code; #