modelSignal {quantmod} | R Documentation |
Extract model signal object from quantmodResults object
as an object of class zoo
.
modelSignal(x)
x |
object of class quantmodResults |
For use after a call to tradeModel
to extract the generated
signal of a given quantmod
model. Normally this would
not need to be called by the end user unless he was manually
post processing the trade results.
A zoo
object indexed by signal dates.
Jeffrey A. Ryan