Loading required package: xts
Loading required package: zoo
Attaching package: ?zoo?
The following object is masked from ?package:timeSeries?:
time<-
The following objects are masked from ?package:base?:
as.Date, as.Date.numeric
Package PerformanceAnalytics (1.4.3541) loaded.
Copyright (c) 2004-2014 Peter Carl and Brian G. Peterson, GPL-2 | GPL-3
http://r-forge.r-project.org/projects/returnanalytics/
Attaching package: ?PerformanceAnalytics?
The following objects are masked from ?package:timeDate?:
kurtosis, skewness
The following object is masked from ?package:graphics?:
legend
Warning message:
package ?zoo? was built under R version 3.2.5
library(quantmod)
Loading required package: TTR
Version 0.4-0 included new data defaults. See ?getSymbols.
library(xts)
library(blotter)
Loading required package: FinancialInstrument
library(TTR)
library(quantstrat)
Loading required package: foreach
foreach: simple, scalable parallel programming from Revolution Analytics
Use Revolution R for scalability, fault tolerance and more.
http://www.revolutionanalytics.com
Length Class Mode
name 1 -none- character
assets 0 -none- NULL
indicators 1 -none- list
signals 0 -none- list
rules 1 -none- list
constraints 0 -none- NULL
init 0 -none- list
wrapup 0 -none- list
call 3 -none- call
Length Class Mode
name 1 -none- character
assets 0 -none- NULL
indicators 1 -none- list
signals 2 -none- list
rules 1 -none- list
constraints 0 -none- NULL
init 0 -none- list
wrapup 0 -none- list
call 3 -none- call
Length Class Mode
name 1 -none- character
assets 0 -none- NULL
indicators 1 -none- list
signals 2 -none- list
rules 4 -none- list
constraints 0 -none- NULL
init 0 -none- list
wrapup 0 -none- list
call 3 -none- call
*Error in array(x, c(length(x), 1L), if (!is.null(names(x))) list(names(x),
: *
* 'data' must be of a vector type, was 'NULL'*
*In addition: Warning messages:*
*1: In min(j, na.rm = TRUE) :*
* no non-missing arguments to min; returning Inf*
*2: In max(j, na.rm = TRUE) :*
* no non-missing arguments to max; returning -Inf*
*Called from: array(x, c(length(x), 1L), if (!is.null(names(x)))
list(names(x), *
* NULL) else NULL)*
Browse[1]>
updatePortf(qs.strategy)
[1] "AD26"
updateAcct(qs.strategy)
[1] "AD26"
updateEndEq(qs.strategy)
[1] "AD26"
checkBlotterUpdate("AD26", "AD26")
[1] TRUE
sessionInfo()
R version 3.2.4 (2016-03-10)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11.6 (El Capitan)
locale:
[1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] quantstrat_0.9.1739 foreach_1.4.3
blotter_0.9.1741
[4] FinancialInstrument_1.2.0 quantmod_0.4-5 TTR_0.23-1
[7] PerformanceAnalytics_1.4.3541 xts_0.9-7 zoo_1.7-13
[10] timeSeries_3022.101.2 timeDate_3012.100
lattice_0.20-33
loaded via a namespace (and not attached):
[1] rsconnect_0.4.2.2 tools_3.2.4 codetools_0.2-14 grid_3.2.4
iterators_1.0.8