PureBytes Links
Trading Reference Links
|
Donpick, you sure have an interesting email name.
Below is my version of Guppytype Guppy Moving averages. I
have not posted it anywhere, so if you think it is worthy of being posted
someplace, feel free to do so. Ron D
Title= EncodeColor(colorBlack)+"GuppyOBV's";
//Guppy type arrangement of moving averages by Ron D
item1= OBV();
/*yellow obv line*/
Plot ( item1,"obv
yellow",colorYellow,styleThick,styleLine);
/* RED lines follow below*/
Plot ( EMA( item1,2),"Blackema2",colorBlack,styleThick);
Plot ( EMA( item1,3),"ema3",colorRed,styleLine);
Plot ( EMA( item1,5),"ema5",colorRed,styleLine);
Plot ( EMA( item1,7),"ema7",colorRed,styleLine);
Plot ( EMA( item1,9),"ema9",colorRed,styleLine);
Plot ( EMA( item1,12),"ema12",colorRed,styleLine);
Plot ( EMA( item1,15),"ema15",colorRed,styleLine);
Plot ( EMA( item1,17),"ema17",colorRed,styleLine);
/* BLUE lines follow below here*/
Plot ( EMA( item1,25),"ema25",colorBlue,styleLine);
Plot ( EMA( item1,30),"ema30",colorBlue,styleLine);
Plot ( EMA( item1,40),"ema40",colorBlue,styleLine);
Plot ( EMA( item1,50),"ema50",colorBlue,styleLine);
Plot ( EMA( item1,60),"ema60",colorBlue,styleLine);
Plot ( EMA( item1,70),"ema70",colorBlue,styleLine);
----- Original Message -----
Sent: Thursday, January 27, 2005 1:59
PM
Subject: [amibroker] Multiple moving
averages
I was wondering if anyone has written a routine which
does something similar to Darry Guppy's multiple moving averages? If
so, and, if it the code was shared, where might the code be posted? I use
Amibroker v4.5.
Thank
you.
------------------------ Yahoo! Groups Sponsor
--------------------~--> In low income neighborhoods, 84% do not own
computers. At Network for Good, help bridge the Digital Divide! http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/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/
--
No virus found in this incoming message. Checked by AVG
Anti-Virus. Version: 7.0.296 / Virus Database: 265.7.2 - Release Date:
1/21/2005
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
|
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.7.2 - Release Date: 1/21/2005
|