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

Re: Custom Function/ Indicator problem



PureBytes Links

Trading Reference Links


-----Original Message-----
From: Cab Vinton <cvinton@xxxxxxxxxxxxxx>
To: ListMetaStk <metastock-list@xxxxxxxxxxxxx>
Date: Monday, February 16, 1998 10:59 AM
Subject: Custom Function/ Indicator problem


>Hi, All:
>
>
>What's the procedure for referencing my 2-input
>function, which after all only returns 1 value?


I hate to do this, but....  Is this a case of RTFM?

You can't use parameters to custom functions when calling from another
function.  You're stuck with the defaults.  On the other hand...  are you
looking for a way to reference the function itself?  The fmlvar() function
references a variable in a custom function.  If you want the custom function
itself you need the old fml() function.

I hope this helps?

Carey