PureBytes Links
Trading Reference Links
|
Hi David,
No - you don't NEED TO learn JScript/VBScript.
AFL will be developed further and there will be new functions
in it.
All you knowleadge will be still useful.
But... for tasks impossible/hard to implement in AFL
you will be able to embed some parts in JScript/VBScript
within a single formula.
This will look like this:
< some code in AFL >
@SCRIPT
... some code in VBScript/JSCript
@ENDSCRIPT
<another part in AFL>
@SCRIPT
...
again some code in VBScript/JSCript
@ENDSCRIPT
AFL native engine will be still preferred
because it is simply FASTER than
JScript/VBScript.
Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com
----- Original Message -----
From: "David Holzgrefe" <dtholz@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, May 13, 2001 9:36 AM
Subject: Re: [amibroker] Breakthrough in AFL
> sound like unlimited potentitial for Ami
> oh boy just when i was starting to get the hang of the afl code
> now I'll need to learn JavaScript or Visual Basic
> I guess this will open up the door for automated type scripts from 3 rd
> parties ?
>
>
> ----- Original Message -----
> From: "Tomasz Janeczko" <tj@xxxx>
> To: "AmiBroker Mailing List" <amibroker@xxxxxxxxxxxxxxx>
> Sent: Sunday, May 13, 2001 4:09 PM
> Subject: [amibroker] Breakthrough in AFL
>
>
> >
> >
> >
> > Hello Everyone,
> >
> > I am just happy to announce that I have finished my experiments
> > with implementing active script hosting in AFL.
> >
> > What does it mean for you?
> >
> > It means that from AmiBroker version 3.7 you will be able
> > to write formulas that can have some parts in AFL and
> > some parts in JavaScript or Visual Basic scripting edition.
> >
> > This will just enable you to write any formula, trading system
> > or commentary. All current limitations of AFL are gone!
> >
> > Best regards,
> > Tomasz Janeczko
> > ===============
> > AmiBroker - the comprehensive share manager.
> > http://www.amibroker.com
> >
> >
> >
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
> >
> >
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|