25 lines
691 B
R
25 lines
691 B
R
% Generated by roxygen2: do not edit by hand
|
|||
|
|
% Please edit documentation in R/methods.R
|
||
|
|
\name{warmup_period}
|
||
|
|
\alias{warmup_period}
|
||
|
|
\alias{warmup_period.wickra_indicator}
|
||
|
|
\title{Number of updates an indicator needs before it produces a value}
|
||
|
|
\usage{
|
||
|
|
warmup_period(object)
|
||
|
|
|
||
|
|
\method{warmup_period}{wickra_indicator}(object)
|
||
|
|
}
|
||
|
|
\arguments{
|
||
|
|
\item{object}{A \code{wickra_indicator}.}
|
||
|
|
}
|
||
|
|
\value{
|
||
|
|
A single integer: the warmup period.
|
||
|
|
}
|
||
|
|
\description{
|
||
|
|
Not available for the alt-chart bar builders (\code{\link[=RenkoBars]{RenkoBars()}}, \code{\link[=KagiBars]{KagiBars()}},
|
||
|
|
\code{\link[=PointAndFigureBars]{PointAndFigureBars()}}, …), which have no warmup.
|
||
|
|
}
|
||
|
|
\examples{
|
||
|
|
warmup_period(Sma(14)) # 14
|
||
|
|
}
|