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

[EquisMetaStock Group] Re: Formula question



PureBytes Links

Trading Reference Links

If you're only interested in the closing price, simply write

if(x=1,c,0)

But if you wanna see the chart plot, you might attach an expert
advisor where you enter "highlights" and set the color of false
condition to the background color.

In case you want to see the evolution while in permission long or
short mode in percentage, you could use something like this:

a:=valuewhen(1,cross(macd(),0),c);
if(macd()>0 or cross(0,macd()),100*(c/a-1),0)

Regards,

mc

--- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@xxx> wrote:
>
> Jay,
> 
> Off the top of my head.
> 
> X:=If(MACD()> 0,1,0);
> valuewhen(1,x=1,x);
> 
> That should do it but you will need to double check the formula.
> 
> Preston
> 
> 
> 
> 
> --- In equismetastock@xxxxxxxxxxxxxxx, "whiler178" <jemem@> wrote:
> >
> > Preston,
> > Thanks for your response. I guess my question wasn't 
> clear.I        
> > understand the formula write here. What I want to show on the 
> chart is 
> > just those bars which show a 1 and not those bars which show 0. I 
> hope 
> > that clarifies my question. I would prefer that it not be an 
> expert 
> > formula.
> > 
> > Jay
> >
>



------------------------------------

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/