PureBytes Links
Trading Reference Links
|
I used your tip recently Thanks for the post.
For anyone else who is having trouble.
I just had to change all statements from
If(value=6, Mov((H+L)/2,8,S), 0) +
to
If(value=6,Mov((H+L)/2,8,S),0) +
-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx
[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of JH Geenen
Sent: Wednesday, July 26, 2000 12:06 PM
To: metastock@xxxxxxxxxxxxx
Subject: Re: Instantaneous Trend Line and Sine wave indicator
I removed all the spaces and it works !
Thanks a lot.
Greetings Jan
----- Original Message -----
From: j seed <jseed_10@xxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Tuesday, July 25, 2000 8:34 PM
Subject: Re: Instantaneous Trend Line and Sine wave indicator
> Jan,
> The formula code has a mistake in it. You will need to go through the
> formula/s to correct any instances where the formula is not written
> correctly. This could be as simple as a space appearing in the wrong place
> rendering a > or = invalid or a ")" on another line and thus not
completing
> a statement. Not a fun job but it can be done. BTW 7.01 does not like
spaces
> so you might want to start there. This will happen when you copy and
paste.
> If you imported try to reimport.
> J.
>
>
>
> >From: "JH Geenen" <j.geenen@xxxxxxxxx>
> >Reply-To: metastock@xxxxxxxxxxxxx
> >To: "Metastock list" <metastock-list@xxxxxxxxxxxxx>
> >Subject: Instantaneous Trend Line and Sine wave indicator
> >Date: Tue, 25 Jul 2000 16:54:29 -0000
> >
> >In the May number of Tasc was an article called Adaptive Trends and
> >Oscillators. I tried to put the formula in MS 7.01 with the organiser,
> >importing MS65form.dta loaded from the Equis webside. When I try to put
the
> >indicator on a chart I get the window : Custom Indicator Error, Formule
> >contains Invalid code (BAD OPCODE). Does anyone knows what this means and
> >how I can avoid it ?
> >
> >Jan
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
|