- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
-----Original Message----- From: 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 RE: Need Help on If Function.... . To: <metastock@xxxxxxxxxxxxx> . Subject: RE: Need Help on If Function.... . From: "Dave Nadeau" <dave_nadeau@xxxxxxxxx> . Date: Mon, 25 Dec 2000 08:15:49 -0700 . Importance: Normal . In-Reply-To: <3A46DA69.6A525757@xxxxxxxxxxxxxx> . Reply-To: metastock@xxxxxxxxxxxxx . Sender: owner-metastock@xxxxxxxxxxxxx |
|
RSI Starting In the Middle of Chart 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 [24166] | |
| |
Source / From: |