PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "Ken Close" <closeks@xxxx> wrote:
> DT: It keeps getting better and better.
>
>
>
> I will look later to see if I can make the Title statement say
>
>
>
> Fib( x) will occur in y bars on 7/6/2004 --- (or whatever date
the
> number of bars converts to).
Ken,
How about the holidays of the future ?
You should know them all in advance, to translate future bars to
future dates.
Dimitris Tsokakis
>
>
> In a foot race, you would be able to accomplish this faster than I,
but
> I shall try.
>
>
>
> Is it possible?
>
>
>
> I have also duplicated and altered the function to plot two
trendlines
> (AB and AC) and look where the different dots fall almost on top of
each
> other.
>
>
>
> This is supposed to be even higher probability of a reversal
according
> to the theory.
>
>
>
> Finally perhaps, if the code could also plot the Sto or RSISto and
see
> where dots fall when the Sto is below 20 (or above 80), then this
too
> becomes an even higher probability turning point.
>
>
>
> Perhaps we are getting closer to a point where your hesitation is
less
> to use this theory for a trade??? I think not.
>
>
>
> Ken
>
>
>
> -----Original Message-----
> From: Dimitris Tsokakis [mailto:TSOKAKIS@x...]
> Sent: Monday, June 14, 2004 4:03 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Fibonacci Time zones
>
>
>
>
>
> // Fib Time zones
>
> Plot(C,"C",1,64);GraphXSpace=2;
>
> AB=Study("AB",GetChartID());
>
> T1=ValueWhen(Cum(IsTrue(AB))==1,BarIndex());
>
> T2=LastValue(ValueWhen(IsTrue(AB),BarIndex()));
>
> K=0;Title="";
>
> procedure p(f)
>
> {
>
> K=K+1;
>
> PlotShapes(shapeCircle*(BarIndex()-t2==int(f*(t2-t1))),colorRed);
>
> g=-BarIndex()+t2+int(f*(t2-t1));
>
> Plot(g==0,"",30+K,2+styleLeftAxisScale);
>
> Title=Title+WriteIf(g>0,"\nFib["+NumToStr(f)+"] will occur in
> "+WriteVal(g,1.0)+" bars","");
>
> }
>
> p(0);
>
> p(0.382);
>
> p(0.5);
>
> p(0.618);
>
> p(1);
>
> p(1/0.618);
>
> p(1/0.5);
>
> p(1/0.382);
>
>
>
> Draw a characteristic trendline[a trough-to-peak or a peak-to-
trough],
> paint it yellow and name it AB.
>
> The title will warn you for the upcoming "Fib" bars.
>
> The time segments are Fib multiples of the AB period.
>
> Comments:
>
> 1. If you still wonder why Fib theories are attractive for the last
800
> years, see the "exact" points
>
> X1[0.382] and X2[1.618] of the last Nikkei chart...
>
> 2. If you have any idea, why yes [for 1.618] and why not [for
2.000], I
> am 89% cash now, so please let me know...
>
> Dimitris Tsokakis
>
>
>
> Check AmiBroker web page at:
> HYPERLINK "http://www.amibroker.com/"http://www.amibroker.com/
>
> Check group FAQ at: HYPERLINK
> "http://groups.yahoo.com/group/amibroker/files/groupfaq.html"http://
grou
> ps.yahoo.com/group/amibroker/files/groupfaq.html
>
>
>
>
>
>
> Yahoo! Groups Sponsor
>
>
>
> ADVERTISEMENT
> HYPERLINK
> "http://us.ard.yahoo.com/SIG=1296eluen/M=285832.4915498.6053011.1269
404/
>
D=groups/S=1705632198:HM/EXP=1087286776/A=2105440/R=0/SIG=14dpdlr1u/*h
tt
> p:/www.householdfinance.com/ln/TrackingServlet?
cmd_MediaCode=&fc=APS&mkt
>
=000&mc=01PSYAYA004001B220000U0300L0010000000000&dest=HOME_PAGE"click
> here
>
>
> HYPERLINK
> "http://us.adserver.yahoo.com/l?
M=285832.4915498.6053011.1269404/D=group
> s/S=:HM/A=2105440/rand=964385433"
>
>
>
> _____
>
> Yahoo! Groups Links
>
> * To visit your group on the web, go to:
> HYPERLINK
> "http://groups.yahoo.com/group/amibroker/"http://groups.yahoo.com/gr
oup/
> amibroker/
>
> * To unsubscribe from this group, send an email to:
> HYPERLINK
> "mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?
subject=Unsubscribe"amibro
> ker-unsubscribe@xxxxxxxxxxxxxxx
>
> * Your use of Yahoo! Groups is subject to the HYPERLINK
> "http://docs.yahoo.com/info/terms/"Yahoo! Terms of Service.
>
>
> ---
> Incoming 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
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.706 / Virus Database: 462 - Release Date: 6/14/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/
|