PureBytes Links
Trading Reference Links
|
StartInd:=Month()=5 AND DayOfMonth()=15 AND Year()=2000;
StartPt:=ValueWhen(1,StartInd<>0,1);
If(StartPt=1,RSI(9),0)
Dave Nadeau
Fort Collins, CO
-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx [mailto:owner-metastock@xxxxxxxxxxxxx]
On Behalf Of hcong
Sent: Sunday, December 24, 2000 10:26 PM
To: metastock@xxxxxxxxxxxxx
Subject: Re: Need Help on If Function....
neo wrote:
> One can also plot an indicator that starts in the middle of your chart by
> using the date functions.
How?
I know I can input day/month/year variable, but how to I start plotting
at say 15 May 2000 and nothing (not even zero) before that?
--
Regards.
Ong Hock Choon
hcong@xxxxxxxxxxxxxx
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|