Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: graphic
See also: plotcandlesticks dispcandlesticks

Quantlet: grcandlesticks
Description: Generates the candlesticksplot for the stock price time series

Usage: (out)=grcandlesticks(data)
Input:
data n x p
Output:
out graphical object

Note:

Example:
library("graphic")
x=read("DAX2.dat")
di=createdisplay(1,1)
gr=grcandlesticks(x)
show(di,1,1,gr)

Result:
gr contains the candlesticksplot graphical object and
in the display you can see this candlesticksplot



Author: M. Benko, W. Haerdle, 20001001 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006