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

RE: Need Help On If function



PureBytes Links

Trading Reference Links

John

If the function is not true then I do not want it to plot at all. No, I do
not want it to plot the same value.

Thanks, neo


-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx
[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of jhmtn
Sent: Sunday, December 24, 2000 6:00 PM
To: metastock@xxxxxxxxxxxxx
Subject: Re: Need Help On If function


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
>