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

Re: Need Help On If function



PureBytes Links

Trading Reference Links

So what do you want to plot if the function is not true?  

Do you want the graphic output to be discontinuous?

If you want it to stay the same value, just use PREV.

John
----- Original Message ----- 
From: "neo" <neo1@xxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Sunday, December 24, 2000 3:26 PM
Subject: RE: Need Help On If function


> >>>Shouldn't this be:
> if(C>(C-1),V,0)<<<
> 
> This will still plot a point at 0 if the function is not true.
> 
> neo
>