-
Notifications
You must be signed in to change notification settings - Fork 24
/
NAMESPACE
45 lines (44 loc) · 879 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(alma)
export(available_exchanges)
export(available_intervals)
export(available_tickers)
export(bollinger_bands)
export(calibrate_window)
export(chart)
export(dema)
export(donchian_channel)
export(ema)
export(evwma)
export(fgi)
export(get_fgindex)
export(get_fundingrate)
export(get_lsratio)
export(get_openinterest)
export(get_quote)
export(hma)
export(kline)
export(lsr)
export(macd)
export(ohlc)
export(pline)
export(read_xts)
export(remove_bound)
export(rsi)
export(sma)
export(smi)
export(split_window)
export(volume)
export(vwap)
export(wma)
export(write_xts)
export(zlema)
importFrom(TTR,BBands)
importFrom(curl,has_internet)
importFrom(lifecycle,deprecated)
importFrom(plotly,add_annotations)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,subplot)
importFrom(xts,as.xts)
importFrom(zoo,as.zoo)