PureBytes Links
Trading Reference Links
|
Tj I like the new arrow feature ( IT would be nice if the chart snapped to
that time span )
But I can see the need for the old method too ..good to see both will be
availble in the full release
Thanks David
----- Original Message -----
From: <ralf@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, May 28, 2001 3:05 PM
Subject: [amibroker] Re: AmiBroker 3.60 beta available
> Hi Tomasz,
>
> great improvement in regards to back-testing. I like the
> ability to view selected buy- sell- arrows and also
> the removal of multiple buy sell signals has helped a lot.
>
> Two observations though:
>
> buy = b1 and b2;
> bp = valuewhen( buy, buyprice, 1);
> sell = l < bp * 0.98 OR h > bp * 1.08 ;
>
> Backtest runs fine with this - but Explore and Scan complain
> about buyprice being undefined.
>
> One other thing that would improve working with two graphs:
> when hovering the mouse over a graph it displays values of
> the related day - very helpful.
> Unfortunately the routine doesn't seem to detect when the mouse
> is hovering over the unselected graph. ...would be nice, if it did.
>
> Thanks once more for your great service!
>
> Regards Ralf
>
> btw: I remember having read something about improved documentation
> in 3.6 ( or was that 3.7 - I'm not sure... :)
>
> A suggestion here: I personally would prefer the AFL reference
> in alphabetical order because I always use the latest
> version anyway.
>
> --- In amibroker@xxxx, "Tomasz Janeczko" <amibroker@xxxx> wrote:
> > Hello,
> >
> > AmiBroker 3.60 beta is available for download from:
> > http://www.amibroker.com/bin/ab360beta.zip
> > and
> > http://www.amibroker.net/bin/ab360beta.zip
> >
> > Changes since 3.59beta:
> > + Fixed bug in analysis settings - sell price field combo now works OK
again
> > + Improvement: buyprice, sellprice, shortprice, coverprice arrays
available
> > in AFL formula for reading (pre-initialized properly by the engine)
> > + Tickers are not truncated to 3 letters in Risk/Yield map anymore.
> > + Short/Cover arrows have the same color as sell/buy but they are hollow
> > + Show dates setting in Indicator builder allows to add date axis to any
custom
> > indicator pane
> > + AFL formula entry fields accept now upto 65535 characters on
Win95,98,Me
> > and 1 million characters on Win NT/2000
> > + Lexical analyser in AFL handles scripting begin/end (<% and %>) tags
better
> > + Stops are now working more precisely
> > + Buy/sell arrows after backtesting show only currently selected trade
> > entry and exit points. ---> PLEASE TELL ME IF YOU LIKE IT OR NOT
> > + Built-in stochastic uses High and Low prices (not only close)
> >
> >
> >
> > 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/
>
>
|