Right. The code I have seen was simply posted online, thus no functions were shown, just referred to in the code. (I don't have TS and never have had it.)
Thanks. -- Terry -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Fred Sent: Monday, September 25, 2006 13:23 To: [email protected] Subject: [amibroker] Re: Blazing Amibroker If by invisible you mean not explicitly included in whatever EL main program then this is certainly true as the methodology for TS function inclusion is by implication i.e. anything that is not a reserved word or a defined variable / array etc. is assumed to be an existing function. However, on whatever system the EL main program existed there would also exist the functions that it used ... these too of course would have to be converted and some how explicitly included in the AFL. This isn't really impossible to handle but it would be some what painful as TS allows functions to call functions to call functions to just about any level with no need for having to include any of them ... i.e. a feature I'd like to have in AFL ... but we've already been down that road. --- In [email protected], "Terry" <[EMAIL PROTECTED]> wrote: > > I am certainly no expert on TS code, but I have seen several pieces of > code and they used a LOT of functions that are "invisible" to the user > in the code listing. If this is a common practice, a converter would > frequently fail. > -- > Terry > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Fred > Sent: Monday, September 25, 2006 05:56 > To: [email protected] > Subject: [amibroker] Re: Blazing Amibroker > > hmmm ... it might be interesting to write a converter ... however I > suspect it would have limited use and the functionality, unlike that > of some of the tools I've already created, I no longer have a need > for ... > > --- In [email protected], "Ton Sieverding" > <ton.sieverding@> wrote: > > > > Although I am not an experienced EasyLanguage user, I know that the > conversion can be done in a relatively straight forward way. So the > actual conversion is not my problem. My problem is TIME. I want to > get the code converted with just one push on the Conversion button so > that I can do a quick check of the result and if I like what I see > can go on with the next formula. Conversion will cost me time. I > don't have time. That's the reason of my question ... > > > > Perhaps this is a nice feature for AmiBroker. Optional of course ... > > > > Kind regards, > > Ton Sieverding. > > > > PS : Btw same question for Wealthlab, Metastock etc. > > > > ----- Original Message ----- > > From: Fred > > To: [email protected] > > Sent: Monday, September 25, 2006 4:58 AM > > Subject: [amibroker] Re: Blazing Amibroker > > > > > > A fair amount of us ( Me included ) who have been developing > systems > > for some time came from some version of TS ... I have yet to see > an > > ELa/s/d to AFL converter. However, when you've played with AFL > for > > awhile the conversion of most programs is relatively straight > > forward. EasyLanguage has an implied loop to run the code bar by > bar > > so in a worst case scenario where you can't immediately figure > out > > how to use AFL's array math to duplicate something in TS you > write > > your own loop. > > > > --- In [email protected], "Ton Sieverding" > > <ton.sieverding@> wrote: > > > > > > Just a practical question. Does anybody know about an > EasyLanguage > > to AFL converter. So a piece of software that translates > EasyLanguage > > code into AmiBroker AFL ? > > > > > > Kind regards, > > > Ton Sieverding. > > > > > > > > > ----- Original Message ----- > > > From: matrix10014 > > > To: [email protected] > > > Sent: Sunday, September 24, 2006 3:35 PM > > > Subject: [amibroker] Blazing Amibroker > > > > > > > > > How is it that Ami runs optimisations that is 20x faster than > > other > > > software products??? > > > > > > The simpler the better :) > > > > > > Allan > > > > > > > > > > > > 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/amibroker/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/
