PureBytes Links
Trading Reference Links
|
Hello,
Line = Close; AA = MA(C,192) +
MA(C,64);
Plot(Line,"MA Sum", IIf(AA >
Ref(AA,-1), colorGreen, colorRed), styleLine, styleThick);
Cheers
Prashanth
----- Original Message -----
Sent: Thursday, April 09, 2009
08:33
Subject: [amibroker] How can I get AB
to plot a green/red dot after direction change MA? (AFL
quest.)
> All, > > How can I code this:
Plot a red dot on the chart if the sum of SMA(192) + SMA(64) turn down and a
green dot once it turns up? This is supposed to be a mid-term trading system,
being either long when the sum of the mosing averages turn up and short when it
turns down. > > Thank you. > > Samantha >
> > > ------------------------------------ > >
**** IMPORTANT PLEASE READ **** > This group is for the discussion between
users only. > This is *NOT* technical support channel. > > TO
GET TECHNICAL SUPPORT send an e-mail directly to > SUPPORT {at}
amibroker.com > > TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER
at > http://www.amibroker.com/feedback/ > (submissions sent via other channels won't
be considered) > > For NEW RELEASE ANNOUNCEMENTS and other news
always check DEVLOG: > http://www.amibroker.com/devlog/ > > 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/ >
__._,_.___
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
__,_._,___
|