Skip to content
Prev 11194 / 15274 Next

Installed quantstrat along with blotter and FinancialInstrument but seems I'm missing .instrument

The .instrument environment is now stored in the FinancialInstrument
NAMESPACE.

.instrument is now FinancialInstrument:::.instrument

 I don't know what the rest of the pdf does, so I'm not sure what's
keeping you from following through.  I suppose you could do this
assignment

.instrument <- FinancialInstrument:::.instrument

I'd guess that will make things work for you since environments are by
reference, but it's probably necessary.  What specifically is holding
you back?

Garrett
On Wed, Jan 2, 2013 at 7:50 PM, rquantnoob <kpomichowski at gmail.com> wrote: