Re: [amibroker] Formula Call Feature?

2010-09-04 Thread inquisitive voyager
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 wrote: > > > Is there a "formula call" feature that references a previously written > custom formula in a new formula

[amibroker] Formula Call Feature?

2010-09-04 Thread Dennis Lipter
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), "