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

Re: [amibroker] Hoping for Blank import arrays



PureBytes Links

Trading Reference Links

Hello,


> It is amazing that as soon as we have 3.8 in hand, the
> next upgrade is starting to take shape. The introduction
> of some money management features will be nice to have.

There is no single day without an improvement of AmiBroker code.
However, I think it is good idea NOT to release an update everyday :-)

> Tomasz, dare I hope that 3.9 will have an expanded import
> wizard which will allow 10 new data arrays to be imported?
> Ideally these would allow the importing of positive and
> negative decimalized numbers. I really hope it might be 
> included even if it is just an interim step to 4.0 since
> these would make life soooooooo much easier. Thanks for
> your consideration.
Things will be implemented differently:
AmiBroker 4 will support data feed DLLs that will enable you
to connect with any data source.
There will be 6 standard arrays (as it is now) O, H, L, C, V, OI
that will have to be implemented by any data feed DLL.

In addition to that every data feed DLL will be able to expose
any number of extra data fields that could be arrays, numbers or strings.
In that way QP2 feed for example will expose fundamental data to AFL.

There will be also an ASCII "feed" that you will be able to configure so
extra arrays are available.

But.. AmiBroker database will not store this "extra" fields.

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



> --- In amibroker@xxxx, "Tomasz Janeczko" <amibroker@xxxx> wrote:
> > 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@xxxx>
> > 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/ 
> > > 
> > > 
> > >
> 
> 
> 
> 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>