PureBytes Links
Trading Reference Links
|
Daniel,
How about writing directly to file using file functions:
http://www.amibroker.com/f?fopen
http://www.amibroker.com/f?fclose
http://www.amibroker.com/f?fputs
http://www.amibroker.com/f?StrFormat
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Daniel Ervi" <daniel@xxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, February 28, 2005 5:46 PM
Subject: [amibroker] Q: Exporting files via AFL only
>
> Hi,
>
> A general question for the group.
>
> I'd like to export a series of data for use in an external neural network program. I have written an AFL script to build this
> file using a series of loops to call the AddColumn() command. The result is a Results window populated with about 150 variables.
> I would like to save this file programmatically from AFL into a CSV format.
>
> My question is if there is a way to enumerate the columnX data fields so that I can loop through them and save them?
>
> I think the Osaka DLL does what I want (saves the table), but I'd like to stick to native AFL if it is possible. Any thoughts?
>
> Daniel
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
------------------------ 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
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|