-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
116 lines (115 loc) · 2.92 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,ichimoku)
S3method(autoplot,ichimoku)
S3method(coredata,ichimoku)
S3method(ichimoku,data.frame)
S3method(ichimoku,default)
S3method(ichimoku,ichimoku)
S3method(ichimoku,matrix)
S3method(ichimoku,xts)
S3method(index,ichimoku)
S3method(plot,ichimoku)
S3method(print,ichimoku)
S3method(str,ichimoku)
S3method(summary,ichimoku)
export(.ichimoku)
export(archive)
export(autoplot)
export(autostrat)
export(coredata)
export(df_append)
export(df_merge)
export(grid_dup)
export(hasStrat)
export(ichimoku)
export(index)
export(iplot)
export(is.ichimoku)
export(look)
export(matrix_df)
export(mlgrid)
export(more)
export(oanda)
export(oanda_chart)
export(oanda_instruments)
export(oanda_orders)
export(oanda_positions)
export(oanda_quote)
export(oanda_set_key)
export(oanda_stream)
export(oanda_studio)
export(oanda_switch)
export(oanda_view)
export(relative)
export(strat)
export(stratcombine)
export(tradingDays)
export(xts_df)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,GeomCol)
importFrom(ggplot2,GeomLine)
importFrom(ggplot2,GeomRect)
importFrom(ggplot2,GeomRibbon)
importFrom(ggplot2,GeomSegment)
importFrom(ggplot2,GeomVline)
importFrom(ggplot2,PositionIdentity)
importFrom(ggplot2,Stat)
importFrom(ggplot2,StatIdentity)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,layer)
importFrom(ggplot2,margin)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_grey)
importFrom(nanonext,ncurl)
importFrom(shiny,HTML)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fillPage)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,hoverOpts)
importFrom(shiny,invalidateLater)
importFrom(shiny,isolate)
importFrom(shiny,numericInput)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,reactiveVal)
importFrom(shiny,renderPlot)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,runApp)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sliderInput)
importFrom(shiny,stopApp)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(shiny,uiOutput)
importFrom(shiny,wellPanel)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(utils,packageVersion)
importFrom(utils,str)
importFrom(xts,endpoints)
importFrom(zoo,coredata)
importFrom(zoo,index)
useDynLib(ichimoku, .registration = TRUE, .fixes = "ichimoku")