Skip to content
Back to formatted view

Raw Message

Message-ID: <508544538.2538120.1290102898247.JavaMail.fmail@mwmweb022>
Date: 2010-11-18T17:54:58Z
From: Daniel Probst
Subject: Quantmod problem: calling Charts from function

Hello,

I get different behaviour calling candleChart directly versus calling it in a function: only one of multiple technical analyses is plotted.

Example:
#####################################
library(quantmod)
getSymbols("AAPL",src="yahoo")?
# WORKS
candleChart(AAPL,multi.col=TRUE,theme="white")
addBBands()
addMACD()
addMACD()
# Doesn't work
test<- function(x) {
	candleChart(x,multi.col=TRUE,theme="white")
 	addBBands()
	addMACD()
	addMACD()
}
test(AAPL)
# only shows first MACD not 2nd unlike in direct call
###########################

Any pointers where the different behaviour comes from?
Many thanks
Daniel Probst
___________________________________________________________
Neu: WEB.DE De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: https://produkte.web.de/go/demail02