Re: [R] Bollinger Band quantmod

2015-10-22 Thread Joshua Ulrich
On Mon, Oct 19, 2015 at 4:04 PM, bgnumis bgnum  wrote:
> Hi all,
>
> When I plot Bollinger bands  with
>
> chartSeries(
> IBEX,theme="white",
>   TA = c(addBBands(50,2))
>
> )
>
> There is a "no" shadow area that it is used to obtain the levels. How can I
> plot with charSeries so that the plot start on the shadow area? I mean,
> ¿How can I say to de axis start plotting f.i. 50 steps forward on the chart
> Series?
>
This is very unclear. What's a "shadow area"?  What levels are you referring to?

> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



-- 
Joshua Ulrich  |  about.me/joshuaulrich
FOSS Trading  |  www.fosstrading.com

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

[R] Bollinger Band quantmod

2015-10-19 Thread bgnumis bgnum
Hi all,

When I plot Bollinger bands  with

chartSeries(
IBEX,theme="white",
  TA = c(addBBands(50,2))

)

There is a "no" shadow area that it is used to obtain the levels. How can I
plot with charSeries so that the plot start on the shadow area? I mean,
¿How can I say to de axis start plotting f.i. 50 steps forward on the chart
Series?

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.