FYI: AddToComposite does NOT save immediatelly on disk and does not slow down access. It is as fast as it only can be provided that Foreign MUST synchronize/pad data. AmiBroker keeps number of symbols in RAM (cache). You define how many symbols are kept in the cache in Tools->Preferences->Data.
Even if "array variable across indicators" was "built-in" it would work EXACTLY with the same speed as AddToComposite/Foreign. So AddToComposite and Foreign is a GOOD way. http://www.amibroker.com/f?addtocomposite http://www.amibroker.com/f?foreign Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "Ara Kaloustian" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, July 26, 2007 6:34 PM Subject: Re: [amibroker] sharing variables between afl files > Sorry, no real good way. AFL does not have array variable that can > communicate across indicators. > > You can use ATCs to save your signals on disk and read them back in a > different indicator pane, but it will slow you down ... not sure how much. > May be worth trying. > > > ----- Original Message ----- > From: "huandy631" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Thursday, July 26, 2007 7:18 AM > Subject: [amibroker] sharing variables between afl files > > >> What is the best method of sharing signals between afl files? I would >> like to show the indicators in one window and the price and signals in >> another. However I'd like them both to reference the same code for >> ease of making changes etc. >> >> thanks >> Hugh >> >> >> >> 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: >> http://www.amibroker.com/devlog/ >> >> 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > For other support material please check also: > http://www.amibroker.com/support.html > > Yahoo! Groups Links > > > > >
