PureBytes Links
Trading Reference Links
|
Hi Bis --
The documentation explains how to write data to disk files from within AFL.
You will need a sequence of: fopen -- one time to establish the file a loop that formats the data the way you want it, then calls fputs for each bar
fclose -- one time to close the file and finalize the write.
Thanks, Howard
On Wed, Nov 18, 2009 at 9:17 AM, bistrader <bistrader@xxxxxxxxx> wrote:
I would like to create a csv file of an afls' exploration. Does anyone have an example?
__._,_.___
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
__,_._,___
|