Graham, I was actually looking for the #include function. As I thought, I was missing something completely obvious. Thanks for the reply though. Andy
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Graham Sent: 29 March 2006 23:11 To: [email protected] Subject: Re: [amibroker] Custom Formula Calls? you do not need to pre-define a variable to use it. xyz = (h+l)/2; is all that is needed then to use that value later just use the variable name abc = xyz+2; -- Cheers Graham AB-Write >< Professional AFL Writing Service Yes, I write AFL code to your requirements http://e-wire.net.au/~eb_kavan/ab_write.htm On 3/29/06, andyindoors <[EMAIL PROTECTED]> wrote: > Unless I'm missing something very obvious (entirely possible), there > seems to be no way *within AFL* of referencing the output from my own > custom indicators. Am I missing something obvious? I don't want to > have to get into scripting/DLL programming unless I have to! > > Am a recent convert from Metastock and basically looking for an > equivalent of the Fml or FmlVar functions so that I can create custom > indicators which call on the output of other of my custom indicators, > so I can try and avoid building up great reams of code as they get > progressively more complicated. > > Hope someone can help me see the light. > > Andy > > > > > > > > > > Please note that this group is for discussion between users only. > > To get support from AmiBroker please send an e-mail directly to > SUPPORT {at} amibroker.com > > For other support material please check also: > http://www.amibroker.com/support.html > > > Yahoo! Groups Links > > > > > > > Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material please check also: http://www.amibroker.com/support.html Yahoo! Groups Links Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material please check also: http://www.amibroker.com/support.html Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/amibroker/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
