PureBytes Links
Trading Reference Links
|
Hello,
The bug fix to "composite reset problem occuring in very large
scans"
is available now for download:
<A
href="">http://www.amibroker.com/bin/ab4205.exe
<A
href="">http://www.amibroker.net/bin/ab4205.exe<FONT
face="Arial CE" size=2>
<A
href="">ftp://ftp.amibroker.com/pub/ab4205.exe
<A
href="">ftp://ftp.amibroker.net/pub/ab4205.exe
(400KB)
Best regards,Tomasz
Janeczkoamibroker.com
AmiBroker 4.20.5 update
October 23, 2002 19:01
INSTALLATION INSTRUCTIONS
IMPORTANT: This archive is update-only. You have to install full
version 4.10 first.
Just run the installer and follow the instructions.
Then run AmiBroker. You should see "AmiBroker 4.20" written in the About
box.
CHANGE FOR VERSION
4.20.5 (as compared to 4.20.3)
composite symbol is reset properly even if flused out of in-memory cache
when $ALLOWNEG is NOT specified in the ASCII importer definition AmiBroker
performs the following range checking and fixup on open, low and high
pricesif( open == 0 ) open = close;if( high < max( open,close ) )
high = max( open, close );if( low == 0 ) low = min( open, close );
|