----- Original Message -----
Sent: Monday, March 12, 2007 4:04
PM
Subject: [amibroker] Weekly MACD Cross
shapeArrow in Daily chart.
Hi,
In the daily chart I would like to plot
shapeUpArrow / shapeDownArrow indicate weekly MACD cross.
I try this one but it is seems not working .
TimeFrameSet( inWeekly );
Buy = Cross(MACD(), Signal());
TimeFrameRestore();
Sell = 0;
PlotShapes( Buy * shapeUpArrow + Sell *
shapeDownArrow, IIf( Buy,
colorGreen, colorRed ) );
Thanks for helping.
No virus found in this incoming message.
Checked by AVG Free
Edition.
Version: 7.5.446 / Virus Database: 268.18.9/719 - Release Date:
3/12/2007 8:41 AM