Skip to content
Prev 14941 / 15274 Next

Bollinger Band

Sorry I fotgot to paste the code, sorry again:

library(PerformanceAnalytics)
library(dplyr)
library(tibble)
library(lubridate)
library(PerformanceAnalytics)
library(quantmod)
library(ggplot2)
library(png)
library(TTR)


Ibex35<-na.omit(getSymbols("^IBEX",from="2007-12-31"))

chartSeries(IBEX, TA="addBBands(n=200, sd=1.9)", theme="white")

El lun., 3 ago. 2020 a las 22:50, Frank (<frankm60606 at gmail.com>) escribi?: