PureBytes Links
Trading Reference Links
|
Howard, I did read documentation. Could not find example of writing exploration in documentation, was having problems and thus the posting here.
Bert
--- In amibroker@xxxxxxxxxxxxxxx, Howard B <howardbandy@xxx> wrote:
>
> 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@xxx> 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/
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:
amibroker-digest@xxxxxxxxxxxxxxx
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/
|