You could perhaps try this:
_SECTION_BEGIN("9t 3");
Plot(Close,"Close",2,styleCandle);
of=1;
n=100;
Hh=HHV(H,n);
Ll=LLV(L,n);
p1=ll+(hh-ll)*0.5;
p2=ll+(hh-ll)*0.382;
p3=ll+(hh-ll)*0.618;
p4=ll+(hh-ll)*0.236;
p5=ll+(hh-ll)*0.786;
Plot(p1, "p1:",7,styleLine);
Plot(p2, "p1:",5,styleLine);
Plot(p3, "p1:",5,styleLine);
Plot(p4, "p1:",10,styleLine);
Plot(p5, "p1:",10,styleLine);
Plot(Hh, "p1:",13,styleLine);
Plot(Ll, "p1:",13,styleLine);
_SECTION_END();
--- In [email protected], "nmr...@..." <nmr...@...> wrote:
>
> Wondering if anyone has created this tool:
>
> http://www.vtsystems.com/resources/helps/0000/HTML_VTtrader_Help_Manual/index.html?fibonacci_channel_tool.html
>
> Thanks,
>
> Nathan Rudd
>