-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Rhistory
33 lines (33 loc) · 1003 Bytes
/
.Rhistory
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
blogdown:::serve_site()
blogdown:::insert_image_addin()
blogdown:::insert_image_addin()
Sys.time()
blogdown:::new_post_addin()
library(quantmod)
sensex <- getSymbols("^BSENS.BO", src = "yahoo")
sensex <- getSymbols("^BSESN.BO", src = "yahoo")
sensex <- getSymbols("BSESN.BO", src = "yahoo")
sensex <- getSymbols("^BSESN", src = "yahoo")
plot(sensex)
head(sensex)
str(sensex)
periodicity(sensex)
class(sensex)
`^BSESN`
class(BSESN)
plot(BSESN[,"BSESN.Close"])
str(BSESN)
chartSeries(BSESN, TA = 'addBBands();addVo();addMACD()', subset='2020')
blogdown:::new_post_addin()
blogdown:::serve_site()
library(rcoinapi)
setApiKey("B1273B5A-91F5-47E2-AD04-A9355D32E54B")
library(rcoinapi)
setApiKey("B1273B5A-91F5-47E2-AD04-A9355D32E54B")
rcoinapi::setApiKey("B1273B5A-91F5-47E2-AD04-A9355D32E54B")
devtools::install_github("Ramshreyas/rcoinapi")
devtools::install_github("Ramshreyas/rcoinapi")
library(rcoinapi)
rcoinapi::setApiKey("B1273B5A-91F5-47E2-AD04-A9355D32E54B")
getExchanges()
blogdown:::serve_site()