PureBytes Links
Trading Reference Links
|
Ken,
Draw a trendline AB and
Plot(C,"C",1,64);
AB=Study("AB",GetChartID());
T1=ValueWhen(Cum(IsTrue(AB))==1,BarIndex());
T2=LastValue(ValueWhen(IsTrue(AB),BarIndex()));
procedure p(f)
{
PlotShapes(shapeCircle*(BarIndex()-t2==int(f*(t2-t1))),colorRed);
}
p(0.382);
p(0.5);
p(0.618);
p(1);
p(1.618);
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, "Ken Close" <closeks@xxxx> wrote:
> >>As for your PS, there is a built-in Fib time zones tool in
amibroker.
> >>Do you need something different ?
>
>
> DT: yes, the kind of fib time tool capability I was interested in
would
> allow me to click once on a low pivot (for example), then click
again,
> on say, a high pivot, and the program would allow me to plot various
> ratio days of the number of days between the pivots, (ie, 38.2% of
the
> number of days, 61.8%, etc)
>
> Thanks for your note.
>
> Ken
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.692 / Virus Database: 453 - Release Date: 5/28/2004
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|