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

Re: Indicator referencing other indicator


  • To: "Bengtsson, Mats" <omega-list@xxxxxxxxxx
  • Subject: Re: Indicator referencing other indicator
  • From: Robert Cavaleri <rcavaler@xxxxxxxxxxxxx>
  • Date: Mon, 23 Oct 2000 03:43:27 -0700
  • In-reply-to: <63BA1B33C59BD411B1FC00508BAF0DEF0BE12D@xxxxx>

PureBytes Links

Trading Reference Links


Ah I see. I need to just create the code as a function and then I can refer to
it from several places. I don't think I need to share the data or anything, I
just need to refer to it, and plot it. Thanks. This thread is the greatest.

Regards.


"Bengtsson, Mats" wrote:

> You do not need a function for that. Just put the code in a function, and
> then create somethging (indicator, function, ...9 that uses that function by
> calling it.
>
> Like Metastock but without having to mention that the formula is in a
> fuinction, Omega will find the function if it exists without aid.
>
> > -----Original Message-----
> > From: Robert Cavaleri [mailto:rcavaler@xxxxxxxxxxxxx]
> > Sent: den 22 oktober 2000 06:31
> > To: omega-list@xxxxxxxxxx
> > Subject: Indicator referencing other indicator
> >
> >
> >
> > In Metastock, there is a 'formula reference function' that
> > allows you to
> > reference one user defined formula (or any other formula) within
> > another:
> >
> > easeOfMovement:= Fml("EOM");
> >
> > What is the equivalent function in TS 2000i? There seems to be an
> > 'IncludeSignal' feature, but it does not appear to work in an
> > indicator.
> >
> > Thanks for any help or suggestions.
> >
> > Robert
> >
> >