PureBytes Links
Trading Reference Links
|
Hello,
If you mean referencing one formula from another
-
it is not currently supported.
Best regards,Tomasz Janeczko===============AmiBroker - the
comprehensive share manager.<A
href="">http://www.amibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Bernard
Bourée
To: <A
title=sentto-1010692-1664-990678864-bbouree=fairesuivre.com.at.returns.onelist.com.to.bbouree@xxxx
href="">sentto-1010692-1664-990678864-bbouree=fairesuivre.com.at.returns.onelist.com.to.bbouree@xxxxxxxx
; <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Thursday, May 24, 2001 8:13
AM
Subject: Re: [amibroker]
Function
Dear Tomasz
Thank you for your reply and sorry for not having
read carrefully your documentation.
Is it possible to define a custom indicator with
or without a variable period as parameter and use it in a AFL Script
?
Best Regards
Bernard Bourée<A
href="">bbouree@xxxx
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Tomasz Janeczko
To: <A title=amibroker@xxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Thursday, May 24, 2001 6:39
AM
Subject: Re: [amibroker] Function
Hi,Here is what is written in AFL scripting host
documentation:"Currently the only way to exchange the information
between "normal" AFLpart and script part is to use
variables."Calling functions accross AFL - script boundary is not
supported yet.Note 2: Even if it will be supported in the future you
will need to define the functionBEFORE using it since AFL parses the
formula only once from top to bottom.Best regards,Tomasz
Janeczko===============AmiBroker - the comprehensive share
manager.<A
href="">http://www.amibroker.com-----
Original Message ----- From: <bbouree@xxxx>To:
<amibroker@xxxxxxxxxxxxxxx>Sent: Wednesday, May 23, 2001 9:49
PMSubject: [amibroker] Function> Tomasz> >
I have tried to build a afl script with a VBScript Function starting
> from the new features allowed by the last release of AB.>
But it seems that it doesn't work.> > For instance:>
> EnableScript("vbscript");> > Var = Func(10);>
> <%> > Function Func(i)> > Func = 5
*i> > End Function> > %>> > But
I get an error at Func which seems not to recognised.> >
> > > > > Your use of Yahoo! Groups
is subject to <A
href="">http://docs.yahoo.com/info/terms/
> > > Your use of Yahoo!
Groups is subject to the Yahoo!
Terms of Service. Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|