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

RE: [amibroker] Charting help please someone



PureBytes Links

Trading Reference Links

Mark - I assume you want to plot the 13 day EMA of the 21 day EMA?
 
That being the case use...... plot(a3,"13 day EMA", 4,4);
 


Mark Keitel <mkeitel@xxxxxxxxxxxxxxx> wrote:
Jason,
 
Thank you  but I get nothing to come up now
 
 
 
Mark
 
 

From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Jason Hart
Sent: Tuesday, November 22, 2005 1:39 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Charting help please someone
 
Try this:
 
a = Foreign("IRX", "C");
a1 = Foreign("TYX","C");
a2 = ema(a/a1,20);
a3 = ema(a2,13);
 
Then plot whichever EMA you want using the plot function
 
Jason
 


Mark Keitel <mkeitel@xxxxxxxxxxxxxxx> wrote:
Have the following that someone did in another charting software package.  Would like to be able to do this in AB if someone can help me out along the way here
 
 
This was originally  constructed in Metastock, using the 13 week treasury yield (IRX) divided by the 30 year treasury yield (TYX) as the base security. A 21 ema is applied, the base security is no longer displayed. Then the other moving average is a 13 ema of the 21 ema.
 
Thank you for any help here
 
 
Mark
 
 
 
 



 

Yahoo! FareChase - Search multiple travel sites in one click.


Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html





Yahoo! FareChase - Search multiple travel sites in one click.

Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html





YAHOO! GROUPS LINKS