PureBytes Links
Trading Reference Links
|
Hi Gantua98,
You would use the MA function; something like is done here:
pd1=Param("short MA",50,3,51,3);
pd2=Param("long MA",200,3,2000,100);
Plot(MA(Close,pd1),NumToStr(pd1)+" bar MA",1);
Plot(MA(Close,pd2),NumToStr(pd2)+" bar MA",3);
-john
----- Original Message -----
From: "sjaak haasnoot" <sjaakhaasnoot@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, August 11, 2004 6:44 AM
Subject: Re: [amibroker] Simple Moving Average
Try Tools - Preferences - Mainchart and ther are your needs.
Sjaak
----- Original Message -----
From: gantua98
To: amibroker@xxxxxxxxxxxxxxx
Sent: Wednesday, August 11, 2004 3:32 PM
Subject: [amibroker] Simple Moving Average
Hi,
Can anyone please tell me how to set up Simple Moving Averages on
AMIBROKER charts?
It's not in the list of either the Basic or Custom indicator(s) set.
Regards,
Gantua98
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
----------------------------------------------------------------------------
--
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
b.. To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
----------------------------------------------------------------------------
--
Deze e-mail is door E-mail VirusScanner van Planet Internet gecontroleerd
op virussen. Op http://www.planet.nl/evs staat een verwijzing naar de
actuele lijst waar op wordt gecontroleerd.
[Non-text portions of this message have been removed]
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/
|