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

Re: Error Code....



PureBytes Links

Trading Reference Links

Hi Barry Spreen,
 The problem he is having is really odd, the first three codes work
great......the problem
happens when the forth code makes the "Call" to the third codes value.  He
can change the
line in the fourth code to "Call" a different formula and it works fine?!?!
 Thanks, Barry for your input.

  Best wishes,
      Adam Hefner.
VonHef@xxxxxxxxxxxxx

---------------------------------------
----- Original Message -----
From: Barry Spreen <bspreen@xxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Monday, March 22, 1999 5:09 PM
Subject: Re: Error Code....


> Adam,
>
> I would think that the error code would indicate a missing quotation mark
at the
> end of something which would be supposed to be a string (ie a sentence
etc.)
>
> Could this be the problem. I don't know why it would work on one system
and not
> another.
>
> Barry
>
> Adam Hefner wrote:
>
> > I have recently developed some new code that calculates from a daily bar
> > chart
> > what the weekly bar chart trend would be. Why do this? This allows for
> > testing
> > trading Ideas on a daily chart, using the weekly trend bias. These codes
> > work
> > well on my system......but when these codes where placed on a different
> > system
> > there is an error:
> >
> >                               "Formula contains invalid code
(unterminated
> > string literal)".
> >
> >  My question is,  what exactly is this error telling me?  The code has
been
> > checked
> > for errors, and we have tried different variable usage.......but it
would
> > help in our
> > diagnostics if I new exactly what this error means. I should also
explain
> > that the
> > first two codes calculate the weekly highs and lows, the 3rd calculates
the
> > swing
> > and the 4th (The error happens with this code) calculates the trend. The
> > swing code
> > uses results from the first two and the trend code uses the results from
the
> > swing code.
> > Thanks in advance.
> >
> >   Best wishes,
> >       Adam Hefner.
> > VonHef@xxxxxxxxxxxxx
> >
> > ---------------------------------------
>