PureBytes Links
Trading Reference Links
|
Bert,
Are you still looking for an answer to this? If all you want to do is to save your exploration results as a .csv file, then do as was suggested in an earlier reply:
Click on drop arrow of AA Window "File" button, select "Export...", choose the location on disk that you want to save to.
The above will give you a .csv file of your results. If you want to automate the process, then do as one of the other replies suggested; use OLE to drive and export the exploration (e.g. from JScript).
Mike
--- In amibroker@xxxxxxxxxxxxxxx, "bistrader" <bistrader@xxx> wrote:
>
> 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@> 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@> 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/
|