
Last chance! 50% off unlimited learning
Sale ends in
EMV(HL, volume, n = 9, maType, vol.divisor = 10000, ...)
HL
object.maType
function.HL
and volume
or a matrix
(if try.xts
fails) containing the columns:
[object Object],[object Object]EMA
, SMA
, etc. for moving average
options; and note Warning section.data(ttrc)
emv <- EMV(ttrc[,c("High","Low")], ttrc[,"Volume"])
Run the code above in your browser using DataLab