PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, inv learn <invlearn@xxx> wrote:
> when i import quotes manually, the quotes appear inside just fine ;
but with the import script it does not. import.log has only one line "
Logging started for 'data\datacol.csv' file, using format definition
file 'Formats\new1.format' " .
Your script seems fine -- I ran it using my own .csv and format file.
Double check that your format file is the right folder. Verify that
the file "C:\Program Files\AmiBroker\Formats\new1.format" exists
(with a typical install location). If it does not exist in that
location, then the import will not succeed but a 0 will still be
returned. If the source data file (e.g. *.csv) does not exist then
the import also will not succeed (obviously) and the Import() method
will return 4. To see the return status change your script to:
WScript.Echo(AmiBroker.Import( 0, filename, "new1.format" ));
Tuzo
========================================================================
Groups related to amibroker
========================================================================
equismetastock (734 common members)
http://groups.yahoo.com/group/equismetastock?v=1&t=ipt&ch=email&pub=groups&slk=aftr0&sec=recg
Investments/General: Established January 15, 1999 this site is open to ...
TWSAPI (656 common members)
http://groups.yahoo.com/group/TWSAPI?v=1&t=ipt&ch=email&pub=groups&slk=aftr1&sec=recg
Investments/Software: Not affiliated with Interactive Brokers Interactiv...
bse-nse2005 (485 common members)
http://groups.yahoo.com/group/bse-nse2005?v=1&t=ipt&ch=email&pub=groups&slk=aftr2&sec=recg
Investments/Online Investing and Trading: We now have our very own website - www.desitraderm...
e-mini_traders_anon (364 common members)
http://groups.yahoo.com/group/e-mini_traders_anon?v=1&t=ipt&ch=email&pub=groups&slk=aftr3&sec=recg
Investments/Daytrading: The spirit of this group is traders helping trader...
quotes-plus (334 common members)
http://groups.yahoo.com/group/quotes-plus?v=1&t=ipt&ch=email&pub=groups&slk=aftr4&sec=recg
Investments/Software: This group is for Quotes Plus customers. Others ar...
------------------------------------
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|