plot-quantler-missing-method: Plot a quantler object

Description Usage Arguments Value Examples

Description

A generic function of class quantler.

Usage

1
2
3
## S4 method for signature 'quantler,missing'
plot(x, ..., plotlevel = "1day",
  is.simple = F, segments = F)

Arguments

x

A quantler object

plotlevel

A character variable must be one of c('1day', '60mins', '1min')

segments

A logical variable. When segments is TRUE this function will return a list contians all the sub pictures, and when FALSE plot all the segments together.

Value

A picture or a list contains all the segments of the picture.

Examples

1
2
3
   data(stradeinfo_bp)
   test.qtler <- backtest(stradeinfo_bp, cash = 100000, is.tax=T, tax.rate = 0.002)
   plot(test.qtler)

purplezippo/quantler documentation built on May 15, 2019, 4:27 p.m.