[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] confluence



PureBytes Links

Trading Reference Links

With yahoo groups attachments only appear when you get the emails, they are
not stored on the site postings.

Cheers,
Graham
http://e-wire.net.au/~eb_kavan/

-----Original Message-----
From: doedau [mailto:don.edwards@xxxxxxxxxxxxxx] 
Sent: Thursday, July 08, 2004 12:14 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: The Arithmetic & Geometric Mean

Sorry to be dumb but the attached gif says "attachment not stored".
Seeing your many great contributions I assume the fact that you 
attached it means I should be able to see it.
Can you help (I was logged in)?


--- In amibroker@xxxxxxxxxxxxxxx, "Dimitris Tsokakis" <TSOKAKIS@xxxx> 
wrote:
> The ^NDX o/b, o/s signals for 2004 are in the att. gif.
> 
> //Arithmetic, Geometric and Harmonic Mean :o/b and o/s conditions
> Plot(C,"",1,64) ;
> function ArithmeticMean(array,n)
> {
> return MA(array,n);
> }
> function GeometricMean(array,n)
> {
> return exp(MA(log(array),n));
> }
> function HarmonicMean(array,n)
> {
> return 1/MA(1/array,n);
> }
> array=StochD();n=8;
> A1=ArithmeticMean(array,n);
> G1=GeometricMean(array,n);
> H1=HarmonicMean(array,n);
> OverboughtCondition=100*A1/G1<100.15 AND A1>70;
> PlotShapes(shapeDownArrow*OverboughtCondition,colorRed);
> array=100-StochD();
> A1=ArithmeticMean(array,n);
> G1=GeometricMean(array,n);
> H1=HarmonicMean(array,n);
> OversoldCondition=100*A1/G1<100.15 AND A1>70;
> PlotShapes(shapeUpArrow*OversoldCondition,colorBrightGreen);
> GraphXSpace=5;
> 
> Dimitris Tsokakis




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



 



------------------------ 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/