Learn R Programming

QuantTools (version 0.5.2)

Candle: c++ Candle class

Description

c++ class documentation

Arguments

id
id
open
price
high
price
low
price
close
price
time
seconds since epoch
volume
volume
timeFrame
timeframe in seconds

Usage

Candle{ int id, double open, double high, double low, double close, double time, int volume, int timeFrame }

See Also

Other backtesting classes: Cost, Indicator, Order, Processor, Tick

Other c++ classes: BBands, Cost, Crossover, Ema, Indicator, Order, Processor, RollLinReg, RollPercentRank, RollRange, RollSd, RollVolumeProfile, Rsi, Sma, Stochastic, Tick