PureBytes Links
Trading Reference Links
|
To plot the weekly cross on a daily price chart the
total code will be along the following:
timeframeset(... macdweek = macd(); signalweek = signal();
timefreamrestore(); macdexpand = timeframeexpand(macdweek,
inweekly); signalexpand = timeframeexpand(signalweek, inweekly);. buy =
cross(macdexpand ....
Plot(C, "",
.... plotshapes(by * shapeuparrow, coloryellow, 0,
l);
Bill
----- Original Message -----
Sent: Monday, March 12, 2007 4:42
PM
Subject: [amibroker] Re: Weekly MACD Cross shapeArrow
in Daily chart.
> 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 >> > > >
> > ------------------------ 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/ > > > > > -- > 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
__,_._,___
|