Hello,

I wonder if the is a way to change the bbands ma line?

The chatSeries call I'm using is below,

stock <- PETR4.SA
full.window.color.bg <- '#D3D3D3'
chartSeries(stock,
                   name = "PETR4.SA",
                   type = "line",
                   lwd = 1,
                   theme = chartTheme("white",
                                                      up.col='darkgreen',
                                                      bbands.col.ma='blue',
                                                      bg.col=
full.window.color.bg,
                                                      area=
full.window.color.bg),
                                                      TA = list(addVo(),
                                                      addBBands(n = 20, sd
= 2, maType = EMA))
                                                    )

TIA,

--
Andre Luiz Tietbohl Ramos, PhD

        [[alternative HTML version deleted]]

_______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should 
go.

Reply via email to