PureBytes Links
Trading Reference Links
|
It looks like your ASCii file has bad data in row #1268 and your
import definition file is set to "break import on error":
$BREAKONERR 1
Description: 0 - to continue, 1 - to break import on error (default=0)
Solution:
1) Fix your ASCii file (preferred solution)
or
2) Remove $BREAKONERR 1 command line or switch the flag to 0
If you work with ASCii files than it is highly recommended that you
take some time and read the help file. It will make your life easier
(see my earlier post for the link).
Lesmond
--- In amibroker@xxxxxxxxxxxxxxx, Andre Huwyler <huwy@xxxx> wrote:
> Hi Group,
>
> I am trying to import 7000+ ASCII-files of historical
> stocks data into Amibroker. However, on each try it
> stops after stock #1268 has been imported.
>
> Does anyone know if there is a limit to number of
> files imported, and if yes, if there is an easy
> workaround to this??
>
> TIA,
> Andre
>
>
>
> __________________________________
> Yahoo! Messenger
> Show us what our next emoticon should look like. Join the fun.
> http://www.advision.webevents.yahoo.com/emoticontest
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|