crapmod: Simple xts plot

Description Usage Arguments Value Author(s) References Examples

Description

Simple xts time-series plot in the style of quantmod.

Usage

1
crapmod(x, title = "", col = 4, lwd = 2, lty = 1)

Arguments

x

An xts time-series object to plot.

title

The plot title.

col

The plot color.

lwd

The plot line width.

lty

The plot line type.

Value

Graphical side-effects.

Author(s)

B. W. Lewis

References

http://www.optionsclearing.com/initiatives/symbology/

Examples

1
2
3
4
require(iqfeed)
iqConf()
x <- HIT("MSFT",interval=60,start=format(Sys.Date()-5,"%Y-%m-%d"),beginFilterTime="092900",endFilterTime="155900")
crapmod(x[,"Close"], title="MSFT Close")

bwlewis/iqfeed documentation built on May 13, 2019, 9:06 a.m.