<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>If you could post your data and plot code, I could make more suggestions. <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>My  main title is created by <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>main="SPY V(1) Parameters (V, V^2 & V^0.5) Unweighted",<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>in the below code. Yours might be <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>main=”IBEX” <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>pdf("V12_w_Scatter_Plot.pdf")<o:p></o:p></p><p class=MsoNormal>labels <- c(r2lm2l_label,r2lm2b_label)<o:p></o:p></p><p class=MsoNormal>labels<o:p></o:p></p><p class=MsoNormal>plot(VV12, Lambda12,  ylim=yrange, tck=1, main="SPY V(1) Parameters (V, V^2 & V^0.5) Unweighted", xlab="VV12", ylab="Lambda12 & Beta12",pch=19,col="red") <o:p></o:p></p><p class=MsoNormal>{points(VV12, lm2.lforecast, pch=19, col="brown")<o:p></o:p></p><p class=MsoNormal>abline(lm2.lforecastline, col="brown", lty="longdash", lwd=2)<o:p></o:p></p><p class=MsoNormal>points(VV12, Beta12, pch=19, col="blue")<o:p></o:p></p><p class=MsoNormal>points(VV12, lm2.bforecast, pch=19, col="purple")<o:p></o:p></p><p class=MsoNormal>abline(lm2.bforecastline, col="purple", lty="longdash", lwd=2)<o:p></o:p></p><p class=MsoNormal>legend("topright", inset=.05, title="Parameters", labels, col=colors, lwd=2)<o:p></o:p></p><p class=MsoNormal>}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Frank<o:p></o:p></p><p class=MsoNormal>Chicago<o:p></o:p></p><p class=MsoNormal><b>From:</b> R-SIG-Finance <b>On Behalf Of </b>Pedro páramo<br><b>Sent:</b> Monday, August 03, 2020 3:15 PM<br><b>To:</b> r-sig-finance@r-project.org<br><b>Subject:</b> [R-SIG-Finance] Bollinger Band<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>Hi all,<o:p></o:p></p><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>I have this code that plots BB, I want both this:<o:p></o:p></p></div><div><p class=MsoNormal>Add a main title specified by me up on the default title that adds IBEX and the date.<o:p></o:p></p></div><div><p class=MsoNormal>On the other hand, I would like to omit the legend but extract Upper and Lower bands in two different values to use latter and add like the title a "row" below the plot to add a comment o "sub main title" just below the plot and say "attention to the lower band" XXX (extracted value)<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Last question, just below the graph there are some small boxes on a more or less row, on grey color, up on the dates but below the graph ¿What are this grey boxes? ¿Can I omit?<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Many thanks in advance.<o:p></o:p></p></div><div><p class=MsoNormal>I attach and example of what I reffer<o:p></o:p></p></div></div></div></body></html>