PureBytes Links
Trading Reference Links
|
Alvin,
At the group site you can search old messages by using key words such
as MACD RED GREEN. I did and came up with:
A:=MACD();
B:=Mov(MACD(),5,E);
A;B;
{RedGreen MACD Histogram}
X:= MACD();
Green:=If(X>Ref(X,-1),X,0);
Red:=If(X<Ref(X,-1),X,0);
Green; Red;
The neat thing about doing a search in this way is that it goes all the
way back to 1999 when this group first started...literally tons of
indictors since then.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "alvinyu2005" <alvinyu2005@xxx>
wrote:
>
> Hi
> Can any adv if Metastock has an std program for this MACD that
> show :
> 1) Red & Green colour bars instead of one single colour ? (Note:
Green
> bars show the price is closed with higher low ) Similar to the one
> shown in Amibroker in
> http://www.amibroker.org/userkb/2007/10/19/macd-histograms-v1/
>
> 2) How should I write a programme that can screen stocks that satisfy
> continuous 4 Grren then next is 1 Red and/or 4 continuous 4 Red &
> follow with 1 green ?
>
> rgds
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|