PureBytes Links
Trading Reference Links
|
you need to add this line after the TimeFrameRestore
buy = timeframeexpand(buy,inweekly);
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://www.aflwriting.com
On 13/03/07, Mohammed <softnews2003@xxxxxxxxx> wrote:
> Hi Bill,
>
> Would you please clear it more, I didn't get you.
>
> I need only weekly macd buy Arrow in the daily chart.
>
> Thanks
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "wavemechanic" <fimdot@xxx> wrote:
> >
> > Plot MACD and SIgnal and the arrows will appear.
> >
> > Bill
> > ----- Original Message -----
> > From: Mohammed
> > To: amibroker@xxxxxxxxxxxxxxx
> > 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
> >
>
>
>
>
>
> 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
> Yahoo! Groups Links
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Transfer from your equities account.
Receive up to $1,000 from GFT. Click here to learn more.
http://us.click.yahoo.com/aZttyC/X_xQAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|