PureBytes Links
Trading Reference Links
|
Mike,
I know how to do manually: do an Exploration and then follow with Export. Yet, I want to control within afl. I want afl to put or create the exploration in csv file. I did read Barry Scarborough's Export EOD doc and afl. This is different. I saw Mike's comments about OLE and yours about OLE/js. Have written some very simple js to control running afls. Actually, I got an example from a friend of mine and simply cut and paste it to do what I need. So, I have "some" knowledge about js. Enough to read and understand it. In any case, if you or someone has a simple example than this would be great. I have also ready Harry's comments and tried using fopen and the like. Not giving up. Will keep at it, but if someone has example of exporting exploration then maybe I will get an "ahh, that is what I am doing wrong" moment. Thanks.
--- In amibroker@xxxxxxxxxxxxxxx, "Mike" <sfclimbers@xxx> wrote:
>
> 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@> 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/
|