% Generated by roxygen2: do not edit by hand % Please edit documentation in R/indicators.R \name{CandleReader} \alias{CandleReader} \title{Parse OHLCV candles from a CSV string} \usage{ CandleReader(csv) } \arguments{ \item{csv}{A length-one character string of CSV text (a header row followed by OHLCV data rows).} } \value{ A \code{wickra_indicator} candle reader; read its candles with \code{\link[=read]{read()}}. } \description{ Builds a reader over an in-memory CSV string with a header row and OHLCV columns. Pass the result to \code{\link[=read]{read()}} to get every parsed candle. } \keyword{internal}