what u can do is, make a function, and save it in 'Include' folder.
You can call functions from 'Include' folder in any AFL u want.

On Sat, Sep 4, 2010 at 10:55 PM, Dennis Lipter <blackca...@verizon.net>wrote:

>
>
> Is there a  "formula call" feature that references a previously written
> custom formula in a new formula?
>
> Say I have written "Formula x" and I want to include it in a new formula
> called "Formula y".
>
> Like this simple example:
>
> Formula x :
>
>       a=IIf(*C*,(*H*+*L*+*C*)/3,(*H*+*L*)/2);
>
>       Plot
> (EMA(a,5), *"Formula x"**colorOrange*);
>
>
> Formula y = "Formula x" +2
>
> Thanks
> 
>

Reply via email to