PureBytes Links
Trading Reference Links
|
Dennis,
try this:
Plot(Foreign("VIX", "Close"), "Vix", color, style);
Plot(BBandTop(Foreign("VIX", "Close"), 20, 2), "Bollinger top",
color, style);
Plot(BBandBot(Foreign("VIX", "Close"), 20, 2), "Bollinger bottom",
color, style);
Franco
--- In amibroker@xxxxxxxxxxxxxxx, "theoldchartreader
<theoldchartreader@xxxx>" <theoldchartreader@xxxx> wrote:
> Hi,
> I would like to plot the bollinger band around the vix as a
indicator.
> what is the best way of doing this?
>
> Thank you
> Dennis
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|