[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] script = GetScriptObject();



PureBytes Links

Trading Reference Links

Hello,

Currently the formulas are executed independently from
each other. The result is that you can not currently call
another formula... but (probably in 3.9) I will add 
#include directive that will allow to share code sniplets
between various formulas.

For the time being the only way to share the functions
between various formulas is to use external COM object
or plugin DLL.

Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com


----- Original Message ----- 
From: "Stephane Carrasset" <nenapacwanfr@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, November 23, 2001 5:20 PM
Subject: [amibroker] script = GetScriptObject();


> Tomacz,
> 
> is there a possibility to call in a formula or in a guru formula 
> commentary, a code of an other afl formula with 
> GetScriptObject();
> 
> 
> 
> script = GetScriptObject();
> Buy = MyFormula.afl(Buy);
> 
> stephane
> 
> 
> 
> 
> 
> 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>