[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[EquisMetaStock Group] Re: MACD Histogram



PureBytes Links

Trading Reference Links


Ricky,

One of the nice features of this group is the capability to do archive 
searches and to query the foles section. Upon registration you should 
have received a note telling you about several search sites.

This question was answered just last week.

Here's the formula which can be used with any indicator, in your case 
use MACD():

{RedGreen Histogram}
{greater than yesterday}
X:= {your indicator here};
Green:=If(X>Ref(X,-1),X,0);
Red:=If(X<Ref(X,-1),X,0);
Green; Red;

{RedGreen Histogram}
{greater than 0}
X:= {your indicator here};
Green:=If(X> 0,X,0);
Red:=If(X< 0,X,0);
Green; Red;

Preston





--- In equismetastock@xxxxxxxxxxxxxxx, rickymtang <no_reply@xxxx> wrote:
> 
> 
> Hi, I 'm a newbie to this forum.
> 
> The standard MACD indicator in Metastock only plots it as a line. 
> Please advise what the formula to plot the standard (12,26,9) MACD as 
> a histogram with green color above zero and red below zero.
> 
> Many thanks





------------------------ Yahoo! Groups Sponsor --------------------~--> 
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/

<*> 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/