forked from braverock/blotter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
80 lines (79 loc) · 1.7 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Generated by roxygen2: do not edit by hand
S3method(hist,mcsim)
S3method(plot,mcsim)
S3method(plot,txnsim)
S3method(quantile,mcsim)
S3method(summary,mcsim)
export(.getPortfolio)
export(AcctReturns)
export(PortfReturns)
export(addAcctTxn)
export(addDiv)
export(addPortfInstr)
export(addTxn)
export(addTxns)
export(calcPortfWgt)
export(chart.ME)
export(chart.Posn)
export(chart.Reconcile)
export(chart.Spread)
export(dailyEqPL)
export(dailyStats)
export(dailyTxnPL)
export(extractTxns)
export(getAccount)
export(getEndEq)
export(getPortfolio)
export(getPos)
export(getPosQty)
export(getTxns)
export(initAcct)
export(initPortf)
export(is.account)
export(is.portfolio)
export(mcsim)
export(pennyPerShare)
export(perTradeStats)
export(put.account)
export(put.portfolio)
export(tradeQuantiles)
export(tradeStats)
export(txnsim)
export(updateAcct)
export(updateEndEq)
export(updatePortf)
import(FinancialInstrument)
import(PerformanceAnalytics)
import(TTR)
import(quantmod)
import(xts)
import(zoo)
importFrom(boot,boot.array)
importFrom(boot,tsboot)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,dev.new)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(methods,hasArg)
importFrom(stats,complete.cases)
importFrom(stats,end)
importFrom(stats,lag)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,start)
importFrom(utils,View)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(blotter)