PureBytes Links
Trading Reference Links
|
Ton,
I remembered everything but the 1000 indicators maximum. Checking the
manual, it appears that we can have up to 1000 custom indicators. I wonder
if that includes all of the ones supplied by MS? Granted, I'm nowhere near
1,000 yet and since I've started combining variables into indicators, I
should be able to substantially reduce how many I have now.
Thanks,
Guy
" When I die, I want to go peacefully like my grandfather did, in his sleep.
Not yelling and screaming like the passengers in his car."
-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx [mailto:owner-metastock@xxxxxxxxxxxxx]On
Behalf Of A.J. Maas
Sent: Monday, September 18, 2000 3:40 PM
To: metastock@xxxxxxxxxxxxx
Subject: Re: a new problem with Ref()
Limitations are explained in the MSK manual+help
-20 digits max for "Name" positions in a variable (p229)
-20 functions maximum for the assigned variables in an indicator (p229)
-1000 indicators maximum for the total sum of custom indicators in
the MSK program (p284)
Regards,
Ton Maas
ms-irb@xxxxxxxxxxxxxxxx
Dismiss the ".nospam" bit (including the dot) when replying.
Homepage http://home.planet.nl/~anthmaas
----- Oorspronkelijk bericht -----
Van: "Guy Tann" <grt@xxxxxxxxxxxx>
Aan: <metastock@xxxxxxxxxxxxx>
Verzonden: donderdag 14 september 2000 2:34
Onderwerp: RE: a new problem with Ref()
> Ton,
>
> I have every one of these coded as an independent indicator so there is
only
> one variable in each custom indicator.
>
> I will run a test using the Close to see how that works, but this being
one
> of MS' standard data arrays might not work the same way as referencing one
> of my own indicators. I have approximately 200 days in my test data set.
>
> Could you send me the limits in terms of total number of indicators, etc.
> again, as I managed to lose it.
>
> Thanks,
>
> Guy
>
> " When I die, I want to go peacefully like my grandfather did, in his
sleep.
> Not yelling and screaming like the passengers in his car."
>
> -----Original Message-----
> From: owner-metastock@xxxxxxxxxxxxx
[mailto:owner-metastock@xxxxxxxxxxxxx]On
> Behalf Of A.J. Maas
> Sent: Wednesday, September 13, 2000 3:30 PM
> To: metastock@xxxxxxxxxxxxx
> Subject: Re: a new problem with Ref()
>
> It is not due to the Ref() function.
> To Test, create an indicator that references a Securities 100+ days
> of Closes in the past.
>
> More likely you are overceeding the maximum 20 Variables limit for
> a single custom indicator.
>
> Regards,
> Ton Maas
> ms-irb@xxxxxxxxxxxxxxxx
> Dismiss the ".nospam" bit (including the dot) when replying.
> Homepage http://home.planet.nl/~anthmaas
>
>
> ----- Original Message -----
> From: "Guy Tann"
> To: "Metastock User Group" <metastock-list@xxxxxxxxxxxxx>
> Sent: woensdag 13 september 2000 0:30
> Subject: a new problem with Ref()
>
>
> > List,
> >
> > Well I've programmed my way around the last problem, but I just hit
> another
> > snag.
> >
> > Is there a limit in using the Ref() function?
> >
> > I have a variable called MXX. I am manipulating it in a simplistic
manner
> > and the first 8 worked great. When I get to the ninth iteration, it
quits
> > working.
> >
> > XEIGHT:= ( MXX - Ref( MXX , -8 ) ) / 8; This one works correctly
> > XNINE:= ( MXX - Ref( MXX , -9 ) ) / 9; This one doesn't work!
> >
> > Actually, numbers one through eight work fine. Nine and ten don't work
> and
> > I haven't finished checking eleven through twenty yet. I assume there's
> > something in the manual I missed, so any help would be appreciated.
> >
> > Thanks,
> >
> > Guy
> >
> > " When I die, I want to go peacefully like my grandfather did, in his
> sleep.
> > Not yelling and screaming like the passengers in his car."
> >
> >
> >
>
>
|