Hello, That depends on the algorithm, number of bars and the coding, but if you are using AmiBroker's array functions you should get speed up from 4x to 20x or more.
Here is one 3rd party test that used trivial MA crossover http://www.addictfx.biz/article-622220.html It was conducted with old version (4.71) that was significantly slower than current. Such trivial cases may see smaller speed up (AB was 3.1 times faster), but advantage should grow with complexity of the code, provided that one codes his/her formula efficiently (meaning call functions once and use variable whenever you need their value later). Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "Dennis Brown" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, July 25, 2008 4:33 PM Subject: [amibroker] How much faster is AFL than TS Easy Language? > Hello, > > This is just something I was wondering about because some traders I > know use TS and might get AB if they think they could get a > significant speed advantage for complex algorithms. > > Does anyone have direct experience comparing the two languages for > speed? > > Thanks, > > Dennis > > > ------------------------------------ > > 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 > > >
